https://github.com/131/msi-utils
https://github.com/131/msi-utils
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/131/msi-utils
- Owner: 131
- License: mit
- Created: 2019-01-19T10:09:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T23:22:31.000Z (over 2 years ago)
- Last Synced: 2025-05-06T08:07:35.628Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/131/msi-utils/actions/workflows/test.yml)
[](https://coveralls.io/github/131/msi-utils?branch=master)
[](https://www.npmjs.com/package/msi-utils)
[](http://opensource.org/licenses/MIT)
[](https://www.npmjs.com/package/eslint-plugin-ivs)
**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
* [131](https://github.com/131)
* [packed](https://installpac.wordpress.com/2008/03/31/packed-guids-darwin-descriptors-and-windows-installer-reference-counting/)