File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 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 =" & Update to version [WixStdBAUpdateAvailable]" />
Original file line number Diff line number Diff line change 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 =" & Update to version [WixStdBAUpdateAvailable]" />
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments