2002-10-02 03:17:01 +00:00
|
|
|
;Default NSIS Config File
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2002-10-01 23:03:34 +00:00
|
|
|
|
2002-10-02 03:17:01 +00:00
|
|
|
;This file is treated as if it is in the directory
|
|
|
|
;that you are building from. i.e. the command:
|
|
|
|
;
|
|
|
|
; File whatever.dat
|
|
|
|
;
|
|
|
|
;would need whatever.dat to be in your build directory.
|
|
|
|
|
|
|
|
|
|
|
|
;Change the default icon or bitmaps:
|
|
|
|
;
|
2002-10-01 23:03:34 +00:00
|
|
|
;Icon "${NSISDIR}\Contrib\Icons\setup.ico"
|
|
|
|
;CheckBitmap "${NSISDIR}\Contrib\Icons\checks4.bmp"
|
|
|
|
|
2002-10-02 03:17:01 +00:00
|
|
|
;Define Symbols:
|
|
|
|
;
|
2002-10-01 23:03:34 +00:00
|
|
|
;!define poo
|
|
|
|
|
2002-10-02 03:17:01 +00:00
|
|
|
;Use one of these if you have upx or petite installed.
|
|
|
|
;Note that your exe packer should not pack the first icon
|
2002-10-01 23:03:34 +00:00
|
|
|
;and paths should ideally be absolute (since you could be
|
2002-10-02 03:17:01 +00:00
|
|
|
;building your installer anywhere).
|
|
|
|
;
|
2002-11-21 18:34:56 +00:00
|
|
|
;!packhdr tmp.dat '"C:\program files\upx\upx" -9 -q tmp.dat'
|
|
|
|
;!packhdr tmp.dat '"C:\program files\petite\petite" -9 -b0 -r** -p0 -y tmp.dat'
|