mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-24 13:09:59 +02:00
Nsis Installers : minors fix, improve Components page Drop List Box Size
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4134 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
;--------------------------------
|
||||
;Pages
|
||||
|
||||
!define MUI_COMPONENTSPAGE_SMALLDESC
|
||||
!insertmacro MUI_PAGE_WELCOME
|
||||
!insertmacro MUI_PAGE_LICENSE "files\LICENSE"
|
||||
!insertmacro MUI_PAGE_COMPONENTS
|
||||
@@ -137,10 +138,9 @@ File /r "./files/conf"
|
||||
|
||||
SectionEnd
|
||||
|
||||
;---------------------------
|
||||
SetOverwrite on
|
||||
SubSection "$(Elements)"
|
||||
;---------------------------
|
||||
|
||||
|
||||
SetOverwrite on
|
||||
Section "$(Electric)"
|
||||
@@ -167,7 +167,7 @@ Section "$(Pneumatic)"
|
||||
File /r "./files/elements/50_pneumatic"
|
||||
SectionEnd
|
||||
|
||||
|
||||
SubSectionEnd
|
||||
;---------------------------------
|
||||
SubSection "$(Energy)"
|
||||
|
||||
@@ -192,10 +192,27 @@ SectionEnd
|
||||
SubSectionEnd
|
||||
;-------------------------------
|
||||
|
||||
SubSectionEnd
|
||||
SetOverwrite on
|
||||
Section "$(Lang)" SEC02
|
||||
SetOutPath "$INSTDIR\lang"
|
||||
File "./files/lang/*.qm"
|
||||
SectionEnd
|
||||
|
||||
SetOverwrite on
|
||||
Section "$(Titleblocks)" SEC03
|
||||
SetOutPath "$INSTDIR"
|
||||
File /r "./files/titleblocks"
|
||||
SectionEnd
|
||||
|
||||
SetOverwrite on
|
||||
Section "$(Examples)" SEC04
|
||||
SetOutPath "$INSTDIR"
|
||||
File /r "./files/examples"
|
||||
SectionEnd
|
||||
|
||||
;--------------------------------
|
||||
|
||||
|
||||
;Installer Sections
|
||||
|
||||
Section ""
|
||||
|
||||
Reference in New Issue
Block a user