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:
scorpio810
2015-08-18 23:53:52 +00:00
parent 684e2cd993
commit 168087a425
3 changed files with 26 additions and 16 deletions

View File

@@ -73,6 +73,7 @@
;--------------------------------
;Pages
!define MUI_COMPONENTSPAGE_SMALLDESC
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_LICENSE "files\LICENSE"
!insertmacro MUI_PAGE_COMPONENTS
@@ -140,10 +141,9 @@ File /r "./files/conf"
SectionEnd
;---------------------------
SetOverwrite on
SubSection "$(Elements)"
;---------------------------
SetOverwrite on
Section "$(Electric)"
@@ -170,7 +170,7 @@ Section "$(Pneumatic)"
File /r "./files/elements/50_pneumatic"
SectionEnd
SubSectionEnd
;---------------------------------
SubSection "$(Energy)"
@@ -195,11 +195,6 @@ SectionEnd
SubSectionEnd
;-------------------------------
SubSectionEnd
;---------------------------------
SetOverwrite on
Section "$(Lang)" SEC02
SetOutPath "$INSTDIR\lang"
@@ -218,11 +213,9 @@ Section "$(Examples)" SEC04
File /r "./files/examples"
SectionEnd
;--------------------------------
;Installer Sections
;--------------------------------
;Installer Sections
Section ""