Summary
This article talks about converting a GUID
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:
- The first group of eight hexadecimal digits are placed in reverse order:
ABCDEFGH becomes HGFEDCBA
- The same is done with the second group of four hexadecimal digits:
1234 becomes 4321
- The same is done with the third group of four hexadecimal digits:
IJKL becomes LKJI
- In the fourth group of four hexadecimal digits, every two digits switch places:
5678 becomes 6587
- In the last group of 12 hexadecimal digits, again every two digits switch places:
MNPQRSTUVWXY becomes NMQPSRUTWVYX - Finally, the hyphens and curly braces are dropped:
{ABCDEFGH-1234-IJKL-5678-MNPQRSTUVWXY} becomes{HGFEDCBA-4321-LKJI-6587-NMQPSRUTWVYX} becomesHGFEDCBA4321LKJI6587NMQPSRUTWVYX
Additional Information
An example of a key that holds MSI information catalogued by this compressed GUID format is the following:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\ProductsRelated Articles
How To Build a Compressed Single MSI Installer 12Number of Views Syncing a Users AD GUID into the App Broker DB 6Number of Views Unable to get property 'GUID' of undefined or null reference. 6Number of Views Keeping Track of Multiple INSTANCE_GUID Values in the Registry 3Number of Views Automation Interface: How to Change the Package GUID of all the Packages Included in a Suite Project 4Number of Views
Hi, I am Reva - Ask me anything.
No new updates
Thanks for the feedback!
Your feedback has been saved.Rate this response:
Add Additional feedback ( Optional )
Are you sure you want to cancel
the case creation?
Are you sure you want to cancel the case creation?
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
Case id: 00001065
Activity: Status change: 2 hours ago