Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Uninstaller Repair, Modify Options (http://forums.winamp.com/showthread.php?t=258671)

amosunfemi 31st October 2006 11:25

Uninstaller Repair, Modify Options
 
Does any in the forum knows how to add Repair and Modify Options to an Uninstaller.
Thanks.

RossW 31st October 2006 12:19

In your install section add:

;Create reg entries for Add/Remove Programs
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${appname}" "DisplayName" "${appname}"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${appname}" "UninstallString" '"$INSTDIR\uninstall.exe"'
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${appname}" "NoModify" 0
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${appname}" "NoRepair" 0


All times are GMT. The time now is 04:33.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.