Skip to content

Commit 3df8399

Browse files
authored
Wix 4.0 support (#89)
IB-7780 Signed-off-by: Raul Metsma <raul@metsma.ee>
1 parent fa26f34 commit 3df8399

10 files changed

+448
-548
lines changed

HyperlinkSidebarTheme.en.wxl

Lines changed: 67 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,68 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization">
3-
<String Id="Caption">[WixBundleName] setup</String>
4-
<String Id="Title">[WixBundleName]</String>
5-
<String Id="InstallHeader">Welcome!</String>
6-
<String Id="InstallMessage">Setup will install [WixBundleName] on your computer. Close all other applications before installing the software. [WixBundleName] allows you to use your ID-card electronically, digitally sign documents and encrypt documents for safe transfer. Click Customize to modify installation options, Install to perform standard installation or Close to exit.</String>
7-
<String Id="InstallVersion">Version [WixBundleVersion]</String>
8-
<String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
9-
<String Id="ExecuteUpgradeRelatedBundleMessage">Previous version</String>
10-
<String Id="HelpHeader">Setup help</String>
11-
<String Id="HelpText">/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or
12-
creates a complete local copy of the bundle in directory. Install is the default.
13-
14-
/passive | /quiet - displays minimal UI with no prompts or displays no UI and
15-
no prompts. By default UI and all prompts are displayed.
16-
17-
/norestart - suppress any attempts to restart. By default UI will prompt before restart.
18-
/log log.txt - logs to a specific file. By default a log file is created in %TEMP%.</String>
19-
<String Id="HelpCloseButton">&amp;Close</String>
20-
<String Id="InstallLicenseLinkText">[WixBundleName] &lt;a href="#"&gt;license terms&lt;/a&gt;.</String>
21-
<String Id="InstallAcceptCheckbox">I &amp;agree to the license terms and conditions</String>
22-
<String Id="InstallOptionsButton">C&amp;ustomize</String>
23-
<String Id="InstallInstallButton">&amp;Install</String>
24-
<String Id="InstallCloseButton">&amp;Close</String>
25-
<String Id="OptionsHeader">Setup options</String>
26-
<String Id="OptionsLocationLabel">Install location:</String>
27-
<String Id="OptionsBrowseButton">&amp;Browse</String>
28-
<String Id="OptionsOkButton">&amp;OK</String>
29-
<String Id="OptionsCancelButton">&amp;Cancel</String>
30-
<String Id="ProgressHeader">Setup progress</String>
31-
<String Id="ProgressLabel">Processing:</String>
32-
<String Id="OverallProgressPackageText">Initializing...</String>
33-
<String Id="ProgressCancelButton">&amp;Cancel</String>
34-
<String Id="ModifyHeader">Modify setup</String>
35-
<String Id="ModifyRepairButton">&amp;Repair</String>
36-
<String Id="ModifyUninstallButton">&amp;Uninstall all</String>
37-
<String Id="ModifyCloseButton">&amp;Close</String>
38-
<String Id="SuccessRepairHeader">Repair completed successfully.</String>
39-
<String Id="SuccessUninstallHeader">Uninstall completed</String>
40-
<String Id="SuccessInstallHeader">Installation completed successfully.</String>
41-
<String Id="SuccessInstallMessage">
42-
43-
Restart the web browser and make sure that the extension named Web eID is activated in the web browser.
44-
The guide can be found &lt;a href="https://www.id.ee/en/article/configuring-browsers-for-using-id-card/"&gt;here&lt;/a&gt;.</String>
45-
<String Id="SuccessHeader">Setup successful</String>
46-
<String Id="SuccessLaunchButton">&amp;Launch ID-card utility</String>
47-
<String Id="SuccessRestartText">You must restart your computer before you can use the software.</String>
48-
<String Id="SuccessRestartButton">&amp;Restart</String>
49-
<String Id="SuccessCloseButton">&amp;Close</String>
50-
<String Id="FailureHeader">Setup failed</String>
51-
<String Id="FailureInstallHeader">Installation failed</String>
52-
<String Id="FailureUninstallHeader">Uninstall failed</String>
53-
<String Id="FailureRepairHeader">Repair failed</String>
54-
<String Id="FailureHyperlinkLogText">Operation failed. Please ensure that internet connection is established and then try again. You can find help for installing the software on the id.ee website.</String>
55-
<String Id="FailureHyperlinkLogLink">&lt;a href="#"&gt;For more information see the log file&lt;/a&gt;.</String>
56-
<String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
57-
<String Id="FailureRestartButton">&amp;Restart</String>
58-
<String Id="FailureCloseButton">&amp;Close</String>
59-
<String Id="FilesInUseHeader">Files in use</String>
60-
<String Id="FilesInUseLabel">The following applications are using files that need to be updated:</String>
61-
<String Id="FilesInUseCloseRadioButton">Close the &amp;applications and attempt to restart them.</String>
62-
<String Id="FilesInUseDontCloseRadioButton">&amp;Do not close the applications. A reboot will be required.</String>
63-
<String Id="FilesInUseOkButton">&amp;OK</String>
64-
<String Id="FilesInUseCancelButton">&amp;Cancel</String>
65-
<String Id="ChangeLogLink">&lt;a href="https://www.id.ee/en/article/id-software-versions-info-release-notes/"&gt;Changelog&lt;/a&gt;</String>
66-
<String Id="OptionsCustomizeInstall">Customize install</String>
67-
<String Id="OptionsDesktop">Create ID-software icons on my desktop</String>
68-
<String Id="OptionsStartMenu">Create ID-card software icons in my Start Menu Programs folder</String>
69-
<String Id="qdigidoc4">DigiDoc4 Client</String>
70-
<String Id="chromeplugin">Chrome authentication and signing support</String>
71-
<String Id="chromepluginpolicy">Chrome extension will be activated automatically</String>
72-
<String Id="firefoxplugin">Firefox authentication and signing support</String>
73-
<String Id="minidriver">Estonian ID-card support</String>
74-
<String Id="certsynchronizer">Delete the ID-card certificates from the computer upon removing the card</String>
75-
<String Id="edgeplugin">Edge authentication and signing support</String>
76-
<String Id="edgepluginpolicy">Edge extension will be activated automatically</String>
77-
<String Id="SupportedWindows">You are using an unsupported operating system. You'll need Windows 10 or later 64-bit operating system to successfully install ID-software.</String>
1+
<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl">
2+
<String Id="Caption" Value="[WixBundleName] setup" />
3+
<String Id="Title" Value="[WixBundleName]" />
4+
<String Id="InstallHeader" Value="Welcome!" />
5+
<String Id="InstallMessage" Value="Setup will install [WixBundleName] on your computer. Close all other applications before installing the software. [WixBundleName] allows you to use your ID-card electronically, digitally sign documents and encrypt documents for safe transfer. Click Customize to modify installation options, Install to perform standard installation or Close to exit." />
6+
<String Id="InstallMessageOptions" Value="Setup will install [WixBundleName] on your computer. Close all other applications before installing the software. [WixBundleName] allows you to use your ID-card electronically, digitally sign documents and encrypt documents for safe transfer. Click Customize to modify installation options, Install to perform standard installation or Close to exit." />
7+
<String Id="InstallVersion" Value="Version [WixBundleVersion]" />
8+
<String Id="ConfirmCancelMessage" Value="Are you sure you want to cancel?" />
9+
<String Id="ExecuteUpgradeRelatedBundleMessage" Value="Previous version" />
10+
<String Id="HelpHeader" Value="Setup help" />
11+
<String Id="HelpText" Value="/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or&#xA; creates a complete local copy of the bundle in directory. Install is the default.&#xA;&#xA;/passive | /quiet - displays minimal UI with no prompts or displays no UI and&#xA; no prompts. By default UI and all prompts are displayed.&#xA;&#xA;/norestart - suppress any attempts to restart. By default UI will prompt before restart.&#xA;/log log.txt - logs to a specific file. By default a log file is created in %TEMP%." />
12+
<String Id="HelpCloseButton" Value="&amp;Close" />
13+
<String Id="InstallLicenseLinkText" Value="[WixBundleName] &lt;a href=&quot;#&quot;&gt;license terms&lt;/a&gt;." />
14+
<String Id="InstallAcceptCheckbox" Value="I &amp;agree to the license terms and conditions" />
15+
<String Id="InstallOptionsButton" Value="C&amp;ustomize" />
16+
<String Id="InstallInstallButton" Value="&amp;Install" />
17+
<String Id="InstallCancelButton" Value="&amp;Close" />
18+
<String Id="OptionsHeader" Value="Setup options" />
19+
<String Id="OptionsLocationLabel" Value="Install location:" />
20+
<String Id="OptionsBrowseButton" Value="&amp;Browse" />
21+
<String Id="OptionsOkButton" Value="&amp;OK" />
22+
<String Id="OptionsCancelButton" Value="&amp;Cancel" />
23+
<String Id="ProgressHeader" Value="Setup progress" />
24+
<String Id="ProgressLabel" Value="Processing:" />
25+
<String Id="OverallProgressPackageText" Value="Initializing..." />
26+
<String Id="ProgressCancelButton" Value="&amp;Cancel" />
27+
<String Id="ModifyHeader" Value="Modify setup" />
28+
<String Id="ModifyRepairButton" Value="&amp;Repair" />
29+
<String Id="ModifyUninstallButton" Value="&amp;Uninstall all" />
30+
<String Id="ModifyCancelButton" Value="&amp;Close" />
31+
<String Id="SuccessRepairHeader" Value="Repair completed successfully." />
32+
<String Id="SuccessUninstallHeader" Value="Uninstall completed" />
33+
<String Id="SuccessInstallHeader" Value="Installation completed successfully." />
34+
<String Id="SuccessInstallMessage" Value="Restart the web browser and make sure that the extension named Web eID is activated in the web browser.&#xA;The guide can be found &lt;a href=&quot;https://www.id.ee/en/article/configuring-browsers-for-using-id-card/&quot;&gt;here&lt;/a&gt;." />
35+
<String Id="SuccessHeader" Value="Setup successful" />
36+
<String Id="SuccessLaunchButton" Value="&amp;Launch ID-card utility" />
37+
<String Id="SuccessRestartText" Value="You must restart your computer before you can use the software." />
38+
<String Id="SuccessRestartButton" Value="&amp;Restart" />
39+
<String Id="SuccessCloseButton" Value="&amp;Close" />
40+
<String Id="FailureHeader" Value="Setup failed" />
41+
<String Id="FailureInstallHeader" Value="Installation failed" />
42+
<String Id="FailureUninstallHeader" Value="Uninstall failed" />
43+
<String Id="FailureRepairHeader" Value="Repair failed" />
44+
<String Id="FailureHyperlinkLogText" Value="Operation failed. Please ensure that internet connection is established and then try again. You can find help for installing the software on the id.ee website." />
45+
<String Id="FailureHyperlinkLogLink" Value="&lt;a href=&quot;#&quot;&gt;For more information see the log file&lt;/a&gt;." />
46+
<String Id="FailureRestartText" Value="You must restart your computer to complete the rollback of the software." />
47+
<String Id="FailureRestartButton" Value="&amp;Restart" />
48+
<String Id="FailureCloseButton" Value="&amp;Close" />
49+
<String Id="FilesInUseHeader" Value="Files in use" />
50+
<String Id="FilesInUseLabel" Value="The following applications are using files that need to be updated:" />
51+
<String Id="FilesInUseCloseRadioButton" Value="Close the &amp;applications and attempt to restart them." />
52+
<String Id="FilesInUseDontCloseRadioButton" Value="&amp;Do not close the applications. A reboot will be required." />
53+
<String Id="FilesInUseOkButton" Value="&amp;OK" />
54+
<String Id="FilesInUseCancelButton" Value="&amp;Cancel" />
55+
<String Id="ChangeLogLink" Value="&lt;a href=&quot;https://www.id.ee/en/article/id-software-versions-info-release-notes/&quot;&gt;Changelog&lt;/a&gt;" />
56+
<String Id="OptionsCustomizeInstall" Value="Customize install" />
57+
<String Id="OptionsDesktop" Value="Create ID-software icons on my desktop" />
58+
<String Id="OptionsStartMenu" Value="Create ID-card software icons in my Start Menu Programs folder" />
59+
<String Id="qdigidoc4" Value="DigiDoc4 Client" />
60+
<String Id="chromeplugin" Value="Chrome authentication and signing support" />
61+
<String Id="chromepluginpolicy" Value="Chrome extension will be activated automatically" />
62+
<String Id="firefoxplugin" Value="Firefox authentication and signing support" />
63+
<String Id="minidriver" Value="Estonian ID-card support" />
64+
<String Id="certsynchronizer" Value="Delete the ID-card certificates from the computer upon removing the card" />
65+
<String Id="edgeplugin" Value="Edge authentication and signing support" />
66+
<String Id="edgepluginpolicy" Value="Edge extension will be activated automatically" />
67+
<String Id="SupportedWindows" Value="You are using an unsupported operating system. You'll need Windows 10 or later 64-bit operating system to successfully install ID-software." />
7868
</WixLocalization>

0 commit comments

Comments
 (0)