Hi,
Is it possible to set the installation to silent during execution, ie in the setup code itself ?
The reason for doing this is that we have converted from Inno setup who use the /SILENT and /VERYSILENT parameters and the program calling the installer is using this.
So we want to check this in the beginning of the installer code and take actions.
Do IA support the -q and -qb etc parameters from other installers ?
David
Setting silent install in code
Yes, create your own vairable, don't use the SILENT variable and set the dialogs you do not want to show up by setting the variable in the diaply dialog command.
Like:
Display Dialog: welcome (if variable SKIPDIALOGS is FALSE), wait for dialog to return (modal)
Like:
Display Dialog: welcome (if variable SKIPDIALOGS is FALSE), wait for dialog to return (modal)
Jim Oswell
Software Engineering Manager, Dental
Greenway Health, LLC
http://greenwaymedical.com
Software Engineering Manager, Dental
Greenway Health, LLC
http://greenwaymedical.com
Who is online
Users browsing this forum: Baidu [Spider] and 115 guests