- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Custom Setup - Subwindow
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Custom Setup - Subwindow
Does anyone know where this is and how to modify it for a Basic MSI project?
I only need the first and last choices (toggle between "This feature will be installed on local hard drive." or "This feature will not be available."
Thanks
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
These options are seen on the custom setup dialog when you expand the feature.
They are controlled by Feature and Component settings that you can alter in your project.
Within your Feature Settings set the "Advertised" value as "Disallow Advertised" - this will remove the ""This feature will be installed when required" option.
To remove the two "Run from Network" options - make sure that the Feature AND all its components (AND any sub features and components) have "Remote Installation = Favor Local"
Finally , there is no way to suppress only the second option "This feature, and all subfeatures, will be installed on a local hard drive" and keep the first. This is directly controlled by Windows Installer.
I hope this helps,
Stuart
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content