From 291adab0df611e55ac27fcd39e8172387815ae65 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Sun, 29 Aug 2010 06:09:00 +0200 Subject: [PATCH] only ask for perl version if perl interface is selected for install --- build/xchat-wdk.iss | 6 +++--- 1 file 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