Hi friends,
I have used DRIVER_INFO_3 with AddPrinterDriver API to install my printer
driver manually. In 32 bit OS its working fine. But in 64 Bit versions
(windows Xp x64) I am getting an error message saying that "The system cannot
find the path specified". (ERROR_PATH_NOT_FOUND =3).
But the printer driver path is retrieved through "GetPrinterDriverDirectory"
API only. Even I tried with direct addressing
also.(c:\windows\system32\x64\spool\drivers\3...).But in both methods Iâ??m
getting
the same error message. Please suggest me how to come out from this problem.
Thanks,
Shankar B