Small tweaks to the installer

This commit is contained in:
Zach Bacon 2017-03-16 19:23:12 -04:00
parent 3a141be6c1
commit a575cc9295
1 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,12 @@
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!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 ------
!include "MUI.nsh"