diff options
Diffstat (limited to '')
-rw-r--r-- | src/wixlib/FirewallExtension.wxs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wixlib/FirewallExtension.wxs b/src/wixlib/FirewallExtension.wxs index 271469e4..56ad693e 100644 --- a/src/wixlib/FirewallExtension.wxs +++ b/src/wixlib/FirewallExtension.wxs | |||
@@ -1,12 +1,11 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | 2 | ||
4 | 3 | ||
5 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
6 | <?include caerr.wxi ?> | 5 | <?include caerr.wxi ?> |
7 | <Fragment> | 6 | <Fragment> |
8 | <UI Id="WixFirewallErrors"> | 7 | <UI Id="WixFirewallErrors"> |
9 | <Error Id="$(var.msierrFirewallCannotConnect)">!(loc.msierrFirewallCannotConnect)</Error> | 8 | <Error Id="$(var.msierrFirewallCannotConnect)" Message="!(loc.msierrFirewallCannotConnect)" /> |
10 | </UI> | 9 | </UI> |
11 | </Fragment> | 10 | </Fragment> |
12 | </Wix> | 11 | </Wix> |