natron setup on windows via command line?

Hi all,

i need to install Natron 2.5 in a university environment, i.e. +60 Windows 10 workstations. Is there a way to install by calling setup.exe with some arguments switches from the command line cmd.exe or powershell.exe?

Hi,

Natron is available from winget (example: winget install --id=Natron.Natron )

else you can check documentation for the installer: Inno Setup Help

Thanks Ole-André,

winget is nice but does not work when using a (parallel) ssh console. But

setup.exe /VERYSILENT /ALLUSERS /SUPPRESSMSGBOXES

does the job…

1 Like