Re: [WiX-users] Error "database does not exist" when executing ExecuteSQLStrings

2014-11-06 Thread garymonk
Thanks for the reply! After looking at the verbose log I didn't see where the database was being created so I removed the condition and changed the SQLDatabase to use 'sa' with a password. I'm now receiving errors when the database is being created... Action 12:18:29: CreateDatabase. Creating Dat

Re: [WiX-users] Error "database does not exist" when executing ExecuteSQLStrings

2014-11-05 Thread John Cooper
net Subject: Re: [WiX-users] Error "database does not exist" when executing ExecuteSQLStrings I changed my product.was to the following but when I test it it doesn't create the database. I don't receive any errors when I run it, it just doesn't create anything. M

Re: [WiX-users] Error "database does not exist" when executing ExecuteSQLStrings

2014-11-05 Thread garymonk
Hi, Is there anyone that has created a database using SQL scripts? I have a requirement to complete this installer and I can't get the database created. Thanks, Gary -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Error-database-does-not-exist-

Re: [WiX-users] Error "database does not exist" when executing ExecuteSQLStrings

2014-10-24 Thread garymonk
I changed my product.was to the following but when I test it it doesn't create the database. I don't receive any errors when I run it, it just doesn't create anything. My product.was... USEINTEGRATEDSECURITY = 1

Re: [WiX-users] Error "database does not exist" when executing ExecuteSQLStrings

2014-10-24 Thread John Cooper
ssociates, Inc.® | Lenexa, KS  66214 | Ext: 431050 |jocoo...@jackhenry.com -Original Message- From: garymonk [mailto:g...@gurudental.com] Sent: Friday, October 24, 2014 4:06 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Error "database does not exist&q

[WiX-users] Error "database does not exist" when executing ExecuteSQLStrings

2014-10-24 Thread garymonk
I have an installer that needs to execute a number of sql scripts. For some reason they are not getting executed and so I receive the above message. here is my Product.was file.. http://schemas.microsoft.com/wix/2006/wi"; xmlns:fire="http://schemas.microsoft.com/wix/FirewallExtension"; xmlns:sq