[tuxdroid-svn] r4781 - software_suite_v3/smart-core/smart-api/python/trunk
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-06-11 12:50:55
|
Author: remi
Date: 2009-06-11 14:16:26 +0200 (Thu, 11 Jun 2009)
New Revision: 4781
Modified:
software_suite_v3/smart-core/smart-api/python/trunk/installer.nsi
Log:
* Install for all users
Modified: software_suite_v3/smart-core/smart-api/python/trunk/installer.nsi
===================================================================
--- software_suite_v3/smart-core/smart-api/python/trunk/installer.nsi 2009-06-11 12:16:08 UTC (rev 4780)
+++ software_suite_v3/smart-core/smart-api/python/trunk/installer.nsi 2009-06-11 12:16:26 UTC (rev 4781)
@@ -68,6 +68,8 @@
Push "$TUXDROID_PATH\bin\tuxsh.bat"
Call WriteToFile
+ ; Reveal shortcuts to all users
+ SetShellVarContext all
; Write shortcut in start menu
CreateShortCut "$SMPROGRAMS\Tux Droid\Tux Droid Shell.lnk" "$TUXDROID_PATH\bin\tuxsh.bat" "" "$TUXDROID_PATH\resources\images\tuxsh.ico" 0
@@ -100,6 +102,8 @@
RMDir /r "$TUXDROID_PYTHON_PATH\Lib\site-packages\tuxisalive"
Delete "$UNINSTALLERS_SUB_PATH\${UNINSTALLER_EXE}"
+ ; Reveal shortcuts to all users
+ SetShellVarContext all
; Remove shortcuts
Delete "$SMPROGRAMS\Tux Droid\Tux Shell.lnk"
|