shahil
8th July 2008 08:10 UTC
vista uninstallation
I am facing a problem when i uninstall my software on vista. The folders in start menu are not getting delete.
I read a lot on forums and tried some methods.
I also read about multiuser.nsh but i don't know from where to get this file.
Is there any solution to this problem.
Any help is highly appreciated.
Thanks in Advance.
Anders
8th July 2008 12:03 UTC
did you try searching for "vista delete startmenu" on the wiki or this forum?
shahil
8th July 2008 12:18 UTC
thanks Anders.
ok, the solution to the vista uninstallation problem is:-
RequestExecutionLevel admin
the above line doesn't help for non-admin.
the full proof solution is to write the line
SetShellVarContext all
in the sections which write or delete files from users machine.
help url :-
http://nsis.sourceforge.net/Shortcut..._Windows_Vista
Anders
8th July 2008 12:31 UTC
SetShellVarContext all does not really work without admin rights either. If you want a non admin installer, RequestExecutionLevel user should work