Cleaned up format a little
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1262 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
184718c089
commit
8d900e2fea
1 changed files with 18 additions and 12 deletions
30
nsisconf.nsh
30
nsisconf.nsh
|
@ -1,21 +1,27 @@
|
||||||
; this file sets the defaults that will be used
|
;Default NSIS Config File
|
||||||
; 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
|
|
||||||
; (not necessarily the same directory as this file)
|
|
||||||
|
|
||||||
; if you want to change the default icon or bitmaps, you can do it here.
|
;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:
|
||||||
|
;
|
||||||
;Icon "${NSISDIR}\Contrib\Icons\setup.ico"
|
;Icon "${NSISDIR}\Contrib\Icons\setup.ico"
|
||||||
;CheckBitmap "${NSISDIR}\Contrib\Icons\checks4.bmp"
|
;CheckBitmap "${NSISDIR}\Contrib\Icons\checks4.bmp"
|
||||||
|
|
||||||
; if you want to define symbols, whatever, you can do that to.
|
;Define Symbols:
|
||||||
|
;
|
||||||
;!define poo
|
;!define poo
|
||||||
|
|
||||||
;use one of these if you have upx or petite installed
|
;Use one of these if you have upx or petite installed.
|
||||||
;note that your exe packer should not pack the first icon :)
|
;Note that your exe packer should not pack the first icon
|
||||||
;and paths should ideally be absolute (since you could be
|
;and paths should ideally be absolute (since you could be
|
||||||
;building your installer anywhere)
|
;building your installer anywhere).
|
||||||
|
;
|
||||||
;!packhdr tmp.dat "C:\program files\upx\upx -9 -q tmp.dat"
|
;!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"
|
;!packhdr tmp.dat "C:\program files\petite\petite -9 -b0 -r** -p0 -y tmp.dat"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue