[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r1437: Put the shortcuts from the Vidalia-only installer under the (trunk/pkg/win32)



Author: edmanm
Date: 2006-11-05 19:13:35 -0500 (Sun, 05 Nov 2006)
New Revision: 1437

Modified:
   trunk/pkg/win32/vidalia.nsi
Log:
Put the shortcuts from the Vidalia-only installer under the same
ShellVarContext as the other shortcuts from the bundle installer, so things
are cleaned up properly on uninstallation.


Modified: trunk/pkg/win32/vidalia.nsi
===================================================================
--- trunk/pkg/win32/vidalia.nsi	2006-11-05 23:27:31 UTC (rev 1436)
+++ trunk/pkg/win32/vidalia.nsi	2006-11-06 00:13:35 UTC (rev 1437)
@@ -129,6 +129,7 @@
 ; Optional section (can be disabled by the user)
 Section "$(VidaliaShortcuts)" Shortcuts
   SectionIn 1
+  SetShellVarContext all
   CreateDirectory "$SMPROGRAMS\${VIDALIA_NAME}"
   CreateShortCut  "$SMPROGRAMS\${VIDALIA_NAME}\${VIDALIA_NAME}.lnk" "$INSTDIR\${VIDALIA_EXEC}" "" "$INSTDIR\${VIDALIA_EXEC}" 0  
   CreateShortCut  "$SMPROGRAMS\${VIDALIA_NAME}\Uninstall.lnk" "$INSTDIR\uninstall.exe" "" "$INSTDIR\uninstall.exe" 0