Management.InstallDriver Method 

IT Hit WebDAV for .NET

Installs file system driver.

[Visual Basic]
Public Shared Function InstallDriver( _
   ByVal applicationID As String _
) As Boolean
[C#]
public static bool InstallDriver(
   string applicationID
);

Parameters

applicationID
Unique application ID.

Remarks

The same application ID must be used when uninstalling the driver with UninstallDriver method.

Reboot the computer after driver installation.

See Also

Management Class | ITHit.MapWebDAVDrive.Core Namespace