diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-19 00:25:00 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-19 00:25:00 +0200 |
commit | 8e8f77d8700a171a59f88e0fd996e5be4401d065 (patch) | |
tree | 81ce7078179417aa87eb5d0450fcc2c4a1275834 /build/xchat-wdk-x64.iss | |
parent | 562d7f6e441ba82410a9a066e7831b380e9ec8b5 (diff) |
installer support for portable mode
Diffstat (limited to 'build/xchat-wdk-x64.iss')
-rw-r--r-- | build/xchat-wdk-x64.iss | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/build/xchat-wdk-x64.iss b/build/xchat-wdk-x64.iss index b72a954e..51f5eed8 100644 --- a/build/xchat-wdk-x64.iss +++ b/build/xchat-wdk-x64.iss @@ -1,9 +1,9 @@ [Setup] AppName=XChat-WDK (x64) -AppVerName=XChat WDK (x64) r1457 -AppVersion=14.57 -VersionInfoVersion=14.57 -OutputBaseFilename=XChat-WDK r1457 x64 +AppVerName=XChat WDK (x64) r1459 +AppVersion=14.59 +VersionInfoVersion=14.59 +OutputBaseFilename=XChat-WDK r1459 x64 AppPublisher=XChat-WDK AppPublisherURL=http://code.google.com/p/xchat-wdk/ AppCopyright=Copyright (C) 1998-2010 Peter Zelezny @@ -16,10 +16,10 @@ UninstallDisplayIcon={app}\xchat.exe UninstallDisplayName=XChat-WDK (x64) DefaultDirName={pf}\XChat-WDK DefaultGroupName=XChat-WDK +DisableProgramGroupPage=yes SolidCompression=yes SourceDir=..\..\xchat-wdk-x64 OutputDir=. -AllowNoIcons=yes FlatComponentsList=no PrivilegesRequired=none CreateUninstallRegKey=not IsTaskSelected('portablemode') @@ -34,8 +34,6 @@ Name: "custom"; Description: "Custom Installation"; Flags: iscustom [Components] Name: "libs"; Description: "XChat-WDK"; Types: normal full custom; Flags: fixed -;Name: "xchatstandard"; Description: "XChat Standard"; Types: normal full custom -;Name: "xchatportable"; Description: "XChat Portable"; Types: full custom Name: "translations"; Description: "Translations"; Types: normal full custom Name: "plugins"; Description: "Language Interfaces"; Types: full custom Name: "plugins\lua"; Description: "Lua (experimental)"; Types: full custom @@ -93,8 +91,8 @@ Source: "locale\*"; DestDir: "{app}\locale"; Flags: createallsubdirs recursesubd Source: "share\*"; DestDir: "{app}\share"; Flags: createallsubdirs recursesubdirs; Components: translations [Icons] -Name: "{group}\XChat-WDK (x64)"; Filename: "{app}\xchat.exe" -Name: "{group}\Uninstall XChat-WDK (x64)"; Filename: "{uninstallexe}"; +Name: "{group}\XChat-WDK (x64)"; Filename: "{app}\xchat.exe"; Tasks: not portablemode +Name: "{group}\Uninstall XChat-WDK (x64)"; Filename: "{uninstallexe}"; Tasks: not portablemode [Messages] BeveledLabel= XChat-WDK (x64) |