mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-11 00:29:57 +01:00
Update all user to start menu
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2608 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -133,6 +133,7 @@ Section ""
|
|||||||
WriteRegStr HKEY_CLASSES_ROOT "qet_element_file\DefaultIcon" "" "$final_element_ico"
|
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$\""
|
WriteRegStr HKEY_CLASSES_ROOT "qet_element_file\shell\open\command" "" "$\"$final_qet_exe$\" $\"%1$\""
|
||||||
|
|
||||||
|
SetShellVarContext all ; all users
|
||||||
; shortcuts in the start menu
|
; shortcuts in the start menu
|
||||||
CreateDirectory "$SMPROGRAMS\${SOFT_NAME}"
|
CreateDirectory "$SMPROGRAMS\${SOFT_NAME}"
|
||||||
CreateShortCut "$SMPROGRAMS\${SOFT_NAME}\QElectroTech.lnk" "$INSTDIR\Lancer QET.bat" 0 "$INSTDIR\ico\qelectrotech.ico"
|
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
|
; TODO : add the QuickStart Guide (or any other documentation) when available
|
||||||
|
|
||||||
; shortcut on the desktop
|
; shortcut on the desktop
|
||||||
SetShellVarContext all ; all users
|
|
||||||
CreateShortCut "$DESKTOP\QElectroTech.lnk" "$INSTDIR\Lancer QET.bat" 0 "$INSTDIR\ico\qelectrotech.ico"
|
CreateShortCut "$DESKTOP\QElectroTech.lnk" "$INSTDIR\Lancer QET.bat" 0 "$INSTDIR\ico\qelectrotech.ico"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user