Author Topic: Installing corona silent / unattended  (Read 1095 times)

2021-05-26, 09:21:22

pietervanstee

  • Users
  • *
  • Posts: 1
    • View Profile
Hi there,

I was creating a batch file for all our computers to update to max 2022.
In there I'd also like to include all our plugins as corona...

I found this online:
Added console mode for installer and uninstaller
To run installer in console mode, use “installer.exe --acceptEulaAndAutoInstall”, this will run the same installation as using the “typical” installation mode in GUI
To run uninstaller in console mode, use “uninstaller.exe -q” or “uninstaller.exe --quiet”
Both are required to run from console with elevated privileges (admin console)


However this is very limited and doesn't allow me to also add the installation for 2022 as we've installed this previously for 2021, this causes that only the 2021 box is ticked.
Please let me know if there are any other command line options to add 2022 to the installation.

Thanks
Pieter