Automating AYON Launcher Installation on User Machines Using the Command Line

Hello,

Is there a way to install AYON using a command line or Python script?

We’re deploying AYON in our studio, and having a command-line installation process would simplify the deployment for the IT team, especially when setting it up on artists’ machines.

Regards,
Tu

The installer build for Windows is built using InnoSetup - so any of its default command line flags apply.

I personally use e.g.

AYON-1.1.1-dev.1-win-pyside2-setup.exe /NOCANCEL /ALLUSERS /VERYSILENT /SP /SUPPRESSMSGBOXES

And allow any of these as the success codes:

0,1641,3010,2359302

This was also the case in OpenPype and came up on discord before and here and here. Just linking those for if you’re still stuck and may need to read up on what others may have been doing so far.

3 Likes

Hello @tanh,
Could you please update the post title? to make it easier to follow up and find it when searching the forums?

e.g.

  • Automate AYON Launcher installation on user machines
  • AYON server installation
1 Like