IIDriver

Declaration

IDriversComponent : IDispatch

Overview

This interface is meant to edit driver installation operations.

Properties

IFile File - Gets the driver file.

Bool ForceInstallPnpFunction - Gets or sets the option that forces the driver's installation even if a newer driver version is already present on the target machine.

Bool PropmtUserForDeviceConnection - Gets or sets the option that prevents Windows to ask the user to connect the device that the driver controls and cannot be detected.

Bool CreateAddRemoveProgramsEntry - Gets or sets the option that creates a separate entry in the “Add or Removes Programs” list for the driver. The user can remove the driver only by uninstalling the whole product if this property is false.

Bool InstallUnsignedDriverPackages - Gets or sets the option that will force the driver's installation even is the driver is unsigned or some of the files mentioned in the INF file are not found in the project.

Bool RemoveBinaryFilesOnUninstall - Gets or sets the option that removes binary files from the system when the product is uninstalled.

See also

IDriversComponent

IAdvinstProject