Skip to content

fstanis/winmanifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winmanifest

A native Node.js addon for reading and writing Windows application manifests in executables.

Adapter from rcedit.

Requirements

Installation

npm install fstanis/winmanifest

The native addon is compiled automatically via node-gyp during install.

Usage

const { getManifest, setManifest } = require('winmanifest');

// Read the manifest from an executable
const xml = getManifest('C:\\path\\to\\app.exe');
console.log(xml);

// Write a manifest to an executable
const success = setManifest('C:\\path\\to\\app.exe', xml);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors