Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Registry keys created by InstallShield


1 reply to this topic

JeffWright

JeffWright
  • Members
  • 2 posts

Posted 18 March 2002 - 22:51

I'm just wanting to understand some of the registry entries that InstallShield (MSI?) creates for installed products. I notice the following registry nodes get created:

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\<? GUID>

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\<Product GUID>

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InstallShield_<Product GUID>

I understand that "S-1-5-18" is the SID for "Local System" in the first node, and I have identified the "Product GUID" in the other two.

What I don't know is: What is that GUID in the first node? I don't think it's a Package GUID, Product GUID, Upgrade GUID, Component GUID, or Merge Module GUID.

BugKiller

BugKiller
  • Members
  • 4 posts

Posted 02 July 2002 - 09:11

Hi Jeff.

>>
What I don't know is: What is that GUID in the first node? I don't think it's a Package GUID, Product GUID, Upgrade GUID, Component GUID, or Merge Module GUID.
<<

Yes, it is very interessting for me too!