Re: [WiX-users] Always show the option dialog [P]
Hi Steve, Thanks for the reply. The only changes I'd like to make is... I don't want the option button to be enabled unless they agree to the license. Enable the install when I go to the option page. If that can't be done I could take the first page and make it the options page and the second EULA page, but would prefer the above it can be done. Thanks, Gary -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Re-Always-show-the-option-dialog-P-tp7598496p7598499.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
Re: [WiX-users] Always show the option dialog [P]
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... #(loc.InstallHeader) #(loc.InstallMessage) #(loc.InstallVersion) #(loc.InstallOptionsButton) #(loc.InstallCancelButton) #(loc.InstallVersion) #(loc.InstallAcceptCheckbox) #(loc.OptionsOkButton) #(loc.InstallInstallButton) #(loc.InstallCloseButton) 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
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
Re: [WiX-users] Always show the option dialog[P]
Gary I can help you out tomorrow My first screen is a welcome screen then next goes to license screen with an install button on that screen Steve Steve Ogilvie Sent from my BlackBerry Z10 garymonk wrote: I have a bundle that shows the license agreement and it has a button to go to an option dialog. From the option dialog you can set the option and then close the dialog going back to the license agreement. from there you can install the application if you've agreed to the license. I want to go from the license agreement to the options (if the license was agreed to) and then have a button to install from there based on the option selected. Most of the posts talk about a UI statement but it doesn't seem to be valid for a bundle. Can you change the sequence of the UI in a bundle? Thanks, Gary -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Always-show-the-option-dialog-tp7598481.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 -- 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
[WiX-users] Always show the option dialog
I have a bundle that shows the license agreement and it has a button to go to an option dialog. From the option dialog you can set the option and then close the dialog going back to the license agreement. from there you can install the application if you've agreed to the license. I want to go from the license agreement to the options (if the license was agreed to) and then have a button to install from there based on the option selected. Most of the posts talk about a UI statement but it doesn't seem to be valid for a bundle. Can you change the sequence of the UI in a bundle? Thanks, Gary -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Always-show-the-option-dialog-tp7598481.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