A WIX bootstrapper EXE with DigiDoc4 Client and package with various drivers and browser plugins.
-
Fetch the source
git clone https://github.com/open-eid/windows-installer cd windows-installer -
Download dependencies to packages folder
-
Install WIX toolset
https://wixtoolset.org/docs/intro/#nettool
dotnet tool install --global wix --version 6.0.2 wix extension -g add WixToolset.UI.wixext/6.0.2 wix extension -g add WixToolset.Util.wixext/6.0.2 wix extension -g add WixToolset.BootstrapperApplications.wixext/6.0.2 -
Run build.ps1 script, optional parameter -msiversion
powershell -ExecutionPolicy ByPass -File build.ps1 -
Execute
Open-EID.exe
Official builds are provided through official distribution point id.ee. If you want support, you need to be using official builds. Contact our support via www.id.ee for assistance.
Source code is provided on "as is" terms with no warranty (see license for more information). Do not file Github issues with generic support requests.