diff options
Diffstat (limited to 'src/ext/Util/test')
8 files changed, 15 insertions, 15 deletions
diff --git a/src/ext/Util/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.en-us.wxl b/src/ext/Util/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.en-us.wxl index f50a5386..79cdca11 100644 --- a/src/ext/Util/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.en-us.wxl +++ b/src/ext/Util/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.en-us.wxl | |||
@@ -3,6 +3,6 @@ This file contains the declaration of all the localizable strings. | |||
3 | --> | 3 | --> |
4 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> | 4 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> |
5 | 5 | ||
6 | <String Id="BundleName">~TestBundle</String> | 6 | <String Id="BundleName" Value="~TestBundle" /> |
7 | 7 | ||
8 | </WixLocalization> | 8 | </WixLocalization> |
diff --git a/src/ext/Util/test/WixToolsetTest.Util/TestData/CloseApplication/Package.en-us.wxl b/src/ext/Util/test/WixToolsetTest.Util/TestData/CloseApplication/Package.en-us.wxl index 5301bb1a..f1df1234 100644 --- a/src/ext/Util/test/WixToolsetTest.Util/TestData/CloseApplication/Package.en-us.wxl +++ b/src/ext/Util/test/WixToolsetTest.Util/TestData/CloseApplication/Package.en-us.wxl | |||
@@ -3,7 +3,7 @@ This file contains the declaration of all the localizable strings. | |||
3 | --> | 3 | --> |
4 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> | 4 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> |
5 | 5 | ||
6 | <String Id="DowngradeError">A newer version of [ProductName] is already installed.</String> | 6 | <String Id="DowngradeError" Value="A newer version of [ProductName] is already installed." /> |
7 | <String Id="FeatureTitle">MsiPackage</String> | 7 | <String Id="FeatureTitle" Value="MsiPackage" /> |
8 | 8 | ||
9 | </WixLocalization> | 9 | </WixLocalization> |
diff --git a/src/ext/Util/test/WixToolsetTest.Util/TestData/EventManifest/Package.en-us.wxl b/src/ext/Util/test/WixToolsetTest.Util/TestData/EventManifest/Package.en-us.wxl index 5301bb1a..f1df1234 100644 --- a/src/ext/Util/test/WixToolsetTest.Util/TestData/EventManifest/Package.en-us.wxl +++ b/src/ext/Util/test/WixToolsetTest.Util/TestData/EventManifest/Package.en-us.wxl | |||
@@ -3,7 +3,7 @@ This file contains the declaration of all the localizable strings. | |||
3 | --> | 3 | --> |
4 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> | 4 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> |
5 | 5 | ||
6 | <String Id="DowngradeError">A newer version of [ProductName] is already installed.</String> | 6 | <String Id="DowngradeError" Value="A newer version of [ProductName] is already installed." /> |
7 | <String Id="FeatureTitle">MsiPackage</String> | 7 | <String Id="FeatureTitle" Value="MsiPackage" /> |
8 | 8 | ||
9 | </WixLocalization> | 9 | </WixLocalization> |
diff --git a/src/ext/Util/test/WixToolsetTest.Util/TestData/InternetShortcut/Package.en-us.wxl b/src/ext/Util/test/WixToolsetTest.Util/TestData/InternetShortcut/Package.en-us.wxl index 5301bb1a..f1df1234 100644 --- a/src/ext/Util/test/WixToolsetTest.Util/TestData/InternetShortcut/Package.en-us.wxl +++ b/src/ext/Util/test/WixToolsetTest.Util/TestData/InternetShortcut/Package.en-us.wxl | |||
@@ -3,7 +3,7 @@ This file contains the declaration of all the localizable strings. | |||
3 | --> | 3 | --> |
4 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> | 4 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> |
5 | 5 | ||
6 | <String Id="DowngradeError">A newer version of [ProductName] is already installed.</String> | 6 | <String Id="DowngradeError" Value="A newer version of [ProductName] is already installed." /> |
7 | <String Id="FeatureTitle">MsiPackage</String> | 7 | <String Id="FeatureTitle" Value="MsiPackage" /> |
8 | 8 | ||
9 | </WixLocalization> | 9 | </WixLocalization> |
diff --git a/src/ext/Util/test/WixToolsetTest.Util/TestData/PermissionEx/Package.en-us.wxl b/src/ext/Util/test/WixToolsetTest.Util/TestData/PermissionEx/Package.en-us.wxl index 5301bb1a..f1df1234 100644 --- a/src/ext/Util/test/WixToolsetTest.Util/TestData/PermissionEx/Package.en-us.wxl +++ b/src/ext/Util/test/WixToolsetTest.Util/TestData/PermissionEx/Package.en-us.wxl | |||
@@ -3,7 +3,7 @@ This file contains the declaration of all the localizable strings. | |||
3 | --> | 3 | --> |
4 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> | 4 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> |
5 | 5 | ||
6 | <String Id="DowngradeError">A newer version of [ProductName] is already installed.</String> | 6 | <String Id="DowngradeError" Value="A newer version of [ProductName] is already installed." /> |
7 | <String Id="FeatureTitle">MsiPackage</String> | 7 | <String Id="FeatureTitle" Value="MsiPackage" /> |
8 | 8 | ||
9 | </WixLocalization> | 9 | </WixLocalization> |
diff --git a/src/ext/Util/test/WixToolsetTest.Util/TestData/Queries/Package.en-us.wxl b/src/ext/Util/test/WixToolsetTest.Util/TestData/Queries/Package.en-us.wxl index 5301bb1a..f1df1234 100644 --- a/src/ext/Util/test/WixToolsetTest.Util/TestData/Queries/Package.en-us.wxl +++ b/src/ext/Util/test/WixToolsetTest.Util/TestData/Queries/Package.en-us.wxl | |||
@@ -3,7 +3,7 @@ This file contains the declaration of all the localizable strings. | |||
3 | --> | 3 | --> |
4 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> | 4 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> |
5 | 5 | ||
6 | <String Id="DowngradeError">A newer version of [ProductName] is already installed.</String> | 6 | <String Id="DowngradeError" Value="A newer version of [ProductName] is already installed." /> |
7 | <String Id="FeatureTitle">MsiPackage</String> | 7 | <String Id="FeatureTitle" Value="MsiPackage" /> |
8 | 8 | ||
9 | </WixLocalization> | 9 | </WixLocalization> |
diff --git a/src/ext/Util/test/WixToolsetTest.Util/TestData/UsingFileShare/Package.en-us.wxl b/src/ext/Util/test/WixToolsetTest.Util/TestData/UsingFileShare/Package.en-us.wxl index 5301bb1a..f1df1234 100644 --- a/src/ext/Util/test/WixToolsetTest.Util/TestData/UsingFileShare/Package.en-us.wxl +++ b/src/ext/Util/test/WixToolsetTest.Util/TestData/UsingFileShare/Package.en-us.wxl | |||
@@ -3,7 +3,7 @@ This file contains the declaration of all the localizable strings. | |||
3 | --> | 3 | --> |
4 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> | 4 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> |
5 | 5 | ||
6 | <String Id="DowngradeError">A newer version of [ProductName] is already installed.</String> | 6 | <String Id="DowngradeError" Value="A newer version of [ProductName] is already installed." /> |
7 | <String Id="FeatureTitle">MsiPackage</String> | 7 | <String Id="FeatureTitle" Value="MsiPackage" /> |
8 | 8 | ||
9 | </WixLocalization> | 9 | </WixLocalization> |
diff --git a/src/ext/Util/test/WixToolsetTest.Util/TestData/XmlConfig/Package.en-us.wxl b/src/ext/Util/test/WixToolsetTest.Util/TestData/XmlConfig/Package.en-us.wxl index 5301bb1a..f1df1234 100644 --- a/src/ext/Util/test/WixToolsetTest.Util/TestData/XmlConfig/Package.en-us.wxl +++ b/src/ext/Util/test/WixToolsetTest.Util/TestData/XmlConfig/Package.en-us.wxl | |||
@@ -3,7 +3,7 @@ This file contains the declaration of all the localizable strings. | |||
3 | --> | 3 | --> |
4 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> | 4 | <WixLocalization xmlns="http://wixtoolset.org/schemas/v4/wxl" Culture="en-US"> |
5 | 5 | ||
6 | <String Id="DowngradeError">A newer version of [ProductName] is already installed.</String> | 6 | <String Id="DowngradeError" Value="A newer version of [ProductName] is already installed." /> |
7 | <String Id="FeatureTitle">MsiPackage</String> | 7 | <String Id="FeatureTitle" Value="MsiPackage" /> |
8 | 8 | ||
9 | </WixLocalization> | 9 | </WixLocalization> |