Questions tagged [wixstdba]
5 questions
3
votes
1 answer
Bootstrapper Application UI - How To move between pages
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…

randomuser15995183
- 241
- 2
- 13
1
vote
2 answers
WIX Bootstrapper - Add combo box
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.

mhs
- 1,012
- 2
- 14
- 35
1
vote
1 answer
Unable to build WixStdBootstrapperApplication - get error "C:\tools\WixBuild.props" was not found
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…

randomuser15995183
- 241
- 2
- 13
1
vote
1 answer
Is it possible to show errors in silent install in windows
I have a created an installer using WiXStandardBootstrapperApplication. The intention is to run it silently and I do that using the /quiet flag and it runs silently just fine. The way it runs is, as soon as I enter the command on the command prompt…

randomuser15995183
- 241
- 2
- 13
0
votes
1 answer
How do I detect the result of a quiet install using the standard WiX bootstrapper?
I have created an installer using WiXStandardBootstrapperApplication. If I run it in a command window with /quiet, the command window returns immediately to the prompt and the install continues in the background, so I can't use ERRORLEVEL to check…

MarkI
- 3
- 2