[wix-users] EditBox Control in HyperLinkTheme.xml

Stephen Downard stephen.downard at medfusion.com
Wed Jun 1 13:07:53 PDT 2016


The editboxes are detailed below and are not added to the Modify Page.

<Page Name="Install">
        <Hypertext Name="EulaHyperlink" X="11" Y="121" Width="-11" Height="51" TabStop="yes" FontId="3" HideWhenDisabled="yes">#(loc.InstallLicenseLinkText)</Hypertext>
        <Checkbox Name="EulaAcceptCheckbox" X="-11" Y="-41" Width="260" Height="17" TabStop="yes" FontId="3" HideWhenDisabled="yes">#(loc.InstallAcceptCheckbox)</Checkbox>
        <Button Name="OptionsButton" X="-171" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.InstallOptionsButton)</Button>
        <Button Name="InstallButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.InstallInstallButton)</Button>
        <Button Name="WelcomeCancelButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.InstallCloseButton)</Button>
        <Text X="11" Y="-40" Width="246" Height="17" FontId="3">#(loc.InstallVersion)</Text>
        <Text X="50" Y="-80" Width="100" Height="17" FontId="3" HideWhenDisabled="yes">Label One:</Text>
        <Editbox X="130" Y="-80" Width="200" Height ="17" FontId="3" TabStop="yes" Visible="yes" Name=" LabelOne" HideWhenDisabled="yes">[LABELONE]</Editbox>
        <Text X="50" Y="-110" Width="100" Height="17" FontId="3" HideWhenDisabled="yes">Label Two:</Text>
        <Editbox X="130" Y="-110" Width="200" Height ="17" FontId="3" TabStop="yes" Visible="yes" Name=" LabelTwo" HideWhenDisabled="yes">[LABELTWO]</Editbox>
        <Text X="50" Y="-140" Width="100" Height="17" FontId="3" HideWhenDisabled="yes">Message:</Text>      
        <Editbox X="130" Y="-140" Width="200" Height ="17" FontId="3" TabStop="yes" Visible="yes" Name="Message" HideWhenDisabled="yes">[MSG]</Editbox>
    </Page>

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Hoover, Jacob
Sent: Wednesday, June 01, 2016 4:03 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] EditBox Control in HyperLinkTheme.xml

Would need a bit more info on how you customized it... If it was only within the <Page Name="Install"> area, it would expect it only visible during install.

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Stephen Downard
Sent: Wednesday, June 01, 2016 2:58 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] EditBox Control in HyperLinkTheme.xml

Basically, the problem is that the controls are added to the Install Page but also show up on the Modify Page during uninstall.  I only want the controls to display during initial installation.

>>>>>>>>>>>>>>>>
Using WixStdBA.dll and HyperLinkTheme, I have added editbox controls to query end-user input.  How can I conditionally enable/disable the editbox controls based upon installed state?


____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list