Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Wrong HKEY

2 views
Skip to first unread message

Chris Fearnley

unread,
Mar 2, 2000, 3:00:00 AM3/2/00
to
Microsoft C++ 6.0 uses HKEY_CURRENT_USER by default (if you use
WriteProfileString() etc) but InstallShield installs to and unistalls from
HKEY_LOCAL_MACHINE. (using build 130).
The result is that uninstall doesn't delete registry entries that C++
creates. Only one EXE is being installed, no DLLs or anything.
I've tried RegDBSetDefaultRoot(HKEY_CURRENT_USER) but no effect.
Any ideas?

Stefan Krueger

unread,
Mar 17, 2000, 3:00:00 AM3/17/00
to
InstallShield only removes registry keys that it created during install. Any
registry keys created by the application after the install will not be
removed. You would have to create a custom uninstall DLL to do this.

--
Stefan Krueger - Independent Setup Consultant
<<reply-to address is invalid to avoid spam>>

Visit InstallSite at http://www.installsite.org to download
free code samples, tips, tools and more...
For information about individual support and consulting services
please send a blank mail to the autoresponder at in...@installsite.org


Chris Fearnley <log...@icespy.com> schrieb in im Newsbeitrag:
38bf0...@news.installshield.com...

0 new messages