Skip to content
⌘ NSIS Forum Archive

uninstall from control panel

6 posts

Olibara#

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#
you must add detials of ur program to HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall

I think the detail are in the users manual
fabian.rap.more#
true.....just substitute the value of HKLM with HKCU

Red Wine#
Full details in NSIS manual



[EDIT] oops! posted already, what a timing!
Olibara#
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
👍
Thank you !