diff options
Diffstat (limited to 'src/ext/Dependency')
-rw-r--r-- | src/ext/Dependency/test/WixToolsetTest.Dependency/TestData/UsingProvides/Package.en-us.wxl | 8 | ||||
-rw-r--r-- | src/ext/Dependency/wixlib/en-us.wxl | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/src/ext/Dependency/test/WixToolsetTest.Dependency/TestData/UsingProvides/Package.en-us.wxl b/src/ext/Dependency/test/WixToolsetTest.Dependency/TestData/UsingProvides/Package.en-us.wxl index 38c12ac1..f1df1234 100644 --- a/src/ext/Dependency/test/WixToolsetTest.Dependency/TestData/UsingProvides/Package.en-us.wxl +++ b/src/ext/Dependency/test/WixToolsetTest.Dependency/TestData/UsingProvides/Package.en-us.wxl | |||
@@ -1,11 +1,9 @@ | |||
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"> |
7 | 5 | ||
8 | <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." /> |
9 | <String Id="FeatureTitle">MsiPackage</String> | 7 | <String Id="FeatureTitle" Value="MsiPackage" /> |
10 | 8 | ||
11 | </WixLocalization> | 9 | </WixLocalization> |
diff --git a/src/ext/Dependency/wixlib/en-us.wxl b/src/ext/Dependency/wixlib/en-us.wxl index 6ad7d63d..ca0a3ea6 100644 --- a/src/ext/Dependency/wixlib/en-us.wxl +++ b/src/ext/Dependency/wixlib/en-us.wxl | |||
@@ -2,6 +2,6 @@ | |||
2 | 2 | ||
3 | 3 | ||
4 | <WixLocalization Culture="en-US" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | 4 | <WixLocalization Culture="en-US" xmlns="http://wixtoolset.org/schemas/v4/wxl"> |
5 | <String Id="msierrDependencyMissingDependencies" Overridable="yes">If you continue with this install, the product may not work properly because [2] or more dependencies are missing. Do you want to continue with this install anyway?</String> | 5 | <String Id="msierrDependencyMissingDependencies" Overridable="yes" Value="If you continue with this install, the product may not work properly because [2] or more dependencies are missing. Do you want to continue with this install anyway?" /> |
6 | <String Id="msierrDependencyHasDependents" Overridable="yes">If you continue with this uninstall, [2] or more products may stop working properly. Do you want to continue with this uninstall anyway?</String> | 6 | <String Id="msierrDependencyHasDependents" Overridable="yes" Value="If you continue with this uninstall, [2] or more products may stop working properly. Do you want to continue with this uninstall anyway?" /> |
7 | </WixLocalization> | 7 | </WixLocalization> |