Removed page components.
--HG-- branch : develop
This commit is contained in:
parent
bcbb7e66d2
commit
d09bd9fa0a
4
dist/win/nsis/valentina.nsi
vendored
4
dist/win/nsis/valentina.nsi
vendored
|
@ -61,7 +61,6 @@ ShowUninstDetails show
|
||||||
|
|
||||||
!insertmacro MUI_PAGE_WELCOME
|
!insertmacro MUI_PAGE_WELCOME
|
||||||
!insertmacro MUI_PAGE_LICENSE "${PACKAGE_FOLDER}\LICENSE_GPL.txt"
|
!insertmacro MUI_PAGE_LICENSE "${PACKAGE_FOLDER}\LICENSE_GPL.txt"
|
||||||
!insertmacro MUI_PAGE_COMPONENTS
|
|
||||||
!insertmacro MUI_PAGE_DIRECTORY
|
!insertmacro MUI_PAGE_DIRECTORY
|
||||||
!insertmacro MUI_PAGE_INSTFILES
|
!insertmacro MUI_PAGE_INSTFILES
|
||||||
; These indented statements modify settings for MUI_PAGE_FINISH
|
; These indented statements modify settings for MUI_PAGE_FINISH
|
||||||
|
@ -192,8 +191,7 @@ Function un.onInit
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
;-------------- Installer -------------------------
|
;-------------- Installer -------------------------
|
||||||
Section "${PRODUCT_VALENTINA} (required)"
|
Section
|
||||||
SectionIn RO ; define mandatory sections
|
|
||||||
|
|
||||||
;Add files
|
;Add files
|
||||||
SetOutPath "$INSTDIR" ; Set output path to the installation directory.
|
SetOutPath "$INSTDIR" ; Set output path to the installation directory.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user