Bugs item #1520745, was opened at 2006-07-11 14:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1520745&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: DGutride (dgutride)
Assigned to: Nobody/Anonymous (nobody)
Summary: SqlDatabase/@User - Change to formatted element

Initial Comment:
Currently, the database custom actions have the option
to connect using Integrated Authentication or SQL
Server Authentication.  The way the choice is made is
determined is based on the presence of a SQLUser tag
within the SQLDatabase tag.  

The downside to using the current SQLUser tag
methodology as the determining factor is we have to
create two components for each database create tag and
condition those based on the WINDOWS_AUTH property. 
This is fine when you are only referencing a few
SQLScripts or SQLStrings.  For complicated databases;
however, there can many scripts that need to be
executed and it makes it the installation more prone to
error and much more complicated by requiring these tags
be duplicated.

>From Rob in an e-mail on the Wix-Dev list:
What if we make the SqlDatabase/@User a formatted
element?  Then a Property could be used to select the
appropriate SqlUser or empty property to mean Windows
Auth.  The code doesn't have to change much at all and
everything behaves pretty much as it does right now.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1520745&group_id=105970


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to