nimbus-eth2/installer/windows
Zahary Karadjov ec07d3364b
MSI installer for Windows based on the WIX toolkit
2022-03-05 15:53:51 +02:00
..
ConfigDlg.wxs MSI installer for Windows based on the WIX toolkit 2022-03-05 15:53:51 +02:00
LICENSE-APACHEv2.rtf MSI installer for Windows based on the WIX toolkit 2022-03-05 15:53:51 +02:00
Nimbus_InstallDir.wxs MSI installer for Windows based on the WIX toolkit 2022-03-05 15:53:51 +02:00
Product.wxs MSI installer for Windows based on the WIX toolkit 2022-03-05 15:53:51 +02:00
README.md MSI installer for Windows based on the WIX toolkit 2022-03-05 15:53:51 +02:00

README.md

This directory contains a set of files used for building a MSI Windows installation package for the Nimbus beacon node.

To build the package, you'll need WiX Toolset (V3.11.2 or later): https://wixtoolset.org/releases/

Make sure the WiX build tools are in your PATH and run make nimbus-msi from the root of this repo.

WixEdit is recommended for editing the installer dialogs: https://wixedit.github.io/