AppInstallerManager.GetForSystem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an instance of AppInstallerManager with system priority.
public:
static AppInstallerManager ^ GetForSystem();
static AppInstallerManager GetForSystem();
public static AppInstallerManager GetForSystem();
function getForSystem()
Public Shared Function GetForSystem () As AppInstallerManager
Returns
An instance of AppInstallerManager with system priority.
Remarks
Obtaining an AppInstallerManager with system priority via this method requires administrator privileges. The values set by operations from an AppInstallerManager with system priority won’t be overwritten by operations performed at the default level.