Windows NSIS Installer

- use LZMA compression
 - pack Installer EXE header with upx
This commit is contained in:
Pali Rohár 2010-08-10 11:33:12 +02:00
parent 0abad20221
commit a0ec4a5375

View file

@ -63,6 +63,8 @@ LangString AMD64ONLY ${LANG_ENGLISH} "This version is for 64 bits computers only
;--------------------------------
SetCompressor lzma
!define MUI_ICON "${ICON}"
!define MUI_UNICON "${ICON}"
@ -216,3 +218,8 @@ SectionEnd
;--------------------------------
!packhdr "exehead.tmp" "upx -9 exehead.tmp"
;!finalize "gpg --armor --sign --detach-sig %1"
;--------------------------------