Bugs item #1520745, was opened at 2006-07-11 12:46 Message generated for change (Comment added) made by robmen 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: Closed >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: 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 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
