aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.Converters/TestData/Preprocessor/ConvertedPreprocessor.wxs
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-10-23 17:48:34 -0400
committerBob Arnson <bob@firegiant.com>2020-10-24 20:19:12 -0400
commit507d9da4116ef2211c466b9edffc4d1c23c79b9b (patch)
tree0e241e268055d98c20d06a19a9ea80b360679a21 /src/test/WixToolsetTest.Converters/TestData/Preprocessor/ConvertedPreprocessor.wxs
parent61cd9e6baeffa365ea535b09d3cf69731b989a9a (diff)
downloadwix-507d9da4116ef2211c466b9edffc4d1c23c79b9b.tar.gz
wix-507d9da4116ef2211c466b9edffc4d1c23c79b9b.tar.bz2
wix-507d9da4116ef2211c466b9edffc4d1c23c79b9b.zip
Reorganize Product/Package to Package/SummaryInformation.
Diffstat (limited to 'src/test/WixToolsetTest.Converters/TestData/Preprocessor/ConvertedPreprocessor.wxs')
-rw-r--r--src/test/WixToolsetTest.Converters/TestData/Preprocessor/ConvertedPreprocessor.wxs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/WixToolsetTest.Converters/TestData/Preprocessor/ConvertedPreprocessor.wxs b/src/test/WixToolsetTest.Converters/TestData/Preprocessor/ConvertedPreprocessor.wxs
index ea52c71f..e601ae2a 100644
--- a/src/test/WixToolsetTest.Converters/TestData/Preprocessor/ConvertedPreprocessor.wxs
+++ b/src/test/WixToolsetTest.Converters/TestData/Preprocessor/ConvertedPreprocessor.wxs
@@ -1,12 +1,12 @@
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. --> 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 2
3 3
4 4
5<?include WixVer.wxi ?> 5<?include WixVer.wxi ?>
6 6
7<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:swid="http://wixtoolset.org/schemas/v4/wxs/tag" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> 7<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:swid="http://wixtoolset.org/schemas/v4/wxs/tag" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">
8 <Product Name="!(loc.ShortProduct) v$(var.WixMajorMinor) Core" Language="1033" Manufacturer="!(loc.Company)" Version="$(var.WixMsiProductVersion)" UpgradeCode="3618724B-2523-44F9-A908-866AA619504D"> 8 <Package Name="!(loc.ShortProduct) v$(var.WixMajorMinor) Core" Language="1033" Manufacturer="!(loc.Company)" Version="$(var.WixMsiProductVersion)" UpgradeCode="3618724B-2523-44F9-A908-866AA619504D" Compressed="yes" InstallerVersion="200">
9 <Package Compressed="yes" InstallerVersion="200" SummaryCodepage="1252" InstallScope="perMachine" /> 9
10 <swid:Tag Regid="!(loc.Regid)" InstallDirectory="INSTALLFOLDER" /> 10 <swid:Tag Regid="!(loc.Regid)" InstallDirectory="INSTALLFOLDER" />
11 11
12 <MajorUpgrade DowngradeErrorMessage="A later version of [ProductName] is already installed." /> 12 <MajorUpgrade DowngradeErrorMessage="A later version of [ProductName] is already installed." />
@@ -57,5 +57,5 @@
57 <FeatureRef Id="Feature_Intellisense2012" /> 57 <FeatureRef Id="Feature_Intellisense2012" />
58 <FeatureRef Id="Feature_Intellisense2013" /> 58 <FeatureRef Id="Feature_Intellisense2013" />
59 <FeatureRef Id="Feature_Intellisense2015" /> 59 <FeatureRef Id="Feature_Intellisense2015" />
60 </Product> 60 </Package>
61</Wix> 61</Wix>