diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-29 06:09:00 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-29 06:09:00 +0200 |
commit | 291adab0df611e55ac27fcd39e8172387815ae65 (patch) | |
tree | b672b1265edd285d96c4588df4ec65f37d5eeefa /build | |
parent | 94aba632f7fa6c40d323c7e349721c33fae98b17 (diff) |
only ask for perl version if perl interface is selected for install
Diffstat (limited to 'build')
-rw-r--r-- | build/xchat-wdk.iss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/xchat-wdk.iss b/build/xchat-wdk.iss index adc0ca6b..95f61d6c 100644 --- a/build/xchat-wdk.iss +++ b/build/xchat-wdk.iss @@ -46,9 +46,9 @@ Name: "plugins\tcl"; Description: "Tcl (needs ActiveTcl 8.5)"; Types: full custo Name: portablemode; Description: "Yes"; GroupDescription: "Portable Install (no Registry entries, no Start Menu icons, no uninstaller):"; Flags: unchecked Name: x86; Description: "x86"; GroupDescription: "XChat-WDK version:"; Flags: exclusive unchecked Name: x64; Description: "x64"; GroupDescription: "XChat-WDK version:"; Flags: exclusive; Check: Is64BitInstallMode -Name: perl58; Description: "5.8"; GroupDescription: "ActivePerl version:"; Flags: exclusive unchecked -Name: perl510; Description: "5.10"; GroupDescription: "ActivePerl version:"; Flags: exclusive unchecked -Name: perl512; Description: "5.12"; GroupDescription: "ActivePerl version:"; Flags: exclusive +Name: perl58; Description: "5.8"; GroupDescription: "ActivePerl version:"; Flags: exclusive unchecked; Components: plugins\perl +Name: perl510; Description: "5.10"; GroupDescription: "ActivePerl version:"; Flags: exclusive unchecked; Components: plugins\perl +Name: perl512; Description: "5.12"; GroupDescription: "ActivePerl version:"; Flags: exclusive; Components: plugins\perl [Files] Source: "COPYING"; DestDir: "{app}"; Components: libs |