Re: [WiX-users] SqlScript, XmlFile, Pyro and patching

2008-07-17 Thread Colin Law
> I thought a patch installer (.MSP) did not have a UI. You might have a > more controlled environment, but without a UI we couldn't prompt for SQL > credentials and thus couldn't run SQL Scripts in a patch. If you can > hard code credentials or there actually is some way to display a dialog > to

Re: [WiX-users] SqlScript, XmlFile, Pyro and patching

2008-07-17 Thread Colin Law
> > This fails giving the following error in the log. > > > > Action start 11:04:08: InstallSqlData. > > InstallSqlData: Error 0x80070006: failed to get size of stream > > InstallSqlData: Error 0x80070006: failed to read SqlScripts table > > Try using pyro's -notidy argument. Very helpful to

Re: [WiX-users] SqlScript, XmlFile, Pyro and patching

2008-07-16 Thread John Nannenga
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chad Petersen Sent: Wednesday, July 16, 2008 10:50 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] SqlScript, XmlFile, Pyro and patching I thought a patch installer (.MSP) did not have a UI. You might have a more

Re: [WiX-users] SqlScript, XmlFile, Pyro and patching

2008-07-16 Thread Chad Petersen
I thought a patch installer (.MSP) did not have a UI. You might have a more controlled environment, but without a UI we couldn't prompt for SQL credentials and thus couldn't run SQL Scripts in a patch. If you can hard code credentials or there actually is some way to display a dialog to the user fo

Re: [WiX-users] SqlScript, XmlFile, Pyro and patching

2008-07-16 Thread Ilya Slobodin
Colin Law wrote: > This fails giving the following error in the log. > > Action start 11:04:08: InstallSqlData. > InstallSqlData: Error 0x80070006: failed to get size of stream > InstallSqlData: Error 0x80070006: failed to read SqlScripts table Try using pyro's -notidy argument. Very helpful