I am using Inno Setup 6.2.1 to create a setup of my application.
When running the setup in normal interactive mode it works fine.
However, when running it with /silent or /verysilent the application does not install. There are also no errors.
This is all on Windows 10 64-bit. The client wants to use SCCM to distribute the setup.
Am I missing some config setting within the .ISS file?