Re: [WiX-users] Burn - Customized Themes

2012-07-24 Thread Bob Arnson
On 23-Jul-12 13:24, mtorkild wrote: > Did you figure out how to add a button and tie it to a new page? And to WixStdBA lets you customize the look and feel (via a custom theme) but not behavior. There's no way to add a new button and have it do something; WixStdBA isn't extensible today. -- sig

Re: [WiX-users] Burn - Customized Themes

2012-07-23 Thread mtorkild
Neil, Hi, I am new to WiX but ran into the same problem you posted about earlier. Did you figure out how to add a button and tie it to a new page? And to accomplish it, were you able to use the RtfTheme or did you have to use the .Foundation variant? (I have read numerous blog and forum posts but

Re: [WiX-users] Burn - Customized Themes

2012-01-20 Thread Rob Mensching
In wixstdba today, themeing is just that. Themeing. You can change the look of things but if there isn't code behind the theme to be executed then nothing happens. Creating a more advanced system is interesting in the future but more work than I'll probably have time to implement in wixstdba this

[WiX-users] Burn - Customized Themes

2012-01-19 Thread Neil Hayes
Looking at the schema for Themes I can add a new page to my WixStdbaThemeXml'd XML as well as add a button to perhaps the install page. How do I tied the new button to an event to display the new page? I require very little extra information from the end user, a couple of entry fields to pass t