Classification: Public
Gary

I modified the theme file (in my case the RtfTheme.xml) to change the 1 screen 
to a "welcome" screen, then changed the options button to a next button, moved 
the install button to the Options section. (so on the first page I have only 
two buttons, Next and Cancel) I changed the string " loc.InstallOptionsButton" 
"Next"

Then on the Options page I changed it to a EULA page, and have the Install 
button on that page. (I have three buttons, Back, Install, Cancel) I changed 
the button text of " loc.OptionsOkButton" to "Back"

So the install page is a "Welcome" page
The options page is really my EULA page with the install button on that page...

<Page Name="Install">
    <Image X="00" Y="00" Width="160" Height="309" ImageFile="SideBanner.png" 
Visible="no"/>
    <Static X="0" Y="309" Width="495" Height="1" HexStyle="0x00000200L" 
Visible="no"/>
    <Text X="170" Y="20" Width="-11" Height="60" FontId="2" 
DisablePrefix="yes">#(loc.InstallHeader)</Text>
    <Text X="170" Y="80" Width="-11" Height="220" FontId="3" 
DisablePrefix="yes">#(loc.InstallMessage)</Text>
    <Text X="11" Y="-11" Width="246" Height="17" FontId="4" 
DisablePrefix="yes">#(loc.InstallVersion)</Text>
    <Button Name="OptionsButton" X="314" Y="-11" Width="75" Height="23" 
FontId="0" TabStop="yes">#(loc.InstallOptionsButton)</Button>
    <Button Name="WelcomeCancelButton" X="404" Y="-11" Width="75" Height="23" 
FontId="0" TabStop="yes">#(loc.InstallCancelButton)</Button>
  </Page>
  <Page Name="Options">
    <Image X="00" Y="00" Width="493" Height="58" ImageFile="end-user 
license.png" Visible="no"/>
    <Static X="0" Y="309" Width="495" Height="1" HexStyle="0x00000200L"/>
    <Static X="0" Y="58" Width="495" Height="1" HexStyle="0x00000200L"/>
    <Text X="11" Y="-11" Width="246" Height="17" FontId="4" 
DisablePrefix="yes">#(loc.InstallVersion)</Text>
    <Text X="30" Y="82" Width="444" Height="202" FontId="2" 
HexStyle="0x00800000L"/>
    <Richedit Name="EulaRichedit" X="31" Y="83" Width="440" Height="198" 
TabStop="yes" FontId="0" />
    <Checkbox Name="EulaAcceptCheckbox" X="28" Y="-56" Width="260" Height="17" 
TabStop="yes" FontId="3" 
HideWhenDisabled="yes">#(loc.InstallAcceptCheckbox)</Checkbox>
    <Button Name="OptionsOkButton" X="238" 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>

Cheers,

Steve

-----Original Message-----
From: garymonk [mailto:g...@gurudental.com]
Sent: December-09-14 10:55 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Always show the option dialog

Can someone point me to some documentation on how to change the UI sequence for 
a bundle?

Thanks,
Gary



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Always-show-the-option-dialog-tp7598481p7598495.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

 
This message has been marked as Public by Steven Ogilvie on December-09-14 
11:05:47 AM.

The above classification labels were added to the message by TITUS Message 
Classification. 
For more information visit www.titus.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