[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1268: Do the same for our Vidalia-only installer. (trunk/pkg/win32)
Author: edmanm
Date: 2006-10-03 15:21:55 -0400 (Tue, 03 Oct 2006)
New Revision: 1268
Modified:
trunk/pkg/win32/vidalia.nsi
Log:
Do the same for our Vidalia-only installer.
Modified: trunk/pkg/win32/vidalia.nsi
===================================================================
--- trunk/pkg/win32/vidalia.nsi 2006-10-03 19:17:16 UTC (rev 1267)
+++ trunk/pkg/win32/vidalia.nsi 2006-10-03 19:21:55 UTC (rev 1268)
@@ -109,6 +109,7 @@
; Optional section (can be disabled by the user)
Section "Start Menu Shortcuts" Shortcuts
SectionIn 1 2
+ SetShellVarContext all
CreateDirectory "$SMPROGRAMS\${APPNAME}"
CreateShortCut "$SMPROGRAMS\${APPNAME}\${APPNAME}.lnk" "$INSTDIR\${APPEXEC}" "" "$INSTDIR\${APPEXEC}" 0
CreateShortCut "$SMPROGRAMS\${APPNAME}\Uninstall.lnk" "$INSTDIR\uninstall.exe" "" "$INSTDIR\uninstall.exe" 0