Added some dialog overrides (localization)
This commit is contained in:
parent
49acd825e1
commit
6708a90336
11
PdfScribeInstall/DialogOverrides.wxl
Normal file
11
PdfScribeInstall/DialogOverrides.wxl
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||
<String Id="WelcomeDlgDescription" >[ProductName] [ProductVersion] will be installed. Click Next to continue or Cancel to exit the Setup Wizard.</String>
|
||||
<String Id="WelcomeUpdateDlgDescriptionUpdate" Overridable="yes">[ProductName] will be updated to [ProductVersion]. Click Next to continue or Cancel to exit the Setup Wizard.</String>
|
||||
<String Id="WelcomeDlgTitle" Overridable="yes">{\WixUI_Font_Bigger}[ProductName] [ProductVersion] Setup</String>
|
||||
|
||||
<String Id="UserExitTitle" >{\WixUI_Font_Bigger}[ProductName] Setup was interrupted</String>
|
||||
<String Id="UserExitDescription1" >[ProductName] installation was interrupted. Your system has not been modified.</String>
|
||||
<String Id="UserExitDescription2" >Click the Finish button to exit the installer.</String>
|
||||
|
||||
</WixLocalization>
|
@ -77,6 +77,9 @@
|
||||
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="DialogOverrides.wxl" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(WixTargetsPath)" />
|
||||
<!--
|
||||
To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
Loading…
Reference in New Issue
Block a user