diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-12 14:53:45 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-12 14:53:45 +0200 |
commit | c2f462f6ae2e12a449183290fdf0e36ab25f08a5 (patch) | |
tree | 859a575ca2facd8346e6851e3adedb43868c6eb7 /build/xchat-wdk-x86.iss | |
parent | 8eeaf106136ba3143c1f1632a997d41e2476d0ce (diff) |
add lua-wdk to the installer
Diffstat (limited to 'build/xchat-wdk-x86.iss')
-rw-r--r-- | build/xchat-wdk-x86.iss | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/build/xchat-wdk-x86.iss b/build/xchat-wdk-x86.iss index 94b6a027..241e8cee 100644 --- a/build/xchat-wdk-x86.iss +++ b/build/xchat-wdk-x86.iss @@ -1,8 +1,8 @@ [Setup] AppName=XChat-WDK (x86) -AppVerName=XChat WDK (x86) r1451-5 -AppVersion=14.51.5 -VersionInfoVersion=14.51.5 +AppVerName=XChat WDK (x86) r1451-6 +AppVersion=14.51.6 +VersionInfoVersion=14.51.6 AppPublisher=XChat-WDK AppPublisherURL=http://code.google.com/p/xchat-wdk/ AppCopyright=Copyright (C) 1998-2010 Peter Zelezny @@ -18,10 +18,9 @@ DefaultGroupName=XChat-WDK SolidCompression=yes SourceDir=..\..\xchat-wdk-x86 OutputDir=. -OutputBaseFilename=XChat-WDK r1451-5 x86 +OutputBaseFilename=XChat-WDK r1451-6 x86 FlatComponentsList=no ArchitecturesAllowed=x86 x64 -;msiexec /quiet /uninstall {F61055AA-AED4-4AB9-8026-9D70B12ABA10} [Types] Name: "normal"; Description: "Normal Installation" @@ -32,7 +31,8 @@ Name: "custom"; Description: "Custom Installation"; Flags: iscustom Name: "xchat"; Description: "XChat-WDK"; Types: normal full custom; Flags: fixed Name: "translations"; Description: "Translations"; Types: normal full custom Name: "plugins"; Description: "Language Interfaces"; Types: full custom -Name: "plugins\lua"; Description: "Lua (experimental; needs Lua-WDK 5.1.4)"; Types: full custom +Name: "plugins\lua"; Description: "Lua (experimental)"; Types: full custom +Name: "plugins\lua\luawdk"; Description: "Lua-WDK 5.1.4-2"; Types: full custom Name: "plugins\perl"; Description: "Perl (needs ActivePerl 5.10)"; Types: full custom Name: "plugins\python"; Description: "Python (needs ActivePython 2.6)"; Types: full custom Name: "plugins\tcl"; Description: "Tcl (needs ActiveTcl 8.5)"; Types: full custom @@ -40,6 +40,9 @@ Name: "plugins\tcl"; Description: "Tcl (needs ActiveTcl 8.5)"; Types: full custo [Tasks] Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; Components: xchat; Flags: unchecked +[Registry] +Root: HKCU; Subkey: "Environment"; ValueType: string; ValueName: "XCHAT_WARNING_IGNORE"; ValueData: "true"; Flags: uninsdeletevalue + [Files] Source: "COPYING"; DestDir: "{app}"; Components: xchat Source: "freetype6.dll"; DestDir: "{app}"; Components: xchat @@ -72,6 +75,7 @@ Source: "plugins\xcewc.dll"; DestDir: "{app}\plugins"; Components: xchat Source: "plugins\xcxdcc.dll"; DestDir: "{app}\plugins"; Components: xchat Source: "plugins\xclua.dll"; DestDir: "{app}\plugins"; Components: plugins\lua +Source: "lua51.dll"; DestDir: "{app}"; Components: plugins\lua\luawdk Source: "plugins\xcperl.dll"; DestDir: "{app}\plugins"; Components: plugins\perl Source: "plugins\xcpython.dll"; DestDir: "{app}\plugins"; Components: plugins\python Source: "plugins\xctcl.dll"; DestDir: "{app}\plugins"; Components: plugins\tcl |