1.0.2 • Published 9 years ago

msiwrapper-compiler v1.0.2

Weekly downloads
9
License
-
Repository
github
Last release
9 years ago

node-msiwrapper-compiler

Node wrapper to compile EXE Installers to MSI

This is a simple node wrapper of MSI Wrapper compiler: MsiWrapperBatch.exe, and it's inspired by node-innosetup-compiler

OS Support

Windows

Works natively on windows

Linux & Mac OS X

Not supported yet.

Usage

msiwrapper-compiler --config=myfile.xml

Note:

For creating XML file, simply run the GUI MsiWrapper.exe that is located into C:\Users\[YOURUSER]\AppData\Roaming\npm\node_modules\msiwrapper-compiler\bin or download and install a fresh installation of MsiWrapper from http://www.exemsi.com/.

Node JS
npm install msiwrapper-compiler

Credits

Thanks to Jacob Reinholdt for the amazing work on MSI Wrapper. Thanks also to felicienfrancois for the NodeJS Innosetup compiler.