Skip to content

Commit 3a86a77

Browse files
authored
Add version number and unify success with welcome dialog (#93)
IB-8021 Signed-off-by: Raul Metsma <raul@metsma.ee>
1 parent 0747e78 commit 3a86a77

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

HyperlinkSidebarTheme.en.wxl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<WixLocalization Culture="en-us" Language="1033" xmlns="http://wixtoolset.org/schemas/v4/wxl">
2-
<String Id="Caption" Value="[WixBundleName] setup" />
2+
<String Id="Caption" Value="[WixBundleName] setup [WixBundleVersion]" />
33
<String Id="Title" Value="[WixBundleName]" />
44
<String Id="CheckingForUpdatesLabel" Value="Checking for updates" />
55
<String Id="UpdateButton" Value="&amp;Update to version [WixStdBAUpdateAvailable]" />

HyperlinkSidebarTheme.et.wxl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<WixLocalization Culture="et-ee" Language="1061" xmlns="http://wixtoolset.org/schemas/v4/wxl">
2-
<String Id="Caption" Value="eID tarkvara paigaldus (Version)" />
2+
<String Id="Caption" Value="eID tarkvara paigaldus [WixBundleVersion]" />
33
<String Id="Title" Value="eID tarkvara" />
44
<String Id="CheckingForUpdatesLabel" Value="Checking for updates" />
55
<String Id="UpdateButton" Value="&amp;Update to version [WixStdBAUpdateAvailable]" />

HyperlinkSidebarTheme.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<Text Condition="WixBundleAction = 7">#(loc.SuccessModifyHeader)</Text>
120120
<Text Condition="WixBundleAction = 8">#(loc.SuccessRepairHeader)</Text>
121121
</Label>
122-
<Hypertext X="185" Y="80" Width="-11" Height="220" FontId="3" TabStop="yes" DisablePrefix="yes">
122+
<Hypertext X="185" Y="91" Width="-11" Height="220" FontId="3" TabStop="yes" DisablePrefix="yes">
123123
<Text Condition="WixBundleAction = 6">#(loc.SuccessInstallMessage)</Text>
124124
</Hypertext>
125125
<Button Name="LaunchButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" HideWhenDisabled="yes">#(loc.SuccessLaunchButton)</Button>

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ A WIX bootstrapper EXE with DigiDoc4 Client and package with various drivers and
1414
* web-eid*x64.msi
1515
* AWP*x64*.msi
1616

17-
3. Run build.ps1 script, optional parameter -msiversion
17+
4. Install WIX toolset
18+
19+
https://wixtoolset.org/docs/intro/#nettool
20+
21+
5. Run build.ps1 script, optional parameter -msiversion
1822

1923
powershell -ExecutionPolicy ByPass -File build.ps1
2024

21-
4. Execute
25+
6. Execute
2226

2327
Open-EID.exe
2428

0 commit comments

Comments
 (0)