Nevermind, I got it. I used this string "{Data
Source=[DBSERVERNAME];[[USEINTEGRATEDSECURITY]]}" as my connection
string, the listbox switches USEINTEGRATEDSECURITY between either
IntegratedSecurity or NotIntegratedSecurity. Then IntegratedSecurity
property gets "Integrated Security=SSPI" while the
OK, so I need a CustomAction that assigns to CONNECTIONSTRING property
from a number of different properties. If the user selected
IntegratedSecurity, then I want to assign it the string "{Data
Source=[DBNAME];Integrated Security=SSPI;}". If the user selected
NotIntegratedSecurity, then I want to a
Tim Fisher wrote:
> Type="string"
> Value="{Data Source=[DBSERVERNAME];[[USEINTEGRATEDSECURITY]]}"
> /> ...
>
>
>
>
> USEINTEGRATEDSECURITY is assigned to a listbox, which switches it
> between "IntegratedSecurity" and "NotIntegratedSecurity"
I recently downloaded WiX 3.0.4130.0 and figured out how to make it
work from the docs and various Internet sources. A steep learning
curve, to say the least. I figured out how to make a custom dialog
box, with text boxes for the user to fill in and I inserted it into
the UI sequence. Here's my pro
4 matches
Mail list logo