[qet] [4147] Nsis Installers : fix elements install path |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 4147
Author: scorpio810
Date: 2015-08-22 00:01:45 +0200 (Sat, 22 Aug 2015)
Log Message:
-----------
Nsis Installers : fix elements install path
Modified Paths:
--------------
trunk/packaging/windows/QET.nsi
trunk/packaging/windows/QET64.nsi
Modified: trunk/packaging/windows/QET.nsi
===================================================================
--- trunk/packaging/windows/QET.nsi 2015-08-21 15:23:21 UTC (rev 4146)
+++ trunk/packaging/windows/QET.nsi 2015-08-21 22:01:45 UTC (rev 4147)
@@ -157,26 +157,26 @@
SetOverwrite on
Section "$(Electric)"
- SetOutPath "$INSTDIR"
+ SetOutPath "$INSTDIR\elements"
File /r "./files/elements/10_electric"
SectionEnd
SetOverwrite on
Section "$(Logic)"
- SetOutPath "$INSTDIR"
+ SetOutPath "$INSTDIR\elements"
File /r "./files/elements/20_logic"
SectionEnd
SetOverwrite on
Section "$(Hydraulic)"
- SetOutPath "$INSTDIR"
+ SetOutPath "$INSTDIR\elements"
File /r "./files/elements/30_hydraulic"
SectionEnd
SetOverwrite on
Section "$(Pneumatic)"
- SetOutPath "$INSTDIR"
+ SetOutPath "$INSTDIR\elements"
File /r "./files/elements/50_pneumatic"
SectionEnd
@@ -186,19 +186,19 @@
SetOverwrite on
Section "$(water)"
- SetOutPath "$INSTDIR"
+ SetOutPath "$INSTDIR\elements\60_energy"
File /r "./files/elements/60_energy/11_water"
SectionEnd
SetOverwrite on
Section "$(Refrigeration)"
- SetOutPath "$INSTDIR"
+ SetOutPath "$INSTDIR\elements\60_energy"
File /r "./files/elements/60_energy/21_refrigeration"
SectionEnd
SetOverwrite on
Section "$(Solar_thermal)"
- SetOutPath "$INSTDIR"
+ SetOutPath "$INSTDIR\elements\60_energy"
File /r "./files/elements/60_energy/31_solar_thermal"
SectionEnd
Modified: trunk/packaging/windows/QET64.nsi
===================================================================
--- trunk/packaging/windows/QET64.nsi 2015-08-21 15:23:21 UTC (rev 4146)
+++ trunk/packaging/windows/QET64.nsi 2015-08-21 22:01:45 UTC (rev 4147)
@@ -161,26 +161,26 @@
SetOverwrite on
Section "$(Electric)"
- SetOutPath "$INSTDIR"
+ SetOutPath "$INSTDIR\elements"
File /r "./files/elements/10_electric"
SectionEnd
SetOverwrite on
Section "$(Logic)"
- SetOutPath "$INSTDIR"
+ SetOutPath "$INSTDIR\elements"
File /r "./files/elements/20_logic"
SectionEnd
SetOverwrite on
Section "$(Hydraulic)"
- SetOutPath "$INSTDIR"
+ SetOutPath "$INSTDIR\elements"
File /r "./files/elements/30_hydraulic"
SectionEnd
SetOverwrite on
Section "$(Pneumatic)"
- SetOutPath "$INSTDIR"
+ SetOutPath "$INSTDIR\elements"
File /r "./files/elements/50_pneumatic"
SectionEnd
@@ -190,19 +190,19 @@
SetOverwrite on
Section "$(water)"
- SetOutPath "$INSTDIR"
+ SetOutPath "$INSTDIR\elements\60_energy"
File /r "./files/elements/60_energy/11_water"
SectionEnd
SetOverwrite on
Section "$(Refrigeration)"
- SetOutPath "$INSTDIR"
+ SetOutPath "$INSTDIR\elements\60_energy"
File /r "./files/elements/60_energy/21_refrigeration"
SectionEnd
SetOverwrite on
Section "$(Solar_thermal)"
- SetOutPath "$INSTDIR"
+ SetOutPath "$INSTDIR\elements\60_energy"
File /r "./files/elements/60_energy/31_solar_thermal"
SectionEnd
@@ -228,7 +228,6 @@
File /r "./files/examples"
SectionEnd
-
;--------------------------------
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
!insertmacro MUI_DESCRIPTION_TEXT ${SEC01} $(var1)
@@ -236,7 +235,7 @@
!insertmacro MUI_DESCRIPTION_TEXT ${SEC03} $(var3)
!insertmacro MUI_DESCRIPTION_TEXT ${SEC04} $(var4)
!insertmacro MUI_FUNCTION_DESCRIPTION_END
-;------------------------
+;--------------------------------
;Installer Sections