Tim Fisher wrote:
>       <RegistryValue Name="ConnectionString"
>               Type="string"
>               Value="{Data Source=[DBSERVERNAME];[[USEINTEGRATEDSECURITY]]}" 
> /> ...
>       <Property Id="USEINTEGRATEDSECURITY" Value="IntegratedSecurity" />
>       <Property Id="IntegratedSecurity" Value="Integrated Security=SSPI;" />
>       <Property Id="NotIntegratedSecurity" Value="User
> Id=[USERIDVALUE];Password=[PWDVALUE];" />
>
> USEINTEGRATEDSECURITY is assigned to a listbox, which switches it
> between "IntegratedSecurity" and "NotIntegratedSecurity". I hope you
> can see what I'm trying to do here, but it says [USERIDVALUE] and
> [PWDVALUE] are illegal references.
>   

You need to use a CustomAction/Property=,Value= to set a property that 
has values from other properties.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to