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
|
||||||
|
@ -170,6 +170,8 @@ FunctionEnd
|
||||||
Function un.onInit
|
Function un.onInit
|
||||||
!insertmacro MUI_UNGETLANGUAGE
|
!insertmacro MUI_UNGETLANGUAGE
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
|
Page instfiles "" createInstFiles
|
||||||
|
|
||||||
;-------------- Installer -------------------------
|
;-------------- Installer -------------------------
|
||||||
Section "Valentina (required)"
|
Section "Valentina (required)"
|
||||||
|
@ -242,5 +244,11 @@ DeleteRegKey "${REGISTRY_ROOT}" "SOFTWARE\${MUI_PRODUCT}"
|
||||||
DeleteRegKey "${REGISTRY_ROOT}" "${REG_UNINSTALL}"
|
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