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 hasn't been copied to its final destination when the 
> SQL action executes.
> 
> My question: is it possible to change the order that the actions execute 
> in such that the assembly will be where it is supposed to be by the time
> the SQL commands start executing?

No. GAC is updated after MSI install is finalized. Wix has no control
over this.

- Adam


-- 
Mail Etiquette
==============
* Quote properly or not at all. Top posters, this applies to you!
* When replying to posts on mailing lists, only address the mailing list
  unless poster explicitly requested you include them in CC

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to