add normal install type which excludes scripting plugins
This commit is contained in:
parent
390fed749e
commit
19839a9616
|
@ -21,12 +21,13 @@ ArchitecturesAllowed=x64
|
||||||
ArchitecturesInstallIn64BitMode=x64
|
ArchitecturesInstallIn64BitMode=x64
|
||||||
|
|
||||||
[Types]
|
[Types]
|
||||||
|
Name: "normal"; Description: "Normal Installation"
|
||||||
Name: "full"; Description: "Full Installation"
|
Name: "full"; Description: "Full Installation"
|
||||||
Name: "custom"; Description: "Custom Installation"; Flags: iscustom
|
Name: "custom"; Description: "Custom Installation"; Flags: iscustom
|
||||||
|
|
||||||
[Components]
|
[Components]
|
||||||
Name: "xchat"; Description: "XChat-WDK"; Types: full custom; Flags: fixed
|
Name: "xchat"; Description: "XChat-WDK"; Types: normal full custom; Flags: fixed
|
||||||
Name: "translations"; Description: "Translations"; Types: full custom
|
Name: "translations"; Description: "Translations"; Types: normal full custom
|
||||||
Name: "plugins"; Description: "Language Interfaces"; Types: 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\lua"; Description: "Lua (needs Lua-WDK 5.14)"; Types: full custom
|
||||||
Name: "plugins\perl"; Description: "Perl (needs ActivePerl 5.10)"; Types: full custom
|
Name: "plugins\perl"; Description: "Perl (needs ActivePerl 5.10)"; Types: full custom
|
||||||
|
|
|
@ -21,12 +21,13 @@ ArchitecturesAllowed=x86 x64
|
||||||
;ArchitecturesInstallIn64BitMode=x64
|
;ArchitecturesInstallIn64BitMode=x64
|
||||||
|
|
||||||
[Types]
|
[Types]
|
||||||
|
Name: "normal"; Description: "Normal Installation"
|
||||||
Name: "full"; Description: "Full Installation"
|
Name: "full"; Description: "Full Installation"
|
||||||
Name: "custom"; Description: "Custom Installation"; Flags: iscustom
|
Name: "custom"; Description: "Custom Installation"; Flags: iscustom
|
||||||
|
|
||||||
[Components]
|
[Components]
|
||||||
Name: "xchat"; Description: "XChat-WDK"; Types: full custom; Flags: fixed
|
Name: "xchat"; Description: "XChat-WDK"; Types: normal full custom; Flags: fixed
|
||||||
Name: "translations"; Description: "Translations"; Types: full custom
|
Name: "translations"; Description: "Translations"; Types: normal full custom
|
||||||
Name: "plugins"; Description: "Language Interfaces"; Types: 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\lua"; Description: "Lua (needs Lua-WDK 5.14)"; Types: full custom
|
||||||
Name: "plugins\perl"; Description: "Perl (needs ActivePerl 5.10)"; Types: full custom
|
Name: "plugins\perl"; Description: "Perl (needs ActivePerl 5.10)"; Types: full custom
|
||||||
|
|
Loading…
Reference in New Issue