JP2012043161A - Printer driver update program and printer driver update method - Google Patents

Printer driver update program and printer driver update method Download PDF

Info

Publication number
JP2012043161A
JP2012043161A JP2010183436A JP2010183436A JP2012043161A JP 2012043161 A JP2012043161 A JP 2012043161A JP 2010183436 A JP2010183436 A JP 2010183436A JP 2010183436 A JP2010183436 A JP 2010183436A JP 2012043161 A JP2012043161 A JP 2012043161A
Authority
JP
Japan
Prior art keywords
printer driver
program
version
printer
update
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.)
Granted
Application number
JP2010183436A
Other languages
Japanese (ja)
Other versions
JP5605076B2 (en
Inventor
Chie Ichikawa
千枝 市川
Masayuki Kimura
誠之 木村
Junya Murashita
純也 村下
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.)
Konica Minolta Business Technologies Inc
Original Assignee
Konica Minolta Business Technologies 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 Konica Minolta Business Technologies Inc filed Critical Konica Minolta Business Technologies Inc
Priority to JP2010183436A priority Critical patent/JP5605076B2/en
Priority to US13/211,528 priority patent/US8804172B2/en
Publication of JP2012043161A publication Critical patent/JP2012043161A/en
Application granted granted Critical
Publication of JP5605076B2 publication Critical patent/JP5605076B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a printer driver update program which can improve convenience of a user, when updating a printer driver which can control a plurality of models of printers, allowing appropriate update of the printer driver according to updating reasons.SOLUTION: The printer driver update program of the present invention to update a printer driver which can control a plurality of models of printers is configured to make a computer execute the following procedures of: a selecting procedure to select either one of below processes regarding a module to realize a predetermined function of a printer driver, namely, an overwriting process to overwrite an older version of the program of the module which already exists in the printer driver with a newer version of the program, and an adding process to add a newer version of the program to the printer driver separately from the older version of the program; and an updating procedure to update the printer driver by executing the selected process.

Description

本発明は、複数機種のプリンタを制御可能なプリンタドライバを更新するためのプリンタドライバ更新プログラムおよびプリンタドライバ更新方法に関する。   The present invention relates to a printer driver update program and a printer driver update method for updating a printer driver capable of controlling a plurality of types of printers.

近年、複数機種のプリンタに1つのプリンタドライバで対応でき、印刷実行のたびに出力先のプリンタを選択可能な、複数機種共通のプリンタドライバ(Universal Printer Driver:以下、UPDと称する)が提案されている。UPDは、複数機種のプリンタに共通の機能を実現する共通モジュールと、各プリンタに固有の機能を実現する個別モジュールとを備え、出力先のプリンタに応じて、個別モジュールが切り替えられる。   In recent years, there has been proposed a printer driver (Universal Printer Driver: hereinafter referred to as UPD) that can handle a plurality of types of printers with a single printer driver and can select an output destination printer each time printing is performed. Yes. The UPD includes a common module that realizes a function common to a plurality of types of printers and an individual module that realizes a function specific to each printer, and the individual module is switched according to the output destination printer.

ところで、PC(Personal Computer)等の印刷指示装置にインストールされているプリンタドライバは、バージョンアップに伴い更新される。一般的に、プリンタドライバの更新理由には、プリンタドライバ自体の機能追加や不具合修正を目的とするプリンタドライバ自体の都合によるものと、対応するプリンタの機能追加や不具合修正に伴うプリンタ都合によるものとがある。   Incidentally, a printer driver installed in a print instruction apparatus such as a PC (Personal Computer) is updated as the version is upgraded. In general, the reason for updating the printer driver is due to the convenience of the printer driver itself for the purpose of adding a function or correcting a problem of the printer driver, or due to the convenience of the printer due to the addition of a function of the corresponding printer or the correction of a problem. There is.

プリンタ都合によるプリンタドライバの更新では、プリンタの機能追加や不具合修正を目的とするプリンタのファームウエアの更新に伴い、ファームウエアのバージョンに対応する適切なバージョンにプリンタドライバが更新される(たとえば、特許文献1参照)。   In the printer driver update due to printer circumstances, the printer driver is updated to an appropriate version corresponding to the firmware version in accordance with the update of the printer firmware for the purpose of adding a function of the printer or correcting a defect (for example, patents). Reference 1).

通常、プリンタドライバが更新される場合、新バージョンのプログラムにより旧バージョンのプログラムは上書きされ、旧バージョンのプログラムは使用不能になる。一般的なプリンタドライバは、プリンタと一対一に対応するため、1台のプリンタのファームウエアのバージョンに対応するバージョンのプログラムのみ備え、このプリンタの制御さえできればよい。   Normally, when the printer driver is updated, the old version program is overwritten by the new version program, and the old version program becomes unusable. Since a general printer driver has a one-to-one correspondence with a printer, only a version of a program corresponding to the firmware version of one printer needs to be provided and control of this printer is sufficient.

しかしながら、ネットワーク上に存在する複数機種のプリンタを制御するUPDには、ファームウエアのバージョンが異なる同一機種のプリンタを制御することも望まれる。ファームウエアのバージョンが異なる同一機種のプリンタを制御するには、UPDの更新時に、UPDに含まれる個別モジュールの旧バージョンのプログラムが、新バージョンのプログラムにより上書きされずに、更新後も存在する必要がある。   However, for UPDs that control multiple types of printers that exist on the network, it is also desirable to control printers of the same type with different firmware versions. To control printers of the same model with different firmware versions, when updating the UPD, the old version of the individual module included in the UPD is not overwritten by the new version of the program, and must exist after the update. There is.

他方、プリンタドライバ自体の都合によりプリンタドライバが更新される場合には、新バージョンのプログラムのみ使用可能であればよく、新バージョンのプログラムにより旧バージョンのプログラムが上書きされ、旧バージョンのプログラムを使用不能にすることが望ましい。   On the other hand, when the printer driver is updated due to the circumstances of the printer driver itself, it is only necessary to be able to use the new version of the program, the old version of the program is overwritten by the new version of the program, and the old version of the program cannot be used. It is desirable to make it.

特開2004−355596号公報JP 2004-355596 A

本発明は、上述した課題に鑑みてなされたものである。したがって、本発明の目的は、複数機種のプリンタを制御可能なプリンタドライバを更新する際、更新理由に応じたプリンタドライバの適切な更新を可能にして、ユーザの利便性を向上することができるプリンタドライバ更新プログラムおよびプリンタドライバ更新方法を提供することである。   The present invention has been made in view of the above-described problems. Accordingly, an object of the present invention is to improve the convenience of a user by updating a printer driver that can control a plurality of types of printers by appropriately updating the printer driver according to the reason for the update. A driver update program and a printer driver update method are provided.

本発明の上記目的は、下記の手段によって達成される。   The above object of the present invention is achieved by the following means.

(1)複数機種のプリンタを制御可能なプリンタドライバを更新するためのプリンタドライバ更新プログラムであって、前記プリンタドライバの所定の機能を実現するモジュールについて、当該モジュールの新バージョンのプログラムを前記プリンタドライバ内に既に存在する旧バージョンのプログラムに上書きする上書処理と、前記新バージョンのプログラムを前記旧バージョンのプログラムとは別に前記プリンタドライバに追加する追加処理のうちいずれか一方の処理を選択する手順(a)と、前記手順(a)において選択された処理を実行することにより、前記プリンタドライバを更新する手順(b)と、をコンピュータに実行させるプリンタドライバ更新プログラム。   (1) A printer driver update program for updating a printer driver capable of controlling a plurality of types of printers, and for a module that realizes a predetermined function of the printer driver, a program of a new version of the module is transferred to the printer driver A procedure for selecting one of an overwriting process for overwriting an old version program already existing in the program and an additional process for adding the new version program to the printer driver separately from the old version program A printer driver update program for causing a computer to execute (a) and a procedure (b) for updating the printer driver by executing the process selected in the procedure (a).

(2)前記新バージョンのプログラムは、当該プログラムのバージョンを示すバージョン情報を有し、前記手順(a)において、前記新バージョンのプログラムのバージョン情報に基づいて、前記上書処理および追加処理のうちいずれか一方の処理が選択されることを特徴とする上記(1)に記載のプリンタドライバ更新プログラム。   (2) The new version program has version information indicating the version of the program, and in the procedure (a), based on the version information of the new version program, The printer driver update program according to (1), wherein either one of the processes is selected.

(3)前記プリンタから当該プリンタのファームウエアに関する情報を取得する手順(c)をさらに前記コンピュータに実行させ、前記手順(a)において、前記手順(c)において取得された前記プリンタのファームウエアに関する情報に基づいて、前記上書処理および追加処理のうちいずれか一方の処理が選択されることを特徴とする上記(1)または(2)に記載のプリンタドライバ更新プログラム。   (3) causing the computer to further execute a procedure (c) for obtaining information relating to firmware of the printer from the printer, and relating to the firmware of the printer obtained in the procedure (c) in the procedure (a). The printer driver update program according to (1) or (2), wherein either one of the overwriting process and the additional process is selected based on the information.

(4)前記手順(a)において、ユーザの操作に基づいて、前記上書処理および追加処理のうちいずれか一方の処理が選択されることを特徴とする上記(1)〜(3)のいずれか1つに記載のプリンタドライバ更新プログラム。   (4) In the step (a), any one of the overwriting process and the additional process is selected based on a user operation. The printer driver update program according to any one of the above.

(5)前記手順(a)において前記追加処理が選択された場合、前記プリンタドライバにより提供される操作画面に、前記新バージョンおよび旧バージョンのプログラムの名称に加えて、前記新バージョンおよび旧バージョンのプログラムのバージョンがそれぞれ表示されることを特徴とする上記(1)〜(4)のいずれか1つに記載のプリンタドライバ更新プログラム。   (5) When the additional processing is selected in the procedure (a), in addition to the names of the new version and old version programs, the new version and old version are displayed on the operation screen provided by the printer driver. The printer driver update program according to any one of (1) to (4) above, wherein a version of the program is displayed.

(6)前記手順(a)において前記上書処理が選択された場合、前記上書処理の実行中に当該処理を中止することができるように、前記手順(b)において前記旧バージョンのプログラムが前記新バージョンのプログラムにより上書きされる前に、前記旧バージョンのプログラムが異なる名称で記憶部に記憶されることを特徴とする上記(1)〜(5)のいずれか1つに記載のプリンタドライバ更新プログラム。   (6) When the overwriting process is selected in the procedure (a), the old version program is installed in the procedure (b) so that the process can be canceled during the overwriting process. The printer driver according to any one of (1) to (5), wherein the old version program is stored in the storage unit with a different name before being overwritten by the new version program. Update program.

(7)前記手順(a)において、前記モジュール毎に、前記上書処理および追加処理のうちいずれか一方の処理が選択され、前記手順(b)において、前記モジュール毎に、前記手順(a)において選択された処理が実行されることを特徴とする上記(1)〜(6)のいずれか1つに記載のプリンタドライバ更新プログラム。   (7) In the procedure (a), one of the overwriting process and the additional process is selected for each module, and in the procedure (b), the procedure (a) is selected for each module. The printer driver update program according to any one of (1) to (6), wherein the process selected in (1) is executed.

(8)前記プリンタドライバは、当該プリンタドライバを構成するモジュールを示す構成情報と当該プリンタドライバのバージョンを示すバージョン情報とを有し、前記手順(b)において前記プリンタドライバが更新されるとき、前記構成情報およびバージョン情報が変更されることを特徴とする上記(1)〜(7)のいずれか1つに記載のプリンタドライバ更新プログラム。   (8) The printer driver has configuration information indicating modules constituting the printer driver and version information indicating the version of the printer driver. When the printer driver is updated in the procedure (b), the printer driver The printer driver update program according to any one of (1) to (7), wherein the configuration information and the version information are changed.

(9)前記プリンタドライバのバージョン情報は、前記プリンタドライバの更新内容に応じて変更されることを特徴とする上記(8)に記載のプリンタドライバ更新プログラム。   (9) The printer driver update program according to (8), wherein the version information of the printer driver is changed according to the update contents of the printer driver.

(10)前記プリンタドライバは、複数機種のプリンタに共通の機能を実現する共通モジュールと各プリンタに固有の機能を実現する個別モジュールとを有し、前記手順(a)において、前記個別モジュールについて、前記上書処理および追加処理のうちいずれか一方の処理が選択されることを特徴とする上記(1)〜(9)のいずれか1つに記載のプリンタドライバ更新プログラム。   (10) The printer driver includes a common module that implements a function common to a plurality of types of printers and an individual module that implements a function specific to each printer. In the procedure (a), for the individual module, The printer driver update program according to any one of (1) to (9), wherein either one of the overwriting process and the additional process is selected.

(11)上記(1)〜(10)のいずれか1つに記載のプリンタドライバ更新プログラムを記録したコンピュータ読み取り可能な記録媒体。   (11) A computer-readable recording medium on which the printer driver update program according to any one of (1) to (10) is recorded.

(12)複数機種のプリンタを制御可能なプリンタドライバを更新するためのプリンタドライバ更新方法であって、前記プリンタドライバの所定の機能を実現するモジュールについて、当該モジュールの新バージョンのプログラムを前記プリンタドライバ内に既に存在する旧バージョンのプログラムに上書きする上書処理と、前記新バージョンのプログラムを前記旧バージョンのプログラムとは別に前記プリンタドライバに追加する追加処理のうちいずれか一方の処理を選択するステップ(a)と、前記ステップ(a)において選択された処理を実行することにより、前記プリンタドライバを更新するステップ(b)と、を有することを特徴とするプリンタドライバ更新方法。   (12) A printer driver updating method for updating a printer driver capable of controlling a plurality of types of printers, wherein a new version of the module is transferred to the printer driver for a module that realizes a predetermined function of the printer driver. A step of selecting one of an overwrite process for overwriting an old version program already existing in the process and an additional process for adding the new version program to the printer driver separately from the old version program A printer driver update method comprising: (a) and step (b) for updating the printer driver by executing the process selected in step (a).

(13)前記新バージョンのプログラムは、当該プログラムのバージョンを示すバージョン情報を有し、前記ステップ(a)において、前記新バージョンのプログラムのバージョン情報に基づいて、前記上書処理および追加処理のうちいずれか一方の処理が選択されることを特徴とする上記(12)に記載のプリンタドライバ更新方法。   (13) The program of the new version has version information indicating the version of the program, and in the step (a), based on the version information of the program of the new version, The printer driver updating method according to (12), wherein either one of the processes is selected.

(14)前記プリンタから当該プリンタのファームウエアに関する情報を取得するステップ(c)をさらに有し、前記ステップ(a)において、前記ステップ(c)において取得された前記プリンタのファームウエアに関する情報に基づいて、前記上書処理および追加処理のうちいずれか一方の処理が選択されることを特徴とする上記(12)または(13)に記載のプリンタドライバ更新方法。   (14) The method further includes a step (c) of acquiring information relating to the firmware of the printer from the printer, and based on the information relating to the firmware of the printer acquired in the step (c) in the step (a). The printer driver updating method according to (12) or (13), wherein one of the overwriting process and the additional process is selected.

(15)前記ステップ(a)において、ユーザの操作に基づいて、前記上書処理および追加処理のうちいずれか一方の処理が選択されることを特徴とする上記(12)〜(14)のいずれか1つに記載のプリンタドライバ更新方法。   (15) In any one of the above (12) to (14), in the step (a), one of the overwriting process and the additional process is selected based on a user operation. Or a printer driver updating method according to any one of the above.

(16)前記ステップ(a)において前記追加処理が選択された場合、前記プリンタドライバにより提供される操作画面に、前記新バージョンおよび旧バージョンのプログラムの名称に加えて、前記新バージョンおよび旧バージョンのプログラムのバージョンがそれぞれ表示されることを特徴とする上記(12)〜(15)のいずれか1つに記載のプリンタドライバ更新方法。   (16) When the additional processing is selected in the step (a), in addition to the names of the new version and old version programs, the new version and old version are displayed on the operation screen provided by the printer driver. The printer driver update method according to any one of (12) to (15), wherein a version of each program is displayed.

(17)前記ステップ(a)において前記上書処理が選択された場合、前記上書処理の実行中に当該処理を中止することができるように、前記ステップ(b)において前記旧バージョンのプログラムが前記新バージョンのプログラムにより上書きされる前に、前記旧バージョンのプログラムが異なる名称で記憶部に記憶されることを特徴とする上記(12)〜(16)のいずれか1つに記載のプリンタドライバ更新方法。   (17) When the overwriting process is selected in the step (a), the old version of the program is executed in the step (b) so that the process can be stopped during the overwriting process. The printer driver according to any one of (12) to (16), wherein the old version program is stored in the storage unit with a different name before being overwritten by the new version program. Update method.

(18)前記ステップ(a)において、前記モジュール毎に、前記上書処理および追加処理のうちいずれか一方の処理が選択され、前記ステップ(b)において、前記モジュール毎に、前記ステップ(a)において選択された処理が実行されることを特徴とする上記(12)〜(17)のいずれか1つに記載のプリンタドライバ更新方法。   (18) In the step (a), one of the overwriting process and the additional process is selected for each module, and in the step (b), the step (a) is selected for each module. The printer driver updating method according to any one of (12) to (17), wherein the process selected in (1) is executed.

(19)前記プリンタドライバは、当該プリンタドライバを構成するモジュールを示す構成情報と当該プリンタドライバのバージョンを示すバージョン情報とを有し、前記ステップ(b)において前記プリンタドライバが更新されるとき、前記構成情報およびバージョン情報が変更されることを特徴とする上記(12)〜(18)のいずれか1つに記載のプリンタドライバ更新方法。   (19) The printer driver has configuration information indicating modules constituting the printer driver and version information indicating the version of the printer driver. When the printer driver is updated in the step (b), the printer driver The printer driver update method according to any one of (12) to (18), wherein the configuration information and the version information are changed.

(20)前記プリンタドライバのバージョン情報は、前記プリンタドライバの更新内容に応じて変更されることを特徴とする上記(19)に記載のプリンタドライバ更新方法。   (20) The printer driver update method according to (19), wherein the version information of the printer driver is changed according to the update contents of the printer driver.

(21)前記プリンタドライバは、複数機種のプリンタに共通の機能を実現する共通モジュールと各プリンタに固有の機能を実現する個別モジュールとを有し、前記ステップ(a)において、前記個別モジュールについて、前記上書処理および追加処理のうちいずれか一方の処理が選択されることを特徴とする上記(12)〜(20)のいずれか1つに記載のプリンタドライバ更新方法。   (21) The printer driver includes a common module that realizes a function common to a plurality of types of printers and an individual module that realizes a function specific to each printer. In the step (a), The printer driver update method according to any one of (12) to (20), wherein either one of the overwriting process and the additional process is selected.

本発明によれば、複数機種のプリンタを制御可能なプリンタドライバを更新する際、モジュールの新バージョンのプログラムの上書処理と追加処理とを使い分けることが可能になる。したがって、プリンタドライバ自体の都合による更新の場合には、上書処理を選択して旧バージョンのプログラムを使用不能にし、プリンタ都合による更新の場合には、追加処理を選択して新バージョンと旧バージョンの両方のプログラムを使用可能にすることができる。つまり、複数機種のプリンタを制御可能なプリンタドライバを更新する際、更新理由に応じたプリンタドライバの適切な更新が可能になり、ユーザの利便性が向上する。   According to the present invention, when updating a printer driver capable of controlling a plurality of types of printers, it is possible to selectively use overwriting processing and additional processing of a new version program of a module. Therefore, in the case of an update due to the circumstances of the printer driver itself, the overwriting process is selected to disable the old version program, and in the case of an update due to the printer convenience, an additional process is selected to select the new version and the old version. Both programs can be made available. That is, when a printer driver that can control a plurality of types of printers is updated, the printer driver can be appropriately updated according to the update reason, and the convenience for the user is improved.

本発明の一実施形態に係る印刷システムの全体構成を示すブロック図である。1 is a block diagram illustrating an overall configuration of a printing system according to an embodiment of the present invention. 図1に示されるPCの構成を示すブロック図である。It is a block diagram which shows the structure of PC shown by FIG. プリンタドライバの機能を示すブロック図である。FIG. 3 is a block diagram illustrating functions of a printer driver. 更新ツールの機能を示すブロック図である。It is a block diagram which shows the function of an update tool. 図1に示されるプリンタの構成を示すブロック図である。FIG. 2 is a block diagram illustrating a configuration of a printer illustrated in FIG. 1. 図1に示されるPCにより実行されるプリンタドライバ更新処理の手順を示すフローチャートである。3 is a flowchart showing a procedure of printer driver update processing executed by the PC shown in FIG. 1. 図6のステップS104に示される更新処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the update process shown by step S104 of FIG. 旧バージョンのチャイルドドライバが新バージョンのチャイルドドライバにより上書きされたプリンタドライバを説明するための図である。It is a figure for demonstrating the printer driver by which the old version child driver was overwritten by the new version child driver. 旧バージョンのチャイルドドライバとは別に新バージョンのチャイルドドライバが追加されたプリンタドライバを説明するための図である。It is a figure for demonstrating the printer driver to which the new version child driver was added separately from the old version child driver. プリンタドライバのバージョン番号を変更する処理を説明するための図である。FIG. 6 is a diagram for explaining processing for changing a version number of a printer driver.

以下、図面を参照して、本発明の実施形態を詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

図1は、本発明の一実施形態に係る印刷システムの全体構成を示すブロック図である。   FIG. 1 is a block diagram showing the overall configuration of a printing system according to an embodiment of the present invention.

本実施形態の印刷システムは、PC10と、プリンタ20A,20B,20C,20D,20Eとを備える。PC10とプリンタ20A〜20Eとは、ネットワーク50を介して相互に通信可能に接続されている。   The printing system of this embodiment includes a PC 10 and printers 20A, 20B, 20C, 20D, and 20E. The PC 10 and the printers 20 </ b> A to 20 </ b> E are connected via a network 50 so that they can communicate with each other.

ネットワーク50は、たとえば、イーサネット(登録商標)、トークンリング、およびFDDI(Fiber Distributed Data Interface)等の規格によりコンピュータやネットワーク機器同士を接続したLAN(Local Area Network)、またはLAN同士を専用線で接続したWAN(Wide Area Network)等の各種のネットワークからなる。なお、ネットワーク50に接続される機器の種類および台数は、図1に示される例に限定されない。また、プリンタ20A〜20Eには、MFP(Multi−Function Peripheral)等の画像形成装置が含まれる。さらに、プリンタ20A〜20Eには、ファームウエア(FW)のバージョンが異なる同一機種のプリンタが含まれる。   The network 50 is, for example, a LAN (Local Area Network) in which computers and network devices are connected according to standards such as Ethernet (registered trademark), Token Ring, and FDDI (Fiber Distributed Data Interface), or LANs are connected by a dedicated line. The network consists of various networks such as WAN (Wide Area Network). The type and number of devices connected to the network 50 are not limited to the example shown in FIG. The printers 20A to 20E include an image forming apparatus such as an MFP (Multi-Function Peripheral). Further, the printers 20A to 20E include printers of the same model with different firmware (FW) versions.

図2は、図1に示されるPCの構成を示すブロック図である。PC10は、印刷指示装置として、CPU(Central Processing Unit)11、ROM(Read Only Memory)12、RAM(Random Access Memory)13、ハードディスク14、ディスプレイ15、入力装置16、および通信インタフェース17を含み、これらは信号をやり取りするためのバス18を介して相互に接続されている。   FIG. 2 is a block diagram showing the configuration of the PC shown in FIG. The PC 10 includes a CPU (Central Processing Unit) 11, a ROM (Read Only Memory) 12, a RAM (Random Access Memory) 13, a hard disk 14, a display 15, an input device 16, and a communication interface 17 as print instruction devices. Are connected to each other via a bus 18 for exchanging signals.

CPU11は、プログラムにしたがって上記各部の制御や各種の演算処理を行う。ROM12は、各種プログラムや各種データを格納する。RAM13は、作業領域として一時的にプログラムやデータを記憶する。ハードディスク14は、オペレーティングシステム(OS)を含む各種プログラムや、各種データを格納する。   The CPU 11 performs control of each unit and various arithmetic processes according to a program. The ROM 12 stores various programs and various data. The RAM 13 temporarily stores programs and data as a work area. The hard disk 14 stores various programs including an operating system (OS) and various data.

ディスプレイ15は、たとえば、液晶ディスプレイであり、各種の情報を表示する。入力装置16は、マウス等のポインティングデバイス、およびキーボードを含み、各種の入力を行うために使用される。通信インタフェース17は、ネットワーク50を介し他の機器と通信するためのインタフェースであり、イーサネット(登録商標)、トークンリング、FDDI等の規格が用いられる。   The display 15 is a liquid crystal display, for example, and displays various types of information. The input device 16 includes a pointing device such as a mouse and a keyboard, and is used for performing various inputs. The communication interface 17 is an interface for communicating with other devices via the network 50, and standards such as Ethernet (registered trademark), token ring, and FDDI are used.

ハードディスク14には、文書ファイルを作成するための文書ファイル作成アプリケーションと、プリンタドライバ100(図3参照)とがインストールされている。また、本実施形態では、ハードディスク14には、プリンタドライバ100を更新するための更新ツール200(図4参照)が格納されている。   A document file creation application for creating a document file and a printer driver 100 (see FIG. 3) are installed on the hard disk 14. In the present embodiment, the hard disk 14 stores an update tool 200 (see FIG. 4) for updating the printer driver 100.

プリンタドライバ100は、PC10に格納されているOS上にインストールされ、印刷ジョブを生成するプログラムである。本実施形態では、プリンタドライバ100は、印刷時に、操作画面(不図示)にネットワーク50上の複数のプリンタの情報を一覧表示し、操作画面を用いたユーザの操作に基づいて、複数のプリンタの中から出力先のプリンタを選択することができる。   The printer driver 100 is a program that is installed on the OS stored in the PC 10 and generates a print job. In the present embodiment, the printer driver 100 displays a list of information on a plurality of printers on the network 50 on an operation screen (not shown) during printing, and based on user operations using the operation screen, a plurality of printers. The output destination printer can be selected from among them.

図3は、プリンタドライバの機能を示すブロック図である。   FIG. 3 is a block diagram illustrating functions of the printer driver.

プリンタドライバ100は、ネットワーク通信部110、接続機器認識部120、表示制御部130、入力制御部140、チャイルドドライバ切替部150、印刷データ作成部160、およびチャイルドドライバ格納部170を有している。チャイルドドライバ格納部170には、複数機種のプリンタにそれぞれ対応する複数のチャイルドドライバが格納されている。ネットワーク通信部110、接続機器認識部120、表示制御部130、入力制御部140、チャイルドドライバ切替部150、および印刷データ作成部160は、複数機種のプリンタに共通の機能を実現する共通モジュールであり、チャイルドドライバは、プリンタに固有の機能を実現する個別モジュールである。プリンタドライバ100は、ハードディスク14に格納されており、起動時にRAM13上に読み出され、CPU11により実行される。これにより、プリンタドライバ100の上記各モジュールの機能が発揮される。各モジュールは、たとえば、DLL(Dynamic Link Library)等のプログラムファイルからなる。   The printer driver 100 includes a network communication unit 110, a connected device recognition unit 120, a display control unit 130, an input control unit 140, a child driver switching unit 150, a print data creation unit 160, and a child driver storage unit 170. The child driver storage unit 170 stores a plurality of child drivers respectively corresponding to a plurality of types of printers. The network communication unit 110, the connected device recognition unit 120, the display control unit 130, the input control unit 140, the child driver switching unit 150, and the print data creation unit 160 are common modules that realize functions common to a plurality of types of printers. The child driver is an individual module that realizes a function specific to the printer. The printer driver 100 is stored in the hard disk 14, read onto the RAM 13 at the time of activation, and executed by the CPU 11. Thereby, the function of each module of the printer driver 100 is exhibited. Each module consists of a program file such as DLL (Dynamic Link Library).

ネットワーク通信部110は、ネットワーク50上のプリンタ20A〜20Eと通信して機器情報を取得する。機器情報には、プリンタのモデル名情報やFWバージョン情報が含まれる。機器情報を取得するための具体的な手法としては、RFC1213で規定されているネットワーク管理手法であるSNMP(Simple Network Management Protocol) MIB(Management Information Base)−IIのパブリックエリアやプライベートエリアが使用される。   The network communication unit 110 communicates with the printers 20A to 20E on the network 50 to acquire device information. The device information includes printer model name information and FW version information. As a specific method for acquiring device information, a public network or private area of SNMP (Simple Network Management Protocol) MIB (Management Information Base) -II, which is a network management method defined in RFC1213, is used. .

接続機器認識部120は、ネットワーク通信部110により取得された機器情報を認識して、プリンタのモデル名やファームウエアのバージョン番号を特定する。特定されたモデル名やバージョン番号は、表示制御部130に渡される。   The connected device recognizing unit 120 recognizes the device information acquired by the network communication unit 110 and specifies the model name of the printer and the version number of the firmware. The identified model name and version number are passed to the display control unit 130.

表示制御部130は、接続機器認識部120から渡されるプリンタに関する情報を表示する。表示制御部130は、PC10のディスプレイ15に表示される操作画面上に、ネットワーク50上で発見されたプリンタのモデル名やバージョン番号を表示する。   The display control unit 130 displays information about the printer delivered from the connected device recognition unit 120. The display control unit 130 displays the model name and version number of the printer found on the network 50 on the operation screen displayed on the display 15 of the PC 10.

入力制御部140は、操作画面を通じて、ユーザが複数のプリンタの中から1つのプリンタを選択するための情報の入力を受け付ける。入力制御部140は、操作画面上に表示される複数のプリンタの中から、ユーザによる1つのプリンタの選択を受け付ける。あるいは、入力制御部140は、ユーザによるプリンタのモデル名やバージョン番号の直接的な入力を受け付ける。あるいは、入力制御部140は、使用履歴に含まれるプリンタの中から、ユーザによる1つのプリンタの選択を受け付ける。   The input control unit 140 receives input of information for the user to select one printer from a plurality of printers through the operation screen. The input control unit 140 accepts selection of one printer by the user from among a plurality of printers displayed on the operation screen. Alternatively, the input control unit 140 accepts direct input of a printer model name and version number by the user. Alternatively, the input control unit 140 accepts selection of one printer by the user from among printers included in the usage history.

チャイルドドライバ切替部150は、出力先のプリンタに応じて、チャイルドドライバを切り替える。チャイルドドライバ切替部150は、操作画面を通じてユーザにより選択された1つのプリンタが、現在、選択されているプリンタと異なる場合、適切なチャイルドドライバに切り替える。上述したとおり、チャイルドドライバは、たとえば、DLL等のプログラムファイルであり、プリンタドライバ100に含まれる他のモジュールと連携して動作する。チャイルドドライバは、たとえば、プリンタに固有の機能についての設定情報を出力する機能や当該設定情報を設定するための操作画面(印刷設定画面)を提供する機能を実現する。プリンタに固有の機能には、たとえば、セキュリティのためのパスワード印刷機能およびトナー消費量を抑制するためのドラフト印刷機能等の印刷機能、ステープル処理、穴開け処理、折り処理、および糊付け処理等の後処理機能、PCおよびプリンタ間の双方向通信機能が含まれる。   The child driver switching unit 150 switches child drivers according to the output destination printer. The child driver switching unit 150 switches to an appropriate child driver when one printer selected by the user through the operation screen is different from the currently selected printer. As described above, the child driver is a program file such as a DLL, for example, and operates in cooperation with other modules included in the printer driver 100. The child driver realizes, for example, a function of outputting setting information regarding a function unique to the printer and a function of providing an operation screen (print setting screen) for setting the setting information. Functions specific to the printer include, for example, a printing function such as a password printing function for security and a draft printing function for suppressing toner consumption, a stapling process, a punching process, a folding process, and a gluing process. A processing function and a bidirectional communication function between the PC and the printer are included.

印刷データ作成部160は、各プリンタでビットマップ画像データに変換される印刷データと、プリンタのステープル処理、穴開け処理、折り処理等の後処理を指示する指示データとを生成する。印刷データおよび指示データは、印刷ジョブとして、出力先のプリンタに送信される。   The print data creation unit 160 generates print data that is converted into bitmap image data by each printer, and instruction data that instructs post-processing such as stapling, punching, and folding of the printer. The print data and instruction data are transmitted to the output destination printer as a print job.

次に、プリンタドライバ100の更新に用いられる更新ツールについて説明する。   Next, an update tool used for updating the printer driver 100 will be described.

図4は、更新ツールの機能を示すブロック図である。更新ツール200は、PC10にインストール済みのプリンタドライバ100に対して、チャイルドドライバを上書きまたは追加するためのプログラムである。   FIG. 4 is a block diagram illustrating functions of the update tool. The update tool 200 is a program for overwriting or adding a child driver to the printer driver 100 already installed in the PC 10.

更新ツール200は、更新対象UPD探索部210、更新方法選択部220、更新方法選択基準記憶部230、更新実行部240、表示制御部250、および更新用モジュール格納部260を有している。更新方法選択基準記憶部230には、各チャイルドドライバのバージョン番号とチャイルドドライバの更新方法とを関連付けた情報テーブルが記憶されている。更新用モジュール格納部260には、プリンタの機種別の新バージョンのチャイルドドライバが複数格納されている。   The update tool 200 includes an update target UPD search unit 210, an update method selection unit 220, an update method selection reference storage unit 230, an update execution unit 240, a display control unit 250, and an update module storage unit 260. The update method selection criterion storage unit 230 stores an information table in which the version number of each child driver is associated with the update method of the child driver. The update module storage unit 260 stores a plurality of new versions of child drivers for each printer type.

更新対象UPD探索部210は、PC10の内部にインストールされている更新対象のプリンタドライバを探索する。更新対象UPD探索部210は、PC10の内部にプリンタドライバが存在することを確認し、存在が確認されたプリンタドライバのバージョン番号に基づいて、当該プリンタドライバが更新対象のプリンタドライバであるか否かを判断する。   The update target UPD search unit 210 searches for an update target printer driver installed in the PC 10. The update target UPD search unit 210 confirms that the printer driver exists in the PC 10, and based on the version number of the printer driver whose existence is confirmed, whether or not the printer driver is the update target printer driver. Judging.

更新方法選択部220は、更新対象のプリンタドライバの各チャイルドドライバについて、上書処理を行うか、または、追加処理を行うかを選択する。更新方法選択部220は、更新方法選択基準記憶部230に記憶されている情報テーブルを参照して、チャイルドドライバのバージョン番号から、上書処理および追加処理のうちいずれか一方の処理を選択する。   The update method selection unit 220 selects whether to perform an overwrite process or an additional process for each child driver of the printer driver to be updated. The update method selection unit 220 refers to the information table stored in the update method selection criterion storage unit 230, and selects one of the overwriting process and the addition process from the version number of the child driver.

更新実行部240は、更新方法選択部220による選択結果にしたがって、チャイルドドライバの上書きまたは追加を行う。更新方法選択部220により上書処理が選択される場合、更新実行部240は、チャイルドドライバの新バージョンのプログラムにより旧バージョンのプログラムを上書きする。更新方法選択部220により追加処理が選択される場合、更新実行部240は、チャイルドドライバの新バージョンのプログラムを、旧バージョンのプログラムとは別にプリンタドライバ100に追加する。   The update execution unit 240 overwrites or adds a child driver according to the selection result by the update method selection unit 220. When the overwriting process is selected by the update method selection unit 220, the update execution unit 240 overwrites the old version program with the new version program of the child driver. When the addition method is selected by the update method selection unit 220, the update execution unit 240 adds the new version of the child driver program to the printer driver 100 separately from the old version program.

表示制御部250は、更新処理の実行結果または実行状況をユーザに通知するための通知画面(不図示)を表示する。   The display control unit 250 displays a notification screen (not shown) for notifying the user of the execution result or execution status of the update process.

図5は、図1に示されるプリンタの構成を示すブロック図である。プリンタ20A〜20Eは、相互に同様の構成であるため、以下、プリンタ20Aを代表として用いて説明する。   FIG. 5 is a block diagram showing the configuration of the printer shown in FIG. Since the printers 20A to 20E have the same configuration, the printer 20A will be described below as a representative.

プリンタ20Aは、CPU21、ROM22、RAM23、ハードディスク24、操作パネル25、印刷部26、後処理部27、および通信インタフェース28を含み、これらは信号をやり取りするためのバス29を介して相互に接続されている。なお、プリンタ20Aの上記各部のうち、PC10の上記各部と同様の機能を有する部分については、説明の重複を避けるためその説明を省略する。   The printer 20A includes a CPU 21, a ROM 22, a RAM 23, a hard disk 24, an operation panel 25, a printing unit 26, a post-processing unit 27, and a communication interface 28, which are connected to each other via a bus 29 for exchanging signals. ing. Of the parts of the printer 20A, those parts having the same functions as those of the parts of the PC 10 are not described in order to avoid duplication.

操作パネル25は、各種情報の表示および各種指示の入力に使用される。印刷部26は、電子写真式プロセス等の周知の作像プロセスを用いて、ビットマップ画像データに基づく画像を用紙等の記録媒体に印刷する。後処理部27は、印刷部26により印刷が実行された用紙に対して、ステープル処理、穴開け処理、折り処理等の後処理を実行する。   The operation panel 25 is used for displaying various information and inputting various instructions. The printing unit 26 prints an image based on the bitmap image data on a recording medium such as paper using a known image forming process such as an electrophotographic process. The post-processing unit 27 performs post-processing such as stapling, punching, and folding on the paper on which printing has been performed by the printing unit 26.

RAM23およびハードディスク24等の記憶部には、印刷ジョブを記憶するための印刷ジョブ記憶部が割り当てられる。また、ハードディスク24は、ネットワーク通信部および制御部に対応するプログラムを格納するためのそれぞれの領域を有する。   A print job storage unit for storing a print job is allocated to the storage unit such as the RAM 23 and the hard disk 24. In addition, the hard disk 24 has respective areas for storing programs corresponding to the network communication unit and the control unit.

ネットワーク通信部は、PC10からの要求に応じて、プリンタ20Aに関する情報(たとえば、機器情報)を提供する。このため、ネットワーク通信部には、MIBが設けられている。また、ネットワーク通信部は、ネットワーク50上のPCから印刷ジョブを受信する。   The network communication unit provides information (for example, device information) related to the printer 20A in response to a request from the PC 10. For this reason, the network communication unit is provided with an MIB. The network communication unit receives a print job from a PC on the network 50.

制御部は、印刷部26への印刷ジョブの提供を制御する。制御部は、印刷部26が印刷処理中でなければ印刷ジョブ記憶部から印刷ジョブを読み出して印刷部26に送信する一方で、印刷処理中であれば印刷ジョブを印刷ジョブ記憶部に記憶させる。ネットワーク通信部および制御部の機能は、対応するプログラムをCPU21が実行することにより発揮される。上述したとおり、たとえば、これらの機能の不具合を修正する場合、対応するプログラムを含むファームウエアが更新される。また、パスワード印刷機能、ドラフト印刷機能、用紙にウォーターマークを印刷するウォーターマーク機能、ユーザへの課金を目的とするユーザ認証機能等の機能が追加または仕様変更される場合にも、ファームウエアが更新される。また、新たな後処理機能がプリンタに追加される場合にも、ファームウエアが更新される。   The control unit controls the provision of a print job to the printing unit 26. The control unit reads the print job from the print job storage unit and transmits the print job to the printing unit 26 if the printing unit 26 is not performing the printing process, and stores the print job in the print job storage unit if the printing process is being performed. The functions of the network communication unit and the control unit are exhibited by the CPU 21 executing corresponding programs. As described above, for example, when correcting the malfunction of these functions, the firmware including the corresponding program is updated. The firmware is also updated when functions such as the password printing function, draft printing function, watermark function for printing watermarks on paper, and user authentication functions for billing users are added or changed. Is done. The firmware is also updated when a new post-processing function is added to the printer.

なお、PC10およびプリンタ20A〜20Eは、上記構成要素以外の構成要素を含んでいてもよく、あるいは、上記構成要素のうちの一部が含まれていなくてもよい。   Note that the PC 10 and the printers 20A to 20E may include components other than the above-described components, or some of the above-described components may not be included.

次に、図6〜図9を参照して、PC10にインストールされているプリンタドライバ100を更新する処理について説明する。   Next, processing for updating the printer driver 100 installed in the PC 10 will be described with reference to FIGS.

図6は、図1に示されるPCにおいて実行されるプリンタドライバ更新処理の手順を示すフローチャートである。なお、図6のフローチャートにより示されるアルゴリズムは、PC10のハードディスク14にプログラムとして記憶されており、CPU11によって実行される。   FIG. 6 is a flowchart showing a procedure of printer driver update processing executed in the PC shown in FIG. The algorithm shown in the flowchart of FIG. 6 is stored as a program in the hard disk 14 of the PC 10 and executed by the CPU 11.

プリンタドライバ更新処理では、まず、更新ツール200が起動される(ステップS101)。たとえば、ユーザのマウス操作により、更新ツール200のアイコンが押下(クリック)される場合、更新ツール200が起動される。あるいは、本実施形態とは異なり、更新ツール200がCD(Compact Disc)やDVD(Digital Versatile Disc)等の記録媒体により提供される場合、記録媒体がPC10に挿入されたときに更新ツール200が自動的に起動され得る。   In the printer driver update process, first, the update tool 200 is activated (step S101). For example, when the icon of the update tool 200 is pressed (clicked) by the user's mouse operation, the update tool 200 is activated. Alternatively, unlike the present embodiment, when the update tool 200 is provided by a recording medium such as a CD (Compact Disc) or a DVD (Digital Versatile Disc), the update tool 200 is automatically set when the recording medium is inserted into the PC 10. Can be activated automatically.

続いて、更新対象が検索される(ステップS102)。本実施形態では、PC10の内部に更新対象となるプリンタドライバが存在するか否かが探索される。具体的には、まず、プリンタドライバが格納されるべきPC10内部のフォルダにプリンタドライバが存在することが確認される。そして、存在が確認されたプリンタドライバのバージョン番号に基づいて、当該プリンタドライバが更新対象のプリンタドライバであるか否かが判断される。本実施形態では、プリンタドライバのバージョン番号に基づいて、更新ツール200よりも時間的に先に製造されたプリンタドライバが更新対象のプリンタドライバであると判断される。なお、プリンタドライバ100のバージョン番号を示すバージョン情報は、当該バージョン情報が容易に認識されるように、たとえば、プリンタドライバ100に含まれる専用のファイルに格納されている。   Subsequently, the update target is searched (step S102). In the present embodiment, it is searched whether there is a printer driver to be updated in the PC 10. Specifically, first, it is confirmed that the printer driver exists in a folder inside the PC 10 where the printer driver is to be stored. Then, based on the version number of the printer driver whose existence has been confirmed, it is determined whether or not the printer driver is a printer driver to be updated. In the present embodiment, based on the version number of the printer driver, it is determined that the printer driver manufactured earlier in time than the update tool 200 is the printer driver to be updated. The version information indicating the version number of the printer driver 100 is stored, for example, in a dedicated file included in the printer driver 100 so that the version information can be easily recognized.

続いて、更新対象が発見されたか否かが判断される(ステップS103)。本実施形態では、ステップS102に示す処理で、更新対象であるプリンタドライバ100が発見されたか否かが判断される。   Subsequently, it is determined whether or not an update target has been found (step S103). In this embodiment, it is determined whether or not the printer driver 100 to be updated has been found in the process shown in step S102.

更新対象が発見されないと判断される場合(ステップS103:NO)、ステップS105の処理に移行する。一方、更新対象が発見されたと判断される場合(ステップS103:YES)、更新処理が実行される(ステップS104)。本実施形態では、プリンタドライバに含まれる複数のチャイルドドライバについて、チャイルドドライバ毎に上書処理および追加処理のうちいずれか一方の処理が選択され、選択結果にしたがったプリンタドライバの更新が行われる。ステップS104に示される更新処理の詳細については後述する。   When it is determined that the update target is not found (step S103: NO), the process proceeds to step S105. On the other hand, when it is determined that an update target has been found (step S103: YES), an update process is executed (step S104). In the present embodiment, for a plurality of child drivers included in the printer driver, one of the overwriting process and the additional process is selected for each child driver, and the printer driver is updated according to the selection result. Details of the update process shown in step S104 will be described later.

そして、更新結果が表示され(ステップS105)、処理が終了される。本実施形態では、更新対象のプリンタドライバが存在しない旨、または、チャイルドドライバが上書された旨もしくはチャイルドドライバが追加された旨がディスプレイ15に表示される。なお、エラーが発生した場合にも、その旨がディスプレイ15に表示される。   Then, the update result is displayed (step S105), and the process is terminated. In the present embodiment, the display 15 displays that there is no printer driver to be updated, or that a child driver has been overwritten or a child driver has been added. Even when an error occurs, a message to that effect is displayed on the display 15.

図7は、図6のステップS104に示される更新処理の手順を示すフローチャートである。   FIG. 7 is a flowchart showing the procedure of the update process shown in step S104 of FIG.

更新処理では、まず、1つのチャイルドドライバが選択される(ステップS201)。本実施形態では、プリンタドライバ100に含まれる複数のチャイルドドライバの中から、処理対象の1つのチャイルドドライバが選択される。具体的には、プリンタドライバ100に含まれる複数のチャイルドドライバの中から、更新ツール200に格納されている新バージョンの1つのチャイルドドライバと同一のモデル名を有する旧バージョンの1つのチャイルドドライバが、処理対象のチャイルドドライバとして選択される。   In the update process, first, one child driver is selected (step S201). In the present embodiment, one child driver to be processed is selected from among a plurality of child drivers included in the printer driver 100. Specifically, one child driver of the old version having the same model name as one child driver of the new version stored in the update tool 200 among the plurality of child drivers included in the printer driver 100 is Selected as a child driver to be processed.

続いて、更新方法が上書きであるか否かが判断される(ステップS202)。本実施形態では、ステップS201に示す処理で選択されたチャイルドドライバに対応する新バージョンのチャイルドドライバのバージョン番号に基づいて、旧バージョンのチャイルドドライバが新バージョンのチャイルドドライバにより上書きされるか否かが判断される。本実施形態では、チャイルドドライバのバージョン番号とチャイルドドライバの更新方法とを関連付けた情報テーブルを参照することにより、新バージョンのチャイルドドライバのバージョン番号から、更新方法が上書きであるか否かが判断される。なお、チャイルドドライバのバージョン番号を示すバージョン情報は、たとえば、チャイルドドライバに含まれる専用のファイルに格納されている。   Subsequently, it is determined whether or not the update method is overwriting (step S202). In the present embodiment, based on the version number of the new version of the child driver corresponding to the child driver selected in step S201, whether or not the old version of the child driver is overwritten by the new version of the child driver is determined. To be judged. In the present embodiment, by referring to the information table in which the child driver version number and the child driver update method are associated with each other, it is determined from the version number of the new version child driver whether or not the update method is overwriting. The The version information indicating the version number of the child driver is stored, for example, in a dedicated file included in the child driver.

更新方法が上書きであると判断される場合(ステップS202:YES)、チャイルドドライバが上書きされる(ステップS203)。本実施形態では、ステップS201に示す処理で選択された旧バージョンのチャイルドドライバが、更新ツール200により提供される新バージョンのチャイルドドライバにより上書きされる。上述したとおり、チャイルドドライバは、DLL等のプログラムファイルであり、旧バージョンのプログラムファイルが新バージョンのプログラムファイルにより上書きされる。なお、本実施形態では、新バージョンのチャイルドドライバにより旧バージョンのチャイルドドライバが上書きされる前に、旧バージョンのチャイルドドライバは、ファイル名を変更された上でハードディスク24の空き領域にコピーされる。このような構成によれば、旧バージョンのチャイルドドライバが新バージョンのチャイルドドライバにより上書きされる場合であっても、旧バージョンのチャイルドドライバのコピーが存在するため、上書処理の実行中に処理を中止して元の状態に戻すことが可能になる。また、旧バージョンのチャイルドドライバのコピーをそのまま保存しておけば、上書処理の完了後であっても、必要に応じて、プリンタドライバ100を簡単に元の状態に復旧することが可能になる。   If it is determined that the update method is overwriting (step S202: YES), the child driver is overwritten (step S203). In the present embodiment, the old version of the child driver selected in the process shown in step S201 is overwritten by the new version of the child driver provided by the update tool 200. As described above, the child driver is a program file such as DLL, and the old version program file is overwritten by the new version program file. In this embodiment, before the old version of the child driver is overwritten by the new version of the child driver, the old version of the child driver is copied to the free area of the hard disk 24 after the file name is changed. According to such a configuration, even when the old version of the child driver is overwritten by the new version of the child driver, a copy of the old version of the child driver exists, so the processing is performed during the overwriting process. It is possible to cancel and return to the original state. Further, if a copy of the child driver of the previous version is saved as it is, the printer driver 100 can be easily restored to the original state as needed even after the overwriting process is completed. .

図8は、旧バージョンのチャイルドドライバが新バージョンのチャイルドドライバにより上書きされたプリンタドライバを説明するための図である。図8(A)は、更新前のプリンタドライバのチャイルドドライバ一覧画面310aを示す図であり、図8(B)は、更新後のプリンタドライバのチャイルドドライバ一覧画面310bを示す図である。チャイルドドライバ一覧画面310a,310bは、たとえば、チャイルドドライバ格納部170に格納されている構成情報に基づいて生成される。構成情報は、プリンタドライバ100に含まれるチャイルドドライバの情報を含み、プリンタドライバ100の更新時に更新ツール200の機能により変更される。   FIG. 8 is a diagram for explaining a printer driver in which an old version of a child driver is overwritten by a new version of a child driver. FIG. 8A shows a child driver list screen 310a of the printer driver before update, and FIG. 8B shows a child driver list screen 310b of the printer driver after update. The child driver list screens 310a and 310b are generated based on, for example, configuration information stored in the child driver storage unit 170. The configuration information includes child driver information included in the printer driver 100 and is changed by the function of the update tool 200 when the printer driver 100 is updated.

上書処理では、旧バージョンのチャイルドドライバが、新バージョンのチャイルドドライバにより上書きされる。図8では、モデル名「プリンタ C652Series」の旧バージョンのチャイルドドライバが、新バージョンのチャイルドドライバ「プリンタ C652Series(Version 2.0.0.0)」により上書きされる。   In the overwriting process, the old version of the child driver is overwritten by the new version of the child driver. In FIG. 8, the old version of the child driver with the model name “printer C652 Series” is overwritten by the new version of the child driver “printer C652 Series (Version 2.0.0.0)”.

一方、ステップS202に示す処理で、更新方法が上書きでないと判断される場合(ステップS202:NO)、更新方法が追加であるか否かが判断される(ステップS204)。本実施形態では、ステップS201に示す処理で選択されたチャイルドドライバに対応する新バージョンのチャイルドドライバのバージョン番号に基づいて、新バージョンのチャイルドドライバが、旧バージョンのチャイルドドライバとは別にプリンタドライバ100に追加されるか否かが判断される。本実施形態では、チャイルドドライバのバージョン番号とチャイルドドライバの更新方法とを関連付けた情報テーブルを参照することにより、新バージョンのチャイルドドライバのバージョン番号から、更新方法が追加であるか否かが判断される。   On the other hand, in the process shown in step S202, when it is determined that the update method is not overwriting (step S202: NO), it is determined whether or not the update method is an addition (step S204). In this embodiment, based on the version number of the new version of the child driver corresponding to the child driver selected in the process shown in step S201, the new version of the child driver is changed to the printer driver 100 separately from the old version of the child driver. It is determined whether or not to be added. In the present embodiment, by referring to the information table in which the child driver version number and the child driver update method are associated, it is determined from the version number of the new version of the child driver whether or not the update method is an addition. The

更新方法が追加でないと判断される場合(ステップS204:NO)、ステップS206の処理に移行する。一方、更新方法が追加であると判断される場合(ステップS204:YES)、チャイルドドライバが追加される(ステップS205)。本実施形態では、ステップS201に示す処理で選択された旧バージョンのチャイルドドライバとは別に、更新ツール200により提供される新バージョンのチャイルドドライバがプリンタドライバ100に追加される。   When it is determined that the update method is not an addition (step S204: NO), the process proceeds to step S206. On the other hand, when it is determined that the update method is addition (step S204: YES), a child driver is added (step S205). In the present embodiment, a new version of the child driver provided by the update tool 200 is added to the printer driver 100 separately from the old version of the child driver selected in the process shown in step S201.

図9は、旧バージョンのチャイルドドライバとは別に新バージョンのチャイルドドライバが追加されたプリンタドライバを説明するための図である。図9(A)は、更新前のプリンタドライバのチャイルドドライバ一覧画面320aを示す図であり、図9(B)は、更新後のプリンタドライバのチャイルドドライバ一覧画面320bを示す図である。追加処理では、旧バージョンのチャイルドドライバと、新バージョンのチャイルドドライバとがプリンタドライバ100の内部に並存するようになる。図9では、モデル名「プリンタ C652Series」の旧バージョンのチャイルドドライバが削除されることなく、旧バージョンのチャイルドドライバ「プリンタ C652Series(Version 1.2.3.4」と新バージョンのチャイルドドライバ「プリンタ C652Series(Version 1.2.4.0)」とが並存している。   FIG. 9 is a diagram for explaining a printer driver in which a new version of a child driver is added in addition to the old version of the child driver. FIG. 9A shows a child driver list screen 320a of the printer driver before update, and FIG. 9B shows a child driver list screen 320b of the printer driver after update. In the addition process, the old version of the child driver and the new version of the child driver are present in the printer driver 100 side by side. In FIG. 9, the child driver “printer C652Series (Version 1.2.3.4) of the old version and the child driver“ printer C652Series ”of the old version are not deleted without deleting the child driver of the old version of the model name“ printer C652Series ”. (Version 1.2.4.0) ”coexist.

図9(B)に示されるとおり、本実施形態では、更新後のプリンタドライバ100により提供されるチャイルドドライバ一覧画面320b上には、旧バージョンのチャイルドドライバと新バージョンのチャイルドドライバの両方のバージョン番号がそれぞれ表示される。このような構成によれば、ユーザは、バージョンの異なる同一機種用の2つのチャイルドドライバを認識することができる。   As shown in FIG. 9B, in this embodiment, the version numbers of both the old version child driver and the new version child driver are displayed on the child driver list screen 320b provided by the updated printer driver 100. Is displayed. According to such a configuration, the user can recognize two child drivers for the same model having different versions.

なお、図9(B)では、新バージョンのチャイルドドライバが追加されたチャイルドドライバのみバージョン番号が表示されている。しかしながら、チャイルドドライバ一覧画面320bには、すべてのチャイルドドライバのバージョン番号が表示されてもよい。また、上記の追加処理は、チャイルドドライバが下位互換性を有さない場合にとりわけ有効である。   In FIG. 9B, the version number is displayed only for the child driver to which the new version of the child driver is added. However, the version numbers of all child drivers may be displayed on the child driver list screen 320b. The above additional processing is particularly effective when the child driver does not have backward compatibility.

続いて、更新結果が記憶される(ステップS206)。本実施形態では、図6のステップS105に示す処理において更新結果をユーザに通知するために、たとえば、RAM13に更新結果が記憶される。   Subsequently, the update result is stored (step S206). In this embodiment, in order to notify the user of the update result in the process shown in step S105 of FIG.

続いて、すべてのチャイルドドライバが選択されたか否かが判断される(ステップS207)。本実施形態では、プリンタドライバ100に含まれる処理対象のすべてのチャイルドドライバが選択されたか否かが判断される。   Subsequently, it is determined whether or not all child drivers have been selected (step S207). In this embodiment, it is determined whether all child drivers to be processed included in the printer driver 100 have been selected.

すべてのチャイルドドライバが選択されていないと判断される場合(ステップS207:NO)、すべてのチャイルドドライバが選択されるまで、ステップS201以下の処理が繰り返される。一方、すべてのチャイルドドライバが選択されたと判断される場合(ステップS207:YES)、処理が終了される。   When it is determined that not all child drivers have been selected (step S207: NO), the processing from step S201 is repeated until all child drivers are selected. On the other hand, when it is determined that all child drivers have been selected (step S207: YES), the process is terminated.

以上のとおり、図7に示されるフローチャートの処理によれば、チャイルドドライバ毎に、上書処理を行うか追加処理を行うかが選択され、選択結果に基づいて、プリンタドライバの更新が実行される。具体的には、上書処理が選択される場合には、新バージョンのチャイルドドライバにより旧バージョンのチャイルドドライバが上書きされる。一方、追加処理が選択される場合には、新バージョンのチャイルドドライバが、旧バージョンのチャイルドドライバとは別にプリンタドライバ100に追加される。   As described above, according to the processing of the flowchart shown in FIG. 7, whether to perform the overwriting process or the additional process is selected for each child driver, and the printer driver is updated based on the selection result. . Specifically, when the overwriting process is selected, the old version of the child driver is overwritten by the new version of the child driver. On the other hand, when the addition process is selected, the new version of the child driver is added to the printer driver 100 separately from the old version of the child driver.

このような構成によれば、たとえば、チャイルドドライバ自体の都合によるプリンタドライバの更新の場合には、上書処理を選択して旧バージョンのチャイルドドライバを使用不能にし、プリンタ都合による更新の場合には、追加処理を選択して新バージョンと旧バージョンの両方のチャイルドドライバを使用可能にすることができる。すなわち、必要のない旧バージョンのチャイルドドライバをユーザが使用可能な状態にすることなく、バージョンが異なる同一機種のプリンタに1つのプリンタドライバで対応することが可能になる。また、上書処理が選択されることにより、メモリ資源が節約される。   According to such a configuration, for example, in the case of updating the printer driver due to circumstances of the child driver itself, the overwriting process is selected to disable the old version of the child driver, and in the case of updating due to the convenience of the printer. You can select additional processing to enable both new and old child drivers. In other words, it is possible to handle a printer of the same model with a different version with a single printer driver without making the old version of the child driver unnecessary for use by the user. Also, memory resources are saved by selecting the overwrite process.

以上のとおり、本実施形態によれば、複数機種のプリンタを制御可能なプリンタドライバを更新する際、新バージョンのチャイルドドライバの上書処理と追加処理とを使い分けることが可能になる。したがって、更新理由に応じたプリンタドライバの適切な更新が可能になり、ユーザの利便性が向上する。   As described above, according to the present embodiment, when updating a printer driver capable of controlling a plurality of types of printers, it is possible to selectively use overwriting processing and additional processing of the new version of the child driver. Therefore, it is possible to appropriately update the printer driver according to the update reason, and the convenience for the user is improved.

なお、上述した実施形態では、更新方法選択基準記憶部230に格納されている、各チャイルドドライバのバージョン番号と更新方法とを関連付けた情報テーブルを参照することにより、チャイルドドライバ毎に、上書処理および追加処理のうちいずれか一方の処理が選択された。   In the above-described embodiment, the overwriting process is performed for each child driver by referring to the information table in which the version number of each child driver is associated with the updating method, which is stored in the updating method selection criterion storage unit 230. One of the additional processing and the additional processing is selected.

しかしながら、チャイルドドライバの更新方法を選択する方法は、上記実施形態に限定されるものではない。たとえば、プリンタドライバ100のバージョン番号とプリンタドライバ100に含まれる各チャイルドドライバの更新方法とを関連付けて情報テーブルとして予め格納しておき、プリンタドライバ100のバージョン番号から、チャイルドドライバの更新方法が選択されてもよい。   However, the method for selecting the child driver update method is not limited to the above embodiment. For example, the version number of the printer driver 100 and the updating method of each child driver included in the printer driver 100 are associated and stored in advance as an information table, and the updating method of the child driver is selected from the version number of the printer driver 100. May be.

あるいは、旧バージョンのチャイルドドライバのバージョン番号と新バージョンのチャイルドドライバのバージョン番号とが比較されることにより、チャイルドドライバの更新方法が選択されてもよい。たとえば、上書処理の場合、最上位の桁が繰り上がるように、新バージョンのチャイルドドライバにバージョン番号が付与され、追加処理の場合、3桁目が繰り上がるように、新バージョンのチャイルドドライバにバージョン番号が付与される。このような構成によれば、たとえば、旧バージョンのチャイルドドライバのバージョン番号が「Version 1.2.3.4」であり、新バージョンのチャイルドドライバのバージョン番号が「Version 2.0.0.0」である場合、チャイルドドライバの上書処理が選択される。一方、旧バージョンのチャイルドドライバのバージョン番号が「Version 1.2.3.4」であり、新バージョンのチャイルドドライバのバージョン番号が「Version 1.2.4.0」である場合、チャイルドドライバの追加処理が選択される。したがって、情報テーブルを参照することなく、チャイルドドライバの更新方法を選択することが可能になる。   Alternatively, the child driver update method may be selected by comparing the version number of the old version of the child driver with the version number of the new version of the child driver. For example, in the overwriting process, the version number is assigned to the new version of the child driver so that the most significant digit is moved up, and in the additional process, the new version of the child driver is moved up so that the third digit is moved up. A version number is assigned. According to such a configuration, for example, the version number of the old version of the child driver is “Version 1.2.3.4”, and the version number of the new version of the child driver is “Version 2.0.0.0”. ", The overwriting process of the child driver is selected. On the other hand, if the version number of the child driver of the old version is “Version 1.2.3.4” and the version number of the child driver of the new version is “Version 1.2.4.0”, the child driver Additional processing is selected. Therefore, it is possible to select a child driver update method without referring to the information table.

あるいは、プリンタから取得されるFWバージョン情報に基づいて、チャイルドドライバの更新方法が選択されてもよい。この場合、たとえば、ファームウエアのバージョンより特定される当該ファームウエアの製造時点が特定の時点よりも先の場合には、プリンタドライバ自体の都合による更新と判断され、上書処理が選択される。一方、製造時点が特定の時点よりも後の場合には、プリンタ都合による更新と判断され、追加処理が選択される。このような構成によれば、ネットワーク50上に存在するプリンタに対応するチャイルドドライバのみが上書きまたは追加されるため、ユーザにとって不要なチャイルドドライバの上書きまたは追加が省略される。加えて、プリンタドライバ100の更新処理に要する時間が短縮される。   Alternatively, a child driver update method may be selected based on FW version information acquired from the printer. In this case, for example, when the firmware production time specified from the firmware version is earlier than the specific time, it is determined that the update is due to the convenience of the printer driver itself, and the overwriting process is selected. On the other hand, when the manufacturing time is later than the specific time, it is determined that the update is due to printer convenience, and an additional process is selected. According to such a configuration, since only the child driver corresponding to the printer existing on the network 50 is overwritten or added, overwriting or addition of the child driver unnecessary for the user is omitted. In addition, the time required for the update process of the printer driver 100 is reduced.

あるいは、更新ツール200により提供される所定の選択画面に対するユーザの操作に基づいて、上書処理および追加処理のうちいずれか一方の処理が選択されてもよい。   Alternatively, one of the overwriting process and the additional process may be selected based on a user operation on a predetermined selection screen provided by the update tool 200.

最後に、プリンタドライバに付与されるバージョン番号について説明する。   Finally, the version number assigned to the printer driver will be described.

上述した実施形態では、チャイルドドライバ単位でプリンタドライバが更新されるため、バージョンAのプリンタドライバを更新した更新結果と、バージョンBのプリンタドライバを更新した更新結果とが異なる場合がある。   In the above-described embodiment, since the printer driver is updated in units of child drivers, the update result of updating the version A printer driver may be different from the update result of updating the version B printer driver.

そのため、更新ツール200に、更新対象のプリンタドライバのバージョン番号と、それぞれのバージョンを更新した後のバージョン番号を予め格納しておき、更新処理の実行時に、更新内容に応じて、プリンタドライバ100のバージョン番号を示すバージョン情報を適切に変更する。   Therefore, the version number of the printer driver to be updated and the version number after updating each version are stored in advance in the update tool 200, and when the update process is executed, the printer driver 100 is updated according to the update contents. Change the version information indicating the version number appropriately.

具体的には、図10のバージョン情報表示画面410,420に示されるとおり、たとえば、旧バージョンが「1.2.1.0」であるプリンタドライバのバージョン番号は、「1.3.0.0」に変更され、旧バージョンが「1.10.1.0」であるプリンタドライバのバージョン番号は、「1.11.1.0」に変更される。このような構成によれば、プリンタドライバに含まれるチャイルドドライバをバージョン番号から認識することが可能になる。   Specifically, as shown in the version information display screens 410 and 420 in FIG. 10, for example, the version number of the printer driver whose old version is “1.2.1.0” is “1.3.0. The version number of the printer driver whose old version is “1.110.1.0” is changed to “1.11.1.0”. According to such a configuration, the child driver included in the printer driver can be recognized from the version number.

本発明は、上記実施形態のみに限定されるものではなく、特許請求の範囲内において、種々改変することができる。   The present invention is not limited to the above-described embodiments, and various modifications can be made within the scope of the claims.

たとえば、上記実施形態では、プリンタドライバがインストールされているPC上で更新ツールが起動され、プリンタドライバの更新が行われた。しかしながら、更新ツールは、たとえば、プリンタドライバがインストールされているPCとネットワークを介して接続される他のPC上で起動されてもよい。   For example, in the above embodiment, the update tool is activated on the PC on which the printer driver is installed, and the printer driver is updated. However, the update tool may be activated on, for example, another PC connected via a network to the PC in which the printer driver is installed.

また、上記実施形態では、チャイルドドライバ毎に上書処理および追加処理のうちいずれか一方の処理が選択され、プリンタドライバの更新が行われた。しかしながら、すべてのチャイルドドライバに対して同一の処理が一括して選択され、プリンタドライバの更新が行われてもよい。   In the above embodiment, one of the overwriting process and the adding process is selected for each child driver, and the printer driver is updated. However, the same processing may be selected at once for all child drivers, and the printer driver may be updated.

また、上記実施形態では、チャイルドドライバの上書処理または追加処理が実行された。しかしながら、チャイルドドライバ以外のモジュールについても、上書処理および追加処理のうちいずれか一方の処理が選択され、選択された処理が実行されてもよい。   In the above embodiment, the overwriting process or the additional process of the child driver is executed. However, for modules other than the child driver, either one of the overwriting process and the additional process may be selected and the selected process may be executed.

本実施形態にかかる印刷指示装置における各種処理を行う手段および方法は、専用のハードウエア回路、またはプログラムされたコンピュータのいずれによっても実現することが可能である。上記プリンタドライバ更新プログラムは、たとえば、フレキシブルディスクおよびCD−ROM等のコンピュータ読み取り可能な記録媒体によって提供されてもよいし、インターネット等のネットワークを介してオンラインで提供されてもよい。この場合、コンピュータ読み取り可能な記録媒体に記録されたプログラムは、通常、ハードディスク等の記憶部に転送され記憶される。また、上記更新プログラムは、単独のアプリケーションソフトとして提供されてもよいし、印刷指示装置の一機能としてその装置のソフトウエアに組み込まれてもよい。   The means and method for performing various processes in the print instruction apparatus according to the present embodiment can be realized by either a dedicated hardware circuit or a programmed computer. The printer driver update program may be provided by a computer-readable recording medium such as a flexible disk and a CD-ROM, or may be provided online via a network such as the Internet. In this case, the program recorded on the computer-readable recording medium is normally transferred to and stored in a storage unit such as a hard disk. Further, the update program may be provided as a single application software, or may be incorporated in the software of the apparatus as one function of the print instruction apparatus.

10 PC、
11,21 CPU、
12,22 ROM、
13,23 RAM、
14,24 ハードディスク、
15 ディスプレイ、
16 入力装置、
17,28 通信インタフェース、
18,29 バス、
20A〜20E プリンタ、
25 操作パネル、
26 印刷部、
27 後処理部、
50 ネットワーク、
100 プリンタドライバ、
200 更新ツール、
310,320 チャイルドドライバ一覧画面、
410,420 バージョン情報表示画面。
10 PC,
11, 21 CPU,
12,22 ROM,
13,23 RAM,
14, 24 hard disk,
15 display,
16 input devices,
17, 28 Communication interface,
18, 29 bus,
20A-20E printer,
25 Operation panel,
26 printing department,
27 Post-processing section,
50 network,
100 printer driver,
200 update tool,
310, 320 Child driver list screen,
410, 420 Version information display screen.

Claims (21)

複数機種のプリンタを制御可能なプリンタドライバを更新するためのプリンタドライバ更新プログラムであって、
前記プリンタドライバの所定の機能を実現するモジュールについて、当該モジュールの新バージョンのプログラムを前記プリンタドライバ内に既に存在する旧バージョンのプログラムに上書きする上書処理と、前記新バージョンのプログラムを前記旧バージョンのプログラムとは別に前記プリンタドライバに追加する追加処理のうちいずれか一方の処理を選択する手順(a)と、
前記手順(a)において選択された処理を実行することにより、前記プリンタドライバを更新する手順(b)と、
をコンピュータに実行させるプリンタドライバ更新プログラム。
A printer driver update program for updating a printer driver capable of controlling a plurality of types of printers,
An overwrite process for overwriting a new version program of the module over an old version program already existing in the printer driver for a module that realizes a predetermined function of the printer driver; A procedure (a) for selecting any one of the additional processes to be added to the printer driver separately from the above program;
(B) updating the printer driver by executing the process selected in step (a);
Printer driver update program that causes a computer to execute.
前記新バージョンのプログラムは、当該プログラムのバージョンを示すバージョン情報を有し、
前記手順(a)において、前記新バージョンのプログラムのバージョン情報に基づいて、前記上書処理および追加処理のうちいずれか一方の処理が選択されることを特徴とする請求項1に記載のプリンタドライバ更新プログラム。
The new version of the program has version information indicating the version of the program,
2. The printer driver according to claim 1, wherein, in the step (a), one of the overwriting process and the additional process is selected based on version information of the new version of the program. Update program.
前記プリンタから当該プリンタのファームウエアに関する情報を取得する手順(c)をさらに前記コンピュータに実行させ、
前記手順(a)において、前記手順(c)において取得された前記プリンタのファームウエアに関する情報に基づいて、前記上書処理および追加処理のうちいずれか一方の処理が選択されることを特徴とする請求項1または2に記載のプリンタドライバ更新プログラム。
Causing the computer to further execute a procedure (c) for acquiring information about firmware of the printer from the printer;
In the step (a), one of the overwriting process and the additional process is selected based on the information regarding the firmware of the printer acquired in the step (c). The printer driver update program according to claim 1 or 2.
前記手順(a)において、ユーザの操作に基づいて、前記上書処理および追加処理のうちいずれか一方の処理が選択されることを特徴とする請求項1〜3のいずれか1項に記載のプリンタドライバ更新プログラム。   4. The method according to claim 1, wherein in the step (a), one of the overwriting process and the additional process is selected based on a user operation. 5. Printer driver update program. 前記手順(a)において前記追加処理が選択された場合、前記プリンタドライバにより提供される操作画面に、前記新バージョンおよび旧バージョンのプログラムの名称に加えて、前記新バージョンおよび旧バージョンのプログラムのバージョンがそれぞれ表示されることを特徴とする請求項1〜4のいずれか1項に記載のプリンタドライバ更新プログラム。   When the additional processing is selected in the step (a), the operation screen provided by the printer driver displays the version of the new version and old version of the program in addition to the name of the new version and old version of the program. The printer driver update program according to claim 1, wherein the printer driver update program is displayed. 前記手順(a)において前記上書処理が選択された場合、前記上書処理の実行中に当該処理を中止することができるように、前記手順(b)において前記旧バージョンのプログラムが前記新バージョンのプログラムにより上書きされる前に、前記旧バージョンのプログラムが異なる名称で記憶部に記憶されることを特徴とする請求項1〜5のいずれか1項に記載のプリンタドライバ更新プログラム。   When the overwriting process is selected in the procedure (a), the old version of the program is updated in the procedure (b) so that the process can be stopped during the overwriting process. 6. The printer driver update program according to claim 1, wherein the old version of the program is stored in the storage unit with a different name before being overwritten by the program. 前記手順(a)において、前記モジュール毎に、前記上書処理および追加処理のうちいずれか一方の処理が選択され、
前記手順(b)において、前記モジュール毎に、前記手順(a)において選択された処理が実行されることを特徴とする請求項1〜6のいずれか1項に記載のプリンタドライバ更新プログラム。
In the procedure (a), one of the overwriting process and the additional process is selected for each module,
The printer driver update program according to any one of claims 1 to 6, wherein in the step (b), the process selected in the step (a) is executed for each module.
前記プリンタドライバは、当該プリンタドライバを構成するモジュールを示す構成情報と当該プリンタドライバのバージョンを示すバージョン情報とを有し、
前記手順(b)において前記プリンタドライバが更新されるとき、前記構成情報およびバージョン情報が変更されることを特徴とする請求項1〜7のいずれか1項に記載のプリンタドライバ更新プログラム。
The printer driver has configuration information indicating modules constituting the printer driver and version information indicating the version of the printer driver,
8. The printer driver update program according to claim 1, wherein when the printer driver is updated in the step (b), the configuration information and version information are changed.
前記プリンタドライバのバージョン情報は、前記プリンタドライバの更新内容に応じて変更されることを特徴とする請求項8に記載のプリンタドライバ更新プログラム。   9. The printer driver update program according to claim 8, wherein the version information of the printer driver is changed according to the update contents of the printer driver. 前記プリンタドライバは、複数機種のプリンタに共通の機能を実現する共通モジュールと各プリンタに固有の機能を実現する個別モジュールとを有し、
前記手順(a)において、前記個別モジュールについて、前記上書処理および追加処理のうちいずれか一方の処理が選択されることを特徴とする請求項1〜9のいずれか1項に記載のプリンタドライバ更新プログラム。
The printer driver has a common module that realizes a function common to a plurality of types of printers and an individual module that realizes a function specific to each printer,
10. The printer driver according to claim 1, wherein in the step (a), one of the overwriting process and the additional process is selected for the individual module. Update program.
請求項1〜10のいずれか1項に記載のプリンタドライバ更新プログラムを記録したコンピュータ読み取り可能な記録媒体。   A computer-readable recording medium on which the printer driver update program according to claim 1 is recorded. 複数機種のプリンタを制御可能なプリンタドライバを更新するためのプリンタドライバ更新方法であって、
前記プリンタドライバの所定の機能を実現するモジュールについて、当該モジュールの新バージョンのプログラムを前記プリンタドライバ内に既に存在する旧バージョンのプログラムに上書きする上書処理と、前記新バージョンのプログラムを前記旧バージョンのプログラムとは別に前記プリンタドライバに追加する追加処理のうちいずれか一方の処理を選択するステップ(a)と、
前記ステップ(a)において選択された処理を実行することにより、前記プリンタドライバを更新するステップ(b)と、
を有することを特徴とするプリンタドライバ更新方法。
A printer driver update method for updating a printer driver capable of controlling a plurality of types of printers,
An overwrite process for overwriting a new version program of the module over an old version program already existing in the printer driver for a module that realizes a predetermined function of the printer driver; A step (a) of selecting any one of the additional processes to be added to the printer driver separately from the above program;
Updating the printer driver by executing the process selected in step (a);
A printer driver update method comprising:
前記新バージョンのプログラムは、当該プログラムのバージョンを示すバージョン情報を有し、
前記ステップ(a)において、前記新バージョンのプログラムのバージョン情報に基づいて、前記上書処理および追加処理のうちいずれか一方の処理が選択されることを特徴とする請求項12に記載のプリンタドライバ更新方法。
The new version of the program has version information indicating the version of the program,
13. The printer driver according to claim 12, wherein in the step (a), one of the overwriting process and the additional process is selected based on version information of the new version of the program. Update method.
前記プリンタから当該プリンタのファームウエアに関する情報を取得するステップ(c)をさらに有し、
前記ステップ(a)において、前記ステップ(c)において取得された前記プリンタのファームウエアに関する情報に基づいて、前記上書処理および追加処理のうちいずれか一方の処理が選択されることを特徴とする請求項12または13に記載のプリンタドライバ更新方法。
Further comprising the step (c) of obtaining information relating to firmware of the printer from the printer;
In the step (a), one of the overwriting process and the additional process is selected based on the information about the firmware of the printer acquired in the step (c). The printer driver update method according to claim 12 or 13.
前記ステップ(a)において、ユーザの操作に基づいて、前記上書処理および追加処理のうちいずれか一方の処理が選択されることを特徴とする請求項12〜14のいずれか1項に記載のプリンタドライバ更新方法。   15. The method according to claim 12, wherein in the step (a), one of the overwriting process and the additional process is selected based on a user operation. Printer driver update method. 前記ステップ(a)において前記追加処理が選択された場合、前記プリンタドライバにより提供される操作画面に、前記新バージョンおよび旧バージョンのプログラムの名称に加えて、前記新バージョンおよび旧バージョンのプログラムのバージョンがそれぞれ表示されることを特徴とする請求項12〜15のいずれか1項に記載のプリンタドライバ更新方法。   When the additional processing is selected in the step (a), the operation screen provided by the printer driver displays the version of the new version and old version of the program in addition to the name of the new version and old version of the program. The printer driver update method according to claim 12, wherein the printer driver update method is displayed. 前記ステップ(a)において前記上書処理が選択された場合、前記上書処理の実行中に当該処理を中止することができるように、前記ステップ(b)において前記旧バージョンのプログラムが前記新バージョンのプログラムにより上書きされる前に、前記旧バージョンのプログラムが異なる名称で記憶部に記憶されることを特徴とする請求項12〜16のいずれか1項に記載のプリンタドライバ更新方法。   When the overwriting process is selected in the step (a), the old version of the program is changed to the new version in the step (b) so that the process can be stopped during the overwriting process. The printer driver update method according to claim 12, wherein the old version of the program is stored in the storage unit with a different name before being overwritten by the program. 前記ステップ(a)において、前記モジュール毎に、前記上書処理および追加処理のうちいずれか一方の処理が選択され、
前記ステップ(b)において、前記モジュール毎に、前記ステップ(a)において選択された処理が実行されることを特徴とする請求項12〜17のいずれか1項に記載のプリンタドライバ更新方法。
In the step (a), one of the overwriting process and the additional process is selected for each module,
18. The printer driver update method according to claim 12, wherein in step (b), the process selected in step (a) is executed for each module.
前記プリンタドライバは、当該プリンタドライバを構成するモジュールを示す構成情報と当該プリンタドライバのバージョンを示すバージョン情報とを有し、
前記ステップ(b)において前記プリンタドライバが更新されるとき、前記構成情報およびバージョン情報が変更されることを特徴とする請求項12〜18のいずれか1項に記載のプリンタドライバ更新方法。
The printer driver has configuration information indicating modules constituting the printer driver and version information indicating the version of the printer driver,
19. The printer driver updating method according to claim 12, wherein when the printer driver is updated in the step (b), the configuration information and version information are changed.
前記プリンタドライバのバージョン情報は、前記プリンタドライバの更新内容に応じて変更されることを特徴とする請求項19に記載のプリンタドライバ更新方法。   The printer driver update method according to claim 19, wherein the version information of the printer driver is changed according to the update contents of the printer driver. 前記プリンタドライバは、複数機種のプリンタに共通の機能を実現する共通モジュールと各プリンタに固有の機能を実現する個別モジュールとを有し、
前記ステップ(a)において、前記個別モジュールについて、前記上書処理および追加処理のうちいずれか一方の処理が選択されることを特徴とする請求項12〜20のいずれか1項に記載のプリンタドライバ更新方法。
The printer driver has a common module that realizes a function common to a plurality of types of printers and an individual module that realizes a function specific to each printer,
21. The printer driver according to claim 12, wherein in the step (a), one of the overwriting process and the adding process is selected for the individual module. Update method.
JP2010183436A 2010-08-18 2010-08-18 Printer driver update program and printer driver update method Expired - Fee Related JP5605076B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2010183436A JP5605076B2 (en) 2010-08-18 2010-08-18 Printer driver update program and printer driver update method
US13/211,528 US8804172B2 (en) 2010-08-18 2011-08-17 Non-transitory computer readable recording medium stored with printer driver updating program and printer driver updating method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010183436A JP5605076B2 (en) 2010-08-18 2010-08-18 Printer driver update program and printer driver update method

Publications (2)

Publication Number Publication Date
JP2012043161A true JP2012043161A (en) 2012-03-01
JP5605076B2 JP5605076B2 (en) 2014-10-15

Family

ID=45899394

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010183436A Expired - Fee Related JP5605076B2 (en) 2010-08-18 2010-08-18 Printer driver update program and printer driver update method

Country Status (1)

Country Link
JP (1) JP5605076B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011131963A (en) * 2009-12-22 2011-07-07 Mitsubishi Electric Corp Elevator control device
JP2016206816A (en) * 2015-04-20 2016-12-08 コニカミノルタ株式会社 Printer driver update program and printer driver update method
CN106371776A (en) * 2015-07-23 2017-02-01 柯尼卡美能达株式会社 Printer driver and information processing device
JP2017027277A (en) * 2015-07-21 2017-02-02 キヤノン株式会社 Information processing device, method, and program
JP2020049744A (en) * 2018-09-26 2020-04-02 キヤノン株式会社 Image processing device, information processing method and program

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002166628A (en) * 2000-12-01 2002-06-11 Seiko Epson Corp Coloring medium cartridge, printer, printing system, updating system for firmware, and updating system for printer driver
JP2003084984A (en) * 2001-09-12 2003-03-20 Canon Inc Information processor, information processing method, control program, and recording medium storing control program
JP2004326601A (en) * 2003-04-25 2004-11-18 Canon Inc Print controller, user interface, print control method, computer program, and computer readable recording medium
JP2005024806A (en) * 2003-06-30 2005-01-27 Ricoh Co Ltd Image forming apparatus, its exchange parts, process cartridge and toner cartridge
JP2006164030A (en) * 2004-12-09 2006-06-22 Canon Inc Firmware update method of multi-function device
JP2006227990A (en) * 2005-02-18 2006-08-31 Canon Inc Method for updating print software and method for acquiring newest module
JP2007034817A (en) * 2005-07-28 2007-02-08 Canon Inc Version management and print processing system
JP2007293514A (en) * 2006-04-24 2007-11-08 Canon Inc Version management and automatic update function
JP2009080550A (en) * 2007-09-25 2009-04-16 Kyocera Mita Corp Information processing system, and method of changing setting of firmware
JP2009129014A (en) * 2007-11-20 2009-06-11 Canon Inc Service providing device and its control method and computer program
JP2009134474A (en) * 2007-11-29 2009-06-18 Brother Ind Ltd Firmware reprogramming method, firmware reprogramming program, and firmware management device
JP2010117975A (en) * 2008-11-14 2010-05-27 Kyocera Mita Corp Image forming system, terminal device, server, image forming device, and image forming method

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002166628A (en) * 2000-12-01 2002-06-11 Seiko Epson Corp Coloring medium cartridge, printer, printing system, updating system for firmware, and updating system for printer driver
JP2003084984A (en) * 2001-09-12 2003-03-20 Canon Inc Information processor, information processing method, control program, and recording medium storing control program
JP2004326601A (en) * 2003-04-25 2004-11-18 Canon Inc Print controller, user interface, print control method, computer program, and computer readable recording medium
JP2005024806A (en) * 2003-06-30 2005-01-27 Ricoh Co Ltd Image forming apparatus, its exchange parts, process cartridge and toner cartridge
JP2006164030A (en) * 2004-12-09 2006-06-22 Canon Inc Firmware update method of multi-function device
JP2006227990A (en) * 2005-02-18 2006-08-31 Canon Inc Method for updating print software and method for acquiring newest module
JP2007034817A (en) * 2005-07-28 2007-02-08 Canon Inc Version management and print processing system
JP2007293514A (en) * 2006-04-24 2007-11-08 Canon Inc Version management and automatic update function
JP2009080550A (en) * 2007-09-25 2009-04-16 Kyocera Mita Corp Information processing system, and method of changing setting of firmware
JP2009129014A (en) * 2007-11-20 2009-06-11 Canon Inc Service providing device and its control method and computer program
JP2009134474A (en) * 2007-11-29 2009-06-18 Brother Ind Ltd Firmware reprogramming method, firmware reprogramming program, and firmware management device
JP2010117975A (en) * 2008-11-14 2010-05-27 Kyocera Mita Corp Image forming system, terminal device, server, image forming device, and image forming method

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011131963A (en) * 2009-12-22 2011-07-07 Mitsubishi Electric Corp Elevator control device
JP2016206816A (en) * 2015-04-20 2016-12-08 コニカミノルタ株式会社 Printer driver update program and printer driver update method
JP2017027277A (en) * 2015-07-21 2017-02-02 キヤノン株式会社 Information processing device, method, and program
CN106371776A (en) * 2015-07-23 2017-02-01 柯尼卡美能达株式会社 Printer driver and information processing device
US9965231B2 (en) 2015-07-23 2018-05-08 Konica Minolta, Inc. Printer driver and information processing device
CN106371776B (en) * 2015-07-23 2020-01-24 柯尼卡美能达株式会社 Printer driver and information processing apparatus
JP2020049744A (en) * 2018-09-26 2020-04-02 キヤノン株式会社 Image processing device, information processing method and program
JP7129296B2 (en) 2018-09-26 2022-09-01 キヤノン株式会社 Image processing device, image processing device control method

Also Published As

Publication number Publication date
JP5605076B2 (en) 2014-10-15

Similar Documents

Publication Publication Date Title
US8804172B2 (en) Non-transitory computer readable recording medium stored with printer driver updating program and printer driver updating method
JP4553364B2 (en) Printing system
JP4780156B2 (en) Information processing apparatus, information processing method, information processing program, and computer-readable recording medium recording the information processing program
JP2004326603A (en) Print control system and device, function providing device, method for displaying print function, computer program, and computer readable recording medium
JP2010039512A (en) Software updating device and software updating program
JP6225822B2 (en) Output system, terminal device, program, and output method
JP5605076B2 (en) Printer driver update program and printer driver update method
JP2006134245A (en) Automatic installation system and program of printer driver
JP4981936B2 (en) Installation method of installer and printer driver
JP2015232755A (en) Information processing apparatus, printer, method of processing driver of information processing apparatus, method of processing driver of printer, and program
JP3774684B2 (en) Information processing apparatus, printer setting method of information processing apparatus, program, and recording medium
JP2010129043A (en) Method and program implemented by print setting device for setting print setting item
JP2013182367A (en) Print queue preparation program and print queue preparation method
JP5424134B2 (en) Information processing apparatus, printer driver, print setting method, and data structure
JP4639917B2 (en) Image forming apparatus and image forming system
JP2007065894A (en) Method for installing printer driver
JP2015060276A (en) Program, information processing device, and information processing system
JP2017117235A (en) Management program, management system, and information processing device
JP5766065B2 (en) Management system, server device, management method, and computer program
JP6214369B2 (en) Information processing apparatus, program, and control method
JP5471421B2 (en) PRINT CONTROL DEVICE, PRINT SYSTEM, AND PROGRAM
JP6885014B2 (en) Information processing equipment, programs and information processing systems
JP6016855B2 (en) Installer program, driver program, and image forming apparatus
JP2006243413A (en) Image forming apparatus, panel control program, and recording medium
JP2012168807A (en) Print instruction program, print instruction method, print instruction device, and print instruction system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130205

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20130415

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131217

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131218

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140214

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20140729

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140811

R150 Certificate of patent or registration of utility model

Ref document number: 5605076

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees