Bugs item #1520745, was opened at 2006-07-11 12:46 Message generated for change (Settings changed) made by pmarcu 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: Pending Resolution: Fixed Priority: 5 Private: No Submitted By: DGutride (dgutride) Assigned to: Rob Mensching (robmen) 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. ---------------------------------------------------------------------- Comment By: DGutride (dgutride) Date: 2007-01-11 12:34 Message: Logged In: YES user_id=1204611 Originator: YES I'm reopening this bug. Apparently, it is fixed in the custom action code, but not within the compiler/linker. ---------------------------------------------------------------------- Comment By: Rob Mensching (robmen) Date: 2007-01-08 16:48 Message: Logged In: YES user_id=991639 Originator: NO This appears to have been fixed many builds ago. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1520745&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
