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
- :
- FindRelatedProducts action being triggered on Not Install and Uninstall?
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 09, 2011
09:08 AM
FindRelatedProducts action being triggered on Not Install and Uninstall?
At the moment the FindRelatedProducts action is only triggered on first time install (Not Installed), but I am wondering if/what issues could occur if I call this action on uninstall?
We have one platform product that is required to be installed on the machine before any of our other products are installed because of common shared files and assemblies that are required for our other products to work.
So I was thinking that I could use the FindRelatedProducts action to detect if these dependent products are installed on the machine and if they are then prevent the Common Platform from being uninstalled.
At the moment I am just checking some registry entries to see if the products are installed, but the FindRelatedProducts has version checking as well and therefore if we have to look for specific versions of the software then this is all built into the upgrade table.
So would there be any bad effects if this action was triggered on uninstall mode as well??
Thanks,
We have one platform product that is required to be installed on the machine before any of our other products are installed because of common shared files and assemblies that are required for our other products to work.
So I was thinking that I could use the FindRelatedProducts action to detect if these dependent products are installed on the machine and if they are then prevent the Common Platform from being uninstalled.
At the moment I am just checking some registry entries to see if the products are installed, but the FindRelatedProducts has version checking as well and therefore if we have to look for specific versions of the software then this is all built into the upgrade table.
So would there be any bad effects if this action was triggered on uninstall mode as well??
Thanks,
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 11, 2011
07:54 AM
Does your "Platform Product" and all other products share the same upgrade code?? Do they belong to a related family?