PlacementLocation

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

Values

ValueMeaning
local

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

userWide

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

systemWide

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

Meta