summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-12 06:30:17 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-12 06:30:17 +0200
commit19839a96162438cd5f4b13e1db23cfeaad56b18c (patch)
tree6523bb863e044598943d0c51182f4a8a21fe9023
parent390fed749e1fb306af20d2235dcbc4177b3cb99a (diff)
add normal install type which excludes scripting plugins
-rw-r--r--build/xchat-wdk-x64.iss5
-rw-r--r--build/xchat-wdk-x86.iss5
2 files changed, 6 insertions, 4 deletions
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

diff --git a/build/xchat-wdk-x86.iss b/build/xchat-wdk-x86.iss
index d30415c2..17c12bf1 100644
--- a/build/xchat-wdk-x86.iss
+++ b/build/xchat-wdk-x86.iss
@@ -21,12 +21,13 @@ ArchitecturesAllowed=x86 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