Hello,
My NSIS script installs some shortcuts (desktop and start menu). It works well on several computers I tested.
Thank you very much,
Alex
My NSIS script installs some shortcuts (desktop and start menu). It works well on several computers I tested.
However, on some computers, none of the shortcut is created. The thing they have in common is that I am not admin on these computers. When I run the installer, the administrator must give his user name and password.code:
CreateShortCut "$SMPROGRAMS\AssystMouseBeta\AssystMouseBeta.lnk" "$INSTDIR\AssystMouseBetaV0R1.exe"
CreateShortCut "$DESKTOP\AssystMouseBeta.lnk" "$INSTDIR\AssystMouseBetaV0R1.exe"
Thank you very much,
Alex
Comment