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

How to update a registry key's value during uninstall?


2 replies to this topic

swush

swush
  • Members
  • 1 posts

Posted 18 October 2001 - 00:38

Hi,
I am using InstallShield Professional 5.5. During the uninstall, I need to update a registry key's value (Not delete this key), is there a way to do it?

Thanks!

Shirley


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 18 October 2001 - 10:54

You would have to create a DLL that would be called during unstall. See help topic UninstInitialize to get started.

santosh

santosh
  • Members
  • 4 posts

Posted 20 October 2001 - 14:36

Enable logging before making the registry entries and then disable the logging so that the registry modifications are logged.