Stephan - 2022-12-30

Hi,

I'm using the APInstaller.CLI.exe to set up the Developing system of my colaborators by a powershell script.

.\APInstaller.CLI.exe --createInstallation --product CODESYS --generation "3.5.11.0" --bit 32 --patch 0 --hotfix 0 --build 0 --installationName "CODESYS 3.5.11.0" --destinationFolder "C:\Program Files (x86)\3S CODESYS" --interactive

.\APInstaller.CLI.exe --createInstallation --product CODESYS --generation "3.5.14.0" --bit 64 --patch 4 --hotfix 0 --build 0 --installationName "CODESYS 3.5.14.40" --destinationFolder "C:\Program Files\CODESYS 3.5.14.40" 

The version 3.5.14.40 is working perfect but for the version 3.5.11.0 i need to use the "interactive" flag to make it work. (that means the installation is not anymore silent)

Is it possible to make this setup silent somehow?

regards