View Full Version : Uninstall
NewsArchive
12-12-2001, 01:00 AM
Hi folks!
How do I prevent my installation to show in the Add/Remove programs applet?
I've done this before in installshield 5.5 when I commented the
DeinstallStart function....
How to do this in installshield 6.0?
Thanks
NewsArchive
12-12-2001, 01:00 AM
add this code to your installation, this will kill the entry
RegDBSetDefaultRoot(HKEY_LOCAL_MACHINE);
RegDBDeleteKey("Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall" ^
PRODUCT_GUID
cheers
Konrad
"Aleko Boychev" <aleko@hotpop.com> schrieb im Newsbeitrag
news:3c172c72@news.installshield.com...
> Hi folks!
> How do I prevent my installation to show in the Add/Remove programs
applet?
> I've done this before in installshield 5.5 when I commented the
> DeinstallStart function....
> How to do this in installshield 6.0?
>
> Thanks
>
>
Powered by vBulletin® Version 4.2.2 Copyright © 2019 vBulletin Solutions, Inc. All rights reserved.