Here is the bundle...

<Bundle Name="Guru Teach Installation" Version="6.1.0.0" Manufacturer="Guru
Dental" UpgradeCode="ef8d3106-2b45-4ff2-b95b-3d24b4ef5f2f">
    <BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.RtfLicense">
      <bal:WixStandardBootstrapperApplication LicenseFile="C:\VS
Publish\Guru\Dependencies\License.rtf" ThemeFile="gururtftheme.xml"
LogoFile="images\guru-dental.png" LocalizationFile="1033\gururtftheme.wxl"/>
      <Payload Name="gururtftheme.wxl" SourceFile="1033\gururtftheme.wxl" />
      <Payload Name="guru-dental.png" SourceFile="images\guru-dental.png"/>
    </BootstrapperApplicationRef>

    <Variable Name="InstallServer" Type="numeric" bal:Overridable="yes"
Value="0" />

    <Chain>
      <ExePackage Cache="no"
                  InstallCondition="InstallServer = 1"
                  Description="SQL Server and Guru Server Bundle"
                  Id="GuruServer"
                  SourceFile="\\SERVER\RedirectedFolders\gary.monk\My
Documents\Visual Studio 2013\Projects\Guru Install
Solution\GuruSQLBundle\bin\Debug\GuruSQLBundle.exe">
      </ExePackage>

      <MsiPackage Cache="no"
                  Description="Guru Client"
                  Id="GuruClient"
                  DisplayInternalUI="yes"
                  SourceFile="\\SERVER\RedirectedFolders\gary.monk\My
Documents\Visual Studio 2013\Projects\Guru Install
Solution\GuruClientInstall\bin\Debug\GuruClientInstall.msi" />
                </Chain>
        </Bundle>

Theme...

<Page Name="Install">
        <Richedit Name="EulaRichedit" X="11" Y="80" Width="-11" Height="-70"
TabStop="yes" FontId="0" HexStyle="0x800000" />
        <Checkbox Name="EulaAcceptCheckbox" X="-11" Y="-41" Width="260"
Height="17" TabStop="yes" FontId="3"
HideWhenDisabled="yes">#(loc.InstallAcceptCheckbox)</Checkbox>
        <Text X="11" Y="-11" Width="260" Height="17"
FontId="3">#(loc.InstallVersion)</Text>
        <Button Name="OptionsButton" X="-91" Y="-11" Width="75" Height="23"
TabStop="yes" FontId="0"
HideWhenDisabled="yes">#(loc.InstallOptionsButton)</Button>
        <Button Name="WelcomeCancelButton" X="-11" Y="-11" Width="75"
Height="23" TabStop="yes" FontId="0">#(loc.InstallCloseButton)</Button>
    </Page>
    <Page Name="Options">
        <Text X="11" Y="80" Width="-11" Height="30" FontId="2"
DisablePrefix="yes">#(loc.OptionsHeader)</Text>
        <Text X="11" Y="120" Width="-11" Height="30" FontId="3"
DisablePrefix="yes">#(loc.OptionsDescription)</Text>
        <Checkbox Name="InstallServer" X="180" Y="180" Width="-11"
Height="17" FontId="3" TabStop="yes"
HideWhenDisabled="no">#(loc.ServerInstallCheckbox)</Checkbox>
      <Button Name="OptionsOkButton" X="229" Y="-11" Width="75" Height="23"
TabStop="yes" FontId="0">#(loc.OptionsOkButton)</Button>
      <Button Name="InstallButton" X="314" Y="-11" Width="75" Height="23"
TabStop="yes" FontId="0">#(loc.InstallInstallButton)</Button>
      <Button Name="WelcomeCancelButton" X="404" Y="-11" Width="75"
Height="23" TabStop="yes" FontId="0">#(loc.InstallCloseButton)</Button>
    </Page>

What I'm trying to do is to have the option for installing server always be
displayed without the user having to click on a button. After displaying the
server option there isn't any point to going back to the welcome page.

Thanks for the help!

Gary



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Re-Install-condition-is-not-being-set-in-options-dialog-P-tp7598521p7598533.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to