How to change a printer name on xpe

  • Thread starter Thread starter Guest
  • Start date Start date
icefire,

I guees default printer name comes from the printer or printer driver (e.g.,
Epson Stylus C64 - manufacturer, model, description, etc.).
But for registred printers you can change it under
[HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers] printer
enumeration key at run time.

You can, actually, have the settings pre-populated in the registry before
FBA.

KM
 
Thank you!

It is my mistake.My title should be renamed to hwo to program for changing printer name on xpe.Maybe I already find some API to deal with the question.Such as SetPrinterData,GetPrinterData etc.Am I right?

KM said:
icefire,

I guees default printer name comes from the printer or printer driver (e.g.,
Epson Stylus C64 - manufacturer, model, description, etc.).
But for registred printers you can change it under
[HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers] printer
enumeration key at run time.

You can, actually, have the settings pre-populated in the registry before
FBA.

KM
Anyone can help me?

Thank you all.Any suggestion is appreciated.
 
icefire,

SetPrinterDataEx should work.

--
Regards,
KM, BSquare Corp.

Thank you!

It is my mistake.My title should be renamed to hwo to program for changing printer name on xpe.Maybe I already find some API to
deal with the question.Such as SetPrinterData,GetPrinterData etc.Am I right?
KM said:
icefire,

I guees default printer name comes from the printer or printer driver (e.g.,
Epson Stylus C64 - manufacturer, model, description, etc.).
But for registred printers you can change it under
[HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers] printer
enumeration key at run time.

You can, actually, have the settings pre-populated in the registry before
FBA.

KM
Anyone can help me?

Thank you all.Any suggestion is appreciated.
 
Thank you very much!

KM said:
icefire,

SetPrinterDataEx should work.

--
Regards,
KM, BSquare Corp.

Thank you!

It is my mistake.My title should be renamed to hwo to program for changing printer name on xpe.Maybe I already find some API to
deal with the question.Such as SetPrinterData,GetPrinterData etc.Am I right?
KM said:
icefire,

I guees default printer name comes from the printer or printer driver (e.g.,
Epson Stylus C64 - manufacturer, model, description, etc.).
But for registred printers you can change it under
[HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers] printer
enumeration key at run time.

You can, actually, have the settings pre-populated in the registry before
FBA.

KM

Anyone can help me?

Thank you all.Any suggestion is appreciated.
 
Back
Top