diff options
author | Bob Arnson <bob@firegiant.com> | 2021-04-07 20:49:42 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2021-04-07 20:51:56 -0400 |
commit | 56d24ed8b292c27288fbf00ff3dba3ff35f042a5 (patch) | |
tree | 53a33d71bcc3638570e1fef7516b56af3035f127 /src/test | |
parent | 5baa00dc75b7bd160aa6b445f462793598d78681 (diff) | |
download | wix-56d24ed8b292c27288fbf00ff3dba3ff35f042a5.tar.gz wix-56d24ed8b292c27288fbf00ff3dba3ff35f042a5.tar.bz2 wix-56d24ed8b292c27288fbf00ff3dba3ff35f042a5.zip |
Update dependencies.
Diffstat (limited to 'src/test')
3 files changed, 5 insertions, 11 deletions
diff --git a/src/test/WixToolsetTest.Netfx/TestData/UsingNativeImage/Package.en-us.wxl b/src/test/WixToolsetTest.Netfx/TestData/UsingNativeImage/Package.en-us.wxl index 38c12ac1..5301bb1a 100644 --- a/src/test/WixToolsetTest.Netfx/TestData/UsingNativeImage/Package.en-us.wxl +++ b/src/test/WixToolsetTest.Netfx/TestData/UsingNativeImage/Package.en-us.wxl | |||
@@ -1,6 +1,4 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <!-- |
2 | |||
3 | <!-- | ||
4 | This file contains the declaration of all the localizable strings. | 2 | This file contains the declaration of all the localizable strings. |
5 | --> | 3 | --> |
6 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> | 4 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> |
diff --git a/src/test/WixToolsetTest.Netfx/TestData/UsingNativeImage/Package.wxs b/src/test/WixToolsetTest.Netfx/TestData/UsingNativeImage/Package.wxs index 082ac4cc..ace73680 100644 --- a/src/test/WixToolsetTest.Netfx/TestData/UsingNativeImage/Package.wxs +++ b/src/test/WixToolsetTest.Netfx/TestData/UsingNativeImage/Package.wxs | |||
@@ -8,10 +8,8 @@ | |||
8 | </Package> | 8 | </Package> |
9 | 9 | ||
10 | <Fragment> | 10 | <Fragment> |
11 | <Directory Id="TARGETDIR" Name="SourceDir"> | 11 | <StandardDirectory Id="ProgramFilesFolder"> |
12 | <Directory Id="ProgramFilesFolder"> | ||
13 | <Directory Id="INSTALLFOLDER" Name="MsiPackage" /> | 12 | <Directory Id="INSTALLFOLDER" Name="MsiPackage" /> |
14 | </Directory> | 13 | </StandardDirectory> |
15 | </Directory> | 14 | </Fragment> |
16 | </Fragment> | ||
17 | </Wix> | 15 | </Wix> |
diff --git a/src/test/WixToolsetTest.Netfx/TestData/UsingNativeImage/PackageComponents.wxs b/src/test/WixToolsetTest.Netfx/TestData/UsingNativeImage/PackageComponents.wxs index 21c92f26..a1c806d9 100644 --- a/src/test/WixToolsetTest.Netfx/TestData/UsingNativeImage/PackageComponents.wxs +++ b/src/test/WixToolsetTest.Netfx/TestData/UsingNativeImage/PackageComponents.wxs | |||
@@ -1,6 +1,4 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:netfx="http://wixtoolset.org/schemas/v4/wxs/netfx"> |
2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" | ||
3 | xmlns:netfx="http://wixtoolset.org/schemas/v4/wxs/netfx"> | ||
4 | <Fragment> | 2 | <Fragment> |
5 | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> | 3 | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> |
6 | <Component> | 4 | <Component> |