Driver installation
-
Hi! Question: can I programmaticaly install the driver (printer driver, to be more specific), and if I can - then how? Do I need for this to deal with DDK? I'd never touched it before. I cannot find something useful in the MSDN. I mean conventional install, not hacking the registry. Thanks in advance. Regards, Gennady
-
Hi! Question: can I programmaticaly install the driver (printer driver, to be more specific), and if I can - then how? Do I need for this to deal with DDK? I'd never touched it before. I cannot find something useful in the MSDN. I mean conventional install, not hacking the registry. Thanks in advance. Regards, Gennady
Which printer driver? I tend to just call the drivers own setup program from my setup. If it is a third party driver and not one of your own, using their installer is a lot easier. Have you looked at AddPrinterDriver and AddPrinterDriverEx? Michael :-)
-
Which printer driver? I tend to just call the drivers own setup program from my setup. If it is a third party driver and not one of your own, using their installer is a lot easier. Have you looked at AddPrinterDriver and AddPrinterDriverEx? Michael :-)
Thanks, Michael! AddPrinterDriver is exactly what I looked for. Cannot understand, how I missed it !? Thanks once more. Regards, Gennady