From 725fcd00a55acef45341ebda4bd2d9c2351c3900 Mon Sep 17 00:00:00 2001 From: cfdev Date: Mon, 11 Nov 2013 16:15:43 +0000 Subject: [PATCH] Update all user to start menu git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2608 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- packaging/windows/QET.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/windows/QET.nsi b/packaging/windows/QET.nsi index 4349f128b..6c805559a 100644 --- a/packaging/windows/QET.nsi +++ b/packaging/windows/QET.nsi @@ -133,6 +133,7 @@ Section "" 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 @@ Section "" ; 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