Re: [WiX-users] Creating SQL Database with WiX v3

2009-01-28 Thread David Watson
. Subject: Re: [WiX-users] Creating SQL Database with WiX v3 Is it possible the Sql Database is locked after it creates it? The .mdf and .ldf file DO get created before the .msi is finished, but maybe because the .msi isn't complete the files are locked? Just a thought. If this is the case is th

Re: [WiX-users] Creating SQL Database with WiX v3

2009-01-28 Thread Eric Latendresse
neral discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Creating SQL Database with WiX v3 Yes, The sql server is local. It creates the blank database correctly and I can see the .mdf and .ldf files at the time of the error. The backup file is there as well. The problem must be wit

Re: [WiX-users] Creating SQL Database with WiX v3

2009-01-28 Thread Eric Latendresse
Windows Installer XML toolset. Subject: Re: [WiX-users] Creating SQL Database with WiX v3 Yes, The sql server is local. It creates the blank database correctly and I can see the .mdf and .ldf files at the time of the error. The backup file is there as well. The problem must be with the restore

Re: [WiX-users] Creating SQL Database with WiX v3

2009-01-27 Thread Eric Latendresse
3:34 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Creating SQL Database with WiX v3 That's often a 404-equivalent. There's usually more info in the server error log. Error -2147217900 Cannot open backup device ''.

Re: [WiX-users] Creating SQL Database with WiX v3

2009-01-26 Thread Rob Mensching
Installer XML toolset. Subject: Re: [WiX-users] Creating SQL Database with WiX v3 I tried to restore the database from a backup file during the initial install and am getting this error below. Is there WiX log or something where I can get some more info on how to debug this? Below is my code and I

Re: [WiX-users] Creating SQL Database with WiX v3

2009-01-26 Thread David Reed
scussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Creating SQL Database with WiX v3 I tried to restore the database from a backup file during the initial install and am getting this error below. Is there WiX log or something where I can get some more info on how to debug this? Be

Re: [WiX-users] Creating SQL Database with WiX v3

2009-01-26 Thread Eric Latendresse
WITH MOVE 'Suite_Data' TO G:\ ...\Suite_Log.ldf',REPLACE Eric Latendresse -Original Message- From: David Reed [mailto:david.r...@microsoft.com] Sent: Friday, January 23, 2009 11:44 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Creating SQL

Re: [WiX-users] Creating SQL Database with WiX v3

2009-01-24 Thread Rob Mensching
ive than a well written CustomAction). -Original Message- From: Eitan Behar [mailto:ei...@baconao.net] Sent: Saturday, January 24, 2009 00:13 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Creating SQL Database with WiX v3 Hi, I had the same

Re: [WiX-users] Creating SQL Database with WiX v3

2009-01-24 Thread Eitan Behar
is reduced execution time from 1 hour to 10 mins. Eitan -Original Message- From: David Reed [mailto:david.r...@microsoft.com] Sent: Saturday, January 24, 2009 7:44 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Creating SQL Database with WiX v3 It really

Re: [WiX-users] Creating SQL Database with WiX v3

2009-01-23 Thread David Reed
[WiX-users] Creating SQL Database with WiX v3 I am creating a SQL database with my installer. Right now I have approximately 9000 scripts to be run after the database is created. This is taking around 20mins for the install to complete. Is there anything I can do to speed this process up? I thought about

[WiX-users] Creating SQL Database with WiX v3

2009-01-23 Thread Eric Latendresse
I am creating a SQL database with my installer. Right now I have approximately 9000 scripts to be run after the database is created. This is taking around 20mins for the install to complete. Is there anything I can do to speed this process up? I thought about running a single script to restore the