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
PROTECTED] On Behalf Of Chris Eldredge Sent: Thursday, January 31, 2008 1:15 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] InstallExecuteSequence for Sql Actions I'm trying to create an MSI that installs a .NET assembly and registers it for use in SQL Server 2005. The problem is

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

[WiX-users] InstallExecuteSequence for Sql Actions

2008-01-31 Thread Chris Eldredge
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 hasn't been copied to its final d