Install Method

This method installs the native proxy DLL to the system and registers Shell folder information.

Syntax

public void Install();
Public Sub Install()

Remarks

This method is used to install the native proxy DLL that integrates with Shell to the system.

Before calling this method, you must set the ProductGUID property. You also may change the default values of the Attributes, DisplayName, IconLocation, NamespaceLocation, PathToDLL, and PerUserInstallation properties. All of these values are used during installation and are placed in the Windows registry. Configuration settings, if used, also should be set using the Config method before the call to Install.

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

In the latter case, administrative rights are required to execute this method successfully. If the user account of the process that calls this method does not have such rights, the call will fail with an ERROR_PRIVILEGE_NOT_HELD (0x0522) error.

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