Setup created with Inno Setup 6.2.1 installs nothing in Silent mode

Viewed 24

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?

0 Answers
Related