Answer the question
In order to leave comments, you need to log in
How to create a simple installer through Inno Setup?
How to create an installer at the start of which the installation will immediately begin, only the progress bar of the installation will be shown. And no additional dialog boxes. The installation path is passed through the launch parameters. Preferably through Inno Setup
Answer the question
In order to leave comments, you need to log in
write these values in the .iss script
DisableStartupPrompt=Yes
DisableDirPage=Yes
DisableProgramGroupPage=Yes
DisableReadyPage=Yes
DisableFinishedPage=Yes
DisableWelcomePage=Yes
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question