I am using a burn bundle to install several separate MSIs. One of the MSIs needs to interface with a SQL Server and therefore needs an url, password etc.
Is there an easyish way to prompt the user for the required variables? I have a hard time grokking the wix docs on that subject.
I think in WiX, you would use the
<Dialog>element to define the dialog box and the<Control>element to define the controls on the dialog box.Now the code would be something like:
Bottom line, if you want to display this dialog box during the isntallation process, you should be adding the code to Wix source file: