Re: [WiX-users] Two references to same SqlDatabase

2013-01-18 Thread George Fleming
8, 2013 12:24 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Two references to same SqlDatabase SqlString/@SqlDb. When nested under SqlDatabase that attribute is set to parent element. On Fri, Jan 18, 2013 at 12:05 PM, George Fleming wrote: > Using Wi

Re: [WiX-users] Two references to same SqlDatabase

2013-01-18 Thread Rob Mensching
SqlString/@SqlDb. When nested under SqlDatabase that attribute is set to parent element. On Fri, Jan 18, 2013 at 12:05 PM, George Fleming wrote: > Using Wix 3.7, I want to create a database if the CREATEDATABASE parameter > is set on command-line, but then always execute the create login SQL > c

[WiX-users] Two references to same SqlDatabase

2013-01-18 Thread George Fleming
Using Wix 3.7, I want to create a database if the CREATEDATABASE parameter is set on command-line, but then always execute the create login SQL command (which may fail because the login already exists). So my Wix code looks something like this: CREATEDATABASE