You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to find a sample .wxl file that contains some of the strings I'd like to change:
<WixLocalizationCulture="en-us"xmlns="http://schemas.microsoft.com/wix/2006/localization">
<!-- customize the text appearing in WixUI_en-us.wxl for example: http://www.tramontana.co.hu/wix/loc/wixui_en-us.wxl-->
<StringId="WelcomeDlgTitle">{\WixUI_Font_Bigger}Welcome to the Setup Wizard for [ProductName] </String>
<StringId="PrepareDlgTitle">{\WixUI_Font_Bigger}Welcome to the Setup Wizard for [ProductName]</String>
<StringId="MaintenanceWelcomeDlgTitle">{\WixUI_Font_Bigger}Welcome to the Setup Wizard for [ProductName]</String>
<StringId="WelcomeDlgDescription">The Setup Wizard will install the [ProductName], the assemblies required for running applications that manipulate ZIP archive files, on your computer. The version to be installed is [ProductVersion]. Click Next to continue or Cancel to exit the Setup Wizard.</String>
<StringId="UserExitTitle">{\WixUI_Font_Bigger}The Setup Wizard for DotNetZip was interrupted</String>
<StringId="ProgressDlgTitleInstalling">{\WixUI_Font_Title}You are now installing DotNetZip...</String>
<StringId="ExitDialogTitle">{\WixUI_Font_Bigger}You've Completed the Setup Wizard for [ProductName]</String>
<StringId="VerifyReadyDlgInstallTitle">{\WixUI_Font_Title}Ready to install DotNetZip Tools 1.9</String>
<!-- The following text will be placed into the control table, using Dialog=VerifyReadyDlg and Control=InstallText. It will be obscured at runtime by a new text control created by a custom action. -->
<StringId="VerifyReadyDlgInstallText">Are you ready to install the runtime? Click Next to proceed.</String>
<StringId="LicenseAgreementDlgLicenseAcceptedCheckBox">Check here to accept the required licenses</String>
<StringId="CustomizeDlgTitle">{\WixUI_Font_Title}What would you like to Install?</String>
<StringId="InstallDirDlgTitle">{\WixUI_Font_Title}Install options</String>
<StringId="InstallDirDlgDescription">Specify the options you prefer, then click Next.</String>
<StringId="FatalErrorTitle">{\WixUI_Font_Bigger}Setup for [ProductName] ended prematurely</String>
<StringId="FatalErrorDescription1">The Setup Wizard for the DotNetZip runtime ended prematurely because of an error. Your system has not been modified. To install the DotNetZip runtime at a later time, run the Setup again.</String>
</WixLocalization>
Describe the solution you'd like
I suppose a tauri.conf.json option for custom language templates would suffice. The main issue here is that when I go to customize the installer images as provided by tauri, the text clashes with my images. I'd like to be able to completely remove the text at the top, and it seems like editing the strings would be the best way to do this. I'd be happy to discuss alternative solutions as well. Thanks.
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the problem
I'm interested in further customizing the windows wix installer package as generated by tauri. I see that we can supply a wix template, however I'd like to change strings, and it seems like this step must be done when running light.
See the wix doc here: https://wixtoolset.org/documentation/manual/v3/howtos/ui_and_localization/build_a_localized_version.html
I was able to find a sample .wxl file that contains some of the strings I'd like to change:
Describe the solution you'd like
I suppose a tauri.conf.json option for custom language templates would suffice. The main issue here is that when I go to customize the installer images as provided by tauri, the text clashes with my images. I'd like to be able to completely remove the text at the top, and it seems like editing the strings would be the best way to do this. I'd be happy to discuss alternative solutions as well. Thanks.
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: