| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 3 | <Module Codepage="65001" Id="MergeModule1" Language="1033" Version="1.0.0.0" InstallerVersion="200" Guid="{F844F0E3-8CB4-4A0F-973E-31C4F9338382}"> |
| 4 | <Binary Id="Binary1" SourceFile="Expected.wxs" /> |
| 5 | <StandardDirectory Id="ProgramFilesFolder"> |
| 6 | <Directory Id="WixTestDir" ShortName="7bhhvaai" Name="WiX Toolset Test Directory"> |
| 7 | <Component Id="ModuleComponent1" Guid="{D86EC5A2-9576-4699-BDC3-00586FF72CBE}" Bitness="always32"> |
| 8 | <File Id="File1" ShortName="gahushls.wxs" Name="MergeModule.wxs" KeyPath="yes" Source="SourceDir\File\File1.F844F0E3_8CB4_4A0F_973E_31C4F9338382" /> |
| 9 | </Component> |
| 10 | </Directory> |
| 11 | </StandardDirectory> |
| 12 | <Directory Id="MergeRedirectFolder"> |
| 13 | <Component Id="ModuleComponent2" Guid="{BB222EE8-229B-4051-9443-49E348F0CC77}" Bitness="always32"> |
| 14 | <File Id="File2" ShortName="sfmxqeab.wxs" Name="MergeModule.wxs" KeyPath="yes" Source="SourceDir\File\File2.F844F0E3_8CB4_4A0F_973E_31C4F9338382" /> |
| 15 | </Component> |
| 16 | </Directory> |
| 17 | <SummaryInformation Description="MergeModule1" Manufacturer="WiX Toolset contributors" /> |
| 18 | <StandardDirectory Id="TARGETDIR"> |
| 19 | <Component Id="ModuleComponent3" Guid="{63A2B2B1-32BE-46FF-8863-4C85A2745F62}" Bitness="always32"> |
| 20 | <RegistryValue KeyPath="yes" Id="Reg1" Root="HKLM" Key="SOFTWARE\WiX Toolset\MergeModuleDecompileTest" Name="DoesntReallyMatter" Value="Hello" Type="string" /> |
| 21 | </Component> |
| 22 | </StandardDirectory> |
| 23 | </Module> |
| 24 | </Wix> |