msi-packager
msi-packager copied to clipboard
Build MSI (Windows Installer) packages on Mac and Linux
I don't know yet if you have any kind associated to this repo, so I don't know if the updates I propose will work for you too.
Hi there, Creating MSI installers without UI or interface to display information about what they are installing is not really a good way to go, any chance we can add...
Hi, please publish the latest version (1.3.1) in npm.
When trying to use this `fs.write` on line 33 of `index.js` was crashing because the callback "was not a function". ``` fs.js:128 throw new ERR_INVALID_CALLBACK(); ^ TypeError [ERR_INVALID_CALLBACK]: Callback must...
The CustomAction LaunchedInstalledExe refers to a FileKey for a non-existent file, mainExecutableFile. Since it's only necessary for supporting --run-after, this commit stops it being defined unless runAfter is truthy. This...
In #8 an optional flag `--run-after`/`-r` flag was added. This adds a CustomAction that is always added, even if `runAfter` isn't set: ``` el('CustomAction', { Id: "LaunchInstalledExe", FileKey: "mainExecutableFile", //...
The following errors are generated when adding an MSI to Windows Server Active Directory Group Policy for software deployment. Product: XXXXX -- The installer has encountered an unexpected error installing...
Running the cli to generate and msi package, i recieve: ``` (node:26611) DeprecationWarning: Calling an asynchronous function without callback is deprecated. /usr/lib/node_modules/msi-packager/cli.js:73 if (err) throw err ^ Error: spawn wixl...
I am building my installer in mac os high sierra as x86 I am trying to install it in windows 10, and I am getting an error: Could not write...