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

UnInstall shortcut


3 replies to this topic

jive02

jive02
  • Members
  • 40 posts

Posted 12 March 2002 - 18:45

Where should I point my uninstall shortcut? I've noticed some installations using f.i. :

"C:\Program Files\InstallShield Installation Information\{0DEA94ED-915A-4834-A87E-even more numbers}\Setup.exe"

Should I do that as well? If so, what is that strange code? ProductID?
- jonas

Blake Miller Wonder

Blake Miller Wonder
  • Members
  • 121 posts

Posted 12 March 2002 - 19:10

I think it is the InstallShield variable PRODUCT_GUID.

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 13 March 2002 - 01:48

BMW is correct.  That is the PRODUCT_GUID.

For you're uninstall shortcut, it should equate to the contents of the following registry entry value:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\<PRODUCT_GUID>\UninstallString
user posted image

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 13 March 2002 - 08:38

You could point your shortcut to:
DISK1TARGET ^ "setup.exe"