An open API service indexing awesome lists of open source software.

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

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.