NSIS - Taskbar Progress for Windows 7+.
--HG-- branch : develop
This commit is contained in:
parent
51e3ce93db
commit
f9e6b7f07d
10
dist/valentina.nsi → dist/nsis/valentina.nsi
vendored
10
dist/valentina.nsi → dist/nsis/valentina.nsi
vendored
|
@ -1,7 +1,7 @@
|
||||||
; NSIS installer script for Valentina
|
; NSIS installer script for Valentina
|
||||||
; --------------- Headers --------------
|
; --------------- Headers --------------
|
||||||
!include "MUI2.nsh"
|
!include "MUI2.nsh"
|
||||||
!include "FileAssociation.nsh"
|
!include "headers\FileAssociation.nsh"
|
||||||
|
|
||||||
; --------------- General --------------
|
; --------------- General --------------
|
||||||
CRCCheck force
|
CRCCheck force
|
||||||
|
@ -171,6 +171,8 @@ Function un.onInit
|
||||||
!insertmacro MUI_UNGETLANGUAGE
|
!insertmacro MUI_UNGETLANGUAGE
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
|
Page instfiles "" createInstFiles
|
||||||
|
|
||||||
;-------------- Installer -------------------------
|
;-------------- Installer -------------------------
|
||||||
Section "Valentina (required)"
|
Section "Valentina (required)"
|
||||||
SectionIn RO ; define mandatory sections
|
SectionIn RO ; define mandatory sections
|
||||||
|
@ -243,4 +245,10 @@ DeleteRegKey "${REGISTRY_ROOT}" "${REG_UNINSTALL}"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
;-------------- Taskbar Progress for Windows 7+ -------------
|
||||||
|
;Need install additional plug-in (http://nsis.sourceforge.net/TaskbarProgress_plug-in)
|
||||||
|
Function createInstFiles
|
||||||
|
w7tbp::Start
|
||||||
|
FunctionEnd
|
||||||
|
|
||||||
;eof
|
;eof
|
Loading…
Reference in New Issue
Block a user