aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs
index 75707f3d..287085e8 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs
+++ b/src/test/WixToolsetTest.CoreIntegration/TestData/ErrorsInUI/Package.wxs
@@ -1,4 +1,4 @@
1<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> 1<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2 <Package Name="MsiPackage" Codepage="1252" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a" Compressed="no" InstallerVersion="200" Scope="perMachine"> 2 <Package Name="MsiPackage" Codepage="1252" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a" Compressed="no" InstallerVersion="200" Scope="perMachine">
3 3
4 4
@@ -13,10 +13,8 @@
13 </Package> 13 </Package>
14 14
15 <Fragment> 15 <Fragment>
16 <Directory Id="TARGETDIR" Name="SourceDir"> 16 <StandardDirectory Id="ProgramFilesFolder">
17 <Directory Id="ProgramFilesFolder"> 17 <Directory Id="INSTALLFOLDER" Name="MsiPackage" />
18 <Directory Id="INSTALLFOLDER" Name="MsiPackage" /> 18 </StandardDirectory>
19 </Directory>
20 </Directory>
21 </Fragment> 19 </Fragment>
22</Wix> 20</Wix>