PlacementLocation

Indicates where a package has been or should be placed to.

Values

ValueMeaning
local

Packages retrieved with 'local' will be placed in the current folder using the package name as destination.

user

Packages with 'userWide' will be placed in a folder accessible by all of the applications from the current user.

system

Packages retrieved with 'systemWide' will be placed in a shared folder, which can be accessed by all users of the system.

Meta