diff options
Diffstat (limited to 'src/ext/PowerShell/test/WixToolsetTest.PowerShell/TestData')
| -rw-r--r-- | src/ext/PowerShell/test/WixToolsetTest.PowerShell/TestData/TypesFile/Package.en-us.wxl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/ext/PowerShell/test/WixToolsetTest.PowerShell/TestData/TypesFile/Package.en-us.wxl b/src/ext/PowerShell/test/WixToolsetTest.PowerShell/TestData/TypesFile/Package.en-us.wxl index 38c12ac1..f1df1234 100644 --- a/src/ext/PowerShell/test/WixToolsetTest.PowerShell/TestData/TypesFile/Package.en-us.wxl +++ b/src/ext/PowerShell/test/WixToolsetTest.PowerShell/TestData/TypesFile/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> |
