https://github.com/open-eid/windows-installer
Windows installer wix project files
https://github.com/open-eid/windows-installer
Last synced: 3 months ago
JSON representation
Windows installer wix project files
- Host: GitHub
- URL: https://github.com/open-eid/windows-installer
- Owner: open-eid
- License: lgpl-2.1
- Created: 2015-01-21T12:30:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2026-02-09T06:34:38.000Z (4 months ago)
- Last Synced: 2026-02-09T12:27:33.742Z (4 months ago)
- Language: PowerShell
- Homepage:
- Size: 4.79 MB
- Stars: 7
- Watchers: 14
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.LGPL
Awesome Lists containing this project
README
windows-installer
=================
A WIX bootstrapper EXE with DigiDoc4 Client and package with various drivers and browser plugins.
1. Fetch the source
git clone https://github.com/open-eid/windows-installer
cd windows-installer
2. Download dependencies to packages folder
* [Digidoc4*x64.msi](https://github.com/open-eid/DigiDoc4-Client/releases)
* [Digidoc4*arm64.msi](https://github.com/open-eid/DigiDoc4-Client/releases)
* [Digidoc_ShellExt*x64.msi](https://github.com/open-eid/DigiDoc4-Client/releases)
* [ID-Updater*x64.msi](https://github.com/open-eid/updater/releases)
* [ID-Updater*arm64.msi](https://github.com/open-eid/updater/releases)
* [web-eid*x64.msi](https://github.com/web-eid/web-eid-app/releases)
* [web-eid*arm64.msi](https://github.com/web-eid/web-eid-app/releases)
* [idplug-classic-*-Estonia_64bit.msi](https://installer.id.ee/media/win/Open-EID.zip)
* [SmartCard_Client_*.msi](https://installer.id.ee/media/win/Open-EID.zip)
* [CertDelApp_*.msi](https://installer.id.ee/media/win/Open-EID.zip)
4. 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
5. Run build.ps1 script, optional parameter -msiversion
powershell -ExecutionPolicy ByPass -File build.ps1
6. Execute
Open-EID.exe
## Support
Official builds are provided through official distribution point [id.ee](https://www.id.ee/en/article/install-id-software/). If you want support, you need to be using official builds. Contact our support via [www.id.ee](http://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.