Subject: RE: [WiX-users] Fw: EnterpriseSMS Wix Installation

What happens in 3.x as compared to 2.0 is the following: the extension DLLs 
contain, as .net embedded resources, a “bound” wixlib that itself contains the 
<Binary> tags referring to the CA DLL(s) which are further bound inside of the 
wixlib itself. Simply by referencing the embedded Binary tag the fragment from 
the embedded wixlib that contains the <Binary> is included in your linking 
which places the DLL into the MSIs Binary table, from which it is then made 
available for your use during installation and maintenance transactions. The 
extension dll itself can’t be used during transactions, only during the build.
 
Therefore with regards to the above mentioned comment ..., upon installation of 
the MSI.package failss with the following error:
 
There is a problem with this Windows Installer Package, a DLL required for this 
install to complete could not be run.
 
Kindly Assist
Kagiso


      
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to