Group: comp.os.mswindows.programmer.win32 · Group Profile
Author: ssyleessylee Date: May 30, 2008 00:57
I'm trying to write an installer application in C++ for Windows XP. I
am trying to install a printer driver, which includes the driver DLL,
user interface DLL, and its license file. I am aware that I would have
to use AddPrinterDriver(...) and AddPrinter(...) functions to register
the printer information into the operating system registry and
library. However, I'm not familiar on what minimum set of code that I
would need to extract the DLL files, add the printer in the printer
management and registry, verification, and error checking without over-
complicating the code. Thanks.
|