Hi All,
Is there a way to add a button to a WIX custom UI? More importantly as well how do I make it spawn a dialog?
Something like this,
<Control Id="ConfigureDatabase" Type="Button" Width="70" X="150" Y="210" Height="18"/>
I get an error when doing that,
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2885
I am trying to make a pop up dialog which will allow a user to enter in some databases settings. Why I want to make it pop up is because most users wont case about these settings. Any info would be appreciated.