Creating shortcuts in start menu
I am currently using...
Section "Start Menu Shortcuts"
CreateDirectory "$SMPROGRAMS\NAME"
CreateShortCut "$SMPROGRAMS\LINK" "$INSTDIR\EXE" "" "$INSTDIR\EXE" 0
SectionEnd
When I do this is put this into...
Create folder: C:\Documents and Settings\'user name'\Start Menu\Programs\NAME
I need the file to go to the ALL USERS directory instead of my personal start menu directory.
Any help you be great. Thanks.