Are Innosetup custom CreateInputOptionPage wizards shown with / silent, etc.?

InnoSetup installation executables contain command line options that allow you to work without supervision or a batch file, i.e. it is possible to have command line options such as / SILENT, / VERYSILENT so that the wizard pages do not appear.

If I add my own wizard pages with CreateInputOptionPage, they will still be displayed, i.e. Do I need to add additional command line options to suppress them (and provide default answers)?

(Yes, I could try this myself, but the answer will probably be useful to others, and there may be additional problems that I did not think about)

+3
source share
1

/SILENT /VERYSILENT, , CreateInputOptionPage, . InitializeWizard() .

, , , .

Pascal Script WizardSilent().

, Pascal Script, ParamCount ParamStr, GetCmdTail.

+5

All Articles