PerUserInstallation Property

This specifies whether the component is registered for the current user or for all users.

Syntax

public bool PerUserInstallation { get; set; }
Public Property PerUserInstallation As Boolean

Default Value

True

Remarks

PerUserInstallation specifies whether the information related to the component is written to the registry for the current user or for all users.

In the latter case, administrative rights are required to successfully execute the Install and Uninstall methods. If the user account of the process that calls these methods does not have such rights, the call will fail with an error.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Shell 2022 .NET Edition - Version 22.0 [Build 8367]