Skip to content

Build a MSI installer easily with NodeJS and a simple API.

Notifications You must be signed in to change notification settings

flavienbwk/wix-msi-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WiX MSI JS

Build a Windows MSI installer easily with NodeJS

Purpose

WiX is a software used to generate MSI files : a Windows installer package. Often used in combination with C# .exe executables, WiX config files configuration are a real pain to include several dependencies. Let's say you have a C++ application and want to include a lot of .dll. You would have to mention them one by one in a WiX config file.

Based on electron-wix-msi WiX-MSI-JS manages that for you, on top of a lot of other options.

Install

npm install

Usage

  1. Edit your configuration paths in generate.js

  2. Run the generator

    npm run start 

About

Build a MSI installer easily with NodeJS and a simple API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published