Skip to content

Commit d2941f4

Browse files
committed
Remove .wxi references
1 parent 32ede71 commit d2941f4

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/Layout/pkg/windows/msis/placeholder/product.wxs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
22
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
3-
<?include "Variables.wxi" ?>
43
<Package UpgradeCode="$(UpgradeCode)" Version="$(ProductVersion)" Manufacturer="$(Manufacturer)" InstallerVersion="$(InstallerVersion)" Compressed="yes"
54
Scope="perMachine" Language="$(ProductLanguage)" Name="$(ProductName)">
65

src/Layout/pkg/windows/msis/registrykeys.wxs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
22
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
3-
<?include "Variables.wxi" ?>
43
<Fragment>
54
<ComponentGroup Id="AuthoredRegistryKeys_x86node">
65
<Component Id="SetupRegistry" Directory="TARGETDIR" Bitness="always32">

src/Layout/pkg/windows/msis/templates/product.wxs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
22
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
3-
<?include "Variables.wxi" ?>
43
<Package UpgradeCode="$(UpgradeCode)" Version="$(ProductVersion)" Manufacturer="$(Manufacturer)" InstallerVersion="$(InstallerVersion)" Compressed="yes"
54
Scope="perMachine" Language="$(ProductLanguage)" Name="$(ProductName)">
65

src/Layout/pkg/windows/msis/toolset/product.wxs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
33
xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui"
44
xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">
5-
<?include "Variables.wxi" ?>
65
<Package UpgradeCode="$(UpgradeCode)" Version="$(ProductVersion)" Manufacturer="$(Manufacturer)" InstallerVersion="$(InstallerVersion)" Compressed="yes"
76
Scope="perMachine" Language="$(ProductLanguage)" Name="$(ProductName)" >
87

0 commit comments

Comments
 (0)