I have implemented deferred managed custom action relying on other dll (let's
call it gaced.dll) that is extracted to INSTALLDIR and also GAC-ed during
install. From time to time, custom action fails with FileNotFound exception
saying that gaced.dll was not found. The same action uses other dlls which are
not GAC-ed and extracted to the same INSTALLDIR. None of my code is using
explicit assembly loading. All asemblies are deployed using FILE elements, and
only my custom action dll is deployed using BINARY element.
Has anybody ever encountered this problem and what is the solution to it?
Is is possible that it is a race condition between the end of GACing process
and loading my custom action assembly? Is there a way to guarantee that my
custom action is called after all GAC-ing has bee completed?
Thanks
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users