[qet] [2608] Update all user to start menu

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 2608
Author:   cfdev
Date:     2013-11-11 17:15:43 +0100 (Mon, 11 Nov 2013)
Log Message:
-----------
Update all user to start menu

Modified Paths:
--------------
    trunk/packaging/windows/QET.nsi

Modified: trunk/packaging/windows/QET.nsi
===================================================================
--- trunk/packaging/windows/QET.nsi	2013-11-10 20:57:01 UTC (rev 2607)
+++ trunk/packaging/windows/QET.nsi	2013-11-11 16:15:43 UTC (rev 2608)
@@ -133,6 +133,7 @@
 	WriteRegStr   HKEY_CLASSES_ROOT "qet_element_file\DefaultIcon"                     ""             "$final_element_ico"
 	WriteRegStr   HKEY_CLASSES_ROOT "qet_element_file\shell\open\command"              ""             "$\"$final_qet_exe$\" $\"%1$\""
 	
+	SetShellVarContext all ; all users
 	; shortcuts in the start menu
 	CreateDirectory "$SMPROGRAMS\${SOFT_NAME}"
 	CreateShortCut  "$SMPROGRAMS\${SOFT_NAME}\QElectroTech.lnk"           "$INSTDIR\Lancer QET.bat" 0 "$INSTDIR\ico\qelectrotech.ico"
@@ -140,7 +141,6 @@
 	; TODO : add the QuickStart Guide (or any other documentation) when available
 	
 	; shortcut on the desktop
-	SetShellVarContext all ; all users
 	CreateShortCut "$DESKTOP\QElectroTech.lnk" "$INSTDIR\Lancer QET.bat" 0 "$INSTDIR\ico\qelectrotech.ico"
 SectionEnd
 


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/