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

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

2008-07-16 Thread Colin Law
Hi, I'm trying to create a patch using Pyro (Version 3.0.4227.0). Our product installer performs various functions, installs executables/services, runs SqlServer scripts, configures settings files based upon user settings etc. I now wish to create a patch to update installed files, but also ex

[WiX-users] Sorted ListView with Icons?

2008-04-01 Thread Colin Law
Hi, I'm trying to create a ListView control that is populated from a CustomAction. This works fine, displaying the list items I add along with an appropriate icon, however as soon as I mark the ListView as Sorted="yes", the icon is no longer displayed. I want the order defined within the custo