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
- :
- Guid
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
Jun 13, 2008
04:05 AM
Guid
Hi,
How could I check if a version of my product is installed with a different product code and GUID?
Thanks,
How could I check if a version of my product is installed with a different product code and GUID?
Thanks,
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 13, 2008
09:15 AM
If the upgrade code value is the same even though the product codes aren't, perhaps call MsiEnumRelatedProducts or Installer.RelatedProducts, or use a detect-only major upgrade item and take apart the semicolon-separated list of product codes.