mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
a5c6f7980e
Have customised the WiX installer so that it has some nice backgrounds, and so that the title and description text is white on black rather than black on grey. It works well.
43 lines
4.8 KiB
XML
43 lines
4.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
|
<String Id="LANG">1033</String>
|
|
<String Id="ProductName">DisplayMagician</String>
|
|
<String Id="ProductDescription">DisplayMagician will automatically run your games with a different display profile or audio settings and then will revert everything back to the way it was when you've finished playing.</String>
|
|
<String Id="LicenseRtf" Overridable="yes">\Lang\en-us\EULA_en-us.rtf</String>
|
|
<String Id="ManufacturerName">LittleBitBig</String>
|
|
<String Id="LogReporterName">LogReporter</String>
|
|
<String Id="LogReporterDescription">LogReporter will collect details about your computer to help us troubleshoot errors running DisplayMagician.</String>
|
|
<String Id="AppNotSupported">This application is is not supported on your current OS. Your OS must be Windows 8.1 or later (64-bit only).</String>
|
|
<String Id="DotNetFrameworkNeeded">.NET Framework 4.8 or higher is required for DisplayMagician to work. Please install the latest .NET Framework then run this installer again. You can download the latest .NET Framework from https://dotnet.microsoft.com/download/dotnet-framework.</String>
|
|
<String Id="MustCloseDisplayMagician">You must close !(loc.ProductName) in order to upgrade it!</String>
|
|
<String Id="DowngradeErrorMessage">You cannot downgrade !(loc.ProductName) to a lower version using this installer. Please uninstall the older version of !(loc.ProductName) first!</String>
|
|
<String Id="DisplayMagicianNewerVersionInstalled">A newer version of !(loc.ProductName) is already installed.</String>
|
|
<String Id="WelcomeDlgTitle">{\White_Title}Welcome to the [ProductName] [ProductVersion] Setup Wizard</String>
|
|
<String Id="WelcomeDlgDescription">{\White_Normal}DisplayMagician will automatically run your games with a different display profile or audio settings and then will revert everything back to the way it was when you've finished playing. If you want to install DisplayMagician then click Next to continue or Cancel to exit.</String>
|
|
<String Id="LicenseAgreementDlgTitle">{\White_Title}End User License Agreement</String>
|
|
<String Id="LicenseAgreementDlgDescription">{\White_Normal}Please read and accept this License Agreement</String>
|
|
<String Id="ExitDialogTitle">{\White_Title}Completed the [ProductName] Setup Wizard</String>
|
|
<String Id="ExitDialogDescription">{\White_Normal}Click the Finish button to exit the Setup Wizard.</String>
|
|
<String Id="FatalErrorTitle">{\White_Title}[ProductName] Setup Wizard ended prematurely</String>
|
|
<String Id="FatalErrorDescription1">{\White_Normal}[ProductName] Setup Wizard ended prematurely because of an error. Your system has not been modified. To install this program at a later time, run Setup Wizard again.</String>
|
|
<String Id="UserExitTitle">{\White_Title}[ProductName] Setup Wizard was interrupted</String>
|
|
<String Id="UserExitDescription1">{\White_Normal}[ProductName] setup was interrupted. Your system has not been modified. To install this program at a later time, please run the installation again.</String>
|
|
<String Id="DiskCostDlgTitle">{\White_Title}Disk Space Requirements</String>
|
|
<String Id="DiskCostDlgDescription">{\White_Normal}The disk space required for the installation of the selected features.</String>
|
|
<String Id="BrowseDlgTitle">{\White_Title}Change destination folder</String>
|
|
<String Id="BrowseDlgDescription">{\White_Normal}Browse to the destination folder</String>
|
|
<String Id="FilesInUseTitle">{\White_Title}Files in Use</String>
|
|
<String Id="FilesInUseDescription">{\White_Normal}Some files that need to be updated are currently in use.</String>
|
|
<String Id="InstallDirDlgTitle">{\White_Title}Destination Folder</String>
|
|
<String Id="InstallDirDlgDescription">{\White_Normal}Click Next to install to the default folder or click Change to choose another.</String>
|
|
<String Id="VerifyReadyDlgInstallTitle">{\White_Title}Ready to install [ProductName]</String>
|
|
<String Id="VerifyReadyDlgChangeTitle">{\White_Title}Ready to change [ProductName]</String>
|
|
<String Id="VerifyReadyDlgRepairTitle">{\White_Title}Ready to repair [ProductName]</String>
|
|
<String Id="VerifyReadyDlgRemoveTitle">{\White_Title}Ready to remove [ProductName]</String>
|
|
<String Id="VerifyReadyDlgUpdateTitle">{\White_Title}Ready to update [ProductName]</String>
|
|
<String Id="MaintenanceWelcomeDlgTitle">{\White_Title}Welcome to the [ProductName] Setup Wizard</String>
|
|
<String Id="MaintenanceWelcomeDlgDescription">{\White_Normal}The Setup Wizard allows you to change the way [ProductName] features are installed on your computer or to remove it from your computer. Click Next to continue or Cancel to exit the Setup Wizard.</String>
|
|
<String Id="MaintenanceTypeDlgTitle">{\White_Title}Change, repair, or remove installation</String>
|
|
<String Id="MaintenanceTypeDlgDescription">{\White_Normal}Select the operation you wish to perform.</String>
|
|
</WixLocalization>
|