Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   CreateShortCut "$QUICKLAUNCH\...."doesn't work with "SetShellVarContext all" (http://forums.winamp.com/showthread.php?t=276901)

llaissus 4th September 2007 12:10

CreateShortCut "$QUICKLAUNCH\...."doesn't work with "SetShellVarContext all"
 
I'm using SetShellVarContext all and all CreateShortCut works fine except with $QUICKLAUNCH. I mean as current user all is right but as another user, the quick launch icon is not present (but all other icons are there...).


I'm using NSIS 2.30 and the change log F.39 2.0 Beta 1 said $QUICKLAUNCH now works with SetShellVarContext all so I'm little bit confused right now..

snippet of my code:

SetShellVarContext all
CreateDirectory `$SMPROGRAMS\${PRODUCT_NAME}`
CreateShortCut `$SMPROGRAMS\${PRODUCT_NAME}\${PRODUCT_NAME}.lnk` `$INSTDIR\${NAME_EXE}`
CreateShortCut `$SMPROGRAMS\${PRODUCT_NAME}\Uninstall.lnk` `$INSTDIR\Uninstall.exe`
CreateShortCut `$DESKTOP\${PRODUCT_NAME}.lnk` `$INSTDIR\${NAME_EXE}`
CreateShortCut `$QUICKLAUNCH\${PRODUCT_NAME}.lnk` `$INSTDIR\${NAME_EXE}`


Thanks for your advises

Anders 4th September 2007 14:35

As far as I know, there is no common quicklaunch folder for all users


All times are GMT. The time now is 04:34.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.