Skip to content

Commit 37c7311

Browse files
authored
Update installer texts and fix condition (#68)
IB-7241, IB-7234 Signed-off-by: Raul Metsma <raul@metsma.ee>
1 parent 539685c commit 37c7311

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

HyperlinkSidebarTheme.en.wxl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,14 @@
3838
<String Id="SuccessRepairHeader">Repair completed successfully.</String>
3939
<String Id="SuccessUninstallHeader">Uninstall completed</String>
4040
<String Id="SuccessInstallHeader">Installation completed successfully.</String>
41-
<String Id="SuccessInstallMessage">You can find answers to questions about the electronic use of ID-card and mobile-ID on the id.ee webpage.</String>
41+
<String Id="SuccessInstallMessage">
42+
43+
Enable extension in the web browser to use the ID-card.
44+
45+
1. Open browser
46+
2. Go to Extensions
47+
3. Enable Web eID
48+
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>
4249
<String Id="SuccessHeader">Setup successful</String>
4350
<String Id="SuccessLaunchButton">&amp;Launch ID-card utility</String>
4451
<String Id="SuccessRestartText">You must restart your computer before you can use the software.</String>

HyperlinkSidebarTheme.et.wxl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,14 @@
3838
<String Id="SuccessRepairHeader">Tarkvara parandus õnnestus</String>
3939
<String Id="SuccessUninstallHeader">Tarkvara eemaldatud</String>
4040
<String Id="SuccessInstallHeader">Tarkvara paigaldus õnnestus!</String>
41-
<String Id="SuccessInstallMessage">ID-kaardi ja mobiil-ID elektroonilist kasutamist puudutavatele küsimustele leiad vastused id.ee veebilehelt.</String>
41+
<String Id="SuccessInstallMessage">
42+
43+
Aktiveeri veebilehitsejas laiendus ID-kaardi kasutamiseks.
44+
45+
1. Ava veebilehitseja
46+
2. Ava menüüst Laiendused
47+
3. Luba Web eID
48+
Juhend on leitav &lt;a href="https://www.id.ee/artikkel/veebibrauserite-seadistamine-id-kaardi-kasutamiseks/"&gt;siit&lt;/a&gt;.</String>
4249
<String Id="SuccessHeader">Toiming õnnestus</String>
4350
<String Id="SuccessLaunchButton">&amp;Käivita ID-kaardi haldusvahend</String><!--Seda teadet ei kuvata.-->
4451
<String Id="SuccessRestartText">Enne tarkvara kasutamist tuleb arvuti taaskäivitada.</String>

HyperlinkSidebarTheme.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<Image X="0" Y="0" Width="165" Height="400" ImageFile="logoside.png"/>
9797
<Text X="185" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.Title)</Text>
9898
<Text Name="SuccessHeader" X="185" Y="50" Width="-11" Height="30" FontId="2" TabStop="yes" HideWhenDisabled="yes" DisablePrefix="yes">#(loc.SuccessHeader)</Text>
99-
<Text Name="SuccessInstallHeader" X="185" Y="50" Width="-11" Height="250" TabStop="yes" FontId="5" HideWhenDisabled="yes" DisablePrefix="yes">#(loc.SuccessInstallHeader) #(loc.SuccessInstallMessage)</Text>
99+
<Hypertext Name="SuccessInstallHeader" X="185" Y="50" Width="-11" Height="250" TabStop="yes" FontId="5" HideWhenDisabled="yes" DisablePrefix="yes">#(loc.SuccessInstallHeader) #(loc.SuccessInstallMessage)</Hypertext>
100100
<Text Name="SuccessRepairHeader" X="185" Y="50" Width="-11" Height="100" FontId="2" TabStop="yes" HideWhenDisabled="yes" DisablePrefix="yes">#(loc.SuccessRepairHeader)</Text>
101101
<Text Name="SuccessUninstallHeader" X="185" Y="50" Width="-11" Height="30" FontId="2" TabStop="yes" HideWhenDisabled="yes" DisablePrefix="yes">#(loc.SuccessUninstallHeader)</Text>
102102
<Button Name="LaunchButton" X="-91" Y="-11" Width="175" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.SuccessLaunchButton)</Button>

bootstrapper.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<MsiProperty Name="INSTALL_DRIVER" Value="1"/>
9999
</MsiPackage>
100100

101-
<MsiPackage Id="WebEID.X86" InstallCondition="NOT VersionNT64 AND (ChromeSupport = 1 OR EdgeSupport = 1 OR FirefoxSupport = 1)" ForcePerMachine="yes"
101+
<MsiPackage Id="WebEID.X86" InstallCondition="(NOT VersionNT64 OR InstallX64 = 0) AND (ChromeSupport = 1 OR EdgeSupport = 1 OR FirefoxSupport = 1)" ForcePerMachine="yes"
102102
SourceFile="$(var.webeid).x86.msi" DownloadUrl="$(var.URL)" Compressed="$(var.embed)">
103103
<MsiProperty Name="APPLICATIONFOLDER" Value="[InstallFolder]"/>
104104
<MsiProperty Name="REINSTALLMODE" Value="amus"/>
@@ -109,7 +109,7 @@
109109
<MsiProperty Name="FIREFOXINSTALL" Value="[FirefoxSupport]"/>
110110
</MsiPackage>
111111

112-
<MsiPackage Id="WebEID.X64" InstallCondition="VersionNT64 AND (ChromeSupport = 1 OR EdgeSupport = 1 OR FirefoxSupport = 1)" ForcePerMachine="yes"
112+
<MsiPackage Id="WebEID.X64" InstallCondition="(VersionNT64 AND InstallX64 = 1) AND (ChromeSupport = 1 OR EdgeSupport = 1 OR FirefoxSupport = 1)" ForcePerMachine="yes"
113113
SourceFile="$(var.webeid).x64.msi" DownloadUrl="$(var.URL)" Compressed="$(var.embed)">
114114
<MsiProperty Name="APPLICATIONFOLDER" Value="[InstallFolder]"/>
115115
<MsiProperty Name="REINSTALLMODE" Value="amus"/>

0 commit comments

Comments
 (0)