cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jwe330
Level 2

Guid

Hi,

How could I check if a version of my product is installed with a different product code and GUID?

Thanks,
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

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.
0 Kudos