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
)
Public Shared Function InstallDriver (
applicationID As String
) As Boolean
public:
static bool InstallDriver(
String^ applicationID
)
static member InstallDriver :
applicationID : string -> bool
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