mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 18:50:52 +01:00
Nsis Installers : fix elements install path
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4147 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -157,26 +157,26 @@ SubSection "$(Elements)" SEC01
|
|||||||
|
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
Section "$(Electric)"
|
Section "$(Electric)"
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR\elements"
|
||||||
File /r "./files/elements/10_electric"
|
File /r "./files/elements/10_electric"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
Section "$(Logic)"
|
Section "$(Logic)"
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR\elements"
|
||||||
File /r "./files/elements/20_logic"
|
File /r "./files/elements/20_logic"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
Section "$(Hydraulic)"
|
Section "$(Hydraulic)"
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR\elements"
|
||||||
File /r "./files/elements/30_hydraulic"
|
File /r "./files/elements/30_hydraulic"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
Section "$(Pneumatic)"
|
Section "$(Pneumatic)"
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR\elements"
|
||||||
File /r "./files/elements/50_pneumatic"
|
File /r "./files/elements/50_pneumatic"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
@@ -186,19 +186,19 @@ SubSection "$(Energy)"
|
|||||||
|
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
Section "$(water)"
|
Section "$(water)"
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR\elements\60_energy"
|
||||||
File /r "./files/elements/60_energy/11_water"
|
File /r "./files/elements/60_energy/11_water"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
Section "$(Refrigeration)"
|
Section "$(Refrigeration)"
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR\elements\60_energy"
|
||||||
File /r "./files/elements/60_energy/21_refrigeration"
|
File /r "./files/elements/60_energy/21_refrigeration"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
Section "$(Solar_thermal)"
|
Section "$(Solar_thermal)"
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR\elements\60_energy"
|
||||||
File /r "./files/elements/60_energy/31_solar_thermal"
|
File /r "./files/elements/60_energy/31_solar_thermal"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
|||||||
@@ -161,26 +161,26 @@ SubSection "$(Elements)" SEC01
|
|||||||
|
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
Section "$(Electric)"
|
Section "$(Electric)"
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR\elements"
|
||||||
File /r "./files/elements/10_electric"
|
File /r "./files/elements/10_electric"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
Section "$(Logic)"
|
Section "$(Logic)"
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR\elements"
|
||||||
File /r "./files/elements/20_logic"
|
File /r "./files/elements/20_logic"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
Section "$(Hydraulic)"
|
Section "$(Hydraulic)"
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR\elements"
|
||||||
File /r "./files/elements/30_hydraulic"
|
File /r "./files/elements/30_hydraulic"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
Section "$(Pneumatic)"
|
Section "$(Pneumatic)"
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR\elements"
|
||||||
File /r "./files/elements/50_pneumatic"
|
File /r "./files/elements/50_pneumatic"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
@@ -190,19 +190,19 @@ SubSection "$(Energy)"
|
|||||||
|
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
Section "$(water)"
|
Section "$(water)"
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR\elements\60_energy"
|
||||||
File /r "./files/elements/60_energy/11_water"
|
File /r "./files/elements/60_energy/11_water"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
Section "$(Refrigeration)"
|
Section "$(Refrigeration)"
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR\elements\60_energy"
|
||||||
File /r "./files/elements/60_energy/21_refrigeration"
|
File /r "./files/elements/60_energy/21_refrigeration"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
Section "$(Solar_thermal)"
|
Section "$(Solar_thermal)"
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR\elements\60_energy"
|
||||||
File /r "./files/elements/60_energy/31_solar_thermal"
|
File /r "./files/elements/60_energy/31_solar_thermal"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
@@ -228,7 +228,6 @@ Section "$(Examples)" SEC04
|
|||||||
File /r "./files/examples"
|
File /r "./files/examples"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
|
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SEC01} $(var1)
|
!insertmacro MUI_DESCRIPTION_TEXT ${SEC01} $(var1)
|
||||||
@@ -236,7 +235,7 @@ SectionEnd
|
|||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SEC03} $(var3)
|
!insertmacro MUI_DESCRIPTION_TEXT ${SEC03} $(var3)
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SEC04} $(var4)
|
!insertmacro MUI_DESCRIPTION_TEXT ${SEC04} $(var4)
|
||||||
!insertmacro MUI_FUNCTION_DESCRIPTION_END
|
!insertmacro MUI_FUNCTION_DESCRIPTION_END
|
||||||
;------------------------
|
;--------------------------------
|
||||||
|
|
||||||
;Installer Sections
|
;Installer Sections
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user