Advice Nsis ā windows7 I have two users on the same computer (Admin and standard), I will be running my nsis installer when logged in to the standard user. My problem is that I need to create shortcuts on both desktops!! Example
Standard User - Desktop - Shortcut 1 - Shortcut 2 - Shortcut 3
Admin User - Desktop - Shortcut 2 - Shortcut 4
Iām new to nsis- I have managed to create the Shortcut on the standard user account - If it helps I know the admin username and password.
NSIS - Desktop Shortcut For All Users I saw this link but it does not seem to be working When I try
CreateShortCut "${ProfilePathAllUsers}\Desktop\simpleApp.lnk" "$INSTDIR\ApplicationsLocation\ Applications.simpleApp.Host.exe"
I fear I may be going in the wrong direction- Im also using Unicode Nsis
Any Advice will be welcome - Thank you