diff options
Diffstat (limited to 'src/ext/Firewall/test/WixToolsetTest.Firewall/TestData/UsingProperties')
| -rw-r--r-- | src/ext/Firewall/test/WixToolsetTest.Firewall/TestData/UsingProperties/PackageComponents.wxs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ext/Firewall/test/WixToolsetTest.Firewall/TestData/UsingProperties/PackageComponents.wxs b/src/ext/Firewall/test/WixToolsetTest.Firewall/TestData/UsingProperties/PackageComponents.wxs index 05c3ea8a..1aab3896 100644 --- a/src/ext/Firewall/test/WixToolsetTest.Firewall/TestData/UsingProperties/PackageComponents.wxs +++ b/src/ext/Firewall/test/WixToolsetTest.Firewall/TestData/UsingProperties/PackageComponents.wxs | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | <Fragment> | 4 | <Fragment> |
| 5 | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> | 5 | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> |
| 6 | <Component Id="FirewallComponent" Guid="28DF3387-F30E-4DBE-90E2-D2C760CB4DD9"> | 6 | <Component Id="FirewallComponent" Guid="28DF3387-F30E-4DBE-90E2-D2C760CB4DD9"> |
| 7 | <File Source="$(sys.SOURCEFILEPATH)" /> | ||
| 7 | <fw:FirewallException | 8 | <fw:FirewallException |
| 8 | Name="[NAME]" | 9 | Name="[NAME]" |
| 9 | Port="[LOCALPORT]" | 10 | Port="[LOCALPORT]" |
| @@ -31,8 +32,8 @@ | |||
| 31 | /> | 32 | /> |
| 32 | 33 | ||
| 33 | <fw:FirewallException Name="Single Nested properties" > | 34 | <fw:FirewallException Name="Single Nested properties" > |
| 34 | <fw:RemoteAddress Value="[REMOTEADDRESS]" /> | 35 | <fw:RemoteAddress Value="[REMOTEADDRESS]" /> |
| 35 | <fw:LocalAddress Value="[LOCALADDRESS]" /> | 36 | <fw:LocalAddress Value="[LOCALADDRESS]" /> |
| 36 | <fw:InterfaceType Value="[INTERFACETYPE]" /> | 37 | <fw:InterfaceType Value="[INTERFACETYPE]" /> |
| 37 | <fw:Interface Name="[INTERFACE]" /> | 38 | <fw:Interface Name="[INTERFACE]" /> |
| 38 | </fw:FirewallException> | 39 | </fw:FirewallException> |
