comparison gaim-installer.nsi @ 3921:67209a7ee924

[gaim-migrate @ 4093] here committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 08 Nov 2002 06:05:03 +0000
parents 29ccbc3eb9c1
children a17b482a9216
comparison
equal deleted inserted replaced
3920:1b3beae6c59c 3921:67209a7ee924
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.0b0+ 4 ; NOTE: this .NSI script is designed for NSIS v2.0b0+
5 5
6 Name "Gaim 0.60 alpha 3 (Win32)" 6 Name "Gaim 0.60 alpha 4 (Win32)"
7 OutFile "gaim-0.60-alpha3.exe" 7 OutFile "gaim-0.60-alpha4.exe"
8 Icon .\pixmaps\gaim-install.ico 8 Icon .\pixmaps\gaim-install.ico
9 UninstallIcon .\pixmaps\gaim-install.ico 9 UninstallIcon .\pixmaps\gaim-install.ico
10 10
11 ; Some default compiler settings (uncomment and change at will): 11 ; Some default compiler settings (uncomment and change at will):
12 ; SetCompress auto ; (can be off or force) 12 ; SetCompress auto ; (can be off or force)