Hello,
In my installer project, I have some prerequisites to be installed before the main package.
These prerequisites show up in the PrerequisitesDlg during installation, where they can be checked or unchecked.
But for a silent install, for example, if the command line is:
"MyApp.exe" /exenoui /qn /norestart MY_PROP1="false"
where MY_PROP1 represents some other property, how do I add parameters to select a particular prerequisite, say if the prerequisite name is PreReq1?
Thanks in advance,
SDutt
FOLLOW US