diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-03-19 12:10:19 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-03-19 12:15:11 -0700 |
| commit | 4d27a43eb676e48a6ae6213e234f519b6af8c8a7 (patch) | |
| tree | 698e6e87ff52229a726301341c7342f410088903 /src/test/WixToolsetTest.Util/TestData/InternetShortcutModule | |
| parent | 3d5c85c88fc7440b0e232173a18f80f3363c039a (diff) | |
| download | wix-4d27a43eb676e48a6ae6213e234f519b6af8c8a7.tar.gz wix-4d27a43eb676e48a6ae6213e234f519b6af8c8a7.tar.bz2 wix-4d27a43eb676e48a6ae6213e234f519b6af8c8a7.zip | |
Minor test clean up
Diffstat (limited to 'src/test/WixToolsetTest.Util/TestData/InternetShortcutModule')
| -rw-r--r-- | src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Module.wxs (renamed from src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Package.wxs) | 0 | ||||
| -rw-r--r-- | src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/ModuleComponents.wxs (renamed from src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/PackageComponents.wxs) | 0 | ||||
| -rw-r--r-- | src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Package.en-us.wxl | 11 |
3 files changed, 0 insertions, 11 deletions
diff --git a/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Package.wxs b/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Module.wxs index 2a9daa1c..2a9daa1c 100644 --- a/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Package.wxs +++ b/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Module.wxs | |||
diff --git a/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/PackageComponents.wxs b/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/ModuleComponents.wxs index 2a1b4347..2a1b4347 100644 --- a/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/PackageComponents.wxs +++ b/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/ModuleComponents.wxs | |||
diff --git a/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Package.en-us.wxl b/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Package.en-us.wxl deleted file mode 100644 index 38c12ac1..00000000 --- a/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Package.en-us.wxl +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | |||
| 3 | <!-- | ||
| 4 | This file contains the declaration of all the localizable strings. | ||
| 5 | --> | ||
| 6 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> | ||
| 7 | |||
| 8 | <String Id="DowngradeError">A newer version of [ProductName] is already installed.</String> | ||
| 9 | <String Id="FeatureTitle">MsiPackage</String> | ||
| 10 | |||
| 11 | </WixLocalization> | ||
