@electron-forge/maker-wix
v7.11.2
Published
Wix maker for Electron Forge
Keywords
Readme
maker-wix-msi
The WiX MSI target builds .msi files, which are "traditional" Windows installer files.
Pre-requisites:
lightandcandleinstalled from the WiX toolkit.
Configuration options are documented in MakerWixConfig.
{
name: '@electron-forge/maker-wix',
config: {
language: 1033,
manufacturer: 'My Awesome Company'
}
}