- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Feature Prerequisite add properties and conditions to setup dialogs
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Feature Prerequisite add properties and conditions to setup dialogs
Hi
I have Basic MSI project in InstallShield 2020 R3 and I have added a new Feature Prerequisite to the setup ( till now I used only Setup Prerequisites )
When I compared the project to the one before this change I see more changes than expected.
There are some new properties and conditions to setup dialogs and new Custom Actions like:
<row><td>SetupCompleteSuccess</td><td>Not IS_PREREQ_REBOOTING</td><td>-1</td><td>SetupCompleteSuccess</td><td/></row>
<row><td>ReadyToInstall</td><td>Back</td><td>Disable</td><td>IS_PREREQ="Reboot"</td></row>
<row><td>ISInstallPrerequisites</td><td>NOT(EXECUTEMODE~="NONE") AND NOT(PATCH AND Installed)</td><td>1241</td><td/><td/></row>
I didn't find useful info on IS_PREREQ_REBOOTING, IS_PREREQ and other properties on InstallShield help.
Now I have doubts if I should keep these new settings or not, what do you think ?
- Tags:
- Feature Prerequisite