Lines Matching full:drivers
397 int have_drivers; /* Have drivers? */
434 * See which drivers are available; the new CUPS v6 and Adobe drivers
448 snprintf(file, sizeof(file), "%s/drivers/pscript5.dll", cg->cups_datadir);
455 * to copy the Win2k drivers over...
463 "put %s/drivers/ps5ui.dll W32X86/ps5ui.dll;"
464 "put %s/drivers/pscript.hlp W32X86/pscript.hlp;"
465 "put %s/drivers/pscript.ntf W32X86/pscript.ntf;"
466 "put %s/drivers/pscript5.dll W32X86/pscript5.dll",
492 snprintf(file, sizeof(file), "%s/drivers/cupsps6.dll", cg->cups_datadir);
500 "put %s/drivers/cups6.ini W32X86/cups6.ini;"
501 "put %s/drivers/cupsps6.dll W32X86/cupsps6.dll;"
502 "put %s/drivers/cupsui6.dll W32X86/cupsui6.dll",
524 * Do the rpcclient command needed for the CUPS drivers...
537 * Don't have the CUPS drivers, so just use the standard Windows
538 * drivers...
571 snprintf(file, sizeof(file), "%s/drivers/ADOBEPS4.DRV", cg->cups_datadir);
577 * Do the smbclient commands needed for the Adobe Win9x drivers...
585 "put %s/drivers/ADFONTS.MFM WIN40/ADFONTS.MFM;"
586 "put %s/drivers/ADOBEPS4.DRV WIN40/ADOBEPS4.DRV;"
587 "put %s/drivers/ADOBEPS4.HLP WIN40/ADOBEPS4.HLP;"
588 "put %s/drivers/ICONLIB.DLL WIN40/ICONLIB.DLL;"
589 "put %s/drivers/PSMON.DLL WIN40/PSMON.DLL;",
612 * Do the rpcclient commands needed for the Adobe Win9x drivers...
652 snprintf(file, sizeof(file), "%s/drivers/x64/pscript5.dll", cg->cups_datadir);
659 * to copy the Win64 drivers over...
667 "put %s/drivers/x64/ps5ui.dll x64/ps5ui.dll;"
668 "put %s/drivers/x64/pscript.hlp x64/pscript.hlp;"
669 "put %s/drivers/x64/pscript.ntf x64/pscript.ntf;"
670 "put %s/drivers/x64/pscript5.dll x64/pscript5.dll",
696 snprintf(file, sizeof(file), "%s/drivers/x64/cupsps6.dll", cg->cups_datadir);
704 "put %s/drivers/x64/cups6.ini x64/cups6.ini;"
705 "put %s/drivers/x64/cupsps6.dll x64/cupsps6.dll;"
706 "put %s/drivers/x64/cupsui6.dll x64/cupsui6.dll",
728 * Do the rpcclient command needed for the CUPS drivers...
741 * Don't have the CUPS drivers, so just use the standard Windows
742 * drivers...
776 _("No Windows printer drivers are installed.")),
781 _("Warning, no Windows 2000 printer drivers "
799 * Finally, associate the drivers we just added with the queue...