Hi all,

 

How could I include two binaries where one references the other in the binary 
stream for use as custom actions?

 

For example:

file binary1.exe references dll binary2.dll when it gets executed.

 

Will including both of these binaries in the binary streams as follows work?  
Or is there something else I need to do?

 

<Binary Id="binary1.exe" SourceFile="$(SourcePath)\binary1.exe" />

 

<Binary Id="binary2.dll" SourceFile="$(SourcePath)\binary2.dll" />

 

Thanks,

---Leo

 
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to