Prev Previous Post   Next Post Next
Old 23rd September 2007, 17:40   #2
Anders
Moderator
 
Anders's Avatar
 
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
If you write the uninstall entry in HKCU it does not elevate, when you write to HKLM, it is a all-users type install and you should probably be prepared to handle any user uninstalling it.

If you add two dwords to your uninstall entry in HKLM:
NoElevateOnModify=1
NoRemove=1

you sort of get the desired effect, only problem is that the UI now calls it change instead of uninstall

Unless MS provides another dword for uninstall to disable elevation, there is probably nothing you can do (too late for RTM)

The UAC plugin was mostly designed for install use, not the uninstaller (Solve the run checkbox problem on the finish page)

IntOp $PostCount $PostCount + 1
Anders is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump