| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:fw="http://wixtoolset.org/schemas/v4/wxs/firewall" > |
| 2 | <Module Id="MergeModule1" Language="1033" Version="1.0.0.0" Guid="44FA5DBE-2413-436E-99B3-A0751D6EB420"> |
| 3 | <SummaryInformation Manufacturer="Example Company - Module Current" /> |
| 4 | |
| 5 | <Property Id="MODULECURRENTPORT1" Value="50001" /> |
| 6 | <Property Id="MODULECURRENTPORT2" Value="50002" /> |
| 7 | <Property Id="MODULECURRENTPORT3" Value="50003" /> |
| 8 | <Property Id="MODULECURRENTPORT4" Value="50004" /> |
| 9 | |
| 10 | <Directory Id="MergeRedirectFolder"> |
| 11 | <Component Id="ModuleComponent1" Guid="EB7B8A63-85C4-4ABB-B9DA-33AECAFE38F7"> |
| 12 | <File Id="File1" Name="file1.txt" Source="data/test.txt"> |
| 13 | <fw:FirewallException Id="FirewallException1" |
| 14 | Description="WiX Toolset firewall exception rule integration test - module MergeRedirectFolder - app" |
| 15 | Name="WiXToolset Test - 0022" Scope="any" Port="[MODULECURRENTPORT1]" /> |
| 16 | </File> |
| 17 | <fw:FirewallException Id="FirewallException2" |
| 18 | Description="WiX Toolset firewall exception rule integration test - module MergeRedirectFolder - port" |
| 19 | Name="WiXToolset Test - 0023" Scope="any" Port="[MODULECURRENTPORT2]" /> |
| 20 | </Component> |
| 21 | </Directory> |
| 22 | |
| 23 | <Directory Id="NotTheMergeRedirectFolder"> |
| 24 | <Component Id="ModuleComponent2" Guid="0C9DD4FC-5A54-4E96-830D-DDE27B3017B5"> |
| 25 | <File Id="File2" Name="file2.txt" Source="data/test.txt"> |
| 26 | <fw:FirewallException Id="FirewallException3" |
| 27 | Description="WiX Toolset firewall exception rule integration test - module NotTheMergeRedirectFolder - app" |
| 28 | Name="WiXToolset Test - 0024" Scope="any" Port="[MODULECURRENTPORT3]" /> |
| 29 | </File> |
| 30 | <fw:FirewallException Id="FirewallException4" |
| 31 | Description="WiX Toolset firewall exception rule integration test - module NotTheMergeRedirectFolder - port" |
| 32 | Name="WiXToolset Test - 0025" Scope="any" Port="[MODULECURRENTPORT4]" /> |
| 33 | </Component> |
| 34 | </Directory> |
| 35 | </Module> |
| 36 | </Wix> |