From 19839a96162438cd5f4b13e1db23cfeaad56b18c Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Thu, 12 Aug 2010 06:30:17 +0200 Subject: add normal install type which excludes scripting plugins --- build/xchat-wdk-x64.iss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build/xchat-wdk-x64.iss') diff --git a/build/xchat-wdk-x64.iss b/build/xchat-wdk-x64.iss index 01858d98..dc5db598 100644 --- a/build/xchat-wdk-x64.iss +++ b/build/xchat-wdk-x64.iss @@ -21,12 +21,13 @@ ArchitecturesAllowed=x64 ArchitecturesInstallIn64BitMode=x64 [Types] +Name: "normal"; Description: "Normal Installation" Name: "full"; Description: "Full Installation" Name: "custom"; Description: "Custom Installation"; Flags: iscustom [Components] -Name: "xchat"; Description: "XChat-WDK"; Types: full custom; Flags: fixed -Name: "translations"; Description: "Translations"; Types: full custom +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 (needs Lua-WDK 5.14)"; Types: full custom Name: "plugins\perl"; Description: "Perl (needs ActivePerl 5.10)"; Types: full custom -- cgit 1.4.1