[qet] [2572] Update nsi script for All user shortcut |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 2572
Author: cfdev
Date: 2013-10-16 12:53:07 +0200 (Wed, 16 Oct 2013)
Log Message:
-----------
Update nsi script for All user shortcut
Modified Paths:
--------------
trunk/packaging/windows/QET.nsi
Modified: trunk/packaging/windows/QET.nsi
===================================================================
--- trunk/packaging/windows/QET.nsi 2013-10-15 19:48:09 UTC (rev 2571)
+++ trunk/packaging/windows/QET.nsi 2013-10-16 10:53:07 UTC (rev 2572)
@@ -12,7 +12,7 @@
;General
; General Product Description Definitions
!define SOFT_NAME "QElectroTech"
- !define SOFT_VERSION "0.3b"
+ !define SOFT_VERSION "0.3"
!define SOFT_WEB_SITE "http://qelectrotech.org/"
!define SOFT_BUILD "1"
@@ -140,6 +140,7 @@
; 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