Wix CustomAction Binary SourceFile not found
Posted
by narenvarmap
on Stack Overflow
See other posts from Stack Overflow
or by narenvarmap
Published on 2010-06-09T22:17:26Z
Indexed on
2010/06/09
22:22 UTC
Read the original article
Hit count: 210
<Binary Id="binUpdate" SourceFile="c:\xxx\Update.exe"/>
<CustomAction Id="Update" BinaryKey="binUpdate" Execute="deferred" ExeCommand="c:\xxx" />
When I build a Wix project with the above custom action, it complains that "The system cannot find the file 'C:\xxx\Update.exe".
This update.exe is deployed by the same msi. So, how do I make Wix to ignore the fact that the file does not exist on my build machine?
Thanks in advance
© Stack Overflow or respective owner