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
uninstall from control panel
6 posts
you must add detials of ur program to HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall
I think the detail are in the users manual
I think the detail are in the users manual
Or in HKCU if installed for the current user.
true.....just substitute the value of HKLM with HKCU
Full details in NSIS manual
[EDIT] oops! posted already, what a timing!
[EDIT] oops! posted already, what a timing!
Re: uninstall from control panel
Thank you !
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
Thank you !