diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-23 03:53:17 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-23 03:53:17 +0200 |
commit | 0f3a15d6bdf51ca6f15607b3a0649f2045309623 (patch) | |
tree | 81bb943b6d334cea7dbdc5a06bacff5c9c4a4992 /build/xchat-wdk.iss | |
parent | 1a8d88669738c3a7e2d77579dd953d64dee1573c (diff) |
add installer for fat binary
Diffstat (limited to 'build/xchat-wdk.iss')
-rw-r--r-- | build/xchat-wdk.iss | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/build/xchat-wdk.iss b/build/xchat-wdk.iss new file mode 100644 index 00000000..74dbd54a --- /dev/null +++ b/build/xchat-wdk.iss @@ -0,0 +1,38 @@ +[Setup] +AppName=XChat-WDK +AppVerName=XChat-WDK r1459-2 +AppVersion=14.59.2 +VersionInfoVersion=14.59.2 +OutputBaseFilename=XChat-WDK r1459-2 +AppPublisher=XChat-WDK +AppPublisherURL=http://code.google.com/p/xchat-wdk/ +AppCopyright=Copyright (C) 1998-2010 Peter Zelezny +AppSupportURL=http://code.google.com/p/xchat-wdk/issues/list +AppUpdatesURL=http://code.google.com/p/xchat-wdk/wiki/InfoXChat +SetupIconFile=c:\mozilla-build\build\xchat-wdk\xchat.ico +CreateAppDir=no +DisableWelcomePage=yes +DisableReadyPage=yes +DisableFinishedPage=yes +SolidCompression=yes +SourceDir=. +OutputDir=. +PrivilegesRequired=lowest +CreateUninstallRegKey=no +Uninstallable=no +ArchitecturesAllowed=x86 x64 + +[Tasks] +Name: x86; Description: "x86 version (for 32 bit editions of Windows)"; Flags: unchecked exclusive +Name: x64; Description: "x64 version (for 64 bit editions of Windows)"; Flags: unchecked exclusive + +[Files] +Source: "XChat-WDK r1459-2 x86.exe"; DestDir: "{tmp}"; Tasks: x86 +Source: "XChat-WDK r1459-2 x64.exe"; DestDir: "{tmp}"; Tasks: x64 + +[Messages] +BeveledLabel= XChat-WDK + +[Run] +Filename: "{tmp}\XChat-WDK r1459-2 x86.exe"; Tasks: x86 +Filename: "{tmp}\XChat-WDK r1459-2 x64.exe"; Tasks: x64 |