| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 2 | <Module Id="MergeModule1" Language="1033" Version="1.0.0.0" Guid="243FB739-4D05-472F-9CFB-EF6B1017B6DE"> |
| 3 | <SummaryInformation Manufacturer="!(loc.Manufacturer)" /> |
| 4 | |
| 5 | <Property Id="Test" Hidden="true" SuppressModularization="true" /> |
| 6 | <CustomAction Id="Test" DllEntry="TestEntry" Execute="deferred" Return="check" Impersonate="no" HideTarget="yes" SuppressModularization="yes" BinaryRef="FakeCA" /> |
| 7 | |
| 8 | <Binary Id="FakeCA" SourceFile="test.txt" /> |
| 9 | </Module> |
| 10 | </Wix> |