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