wixstdba

Unable to build WixStdBootstrapperApplication - get error “C:\tools\WixBuild.props” was not found

与世无争的帅哥 提交于 2019-12-11 14:29:29
问题 I am trying to make changes to the WixStandardBootstrapperApplication.cpp and generate a dll as per the suggestion from this link. I have downloaded the wix310-debug source and am modifying the file present under wix310-debug\src\ext\BalExtension\wixstdba\ location. There is a wixstdba.vcxproj file under this location which I am trying to open using Visual Studio 2012. Whenever I try to do that I get the error: Unable to read the project file "wixstdba.vcxproj". The imported project "C:\tools

WIX Bootstrapper - Add combo box

浪尽此生 提交于 2019-12-11 07:11:35
问题 How do I add a combo box to a WiX Bootstrapper? I use HyperlinkLargeTheme.xml and have tried to add a combo box to the install page. It appears on the dialog, but I don't know how to add values to it. <Page Name="Install"> <Text Name="InstallLanguge" X="20" Y="200" Width="100" Height="17" FontId="3" DisablePrefix="yes" HideWhenDisabled="yes">Select Language</Text> <Combobox X="130" Y="200" Width="150" Height="17" FontId="3" Name="Language"> <ListItem Text="English" Value="eng" /> <ListItem

Bootstrapper Application UI - How To move between pages

我怕爱的太早我们不能终老 提交于 2019-12-10 09:54:00
问题 I am writing a Bootstrapper Application and want to create the UI for it using the WixStandardBootstrapperApplication. I want the UI such that on the first page(Install page), I see the standard EULA and a checkbox which says I accept and a button to proceed on the next page (Options page) which should get enabled only after I select the checkbox. On the next page, I list some text and want to have another checkbox, which kind of again says I accept and a button to Install which gets enabled

Bootstrapper Application UI - How To move between pages

孤者浪人 提交于 2019-12-05 21:19:50
I am writing a Bootstrapper Application and want to create the UI for it using the WixStandardBootstrapperApplication. I want the UI such that on the first page(Install page), I see the standard EULA and a checkbox which says I accept and a button to proceed on the next page (Options page) which should get enabled only after I select the checkbox. On the next page, I list some text and want to have another checkbox, which kind of again says I accept and a button to Install which gets enabled only after I select the checkbox. <Page Name="Install"> <Text X="154" Y="12" Width="-65" Height="21"