Click or drag to resize

ManagementInstallDriver Method

IT Hit WebDAV Classes Reference
Installs file system driver.

Namespace:  ITHit.MapWebDAVDrive.Core
Assembly:  ITHit.MapWebDAVDrive.Core (in ITHit.MapWebDAVDrive.Core.dll) Version: 1.3.997.0 (1.3.997.0)
Syntax
public static bool InstallDriver(
	string applicationID
)

Parameters

applicationID
Type: SystemString
Unique application ID.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:ITHit.MapWebDAVDrive.Core.Management.InstallDriver(System.String)"]

Remarks

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

Reboot the computer after driver installation.

See Also