JP2013130985A - Printer driver installation method, system and program - Google Patents

Printer driver installation method, system and program Download PDF

Info

Publication number
JP2013130985A
JP2013130985A JP2011279104A JP2011279104A JP2013130985A JP 2013130985 A JP2013130985 A JP 2013130985A JP 2011279104 A JP2011279104 A JP 2011279104A JP 2011279104 A JP2011279104 A JP 2011279104A JP 2013130985 A JP2013130985 A JP 2013130985A
Authority
JP
Japan
Prior art keywords
printer driver
language
client
printer
driver
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2011279104A
Other languages
Japanese (ja)
Inventor
Keiichi Takashima
敬一 高島
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2011279104A priority Critical patent/JP2013130985A/en
Publication of JP2013130985A publication Critical patent/JP2013130985A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To solve the problem in which: it is difficult to distribute printer drivers in a plurality of languages for the same model of printers in a point-and-print mechanism.SOLUTION: A printer driver installation method for installing a printer driver in a client by using a print server includes: a process in which the print server manages each printer driver, its corresponding CPU and its corresponding language; a process for transmitting information on a CPU type and a language of the client to the print server; a process in which the print server transmits a driver identifier of the printer driver which is compatible with the received information on the CPU type and the language; a process in which the client requests the printer driver indicated by the received driver identifier from the print server; and a process in which the print server distributes the printer driver indicated by the received driver identifier.

Description

本発明は、プリントサーバーを用いた印刷システムにおいてホストコンピューターにプリンタードライバーをインストールする方法、システムおよびプログラムに関するものである。   The present invention relates to a method, system, and program for installing a printer driver in a host computer in a printing system using a print server.

近年、オフィスのネットワーク化に伴い、1台のプリンターを複数のクライアントコンピューターで共有して使用している。マイクロソフト社のWindows(登録商標)によって構築された印刷システムにおいては、Point&Print(以下、ポイントアンドプリント)と呼ばれるプリンタードライバーのインストール方法が一般的に用いられる。ポイントアンドプリントの仕組みによって、一般ユーザーはプリンタードライバーのインストールメディアを用意したり、プリンターのIPアドレスをあらかじめ調べたりする手間が必要なく、容易に共有プリンターを使用することができる。企業内システムでは、システムの管理コスト削減のため、クライアントコンピューターにインストールして良いプリンタードライバーを厳密に管理している場合が多い。そのため、ポイントアンドプリントの仕組みを使えば、システム管理者はクライアントコンピューターにおけるプリンタードライバーの管理が容易になる。   In recent years, with the networking of offices, one printer is shared by a plurality of client computers. In a printing system constructed by Windows (registered trademark) of Microsoft Corporation, a printer driver installation method called Point & Print (hereinafter referred to as point and print) is generally used. The point-and-print mechanism allows general users to easily use a shared printer without the need to prepare printer driver installation media or to check the printer IP address in advance. In-house systems often strictly manage printer drivers that can be installed on client computers in order to reduce system management costs. Therefore, if the point-and-print mechanism is used, the system administrator can easily manage the printer driver in the client computer.

しかし、ポイントアンドプリントの仕組みには依然面倒な点がある。1つには、同じ機種のプリンターの複数の言語のプリンタードライバーをクライアントコンピューターに配信することが困難な点がある。例えば、複数の国で業務展開を行うグローバル企業では、複数の国のオフィスのプリンターを1か所のプリントサーバーで集中管理して、各オフィスのPCは1か所のプリントサーバーに接続して印刷を行う場合がある。その場合、各PCのOSは様々な言語設定がされており、その言語に適合したプリンタードライバーが配信されることが望まれる。また別の例では、同じオフィスに色々な国の社員が働いている場合が考えられる。この場合も、様々な言語設定がされた各PCにその言語に適合したプリンタードライバーが配信されることが望まれる。メーカーからは色々な言語に対応したプリンタードライバーが提供されているが、例え言語が異なっていても、1つのCPUタイプに対して同じ機種の複数のプリンタードライバーを同じプリントサーバーにインストールすることはできない。従って、ポイントアンドプリントの仕組みで1つのプリントサーバーから配信可能なプリンタードライバーは1機種につき1言語に限られる。   However, the point-and-print mechanism still has trouble. One problem is that it is difficult to distribute printer drivers in multiple languages of the same model printer to client computers. For example, in a global company that conducts business in multiple countries, printers in offices in multiple countries are centrally managed by a single print server, and each office PC is connected to a single print server for printing. May do. In that case, the OS of each PC is set in various languages, and it is desired that a printer driver suitable for the language be distributed. In another example, employees from different countries may work in the same office. Also in this case, it is desired that a printer driver suitable for the language is distributed to each PC in which various languages are set. Manufacturers provide printer drivers for various languages, but multiple printer drivers of the same model for one CPU type cannot be installed on the same print server, even if the languages are different. . Therefore, the printer driver that can be distributed from one print server by the point-and-print mechanism is limited to one language per model.

クライアントPCのOSの言語に適合するプリンタードライバーを自動的にインストールする方法として、以下に示すような技術が開示されている(特許文献1)。つまり、サーバーからインストーラーがダウンロードされると自動起動し、クライアントPCのOSや言語やプリンターの機種を調査し、接続されているプリンターに適合するドライバーの格納先を入手し、その格納先からドライバーをダウンロードする。   As a method for automatically installing a printer driver that conforms to the language of the OS of the client PC, the following technique is disclosed (Patent Document 1). In other words, when the installer is downloaded from the server, it automatically starts, checks the OS, language, and printer model of the client PC, obtains the storage location of the driver that matches the connected printer, and downloads the driver from that storage location. to download.

特開2006−351035号公報Japanese Patent Laid-Open No. 2006-351035

しかしながら、ポイントアンドプリントではインストーラーを配信することはできないので、ポイントアンドプリントの仕組みでは前記の方法は実施できない。また、前記の方法は、クライアントPCに接続されているプリンターのプリンタードライバーを自動的にダウンロードする方法であり、プリントサーバーの共有プリンターのプリンタードライバーはダウンロードできない。   However, since the installer cannot be distributed by point-and-print, the above-described method cannot be implemented by the point-and-print mechanism. The above method is a method for automatically downloading a printer driver for a printer connected to a client PC, and cannot download a printer driver for a shared printer on a print server.

本発明は、上記課題を解決すべく、クライアントPCの言語に適合したプリンタードライバーをポイントアンドプリントの仕組みでプリントサーバーから配信することができる方法を提供することを目的とする。   SUMMARY OF THE INVENTION In order to solve the above-described problems, an object of the present invention is to provide a method capable of distributing a printer driver suitable for the language of a client PC from a print server by a point-and-print mechanism.

プリントサーバー(102)を用いた印刷システムにおいてプリンタードライバー(313)をクライアントPC(103)にインストールする方法であって、
プリントサーバー(102)は各プリンタードライバー(302、303)とその対応CPUと対応言語を管理する配信プリンタードライバー管理工程(S501〜507)と、
クライアントPC(103)から共有プリンターの情報を要求する際に、クライアントPC(103)のOSのCPU種類(1302)及び言語設定(1303)の情報をプリントサーバー(102)に送信するクライアント情報送信工程(S1102)と、
プリントサーバー(102)は前記クライアント情報送信工程によって受信したクライアントPC(103)のOSのCPU種類(1302)及び言語設定(1303)の情報に適合するプリンタードライバーのドライバー識別子(1403)を送信するプリンタードライバー識別子送信工程(S1211〜1219)と、
クライアントPC(103)はプリンタードライバー識別子送信工程によって受信したドライバー識別子(1403)が示すプリンタードライバーをプリントサーバー(102)に要求するプリンタードライバー配信要求工程(S1110)と、
プリントサーバー(102)は前記プリンタードライバー配信要求工程によって受信したドライバー識別子(1403)が示すプリンタードライバーを配信するプリンタードライバー配信工程(S1222)と、
を有することを特徴とするプリンタードライバーインストール方法。
A method of installing a printer driver (313) in a client PC (103) in a printing system using a print server (102),
The print server (102) includes a printer driver management process (S501 to 507) for managing each printer driver (302, 303), its corresponding CPU and its corresponding language,
Client information transmission step of transmitting information on the CPU type (1302) and language setting (1303) of the OS of the client PC (103) to the print server (102) when requesting shared printer information from the client PC (103) (S1102),
The print server (102) transmits the driver identifier (1403) of the printer driver that matches the CPU type (1302) and language setting (1303) information of the OS of the client PC (103) received in the client information transmission step. A driver identifier transmission step (S1211-1219);
The client PC (103) requests a printer driver indicated by the driver identifier (1403) received in the printer driver identifier transmission step from the print server (102), a printer driver distribution request step (S1110),
The print server (102) distributes the printer driver indicated by the driver identifier (1403) received in the printer driver distribution request step (S1222),
A printer driver installation method characterized by comprising:

プリントサーバーに複数の言語のプリンタードライバーを代替プリンタードライバーとしてインストールして、各プリンタードライバーの言語を設定しておく。そして、プリントサーバーは、ポイントアンドプリントを開始する際にクライアントPCからOSのCPUと言語の情報を受け取ると、その情報に適合したプリンタードライバーのドライバー識別子をクライアントPCに送信する。その結果、クライアントPCはOSのCPUと言語に適合したプリンタードライバーをダウンロードすることができ、ユーザーエクスペリエンスを向上することができる。また、プリントサーバーにインストールされたプリンタードライバーに対して対応CPU毎に1つ標準言語を設定しておく。そして、クライアントPCのCPUには適合するが言語に適合したプリンタードライバーがない場合に、プリントサーバーは対応CPUの標準言語のプリンタードライバードライバー識別子をクライアントPCに送信する。その結果、クライアントPCはOSのCPUに適合した標準言語のプリンタードライバーをダウンロードすることができ、最低限のユーザーエクスペリエンスを確保することができる。   Install multiple language printer drivers as alternative printer drivers on the print server, and set the language for each printer driver. When the print server receives information on the CPU and language of the OS from the client PC when starting point-and-print, the print server transmits a driver identifier of a printer driver suitable for the information to the client PC. As a result, the client PC can download a printer driver that matches the CPU and language of the OS, and can improve the user experience. Also, one standard language is set for each corresponding CPU for the printer driver installed on the print server. If there is no printer driver that matches the CPU of the client PC but matches the language, the print server transmits the printer driver identifier of the standard language of the corresponding CPU to the client PC. As a result, the client PC can download a standard language printer driver suitable for the CPU of the OS, and can ensure a minimum user experience.

本発明の一実施形態を適用可能なプリンタードライバーインストールシステムのシステム構成を示すブロック図1 is a block diagram showing a system configuration of a printer driver installation system to which an embodiment of the present invention can be applied. 図1のホストコンピューターおける印刷処理のための構成を示すブロック図1 is a block diagram showing a configuration for print processing in the host computer of FIG. 図1のモジュール構成を示すブロック図Block diagram showing the module configuration of FIG. プリントサーバーのプリンタードライバーの配信を管理する画面の一例を示す図The figure which shows an example of the screen which manages the delivery of the printer driver of the print server 配信プリンタードライバー管理画面の処理を説明するための全体のフローチャートOverall flowchart for explaining the processing of the distribution printer driver management screen 図5のドライバー追加処理のフローチャートFlow chart of the driver addition process of FIG. 図5のドライバー削除処理のフローチャートFlowchart of driver deletion processing in FIG. 図5の標準言語設定処理のフローチャートFlowchart of the standard language setting process of FIG. ドライバー追加処理で指定するセットアップ情報ファイルの一例を示す図Diagram showing an example of the setup information file specified in the driver addition process ドライバー追加処理において代替プリンタードライバーの言語を設定する画面の一例を示す図The figure which shows an example of the screen which sets the language of an alternative printer driver in driver addition processing プリンタードライバーインストール方法におけるクライアントPCの処理を説明するためのフローチャートFlowchart for explaining processing of client PC in printer driver installation method プリンタードライバーインストール方法におけるプリントサーバーの処理を説明するためのフローチャートFlowchart for explaining processing of print server in printer driver installation method 共有プリンター情報を要求時にプリントサーバーに送信する情報のデータ構造の一例を示す図The figure which shows an example of the data structure of the information which transmits shared printer information to a print server at the time of a request プリントサーバーが送信する共有プリンター情報のデータ構造の一例を示す図The figure which shows an example of the data structure of the shared printer information which a print server transmits 実施例4におけるドライバー追加処理で指定するセットアップ情報ファイルの一例を示す図The figure which shows an example of the setup information file designated by the driver addition process in Example 4 実施例4におけるドライバー追加処理のフローチャートFlowchart of driver addition processing in embodiment 4 実施例4におけるドライバー追加処理において代替プリンタードライバーの言語を選択する画面の一例を示す図FIG. 10 is a diagram illustrating an example of a screen for selecting a language of an alternative printer driver in the driver addition process according to the fourth embodiment.

以下、本発明を実施するための最良の形態について図面を用いて説明する。   The best mode for carrying out the present invention will be described below with reference to the drawings.

[実施例1]
図1は、本発明の実施形態を適用可能なプリンタードライバーインストールシステムの構成を示すブロック図である。本実施形態は、オペレーティングシステムとして、マイクロソフト社のWindowsのプリンティングシステムを例とする。なお、特に断らない限り、本発明の機能が実行されるのであれば、機器の構成に係わらず本発明を適用できることは言うまでもない。単体の機器であっても、複数の機器からなるシステムであっても、LAN,WAN等のネットワークを介して接続が為され処理が行われるシステムであってもよい。
[Example 1]
FIG. 1 is a block diagram showing a configuration of a printer driver installation system to which an embodiment of the present invention can be applied. In this embodiment, a Windows printing system of Microsoft Corporation is taken as an example of an operating system. It should be noted that the present invention can be applied regardless of the configuration of the device as long as the functions of the present invention are executed unless otherwise specified. It may be a single device, a system composed of a plurality of devices, or a system in which processing is performed through a network such as a LAN or WAN.

システムは、プリンター101、プリントサーバー102及びクライアントPC103、を有する。プリンター101、プリントサーバー102及びクライアントPC103は、LAN,WANなどのネットワーク104を介して通信可能に接続されている。   The system includes a printer 101, a print server 102, and a client PC 103. The printer 101, the print server 102, and the client PC 103 are communicably connected via a network 104 such as a LAN or a WAN.

プリンター101は、印刷ジョブを印刷する機能を有する。単機能のプリンターでも良いし、複合機能の周辺機器の印刷部であっても良い。   The printer 101 has a function of printing a print job. A single-function printer or a printing unit of a multifunction peripheral device may be used.

プリントサーバー102は、クライアントPC103からの印刷ジョブを管理し、ネットワーク104もしくはUSBなどのローカルポート(不図示)を介して接続されているプリンター101を管理する機能を有する。また、ポイントアンドプリントでクライアントPC103に配信するプリンタードライバーを管理する。   The print server 102 has a function of managing a print job from the client PC 103 and managing the printer 101 connected via the network 104 or a local port (not shown) such as a USB. In addition, the printer driver distributed to the client PC 103 by point-and-print is managed.

クライアントPC103は、プリンター101に対して印刷指示を行う機能を有する。アプリケーションが印刷指示を行うと、プリントサーバー102を介してプリンター101に印刷ジョブを送出する。   The client PC 103 has a function of issuing a print instruction to the printer 101. When the application issues a print instruction, the print job is sent to the printer 101 via the print server 102.

図2は、図1のプリントサーバー102及びクライアントPC103などホストコンピューターの装置構成を示すブロック図である。   FIG. 2 is a block diagram showing a device configuration of a host computer such as the print server 102 and the client PC 103 shown in FIG.

CPU201は主記憶装置202のROM2021あるいはRAM2022あるいは補助記憶装置205に格納されたプログラムに従って装置全体の制御を行う。RAM2022はCPU201が各種処理を行う際のワークエリアとしても使用される。補助記憶装置205はオペレーティングシステム(OS)2053やプリンタードライバー2052、アプリケーションソフト2051等を記憶する。キーボード2031やマウス・タッチパネルなどに代表されるポインティングデバイス2032などの入力機器は、入力I/F203を通じて、ユーザーがコンピューターに対して各種指示を与えるためのデバイスである。出力I/F204は、データを外部に出力するためのインターフェースであり、モニター2041やプリンター2042などの出力機器に対してデータを出力する。プリンター2042とは直接接続されるローカルI/Oのみならず、通信I/F206を通じて接続されるネットワーク2061を通して接続されていてもよい。また、207は共通データシステムバスで、モジュール間でそれぞれのデータのやりとりを行う。   The CPU 201 controls the entire apparatus according to a program stored in the ROM 2021 or RAM 2022 of the main storage device 202 or the auxiliary storage device 205. The RAM 2022 is also used as a work area when the CPU 201 performs various processes. The auxiliary storage device 205 stores an operating system (OS) 2053, a printer driver 2052, application software 2051, and the like. An input device such as a pointing device 2032 typified by a keyboard 2031 and a mouse / touch panel is a device for the user to give various instructions to the computer through the input I / F 203. The output I / F 204 is an interface for outputting data to the outside, and outputs data to an output device such as a monitor 2041 or a printer 2042. The printer 2042 may be connected not only through a local I / O directly connected but also through a network 2061 connected through a communication I / F 206. Reference numeral 207 denotes a common data system bus, which exchanges data between modules.

図3は、図1のプリンタードライバーインストールシステムのモジュール構成を示すブロック図である。   FIG. 3 is a block diagram illustrating a module configuration of the printer driver installation system of FIG.

プリントサーバー102は、プリントシステム301と、システムプリンタードライバー302と、代替プリンタードライバー303を有する。プリントシステム301はOSの一部で、接続しているプリンター101を共有プリンターとして提供し、クライアントPC103から印刷ジョブを受け取って、プリンター101に出力する。また、クライアントPC103からの要求により、共有プリンターに関連付けられたシステムプリンタードライバー302及び代替言語プリンタードライバー303を配信する。   The print server 102 includes a print system 301, a system printer driver 302, and an alternative printer driver 303. The print system 301 is a part of the OS, provides the connected printer 101 as a shared printer, receives a print job from the client PC 103, and outputs it to the printer 101. Further, in response to a request from the client PC 103, the system printer driver 302 and the alternative language printer driver 303 associated with the shared printer are distributed.

システムプリンタードライバー302は、プリントサーバー102のOSに対応したプリンタードライバーであり、プリントサーバー102上のアプリケーション(不図示)から印刷する場合に使われるドライバーでもある。代替プリンタードライバー303は、システムプリンタードライバー302と同じ機種の別プリンタードライバーを配信する場合に用いられる。例えば、システムプリンタードライバー302が64ビットOS用の場合、クライアントPC103から32ビットOS用を要求されると、32ビットOS用の代替プリンタードライバー303を配信する。32ビットOS用の代替プリンタードライバー303がない場合には、他のCPU用プリンタードライバーを配信してもクライアントPC103では使用できないので、クライアントPC103にエラーを返す。更に、システムプリンタードライバー302が32ビットOS用英語版の場合にクライアントPC103から32ビットOS用日本語版を要求されると、32ビットOS用日本語版の代替プリンタードライバー303を配信する。32ビットOS用日本語版の代替プリンタードライバー303がない場合には、同じCPU用ドライバーであれば他の言語用プリンタードライバーであってもクライアントPC103で使用できる。そのため、エラーとはしないで、システムプリンタードライバー302もしくは代替プリンタードライバー303の他の言語用プリンタードライバーをクライアントPC103に配信する。詳細は後述する。   The system printer driver 302 is a printer driver corresponding to the OS of the print server 102, and is also a driver used when printing from an application (not shown) on the print server 102. The alternative printer driver 303 is used when another printer driver of the same model as the system printer driver 302 is distributed. For example, when the system printer driver 302 is for a 64-bit OS, when the 32-bit OS is requested from the client PC 103, the alternative printer driver 303 for the 32-bit OS is distributed. If there is no alternative printer driver 303 for 32-bit OS, an error is returned to the client PC 103 because it cannot be used by the client PC 103 even if another CPU printer driver is distributed. Further, when the system printer driver 302 is the English version for the 32-bit OS and the client PC 103 requests the Japanese version for the 32-bit OS, the alternative printer driver 303 for the Japanese version for the 32-bit OS is distributed. If there is no alternative printer driver 303 for the Japanese version for 32-bit OS, the printer driver for another language can be used by the client PC 103 as long as it is the same CPU driver. Therefore, the printer driver for other languages of the system printer driver 302 or the alternative printer driver 303 is distributed to the client PC 103 without causing an error. Details will be described later.

図4は、プリントサーバー102がクライアントPC103に配信するプリンタードライバーを管理する画面の一例である。配信プリンタードライバー管理画面400は、プリンター101に対応するシステムプリンタードライバー302をインストールすると、共有プリンターのプロパティから表示することが可能になる。ドライバーリスト401は、システムプリンタードライバー302及び代替プリンタードライバー303のインストール状況を表す一覧で、プロセッサ欄401aと言語欄401bとインストール済み欄401cがある。プロセッサ欄401aは、インストールされているプリンタードライバーが対応するCPUを表示する。言語欄401bは、インストールされているプリンタードライバーが対応する言語を表示する。   FIG. 4 is an example of a screen for managing printer drivers that the print server 102 distributes to the client PC 103. When the system printer driver 302 corresponding to the printer 101 is installed, the distributed printer driver management screen 400 can be displayed from the properties of the shared printer. The driver list 401 is a list showing the installation status of the system printer driver 302 and the alternative printer driver 303, and includes a processor column 401a, a language column 401b, and an installed column 401c. The processor column 401a displays the CPU corresponding to the installed printer driver. The language column 401b displays a language supported by the installed printer driver.

また、プロセッサ欄401cが示すCPU用プリンタードライバーの標準言語であれば、言語の後に例えばアスタリスク“*”を表示する。例えば図4の場合、x86CPU用として“英語(英国)”と“フランス語(フランス)”と“日本語(日本)”の3つの言語のプリンタードライバーがインストールされているが、“英語(英国)”が標準言語になっている。標準言語は、クライアントPC103からプリンタードライバーの配信が要求された場合に、適合する言語のプリンタードライバーがない場合に配信するプリンタードライバーの言語で、配信可能なCPU毎に設定可能である。また、標準言語は変更することができる。詳細は後述する。インストール済み欄401cは、プロセッサ欄401aと言語欄401bが示すプリンタードライバーがインストールされているかを表示する。システムプリンタードライバー302がインストールされないと配信プリンタードライバー管理画面400は表示できないので、プリントサーバー102のOSのCPUに対応する項目は必ず1つはインストール済みである。インストール済み欄401cが“いいえ”となっている項目は、プロセッサ欄401aの表すCPU用プリンタードライバーが1つもインストールされていないことを表し、言語欄401bは空白である。例えば図4の場合、Itaniumプロセッサ用ドライバーはインストールされていない。ドライバーリスト401は項目を1つだけ選択でき、追加ボタン402、削除ボタン403及び標準言語に設定ボタン404を押すことによって、代替プリンタードライバー303の追加・削除、標準言語の変更が可能である。閉じるボタン405を押すと、配信プリンタードライバー管理画面400を閉じる。   If the standard language of the CPU printer driver indicated by the processor column 401c is displayed, for example, an asterisk “*” is displayed after the language. For example, in the case of FIG. 4, printer drivers for three languages “English (UK)”, “French (France)”, and “Japanese (Japan)” are installed for the x86 CPU. Is the standard language. The standard language is a language of a printer driver that is distributed when a printer driver distribution is requested from the client PC 103 and there is no printer driver of a suitable language, and can be set for each CPU that can be distributed. The standard language can be changed. Details will be described later. The installed column 401c displays whether the printer driver indicated by the processor column 401a and the language column 401b is installed. Since the distributed printer driver management screen 400 cannot be displayed unless the system printer driver 302 is installed, one item corresponding to the CPU of the OS of the print server 102 is always installed. An item in which the installed column 401c is “No” indicates that no CPU printer driver represented by the processor column 401a has been installed, and the language column 401b is blank. For example, in the case of FIG. 4, the Itanium processor driver is not installed. Only one item can be selected in the driver list 401. By pressing an add button 402, a delete button 403, and a standard language setting button 404, an alternative printer driver 303 can be added or deleted, and the standard language can be changed. When a close button 405 is pressed, the distribution printer driver management screen 400 is closed.

図5は、配信プリンタードライバー管理画面400の処理を説明するための全体のフローチャートである。まず、ユーザーが画面の操作を行ったか判定し(S501)、操作を行うまでS501で待ち続ける。ユーザーが操作を行ったら、ユーザー操作によるコマンド種別を判定する(S502)。代替プリンタードライバー303の追加コマンドであれば、ドライバー追加処理(S503)を行い、S501に戻る。代替プリンタードライバー303の削除コマンドであれば、ドライバー削除処理(S504)を行い、S501に戻る。代替プリンタードライバー303の標準言語設定コマンドであれば、標準言語設定処理(S505)を行い、S501に戻る。クローズコマンドであれば、画面クローズ処理(S506)を行い、処理を終了する。その他のコマンドであればコマンドに対応するその他の処理(S507)を行い、S501に戻る。   FIG. 5 is an overall flowchart for explaining the processing of the distribution printer driver management screen 400. First, it is determined whether the user has operated the screen (S501), and the process continues to wait in S501 until the operation is performed. When the user performs an operation, the command type by the user operation is determined (S502). If it is an addition command for the alternative printer driver 303, a driver addition process (S503) is performed, and the process returns to S501. If it is a delete command for the alternative printer driver 303, a driver delete process (S504) is performed, and the process returns to S501. If it is a standard language setting command of the alternative printer driver 303, standard language setting processing (S505) is performed, and the process returns to S501. If it is a close command, a screen close process (S506) is performed and the process ends. If it is another command, other processing (S507) corresponding to the command is performed, and the process returns to S501.

図6は配信プリンタードライバー管理画面400のドライバー追加処理(S503)の詳細なフローチャートを示す。ユーザーは、追加したい代替プリンタードライバー303と同じCPU用の項目を選択してから、追加コマンドを実行する。追加コマンドは、追加ボタン402を押すと実行される。マウス2032の右クリックによって表示されるメニューから“追加する”を選択するなど、他の操作方法であってもよい。まず、ドライバーリスト401に選択された項目があるか判定し(S601)、選択された項目がなければ処理を抜ける。   FIG. 6 shows a detailed flowchart of the driver addition process (S503) on the distribution printer driver management screen 400. The user selects an item for the same CPU as the alternative printer driver 303 to be added, and then executes an addition command. The add command is executed when the add button 402 is pressed. Other operation methods such as selecting “Add” from the menu displayed by right-clicking the mouse 2032 may be used. First, it is determined whether there is an item selected in the driver list 401 (S601). If there is no item selected, the process is exited.

次に、インストールする代替プリンタードライバー303のプロセッサと機種名を特定するために、選択された項目のプロセッサ欄401aを取得し(S602)、システムプリンタードライバー302の機種名を取得する(S603)。そして、インストール元のメディアやフォルダーのセットアップ情報ファイル(infファイル)を指定する画面を表示して、ユーザーに指定されたら(S604)、指定されたセットアップ情報ファイルの記述を解析する(S605)。セットアップ情報ファイルはプリンタードライバーのインストールセットの内容を記述したファイルで、セットアップ情報ファイルを解析すればインストール可能なプリンタードライバーの対応CPUと機種名がわかる。図9はセットアップ情報ファイルの一例である。この例では、x86及びx64CPU用のCanon社製“xxxx”という機種名のプリンターに対応するプリンタードライバーをインストール可能であることがわかる。セットアップ情報ファイルが解析できたら、S602とS603で取得したCPUと機種に対応したプリンタードライバーが含まれるか判定する(S606)。含まれないと判定すれば、処理を抜ける。含まれると判定すれば、インストールする代替プリンタードライバー303の言語を設定する画面を表示する(S607)。   Next, in order to specify the processor and model name of the alternative printer driver 303 to be installed, the processor column 401a of the selected item is acquired (S602), and the model name of the system printer driver 302 is acquired (S603). Then, a screen for specifying the setup information file (inf file) of the installation source medium or folder is displayed. When specified by the user (S604), the description of the specified setup information file is analyzed (S605). The setup information file describes the contents of the printer driver installation set. By analyzing the setup information file, the compatible CPU and model name of the installable printer driver can be found. FIG. 9 is an example of a setup information file. In this example, it can be seen that a printer driver corresponding to a printer having a model name “xxxx” manufactured by Canon for x86 and x64 CPUs can be installed. If the setup information file can be analyzed, it is determined whether a printer driver corresponding to the CPU and model acquired in S602 and S603 is included (S606). If it is determined that it is not included, the process is exited. If it is determined that it is included, a screen for setting the language of the alternative printer driver 303 to be installed is displayed (S607).

図10は、代替プリンタードライバー303の言語を設定する画面の一例である。言語コンボボックス1001をマウス2032でクリックすると言語リストが表示され、その中の1つを選択するとリストが閉じ、選択した項目が言語コンボボックス1001に入力される。OKボタン1002を押すと、言語コンボボックス1001に入力された言語を、インストールする代替プリンタードライバー303の言語としてRAM2022内のワーク領域に記憶し、プリンタードライバー言語設定画面1000を閉じる。プリンタードライバー言語設定画面1000を閉じたら、指定したセットアップ情報ファイルを用いて代替プリンタードライバー303をインストールする(S608)。インストール処理後、インストールが成功したか判定する(S609)。インストールが成功した場合には、インストールされた代替プリンタードライバー303の言語にRAM2022内のワーク領域に記憶した言語を設定する(S610)。ユーザーがインストールを中断するなどインストールが失敗した場合には、処理を抜ける。S610で代替プリンタードライバー303の言語を設定したら、ドライバーリスト401の選択された項目のインストール済み欄401cが“いいえ”であったか判定する(S611)。“いいえ”であれば、インストールした代替プリンタードライバー303はそのCPU用の唯一のプリンタードライバーであるので、指定したCPU用プリンタードライバーの標準言語に設定し(S612)、処理を抜ける。   FIG. 10 is an example of a screen for setting the language of the alternative printer driver 303. When the language combo box 1001 is clicked with the mouse 2032, a language list is displayed. When one of the language lists is selected, the list is closed and the selected item is input to the language combo box 1001. When the OK button 1002 is pressed, the language input in the language combo box 1001 is stored in the work area in the RAM 2022 as the language of the alternative printer driver 303 to be installed, and the printer driver language setting screen 1000 is closed. When the printer driver language setting screen 1000 is closed, the alternative printer driver 303 is installed using the designated setup information file (S608). After the installation process, it is determined whether the installation is successful (S609). If the installation is successful, the language stored in the work area in the RAM 2022 is set as the language of the installed alternative printer driver 303 (S610). If the installation fails, such as when the user interrupts the installation, the process is exited. If the language of the alternative printer driver 303 is set in S610, it is determined whether the installed column 401c of the selected item in the driver list 401 is “No” (S611). If “No”, the installed alternative printer driver 303 is the only printer driver for that CPU, so it is set to the standard language of the designated CPU printer driver (S612), and the process is exited.

図7は配信プリンタードライバー管理画面400のドライバー削除処理(S504)の詳細なフローチャートを示す。ユーザーは、削除したい代替プリンタードライバー303の項目を選択してから、削除コマンドを実行する。削除コマンドは、削除ボタン403を押すと実行される。マウス2032の右クリックによって表示されるメニューから“削除する”を選択するなど、他の操作方法であってもよい。まず、ドライバーリスト401に選択された項目があるか判定し(S701)、選択された項目がなければ処理を抜ける。次に、選択した項目がシステムプリンタードライバー302か判定し(S702)、システムプリンタードライバー302であれば処理を抜ける。システムプリンタードライバー302は、コントロールパネルのプリンターフォルダーで削除する。そして、選択された項目の言語欄401bに“*”(標準言語を示す)が表示されているかを判定し(S703)、更に選択された項目と同じCPU用の他のプリンタードライバーがあるか判定する(S704)。選択された項目の言語欄401bに“*”が表示されていて、かつ、選択された項目と同じCPU用の他のプリンタードライバーがあれば、選択された項目と同じCPU用の他のプリンタードライバーを標準言語に変更する(S705)。選択された項目と同じCPU用の他のプリンタードライバーの選択方法は、ドライバーリスト401上で現在の標準言語の項目の次の項目(もし最後ならば最初)など任意の方法でよい。S703で“*”が表示されていない、もしくはS704で同じCPU用の他のプリンタードライバーがないと判定されれば、S705をスキップする。そして、ドライバーリスト401に選択された項目の代替プリンタードライバー303を削除して(S706)、処理を抜ける。   FIG. 7 shows a detailed flowchart of the driver deletion process (S504) of the distributed printer driver management screen 400. The user selects an item of the alternative printer driver 303 to be deleted, and then executes a delete command. The delete command is executed when the delete button 403 is pressed. Other operation methods such as selecting “Delete” from the menu displayed by right-clicking the mouse 2032 may be used. First, it is determined whether there is an item selected in the driver list 401 (S701), and if there is no item selected, the process is exited. Next, it is determined whether the selected item is the system printer driver 302 (S702). The system printer driver 302 is deleted in the printer folder on the control panel. Then, it is determined whether “*” (indicating the standard language) is displayed in the language column 401b of the selected item (S703), and further, it is determined whether there is another printer driver for the same CPU as the selected item. (S704). If “*” is displayed in the language column 401b of the selected item and there is another printer driver for the same CPU as the selected item, another printer driver for the same CPU as the selected item Is changed to the standard language (S705). The method for selecting another printer driver for the same CPU as the selected item may be any method such as the next item of the current standard language item on the driver list 401 (first if it is the last). If “*” is not displayed in S703, or if it is determined in S704 that there is no other printer driver for the same CPU, S705 is skipped. Then, the alternative printer driver 303 of the item selected in the driver list 401 is deleted (S706), and the process is exited.

図8は配信プリンタードライバー管理画面400の標準言語設定処理(S505)の詳細なフローチャートを示す。ユーザーは、標準言語にしたいシステムプリンタードライバー302もしくは代替プリンタードライバー303の項目を選択してから、標準言語設定コマンドを実行する。標準言語設定コマンドは、標準言語に設定ボタン404を押すと実行される。マウス2032の右クリックによって表示されるメニューから“標準言語に設定する”を選択するなど、他の操作方法であってもよい。まず、ドライバーリスト401に選択された項目があるか判定し(S801)、選択された項目がなければ処理を抜ける。次に、選択された項目のインストール済み欄401cが“はい”か判定し(S802)、“いいえ”であれば処理を抜ける。そして、選択された項目の言語欄401bに“*”(標準言語を示す)が表示されているかを判定し(S803)、“*”が表示されていれば処理を抜ける。“*”が表示されていなければ、ドライバーリスト401の選択された項目と同じCPU用プリンタードライバーの標準言語に設定する。例えば図4の場合、ユーザーが“フランス語(フランス)”の項目を選択して標準言語に設定ボタン404を押すと、x86CPU用プリンタードライバの標準言語を現在の“英語(英国)”から“フランス語(フランス)”に変更する。   FIG. 8 shows a detailed flowchart of the standard language setting process (S505) of the distribution printer driver management screen 400. The user selects an item of the system printer driver 302 or the alternative printer driver 303 desired to be a standard language, and then executes a standard language setting command. The standard language setting command is executed when the setting button 404 for the standard language is pressed. Other operation methods such as selecting “set to standard language” from a menu displayed by right-clicking the mouse 2032 may be used. First, it is determined whether there is an item selected in the driver list 401 (S801), and if there is no item selected, the process is exited. Next, it is determined whether or not the installed field 401c of the selected item is “Yes” (S802), and if “No”, the process is exited. Then, it is determined whether “*” (indicating the standard language) is displayed in the language column 401b of the selected item (S803), and if “*” is displayed, the process is terminated. If “*” is not displayed, the CPU printer driver standard language that is the same as the selected item of the driver list 401 is set. For example, in the case of FIG. 4, when the user selects the item “French (France)” and presses the “Set to standard language” button 404, the standard language of the printer driver for the x86 CPU is changed from “English (UK)” to “French ( France) ”.

クライアントPC103は、アプリケーション311とプリントシステム312と、プリンタードライバー313を有する。アプリケーション311は、ユーザーの印刷指示により印刷データをプリントシステム312に出力する。Windowsのプリンティングシステムでは、GDIコマンドまたはXPSデータが印刷データとして用いられている。プリントシステム312はOSの一部で、アプリケーション311から受け取った印刷データをプリンタードライバー313へ出力する。プリンタードライバー313は、プリントシステム312から印刷データを受け取り、プリンター101が認識可能な制御コマンド、例えばページ記述言語(PDL)に変換する。変換されたプリンター制御コマンドは、プリントシステム312からプリントサーバー102のプリントシステム301を経てプリンター101へ印刷データとして出力される。   The client PC 103 includes an application 311, a print system 312, and a printer driver 313. The application 311 outputs print data to the print system 312 according to a user's print instruction. In the Windows printing system, GDI commands or XPS data are used as print data. The print system 312 is a part of the OS and outputs print data received from the application 311 to the printer driver 313. The printer driver 313 receives print data from the print system 312 and converts it into a control command that can be recognized by the printer 101, for example, a page description language (PDL). The converted printer control command is output as print data from the print system 312 to the printer 101 via the print system 301 of the print server 102.

図11と図12は、本実施形態を適用可能なプリンタードライバーインストール方法を説明するクライアントPC103の処理とプリントサーバー102の処理のフローチャートを示す。クライアントPC103とプリントサーバー102はポイントアンドプリントの仕組みに従って互いに通信して、プリントサーバー102が配信したプリンタードライバーを、クライアントPC103がインストールする。通信によるデータ送信・受信については、図中で点線の矢印によって表している。   FIGS. 11 and 12 are flowcharts of the processing of the client PC 103 and the processing of the print server 102 for explaining the printer driver installation method to which this embodiment can be applied. The client PC 103 and the print server 102 communicate with each other according to a point-and-print mechanism, and the client PC 103 installs the printer driver distributed by the print server 102. Data transmission / reception by communication is indicated by dotted arrows in the figure.

以下、図11と図12の処理を説明する。   Hereinafter, the processing of FIGS. 11 and 12 will be described.

一般ユーザーは、クライアントPC103においてプリントサーバー102の共有プリンターを表示して、表示されたプリンターオブジェクトの1つを選択して接続コマンドを実行する。すると、クライアントPC103のプリントシステム312は、OSのCPUと言語設定を調査し(S1101)、その情報とともに選択した共有プリンターに関する情報をプリントサーバー102に対し要求する(S1102、A)。   The general user displays the shared printer of the print server 102 on the client PC 103, selects one of the displayed printer objects, and executes a connection command. Then, the print system 312 of the client PC 103 checks the CPU and language setting of the OS (S1101), and requests information about the selected shared printer together with the information from the print server 102 (S1102, A).

図13は、クライアントPC103が共有プリンター情報を要求する際にプリントサーバー102に送信する共有プリンター要求データ1300のデータ構造の一例である。共有プリンター要求データ1300は、プリンター名1301、クライアントCPU1302、クライアント言語1303を含む。プリンター名1301は、情報を要求する共有プリンターの共有名である。クライアントCPU1302は、クライアントOSのCPU種別を表す。クライアント言語1303は、クライアントOSの言語設定を表す。   FIG. 13 shows an example of the data structure of shared printer request data 1300 transmitted to the print server 102 when the client PC 103 requests shared printer information. The shared printer request data 1300 includes a printer name 1301, a client CPU 1302, and a client language 1303. A printer name 1301 is a shared name of a shared printer that requests information. The client CPU 1302 represents the CPU type of the client OS. A client language 1303 represents the language setting of the client OS.

図14は、プリントサーバー102が共有プリンター要求データに対して返信する共有プリンター情報1400のデータ構造の一例である。共有プリンター情報1400は、サーバー名1401、プリンター名1402、ドライバー識別子1403、ポート情報1404を含む。サーバー名1401は、ネットワーク104上でプリントサーバー102を一意に表す名称である。プリンター名1402は、共有プリンターの共有名である。ドライバー識別子1403は、共有プリンターに関連付けられたプリンタードライバーを一意に特定可能な識別子である。ポート情報1404は、プリントサーバー102上のプリンターオブジェクトのポート設定である。   FIG. 14 shows an example of the data structure of shared printer information 1400 returned from the print server 102 in response to shared printer request data. The shared printer information 1400 includes a server name 1401, a printer name 1402, a driver identifier 1403, and port information 1404. The server name 1401 is a name that uniquely represents the print server 102 on the network 104. A printer name 1402 is a shared name of the shared printer. The driver identifier 1403 is an identifier that can uniquely identify a printer driver associated with the shared printer. The port information 1404 is a port setting of the printer object on the print server 102.

プリントサーバー102のプリントシステム301は共有プリンター情報の要求を受け取ると(A)、サービス終了の指示か判定し(S1201)、終了の指示であれば、サービスプログラムをシャットダウンする。終了の指示でなければ、クライアントPC103からの通信か判定し(S1202)、クライアントPC103からの通信でなければS1201に戻り、クライアントPC103から通信があるまで待ち続ける。クライアントPC103からの通信であれば、通信の種類を判定する(S1203)。クライアントからの共有プリンター情報1400の要求であれば、受け取った共有プリンター要求データ1300を取得する(S1211)。そして、プリンター名1301に対応するクライアントCPU1302用のプリンタードライバーがあるか検索し(S1212)、検索結果を判定する(S1213)。対応するプリンタードライバーがないと判定すれば、対応ドライバーがないことを示すエラーをクライアントPC103に送信する(S1214,B)。クライアントCPU1302に対応していないプリンタードライバーを配信しても、クライアントPC103では使用できないからである。対応するプリンタードライバーがあると判定すれば、更にS1212の検索結果にクライアント言語1303に対応したプリンタードライバーがあるか検索し(S1215)、検索結果を判定する(S1216)。対応するプリンタードライバーがあると判定すれば、見つかった言語対応プリンタードライバーのドライバー識別子を取得する(S1217)。対応するプリンタードライバーがないと判定すれば、同じCPU用の標準言語のプリンタードライバーの識別子を取得する(S1218)。CPUの場合とは違い、クライアント言語1303に対応していない言語用プリンタードライバーであってもクライアントで使用可能なので、エラーとはしない。S1217もしくはS1218で取得したプリンタードライバー識別子をドライバー識別子1403にセットし、その他の情報もセットした共有プリンター情報1400をクライアントPC103に送信し(S1219、B)、S1201へ戻る。   When the print system 301 of the print server 102 receives the request for shared printer information (A), it determines whether it is a service end instruction (S1201). If it is an end instruction, the service program is shut down. If it is not an instruction to end, it is determined that the communication is from the client PC 103 (S1202). If it is not communication from the client PC 103, the process returns to S1201, and continues to wait until there is communication from the client PC 103. If the communication is from the client PC 103, the type of communication is determined (S1203). If the request is for shared printer information 1400 from the client, the received shared printer request data 1300 is acquired (S1211). Then, it is searched whether there is a printer driver for the client CPU 1302 corresponding to the printer name 1301 (S1212), and the search result is determined (S1213). If it is determined that there is no corresponding printer driver, an error indicating that there is no corresponding driver is transmitted to the client PC 103 (S1214, B). This is because even if a printer driver that does not support the client CPU 1302 is distributed, the client PC 103 cannot use it. If it is determined that there is a corresponding printer driver, the search result of S1212 is further searched for a printer driver corresponding to the client language 1303 (S1215), and the search result is determined (S1216). If it is determined that there is a corresponding printer driver, the driver identifier of the found language compatible printer driver is acquired (S1217). If it is determined that there is no corresponding printer driver, the identifier of the printer driver of the standard language for the same CPU is acquired (S1218). Unlike the CPU, even a language printer driver that does not support the client language 1303 can be used by the client, so it does not cause an error. The printer driver identifier acquired in S1217 or S1218 is set in the driver identifier 1403, and the shared printer information 1400 in which other information is also set is transmitted to the client PC 103 (S1219, B), and the process returns to S1201.

すると、クライアントPC103のプリントシステム312が、共有プリンター情報1400を取得する(S1103、B)。プリントシステム312は、取得した共有プリンター情報1400に基づき、プリンター101の共有プリンターに対応するプリンターオブジェクトが既に存在するかを検索する(S1104)。プリンターオブジェクトが既に作成済みであると判定すれば、処理を終了する。作成されていないと判定すれば、ドライバー識別子1403が示すプリンタードライバー313がインストール済みか検索し(S1106)、検索結果を判定する(S1107)。インストール済みであると判定すれば、S1114へ進む。インストール済みでないと判定すれば、S1103で対応ドライバーがないことを示すエラーを受信していたか判定する(S1108)。エラーを受信していたと判定すれば、プリントサーバー102にクライアントPC103に対応するプリンタードライバーがないこと示すエラーを表示し(S1109)、処理を終了する。エラーを受信していないと判定すれば、プリントシステム312は、S1103で取得した共有プリンター情報1400のドライバー識別子1403が示すプリンタードライバーをプリントサーバー102に要求する(S1110、C)。   Then, the print system 312 of the client PC 103 acquires the shared printer information 1400 (S1103, B). The print system 312 searches for a printer object corresponding to the shared printer of the printer 101 based on the acquired shared printer information 1400 (S1104). If it is determined that the printer object has already been created, the process ends. If it is determined that it has not been created, it is searched whether the printer driver 313 indicated by the driver identifier 1403 has been installed (S1106), and the search result is determined (S1107). If it is determined that it has been installed, the process proceeds to S1114. If it is determined that it has not been installed, it is determined in S1103 whether an error indicating that there is no corresponding driver has been received (S1108). If it is determined that an error has been received, an error indicating that there is no printer driver corresponding to the client PC 103 is displayed on the print server 102 (S1109), and the process ends. If it is determined that no error has been received, the print system 312 requests the print server 102 for the printer driver indicated by the driver identifier 1403 of the shared printer information 1400 acquired in S1103 (S1110, C).

プリントサーバー102のプリントシステム301は、クライアントPC103からの通信を受け取れば(C)、通信の種類を判定する(S1203)。プリンタードライバーの配信要求であると判定すれば、指定されたドライバー識別子1403が示すプリンタードライバーがあるか判定する(S1221)。プリンタードライバーがあると判定すれば、プリンタードライバーをクライアントPC103に配信し(S1222、D)、S1201へ戻る。プリンタードライバーがないと判定すれば、対応ドライバーがないことを示すエラーをクライアントPC103に送信し(S1223、D)、S1201へ戻る。   If the print system 301 of the print server 102 receives the communication from the client PC 103 (C), it determines the type of communication (S1203). If it is determined that the request is a printer driver distribution request, it is determined whether there is a printer driver indicated by the designated driver identifier 1403 (S1221). If it is determined that there is a printer driver, the printer driver is distributed to the client PC 103 (S1222, D), and the process returns to S1201. If it is determined that there is no printer driver, an error indicating that there is no corresponding driver is transmitted to the client PC 103 (S1223, D), and the process returns to S1201.

クライアントPC103のプリントシステム312は、プリントサーバー102から配信要求に対する返信を受け取ると(D)、プリンタードライバー313をダウンロードし(S1111)。ダウンロードが成功したか判定する(S1112)。失敗したと判定すれば、プリントサーバー102にクライアントPC103に対応するプリンタードライバーがないこと示すエラーを表示し(S1109)、処理を終了する。ダウンロードが成功したと判定すれば、ダウンロードしたプリンタードライバー313をインストールする(S1113)。さらに、プリントシステム312は、選択したプリントサーバー102の共有プリンターに対応したプリンターオブジェクトをコントロールパネルに作成し(S1114)、処理を終了する。   Upon receiving a reply to the distribution request from the print server 102 (D), the print system 312 of the client PC 103 downloads the printer driver 313 (S1111). It is determined whether the download is successful (S1112). If it is determined that it has failed, an error indicating that there is no printer driver corresponding to the client PC 103 is displayed on the print server 102 (S1109), and the process is terminated. If it is determined that the download is successful, the downloaded printer driver 313 is installed (S1113). Further, the print system 312 creates a printer object corresponding to the shared printer of the selected print server 102 on the control panel (S1114), and ends the process.

以上の工程によって、クライアントPC103のOSの言語設定に適合したプリンタードライバー313を、ポイントアンドプリントによってプリントサーバー102から自動的に配信することを実現できる。また、言語設定に適合したプリンタードライバー313がプリントサーバー102になければ、標準言語に設定されたプリンタードライバー313を配信することを実現できる。   Through the above steps, it is possible to automatically distribute the printer driver 313 conforming to the OS language setting of the client PC 103 from the print server 102 by point-and-print. If the printer driver 313 conforming to the language setting is not present in the print server 102, it is possible to deliver the printer driver 313 set to the standard language.

[実施例2]
実施例1は、プリントサーバー102に代替プリンタードライバー313をインストール時にプリンタードライバー言語設定画面1000を表示してユーザーが言語設定を行う例であった。しかし、インストールする代替プリンタードライバー313が対応している言語を事前に把握しておく必要があり、間違って実際と違う言語を設定してしまう恐れがあった。
[Example 2]
In the first embodiment, when the alternative printer driver 313 is installed on the print server 102, the printer driver language setting screen 1000 is displayed and the user performs language setting. However, it is necessary to know in advance the language supported by the alternative printer driver 313 to be installed, and there is a possibility that a language different from the actual language may be set by mistake.

実施例2では、セットアップ情報ファイル(infファイル)に各プリンタードライバーの対応言語を記述できるようにする。また、1つのセットアップ情報ファイルに複数の言語用プリンタードライバーの記述をできるようにする。そして、配信プリンタードライバー管理画面400のドライバー追加処理(S503)のS604で、指定したセットアップ情報ファイルからインストール可能な言語のリストを表示し、ユーザーがそのリストから選択するようにする。図15は、対応言語の記述と複数の言語用プリンタードライバーの記述をできるようにしたセットアップ情報ファイルの一例である。このセットアップ情報ファイルの“[CANON.NTx86]”セクションで、“device-description”の第二パラメータの“language-descriptor”で言語を記述している。言語の記述は、ISO639の2 桁の小文字の言語コードと、ISO3166の2桁の大文字の国または地域コードを組み合わせたRFC4646に基づいた書式である。例えば、“ja−JP”は日本語(日本)、“en−GB”は英語(英国)、“en−US”は英語(米国)を表す。図15のセットアップ情報ファイルの場合、同じ機種に対して日本語(日本)、英語(英国)、英語(米国)の3つの言語のプリンタードライバーをインストール可能である。   In the second embodiment, a language corresponding to each printer driver can be described in a setup information file (inf file). In addition, a plurality of language printer drivers can be described in one setup information file. Then, in S604 of the driver addition process (S503) on the distributed printer driver management screen 400, a list of languages that can be installed is displayed from the designated setup information file, and the user selects from the list. FIG. 15 shows an example of a setup information file in which a description of a corresponding language and a description of a plurality of language printer drivers can be described. In the “[CANON.NTx86]” section of this setup information file, the language is described by “language-descriptor” of the second parameter of “device-description”. The description of the language is a format based on RFC4646 which combines a two-digit lowercase language code of ISO639 and a two-digit uppercase country or region code of ISO3166. For example, “ja-JP” represents Japanese (Japan), “en-GB” represents English (United Kingdom), and “en-US” represents English (United States). In the case of the setup information file shown in FIG. 15, printer drivers in three languages, Japanese (Japan), English (UK), and English (US), can be installed for the same model.

図16は、実施例2におけるク配信プリンタードライバー管理画面400のドライバー追加処理(S503)の詳細なフローを示す。図6と同じ番号のものは実施例1と同じものを表し、説明は省略する。以下、詳細に説明する。   FIG. 16 shows a detailed flow of driver addition processing (S503) on the distributed printer driver management screen 400 in the second embodiment. The same numbers as those in FIG. Details will be described below.

S606でインストールしたいCPUと機種に対応したプリンタードライバーが含まれると判定すれば、S604で指定したセットアップ情報ファイルに対応言語が記述されているか判定する(S1601)。対応言語が記述されていなければ、S607へ進む。対応言語が記述されていれば、セットアップ情報ファイル内に記述された対応言語のリストを表示する(S1602)。ユーザーは、この画面によってどの言語に対応したプリンタードライバーをインストールするか選択する。図17は、図15のセットアップ情報ファイルの場合の対応言語を選択する画面の一例である。ユーザーが言語リスト1701から1つを選択し、OKボタン1702を押す。すると、言語リスト1701の選択されている言語を、インストールする代替プリンタードライバー303の言語としてRAM2022内のワーク領域に記憶し、プリンタードライバー言語選択画面1700を閉じる。次に、RAM2022内のワーク領域に記憶した言語に適合する代替プリンタードライバー303を、指定したセットアップ情報ファイルを用いてインストールし(S1603)、S609へ進む。   If it is determined in S606 that the printer driver corresponding to the CPU and model to be installed is included, it is determined whether a corresponding language is described in the setup information file designated in S604 (S1601). If no corresponding language is described, the process proceeds to S607. If a supported language is described, a list of supported languages described in the setup information file is displayed (S1602). The user selects a printer driver corresponding to which language to install on this screen. FIG. 17 is an example of a screen for selecting a corresponding language in the case of the setup information file of FIG. The user selects one from the language list 1701 and presses an OK button 1702. Then, the language selected in the language list 1701 is stored in the work area in the RAM 2022 as the language of the alternative printer driver 303 to be installed, and the printer driver language selection screen 1700 is closed. Next, the alternative printer driver 303 conforming to the language stored in the work area in the RAM 2022 is installed using the designated setup information file (S1603), and the process proceeds to S609.

以上の工程によって、インストール可能な言語対応プリンタードライバーのリストからユーザーが選択したプリンタードライバーの対応言語を適切に設定することができる。そのため、ユーザーが実際のプリンタードライバーの対応言語と違う言語を設定してしまう恐れがなくなる。更に、セットアップ情報ファイルを複数の対応言語をまとめて1つにすることができ、ユーザーも言語分のインストールセットを用意する必要がなくなる。   Through the above steps, it is possible to appropriately set the supported language of the printer driver selected by the user from the list of installable language compatible printer drivers. This eliminates the possibility that the user will set a language different from the language supported by the actual printer driver. Furthermore, the setup information file can be integrated into a plurality of supported languages, eliminating the need for the user to prepare an installation set for each language.

101 プリンター
102 プリントサーバー
103 クライアントPC
101 Printer 102 Print Server 103 Client PC

Claims (12)

プリントサーバー(102)を用いた印刷システムにおいてプリンタードライバー(313)をクライアントPC(103)にインストールする方法であって、
プリントサーバー(102)は各プリンタードライバー(302、303)とその対応CPUと対応言語を管理する配信プリンタードライバー管理工程(S501〜507)と、
クライアントPC(103)から共有プリンターの情報を要求する際に、クライアントPC(103)のOSのCPU種類(1302)及び言語設定(1303)の情報をプリントサーバー(102)に送信するクライアント情報送信工程(S1102)と、
プリントサーバー(102)は前記クライアント情報送信工程によって受信したクライアントPC(103)のOSのCPU種類(1302)及び言語設定(1303)の情報に適合するプリンタードライバーのドライバー識別子(1403)を送信するプリンタードライバー識別子送信工程(S1211〜1219)と、
クライアントPC(103)はプリンタードライバー識別子送信工程によって受信したドライバー識別子(1403)が示すプリンタードライバーをプリントサーバー(102)に要求するプリンタードライバー配信要求工程(S1110)と、
プリントサーバー(102)は前記プリンタードライバー配信要求工程によって受信したドライバー識別子(1403)が示すプリンタードライバーを配信するプリンタードライバー配信工程(S1222)と、
を有することを特徴とするプリンタードライバーインストール方法。
A method of installing a printer driver (313) in a client PC (103) in a printing system using a print server (102),
The print server (102) includes a printer driver management process (S501 to 507) for managing each printer driver (302, 303), its corresponding CPU and its corresponding language,
Client information transmission step of transmitting information on the CPU type (1302) and language setting (1303) of the OS of the client PC (103) to the print server (102) when requesting shared printer information from the client PC (103) (S1102),
The print server (102) transmits the driver identifier (1403) of the printer driver that matches the CPU type (1302) and language setting (1303) information of the OS of the client PC (103) received in the client information transmission step. A driver identifier transmission step (S1211-1219);
The client PC (103) requests a printer driver indicated by the driver identifier (1403) received in the printer driver identifier transmission step from the print server (102), a printer driver distribution request step (S1110),
The print server (102) distributes the printer driver indicated by the driver identifier (1403) received in the printer driver distribution request step (S1222),
A printer driver installation method characterized by comprising:
前記配信プリンタードライバー管理工程(S501〜507)は、
インストールするプリンタードライバーの言語を、ユーザーが任意に設定するプリンタードライバー言語手動設定工程(S607)
を有することを特徴とする請求項1に記載のプリンタードライバーインストール方法。
The delivery printer driver management process (S501 to 507)
Printer driver language manual setting step in which the user arbitrarily sets the language of the printer driver to be installed (S607)
The printer driver installation method according to claim 1, further comprising:
前記配信プリンタードライバー管理工程(S501〜507)は、
セットアップ情報ファイルに記載された言語記述に従って、インストールするプリンタードライバーの言語を設定するプリンタードライバー言語自動設定工程(S1602)
を有することを特徴とする請求項1に記載のプリンタードライバーインストール方法。
The delivery printer driver management process (S501 to 507)
Printer driver language automatic setting step for setting the language of the printer driver to be installed in accordance with the language description described in the setup information file (S1602)
The printer driver installation method according to claim 1, further comprising:
前記配信プリンタードライバー管理工程(S501〜507)は、
同じCPU用の複数の言語対応プリンタードライバーのうち1つ標準言語を設定する標準言語設定工程(S804)
を有することを特徴とする請求項2又は請求項3に記載のプリンタードライバーインストール方法。
The delivery printer driver management process (S501 to 507)
Standard language setting step for setting one standard language among a plurality of language-compatible printer drivers for the same CPU (S804)
The printer driver installation method according to claim 2, wherein the printer driver installation method is provided.
前記プリンタードライバー識別子送信工程(S1211〜1219)は、
前記クライアント情報送信工程によって受信したクライアントPC(103)のOSのCPU種類(1302)と言語設定(1303)の情報に適合するプリンタードライバーがない場合に、クライアントPC(103)のOSのCPU種類(1302)に適合する前記配信プリンタードライバー管理工程により標準言語に設定されたプリンタードライバーのドライバー識別子を送信する標準言語プリンタードライバー識別子送信工程(S1218)
を有することを特徴とする請求項1に記載のプリンタードライバーインストール方法。
The printer driver identifier transmission step (S1211-1219)
If there is no printer driver that matches the CPU type (1302) and language setting (1303) information of the client PC (103) received in the client information transmission step, the CPU type (OS) of the client PC (103) 1302) A standard language printer driver identifier transmission step (S1218) for transmitting the driver identifier of the printer driver set in the standard language by the distributed printer driver management step conforming to 1302)
The printer driver installation method according to claim 1, further comprising:
プリントサーバー(102)を用いた印刷システムにおいてプリンタードライバー(313)をクライアントPC(103)にインストールするシステムであって、
プリントサーバー(102)は各プリンタードライバー(302、303)とその対応CPUと対応言語を管理する配信プリンタードライバー管理手段(S501〜507)と、
クライアントPC(103)から共有プリンターの情報を要求する際に、クライアントPC(103)のOSのCPU種類(1302)及び言語設定(1303)の情報をプリントサーバー(102)に送信するクライアント情報送信手段(S1102)と、
プリントサーバー(102)は前記クライアント情報送信手段によって受信したクライアントPC(103)のOSのCPU種類(1302)及び言語設定(1303)の情報に適合するプリンタードライバーのドライバー識別子(1403)を送信するプリンタードライバー識別子送信手段(S1211〜1219)と、
クライアントPC(103)はプリンタードライバー識別子送信手段によって受信したドライバー識別子(1403)が示すプリンタードライバーをプリントサーバー(102)に要求するプリンタードライバー配信要求手段(S1110)と、
プリントサーバー(102)は前記プリンタードライバー配信要求手段によって受信したドライバー識別子(1403)が示すプリンタードライバーを配信するプリンタードライバー配信手段(S1222)と、
を有することを特徴とするプリンタードライバーインストールシステム。
A system for installing a printer driver (313) in a client PC (103) in a printing system using a print server (102),
The print server (102) includes a printer driver management unit (S501 to 507) for managing each printer driver (302, 303), its corresponding CPU and its corresponding language,
Client information transmission means for transmitting information on the CPU type (1302) and language setting (1303) of the OS of the client PC (103) to the print server (102) when requesting shared printer information from the client PC (103) (S1102),
The print server (102) transmits the driver identifier (1403) of the printer driver that matches the CPU type (1302) and language setting (1303) information of the OS of the client PC (103) received by the client information transmitting means. Driver identifier transmission means (S1211-1219);
The client PC (103) has a printer driver distribution request unit (S1110) that requests the print server (102) for the printer driver indicated by the driver identifier (1403) received by the printer driver identifier transmission unit;
A print server (102) for delivering a printer driver indicated by the driver identifier (1403) received by the printer driver delivery requesting means (S1222);
A printer driver installation system comprising:
前記配信プリンタードライバー管理手段(S501〜507)は、
インストールするプリンタードライバーの言語を、ユーザーが任意に設定するプリンタードライバー言語手動設定手段(S607)
を有することを特徴とする請求項6に記載のプリンタードライバーインストールシステム。
The distribution printer driver management means (S501 to 507)
Printer driver language manual setting means in which the user arbitrarily sets the language of the printer driver to be installed (S607)
The printer driver installation system according to claim 6, further comprising:
前記配信プリンタードライバー管理手段(S501〜507)は、
インストール情報ファイルに記載された言語記述に従って、インストールするプリンタードライバーの言語を設定するプリンタードライバー言語自動設定手段(S1602)
を有することを特徴とする請求項6に記載のプリンタードライバーインストールシステム。
The distribution printer driver management means (S501 to 507)
Printer driver language automatic setting means for setting the language of the printer driver to be installed in accordance with the language description described in the installation information file (S1602)
The printer driver installation system according to claim 6, further comprising:
前記配信プリンタードライバー管理手段(S501〜507)は、
同じCPU用の複数の言語対応プリンタードライバーのうち1つ標準言語を設定する標準言語設定手段(S804)
を有することを特徴とする請求項7又は請求項8に記載のプリンタードライバーインストールシステム。
The distribution printer driver management means (S501 to 507)
Standard language setting means for setting one standard language among a plurality of language compatible printer drivers for the same CPU (S804)
The printer driver installation system according to claim 7 or 8, characterized by comprising:
前記プリンタードライバー識別子送信手段(S1211〜1219)は、
前記クライアント情報送信手段によって受信したクライアントPC(103)のOSのCPU種類(1302)と言語設定(1303)の情報に適合するプリンタードライバーがない場合に、クライアントPC(103)のOSのCPU種類(1302)に適合する前記配信プリンタードライバー管理手段により標準言語に設定されたプリンタードライバーのドライバー識別子を送信する標準言語プリンタードライバー識別子送信手段(S1218)
を有することを特徴とする請求項6に記載のプリンタードライバーインストールシステム。
The printer driver identifier transmission means (S1211-1219)
When there is no printer driver that matches the CPU type (1302) and language setting (1303) information of the client PC (103) received by the client information transmission means, the CPU type (OS) of the client PC (103) 1302) Standard language printer driver identifier transmitting means for transmitting the driver identifier of the printer driver set in the standard language by the distributed printer driver management means conforming to 1302) (S1218)
The printer driver installation system according to claim 6, further comprising:
コンピューターに、請求項1乃至請求項5の何れか1項に記載のプリンタードライバーインストール方法を実行させるためのプログラム。   A program for causing a computer to execute the printer driver installation method according to any one of claims 1 to 5. コンピューターに、請求項1乃至請求項5の何れか1項に記載のプリンタードライバーインストール方法をを実行させるためのプログラムを記録した
コンピューター読み取り可能な記録媒体。
A computer-readable recording medium having recorded thereon a program for causing a computer to execute the printer driver installation method according to any one of claims 1 to 5.
JP2011279104A 2011-12-21 2011-12-21 Printer driver installation method, system and program Pending JP2013130985A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011279104A JP2013130985A (en) 2011-12-21 2011-12-21 Printer driver installation method, system and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011279104A JP2013130985A (en) 2011-12-21 2011-12-21 Printer driver installation method, system and program

Publications (1)

Publication Number Publication Date
JP2013130985A true JP2013130985A (en) 2013-07-04

Family

ID=48908497

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011279104A Pending JP2013130985A (en) 2011-12-21 2011-12-21 Printer driver installation method, system and program

Country Status (1)

Country Link
JP (1) JP2013130985A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017033141A (en) * 2015-07-30 2017-02-09 キヤノン株式会社 Peripheral device, method therefor, and program
JP2017040987A (en) * 2015-08-18 2017-02-23 株式会社沖データ Print setting program, print setting display method, information processing device and information processing server

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017033141A (en) * 2015-07-30 2017-02-09 キヤノン株式会社 Peripheral device, method therefor, and program
JP2017040987A (en) * 2015-08-18 2017-02-23 株式会社沖データ Print setting program, print setting display method, information processing device and information processing server

Similar Documents

Publication Publication Date Title
US9602678B2 (en) Peripheral device control system and method
JP5203978B2 (en) Printer, client terminal, control method therefor, and program
KR101643601B1 (en) Apparatus and method for managing remote application configuration
EP1865409B1 (en) Information processing apparatus, print controlling method, and computer-readable storage medium
JP4551607B2 (en) Information processing apparatus, information processing method, and control program
US7812984B2 (en) Remote stored print job retrieval
US8261259B2 (en) Dynamic printing system, apparatus and method
EP2306296A2 (en) Information processing apparatus and method thereof
CN101866292B (en) Information processing apparatus and control method
US20130176584A1 (en) Network system, client apparatus, method therefor, and program
JP2012048582A (en) Print job management system and method for controlling the same, information processor, print server
JP2012216166A (en) Information processing apparatus, method thereof, and program
CN106484337B (en) Information processing apparatus, control method thereof, and printing system
CN102741802A (en) Information processing apparatus, method of controlling information processing apparatus, program, and storage medium
JP2010267031A (en) System operating in web environment and method for controlling the same
JP4921151B2 (en) Data processing apparatus, printing apparatus, printing processing method, storage medium, program
JP2010267032A (en) System operating in web environment and method for controlling the same
JP2013092886A (en) Printer, control method, and program
CN102223246A (en) Management apparatus for managing network devices and control method thereof
JP2000035869A (en) Job server, data processor, print server, print system, data processing method for job server, data processing method for data processor, data processing method of print server, data processing method for print system and storage medium for storing computer readable program
JP2001236298A (en) Data processor, printing system and method for controlling setting of driver software for them
JP2005148953A (en) Information processing apparatus, peripheral equipment control system, peripheral equipment control method applied to information processing apparatus and its program
JP2013130985A (en) Printer driver installation method, system and program
JP2009110050A (en) Information processor, information processing system, display control method, display control program, and recording medium
EP2234014A2 (en) Information processing apparatus, information processing method, and information processing system