Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I need to Lunch the application after elevated intallation as a user.
Found one solution suggested in
http://mdb-blog.blogspot.com/2013/01/nsis-lunch-program-as-user-from-uac.html.

!define MUI_FINISHPAGE_RUN "$WINDIR\explorer.exe"
!define MUI_FINISHPAGE_RUN_PARAMETERS "$TEMP\MyUnElevatedProcess.exe"

It worked but caused another problem i.e. changes working directory to C:\Windows\system32.
I will grateful for any help.
Posted
Comments
[no name] 15-Jul-15 7:04am    
http://forums.winamp.com/forumdisplay.php?forumid=65

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900