I have the following components that get installed:
<!-- Identify ComponentGroups to be installed -->
<Feature Id="ProductFeature" Title="HRActions Setup" Level="1"
ConfigurableDirectory="INSTALL_FOLDER">
<ComponentGroupRef Id="BinComponents" />
<ComponentGroupRef Id="ConfigComponents" />
<ComponentGroupRef Id="ScriptComponents" />
<ComponentRef Id="HRActionsFolderPermssions" />
<ComponentRef Id="ProgramMenuDir" />
<!-- The /web components are generated automatically using pre-build
event -->
<ComponentGroupRef Id="WebsiteComponents" />
<ComponentGroupRef Id="WebsiteIISConfiguration" />
</Feature>
I have implemented a UI screen that implements two radio buttons that ask
the user if they want the IIS configuration setup for them as follows:
<Property Id="CONFIGURE_IIS_YES_NO" Secure="yes" Value="0" />
...
<Control Id="ConfigureIISRadioButtonGroup" Type="RadioButtonGroup"
X="30" Y="94" Width="305" Height="100" Property="CONFIGURE_IIS_YES_NO"
Text="?">
<RadioButtonGroup Property="CONFIGURE_IIS_YES_NO">
<RadioButton Value="1" X="0" Y="0" Width="200" Height="10"
Text="Yes, please create the defualt IIS configuration." />
<RadioButton Value="0" X="0" Y="20" Width="200" Height="10"
Text="No thanks, I will configure IIS myself later." />
</RadioButtonGroup>
</Control>
Can I set something on <ComponentGroupRef Id="WebsiteIISConfiguration" />
or <ComponentGroup Id="WebsiteIISConfiguration"> that would read
CONFIGURE_IIS_YES_NO and only perform the setup within <ComponentGroup
Id="HRActionsWebsiteIISConfiguration"> if CONFIGURE_IIS_YES_NO is YES?
Brian
If you can't explain it simply, you don't understand it well enough. -
Albert Einstein
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users