Apc By Schneider Electric Battery Driver Download For Windows 10

-->

All battery devices are members of the Battery class and the battery class installer installs the driver. This section describes battery-specific entries in the INF file. For more information about creating and distributing INF files and installing drivers, see Creating an INF File and INF File Sections and Directives. Hi, I did try to download the PowerChute Business Edition v9.5.0 for Windows. From here (click here) And then it did just download a file named file with no. what I did was that I did open it in WinRAR and then extracted the client but still the link and the download is broken just so you know.

A battery driver's INF file specifies information about the driver and the devices it controls. All battery devices are members of the Battery class and the battery class installer installs the driver.

This section describes battery-specific entries in the INF file. For more information about creating and distributing INF files and installing drivers, see Creating an INF File and INF File Sections and Directives.

Apc By Schneider Electric Battery Driver Download For Windows 10

A battery driver's INF file includes the sections described below.

Apc By Schneider Electric Battery Driver Download For Windows 10 7

Version

Schneider

Apc By Schneider Electric Battery Driver Download For Windows 10 64-bit

A battery driver's INF file specifies the Battery class and its GUID, using the INF Version section, as shown in the following example:

Note that %MyCo% must be defined in an INF Strings section (not shown).

DestinationDirs

In the INF DestinationDirs section, a battery driver's INF specifies the Drivers directory (12) as the default for all files.

Manufacturer

Apc By Schneider Electric Battery Driver Download For Windows 10 Windows 7

The INF Manufacturer section defines the manufacturer of the device.

Models

The INF Models section specifies the PnP hardware ID of the battery (shown as pnpid in the example). If the device is enumerated through ACPI, this section must also specify the EISA-style ID (shown as acpidevnum). For information about creating these IDs, see the Advanced Configuration and Power Interface Specification, which is available through the ACPI / Power Management website.

DDInstall

In the INF DDInstall section (named NewBatt_Inst in the example), an INF CopyFiles directive copies the battery class driver (Battc.sys) and the new miniclass driver (NewBatt.sys) to the destination specified in the DestinationDirs directive.

DDInstall.Services

The INF DDInstall.Services section includes an INF AddService directive that specifies additional information about the battery driver. A battery driver's INF file should indicate that the driver is a kernel driver that uses normal error handling and starts during initialization of the operating system. Battery drivers specify the load order group Extended Base.