comparison gaim-installer.nsi @ 8180:63b771e3f2c4

[gaim-migrate @ 8897] Moving to nsis 2.0 rc3 and lzma compression committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Wed, 28 Jan 2004 21:31:55 +0000
parents 3fa28787e571
children ab0fce369327
comparison
equal deleted inserted replaced
8179:3fa28787e571 8180:63b771e3f2c4
1 ; Installer script for win32 Gaim 1 ; Installer script for win32 Gaim
2 ; Herman Bloggs <hermanator12002@yahoo.com> 2 ; Herman Bloggs <hermanator12002@yahoo.com>
3 3
4 ; NOTE: this .NSI script is designed for NSIS v2.0b4+ 4 ; NOTE: this .NSI script is designed for NSIS 2.0 release candidate 3 and
5 ; higher.
5 6
6 ;-------------------------------- 7 ;--------------------------------
7 ;Global Variables 8 ;Global Variables
8 Var name 9 Var name
9 Var GTK_FOLDER 10 Var GTK_FOLDER
25 !else 26 !else
26 OutFile "gaim-${GAIM_VERSION}-no-gtk.exe" 27 OutFile "gaim-${GAIM_VERSION}-no-gtk.exe"
27 !endif 28 !endif
28 !endif 29 !endif
29 30
30 SetCompressor bzip2 31 SetCompressor lzma
31 DirShow show
32 ShowInstDetails show 32 ShowInstDetails show
33 ShowUninstDetails show 33 ShowUninstDetails show
34 SetDateSave on 34 SetDateSave on
35 35
36 ; $name and $INSTDIR are set in .onInit function.. 36 ; $name and $INSTDIR are set in .onInit function..