Quote from:
http://flexerasoftware.force.com/articles/en_US/INFO/Q105971
Synopsis |
The Windows Installer service places information in the registry that has to do with my product, but I do not recognize the GUID-like keys that appear. |
Discussion |
In some cases (such as the location of the Uninstall string), MSI stores information about your project using your full Product Code GUID. In most cases, however, most GUID-specific MSI information is stored using a compressed GUID format. In this compressed format, all of the hexadecimal digits in the GUID are the same, but their order is switched around and extraneous characters (hyphens and curly braces) are omitted. Here is the typical GUID format: {ABCDEFGH-1234-IJKL-5678-MNPQRSTUVWXY} The following steps are taken to convert this GUID to its compressed counterpart:
|