home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / nastroje / d23456 / NSIS.EXE / nsisconf.nsi < prev    next >
Text File  |  2001-05-19  |  1KB  |  28 lines

  1. ; this file sets the defaults that will be used
  2. ; this file is treated as if it is in the directory
  3. ; that you are building from. i.e. the command
  4. ; File whatever.dat
  5. ; would need whatever.dat to be in your build directory
  6. ; (not necessarily the same directory as this file)
  7.  
  8.  
  9. ; if you want to change the default icon or bitmaps, you can do it here.
  10. ;Icon "C:\program files\nsis\newicon.ico"
  11. ;EnabledBitmap "C:\program files\nsis\newenabled.bmp"
  12. ;DisabledBitmap "C:\program files\nsis\newdisabled.bmp"
  13.  
  14. ; if you want to define symbols, whatever, you can do that to.
  15. ;!define poo
  16.  
  17.  
  18. ; Datablock optimizations can save size, and are fast now.
  19. ; SetDatablockOptimize off
  20.  
  21. ;use one of these if you have upx or petite installed
  22. ;note that your exe packer should not pack the first icon :)
  23. ;and paths should ideally be absolute (since you could be 
  24. ;building your installer anywhere)
  25.  
  26. ;!packhdr tmp.dat "C:\program files\upx\upx -9 -q tmp.dat"
  27. ;!packhdr tmp.dat "C:\program files\petite\petite -9 -b0 -r** -p0 -y tmp.dat"
  28.