VB.NET printer driver install sample

 

The VB.NET sample demonstrates how to install two Black Ice printer driver using VB.NET. The VB.NET sample is compatible with Windows 11/10/8/7 and Windows Servers, 32 bit and 64 bit. The sample implements the following; install and uninstall procedures, copying driver files, adding the printer driver to the system during the installation, deleting the printer driver from the system, and removing the driver files during the uninstall process.

 

Additionally, VB.NET sample demonstrates silent installation. Silent installation is installation without the users interaction. A log file is generated when in silent mode for logging the install/uninstall process. The VB.NET installer can be modified for additional driver installation.

 

32 bit and 64 bit RTK contains a different source code of the VB.NET install sample. The 32 bit RTK contains a source code for 32 bit installs and 64 bit RTK contains source code for 64 bit installs.

 

The printer name should not exceed 30 character.

 

For the installation config files (Driver Files.ini) please refer to the Printer Driver VB.NET and C# Install sample config files for section.

 

VB.NET install sample 32 -64bit developer documentation

 

(Not available in Demo version of the RTK)