msi-utils

1.2.0 • Public • Published

Build Status Coverage Status Version License Code style

msi utils (windows installer) is a tiny set of helpers for MSI related manipulation.

API

GUID2Packed

const MSI = require('msi-utils');

var myMSIGUID = '{12345678-ABCD-WXYZ-1234-ABCDEFGHIJKL}';
//get the derivated packed GUID 

var packed = MSI.GUID2Packed(myMSIGUID);

CompareVersions

Credits

Readme

Keywords

Package Sidebar

Install

npm i msi-utils

Weekly Downloads

6

Version

1.2.0

License

MIT

Unpacked Size

7.52 kB

Total Files

10

Last publish

Collaborators

  • 131
  • frodon