Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 596 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 596 Bytes

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