Small tweaks to the installer
This commit is contained in:
parent
3a141be6c1
commit
a575cc9295
|
@ -9,7 +9,12 @@
|
||||||
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
|
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
|
||||||
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
|
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
|
||||||
|
|
||||||
SetCompressor lzma
|
SetCompressor /SOLID lzma
|
||||||
|
XPStyle on
|
||||||
|
|
||||||
|
!packhdr tmpexe.tmp "upx --lzma -9 --compress-icons=0 tmpexe.tmp"
|
||||||
|
|
||||||
|
BrandingText "VisualBoyAdvance-M Version 2.0.0 Throttlefix"
|
||||||
|
|
||||||
; MUI 1.67 compatible ------
|
; MUI 1.67 compatible ------
|
||||||
!include "MUI.nsh"
|
!include "MUI.nsh"
|
||||||
|
|
Loading…
Reference in New Issue