get-appx-path
v0.4.1
Published
Returns the path(s) of a Windows Store application (Appx)
Maintainers
Readme
get-appx-path
Returns the path(s) of a Windows Store application (Appx).
Prerequisites
This library requires PowerShell 5.0 (or higher) and support for the Windows Store.
Installation
npm install get-appx-pathUsage
getAppxPath(appID, options)
Example usage in script:
import { getAppxPath } from 'get-appx-path';
const appx = await getAppxPath('Mozilla.Firefox');
console.log(appx.paths);Options
options.inputEncoding
Default: "utf8"
options.outputEncoding
Default: "utf8"
options.debugMsg
Default: false
options.verbose
Default: true
options.executionPolicy
Default: "Bypass"
options.noProfile
Default: true
Related
License
This work is licensed under The MIT License.
