Skip to content

NPM package that provides functions to fetch information about software installed on the machine

Notifications You must be signed in to change notification settings

labsforge/fetch-installed-software

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetch installed Software

A Node library to get the metadata of software installed on a Windows machine.

Use cases

  • Software restrictions
  • Installation tracking

Features

  • Hardware independent
  • No elevated rights required
  • No external dependencies and does not require any native bindings

Installation

npm install fetch-installed-software

Usage

Function: getAllInstalledSoftware()

  • Returns an array of Objects, each containing metadata about a piece of software installed on the machine

Caveats

  • Implementation only currently supports Windows systems

About

NPM package that provides functions to fetch information about software installed on the machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%