Olibara
17th January 2008 18:44 UTC
uninstall from control panel
Hello
Is there something to do in the install script to get an unninstall link in the Add Remove program list in the XP control panel ?
For now the uninstall option for my application is only active in the Stat / Programs menu
fabian.rap.more
17th January 2008 18:52 UTC
you must add detials of ur program to HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall
I think the detail are in the users manual
Joost Verburg
17th January 2008 18:54 UTC
Or in HKCU if installed for the current user.
fabian.rap.more
17th January 2008 18:56 UTC
true.....just substitute the value of HKLM with HKCU
http://nsis.sourceforge.net/Add_unin...emove_Programs
Red Wine
17th January 2008 18:56 UTC
Full details in NSIS manual
http://nsis.sourceforge.net/Docs/AppendixD.html#D.2
[EDIT] oops! posted already, what a timing!
Olibara
17th January 2008 19:27 UTC
Re: uninstall from control panel
Originally posted by Olibara
Hello
Is there something to do in the install script to get an unninstall link in the Add Remove program list in the XP control panel ?
For now the uninstall option for my application is only active in the Stat / Programs menu
:up:
Thank you !