This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Set feature as not installed in modify window after the installation
Subscribe
- 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
May 13, 2020
02:43 PM
Set feature as not installed in modify window after the installation
I am working on an InstallScript MSI project in which I created a feature and installed a child basic MSI using the feature event (MyFeature_Installed).
Now if i uninstall this child MSI out side the main setup like Add Remove Program it is not reflecting in the modify window of my Main Setup. This is an expected behavior.
Is there any way the main setup can treat the feature as "Not Installed" whenever i uninstall the child MSI outside the main installer.
in effect myfeature in the modify feature tree should be unchecked if the child msi is uninstalled anyway.
only lead i have is once installed, the installation information will be stored in .ilg file which is a binary file and cannot be modified.
Any help will be appreciated.
(0) Replies