Share via


AppInstallerManager.GetForSystem Method

Definition

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.

Applies to