Re: [WiX-users] InstallExecuteSequence for Sql Actions

2008-02-01 Thread Chris Eldredge
Doh! I figured out that the reference to the File ID was wrong, so the path to the assembly was evaluating to a blank string. Turns out standard action sequence works fine for this scenario. Thanks, Chris Alexander Shevchuk wrote: > Hi Chris, > > Sorry, I am still on WiX 2, but that should n

Re: [WiX-users] InstallExecuteSequence for Sql Actions

2008-02-01 Thread Alexander Shevchuk
Hi Chris, Sorry, I am still on WiX 2, but that should not matter. In WiX 2 both and have a Sequence attribute. Make sure that is scheduled after InstallFiles standard action (usual Sequence number 4000). Regards, Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROT

Re: [WiX-users] InstallExecuteSequence for Sql Actions

2008-02-01 Thread Chris Eldredge
Actually, I'm trying to load the assembly from the file system, not the GAC. Does that change your answer? Thanks, Chris Adam Majer wrote: > > No. GAC is updated after MSI install is finalized. Wix has no control > over this. > > - Adam > > ---

Re: [WiX-users] InstallExecuteSequence for Sql Actions

2008-01-31 Thread Adam Majer
Chris Eldredge wrote: > I'm trying to create an MSI that installs a .NET assembly and registers > it for use in SQL Server 2005. > > The problem is that the SQL I'm executing inside a SqlString is telling > SQL Server to load the assembly, but when I install the MSI it seems > that the assembly