JP6465403B2 - 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
JP6465403B2
JP6465403B2 JP2015085630A JP2015085630A JP6465403B2 JP 6465403 B2 JP6465403 B2 JP 6465403B2 JP 2015085630 A JP2015085630 A JP 2015085630A JP 2015085630 A JP2015085630 A JP 2015085630A JP 6465403 B2 JP6465403 B2 JP 6465403B2
Authority
JP
Japan
Prior art keywords
printer driver
printer
update
updated
icon
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.)
Active
Application number
JP2015085630A
Other languages
Japanese (ja)
Other versions
JP2016206816A (en
Inventor
真 井川
真 井川
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 Inc
Original Assignee
Konica Minolta 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 Inc filed Critical Konica Minolta Inc
Priority to JP2015085630A priority Critical patent/JP6465403B2/en
Publication of JP2016206816A publication Critical patent/JP2016206816A/en
Application granted granted Critical
Publication of JP6465403B2 publication Critical patent/JP6465403B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、プリンタドライバ更新プログラム及びプリンタドライバ更新方法に関し、特に、ユーザの使用環境に応じてプリンタドライバの更新を行うプリンタドライバ更新プログラム及びプリンタドライバ更新方法に関する。   The present invention relates to a printer driver update program and a printer driver update method, and more particularly to a printer driver update program and a printer driver update method for updating a printer driver according to a user's usage environment.

クライアント装置とプリンタとがネットワークで接続されたシステムにおいて、クライアント装置からプリンタに印刷を指示する場合、そのプリンタに対応するプリンタドライバをクライアント装置にインストールして登録し、プリンタドライバを利用可能にするプリンタアイコン(プリントキューとも言う。)を利用して印刷指示を行う。   In a system in which a client device and a printer are connected via a network, when the client device instructs printing to the printer, a printer driver corresponding to the printer is installed and registered in the client device, and the printer driver can be used A print instruction is given using an icon (also called a print queue).

また、ネットワークに接続された所定のコンピュータ装置をサーバ装置とし、サーバ装置にプリンタドライバをインストールして登録し、プリンタドライバを利用可能にするプリンタアイコンをネットワーク上で共有することによっても、クライアント装置からプリンタに印刷指示を行うことができる。   A client device can also be configured by setting a predetermined computer device connected to the network as a server device, installing and registering a printer driver in the server device, and sharing a printer icon for enabling the printer driver on the network. A print instruction can be given to the printer.

また、ネットワーク上に複数機種のプリンタが接続されている場合、クライアント装置やサーバ装置は機種毎のプリンタドライバ(機種固有プリンタドライバと呼ぶ。)を管理しなければならず、管理が煩雑になることから、近年、複数機種のプリンタに対応した共通プリンタドライバ(ユニバーサルプリンタドライバ(UPD:Universal Printer Driver)と呼ぶ。)も実用化されている。   Also, when multiple types of printers are connected on the network, the client device and the server device must manage printer drivers for each model (referred to as model-specific printer drivers), which makes management complicated. In recent years, a common printer driver (referred to as Universal Printer Driver (UPD)) corresponding to a plurality of types of printers has been put into practical use.

このUPDは、新機種の追加や新機能の追加の度に新しいバージョンがリリースされる。UPDの更新作業は、主にIT管理者が実施しており、IT管理者は、更新後もUPDが正常に動作するかの確認を行っている。例えば、テスト印刷や実際に操作して正しく印刷されるかの確認を行う。そのため、複数の機種のプリンタを使用している環境では、新機種に対応するためにUPDをインストールすると、現在使用している機種に対応するプリンタドライバも更新することになるため、全機種のプリンタに対する確認が必要となり、確認工数が増加する。   A new version of this UPD is released every time a new model or a new function is added. The UPD update operation is mainly performed by the IT administrator, and the IT administrator confirms whether the UPD operates normally after the update. For example, a test print or an actual operation is performed to confirm whether printing is performed correctly. Therefore, in an environment where multiple types of printers are used, installing UPD to support the new model will also update the printer driver corresponding to the currently used model. Confirmation is required, and confirmation man-hours increase.

そこで、確認工数を減らすために、UPDを最新のバージョンに「更新」するだけでなく、最新のバージョンを追加して現在のバージョンと「共存」とすることを可能とし、「更新」するか「共存」するかをユーザが選択できるようにする方法が提案されている。例えば、下記特許文献1には、複数機種のプリンタを制御可能なプリンタドライバを更新するためのプリンタドライバ更新プログラムであって、前記プリンタドライバの所定の機能を実現するモジュールについて、当該モジュールの新バージョンのプログラムを前記プリンタドライバ内に既に存在する旧バージョンのプログラムに上書きする上書処理と、前記新バージョンのプログラムを前記旧バージョンのプログラムとは別に前記プリンタドライバに追加する追加処理のうちいずれか一方の処理を選択する手順(a)と、前記手順(a)において選択された処理を実行することにより、前記プリンタドライバを更新する手順(b)と、をコンピュータに実行させるプリンタドライバ更新プログラムが開示されている。   Therefore, in order to reduce the confirmation man-hours, it is possible not only to “update” the UPD to the latest version but also to add the latest version to “coexist” with the current version. A method has been proposed that allows the user to select whether to coexist. For example, the following Patent Document 1 discloses a printer driver update program for updating a printer driver capable of controlling a plurality of types of printers, and a new version of the module for realizing a predetermined function of the printer driver. One of the overwriting process for overwriting the old version program already existing in the printer driver and the additional process for adding the new version program to the printer driver separately from the old version program Disclosed is a printer driver update program that causes a computer to execute a procedure (a) for selecting the process (a) and a procedure (b) for updating the printer driver by executing the process selected in the procedure (a). Has been.

このような構成のプリンタドライバ更新プログラムでは、ユーザが「共存」を選択し、新機種のプリンタのみ最新のバージョンのUPDを使用することによって、現在使用している機種に対応する確認が不要になり、確認工数を削減することができる。   In the printer driver update program with such a configuration, the user selects “coexistence” and only the new model printer uses the latest version of UPD, so the confirmation corresponding to the currently used model becomes unnecessary. The confirmation man-hour can be reduced.

特開2012−043161号公報JP 2012-043161 A

ここで、UPDの更新は、新機種や新機能を追加するだけではなく、既存機種や既存機能の不具合を修正する目的で行われる場合がある。このような場合、現在使用している機種や機能について「更新」するか否かを選択するにあたって、リリースノートなどの技術情報を参照して判断する必要があるため、「更新」にするか「共存」にするかを容易に選択することができないという問題がある。また、UPDの更新の度に「共存」を選択すると、インストールされるドライバのファイルサイズが増加してしまうという問題もある。   Here, the UPD may be updated not only to add new models and new functions, but also to correct defects in existing models and existing functions. In such a case, it is necessary to refer to technical information such as release notes when selecting whether to “update” the currently used model or function. There is a problem that it is not possible to easily select “coexistence”. In addition, if “coexistence” is selected every time the UPD is updated, there is a problem that the file size of the installed driver increases.

本発明は上記問題点に鑑みてなされたものであり、その主たる目的は、UPDを簡便かつ適切に更新することができるプリンタドライバ更新プログラム及びプリンタドライバ更新方法を提供することにある。   The present invention has been made in view of the above problems, and a main object thereof is to provide a printer driver update program and a printer driver update method capable of easily and appropriately updating the UPD.

本発明の一側面は、複数機種のプリンタを制御可能なプリンタドライバがインストールされ、出力先のプリンタが指定されたプリンタアイコンに基づいて前記プリンタドライバが動作する装置で動作する、前記プリンタドライバをインストール済みの現在のバージョンよりも新しいバージョンに更新するプリンタドライバ更新プログラムであって、前記装置を、前記新しいバージョンのプリンタドライバの更新内容に関する更新情報を取得すると共に、各々のプリンタアイコンに対応付けて記録された、前記出力先のプリンタに関する設定情報及び使用履歴情報を取得する情報取得部、前記更新情報と前記設定情報及び前記使用履歴情報とを比較し、前記プリンタアイコン毎に、前記新しいバージョンのプリンタドライバへの更新が必要であるか否かを判定する判定部、前記プリンタアイコン毎の更新の要否を示す画面を表示部に表示する判定結果表示部、前記画面で指示された条件に従って、前記プリンタドライバを更新する更新処理部、として機能させることを特徴とする。   According to one aspect of the present invention, a printer driver that can control a plurality of types of printers is installed, and the printer driver that operates on a device that operates the printer driver based on a printer icon that designates an output destination printer is installed. A printer driver update program for updating to a newer version than the current version that has been completed, wherein the device acquires update information relating to the updated contents of the printer driver of the new version and records it in association with each printer icon An information acquisition unit for acquiring setting information and usage history information relating to the output destination printer, comparing the update information with the setting information and the usage history information, and for each printer icon, a new version of the printer Update to the driver is required A determination unit that determines whether or not each printer icon needs to be updated, a determination result display unit that displays a screen indicating whether update is necessary for each printer icon, and an update processing unit that updates the printer driver according to the conditions instructed on the screen It is characterized by functioning as.

本発明の一側面は、複数機種のプリンタを制御可能なプリンタドライバがインストールされ、出力先のプリンタが指定されたプリンタアイコンに基づいて前記プリンタドライバが動作する装置における、前記プリンタドライバをインストール済みの現在のバージョンよりも新しいバージョンに更新するプリンタドライバ更新方法であって、前記新しいバージョンのプリンタドライバの更新内容に関する更新情報を取得すると共に、各々のプリンタアイコンに対応付けて記録された、前記出力先のプリンタに関する設定情報及び使用履歴情報を取得する情報取得処理と、前記更新情報と前記設定情報及び前記使用履歴情報とを比較し、前記プリンタアイコン毎に、前記新しいバージョンのプリンタドライバへの更新が必要であるか否かを判定する判定処理と、前記プリンタアイコン毎の更新の要否を示す画面を表示部に表示する判定結果表示処理と、前記画面で指示された条件に従って、前記プリンタドライバを更新する更新処理と、を実行することを特徴とする。   According to one aspect of the present invention, a printer driver capable of controlling a plurality of types of printers is installed, and the printer driver is installed in an apparatus that operates the printer driver based on a printer icon in which an output destination printer is designated. A printer driver update method for updating to a newer version than the current version, wherein the output destination acquires update information regarding the update contents of the printer driver of the new version and is recorded in association with each printer icon The information acquisition process for acquiring the setting information and usage history information about the printer is compared with the update information and the setting information and the usage history information, and the update to the new version of the printer driver is performed for each printer icon. Determine whether it is necessary A determination process, a determination result display process for displaying on the display unit a screen indicating whether or not each printer icon needs to be updated, and an update process for updating the printer driver according to the conditions instructed on the screen are executed. It is characterized by that.

本発明のプリンタドライバ更新プログラム及びプリンタドライバ更新方法によれば、UPDを簡便かつ適切に更新することができる。   According to the printer driver update program and the printer driver update method of the present invention, UPD can be updated easily and appropriately.

その理由は、複数機種のプリンタを制御可能なプリンタドライバ(UPD)を更新するためのプリンタドライバ更新プログラムは、インストールしようとする新しいバージョンのUPDの更新情報を取得すると共に、各々のプリンタアイコンに対応付けて記録された設定情報及び使用履歴情報を取得し、更新情報と設定情報及び使用履歴情報とを比較し、プリンタアイコン毎に新しいバージョンへの更新が必要であるかを判定し、その判定結果を表示する制御を行うからである。   The reason is that a printer driver update program for updating a printer driver (UPD) capable of controlling a plurality of types of printers acquires update information of a new version of UPD to be installed and supports each printer icon. The setting information and usage history information recorded together are acquired, the update information is compared with the setting information and usage history information, and it is determined whether an update to a new version is necessary for each printer icon, and the determination result This is because the display is controlled.

本発明の一実施例に係る印刷システムの構成を模式的に示す図である。1 is a diagram schematically illustrating a configuration of a printing system according to an embodiment of the present invention. 本発明の一実施例に係るクライアント装置の構成を示すブロック図である。It is a block diagram which shows the structure of the client apparatus which concerns on one Example of this invention. 本発明の一実施例に係るプリンタの構成を示すブロック図である。1 is a block diagram illustrating a configuration of a printer according to an embodiment of the present invention. プリンタアイコンの一例である。It is an example of a printer icon. 本発明の一実施例に係るクライアント装置に表示される印刷設定画面の一例を示す図である。It is a figure which shows an example of the print setting screen displayed on the client apparatus which concerns on one Example of this invention. 本発明の一実施例に係るUPDの更新情報を示すテーブルである。4 is a table showing UPD update information according to an embodiment of the present invention. 本発明の一実施例に係るプリンタアイコンの使用状況情報の一例を示すテーブルである。6 is a table showing an example of printer icon usage status information according to an embodiment of the present invention. 本発明の一実施例に係るプリンタドライバ更新プログラムの処理を示すフローチャート図である。It is a flowchart figure which shows the process of the printer driver update program which concerns on one Example of this invention. 本発明の一実施例に係るプリンタドライバ更新プログラムの処理(判定処理)を示すフローチャート図である。It is a flowchart figure which shows the process (determination process) of the printer driver update program based on one Example of this invention. 本発明の一実施例に係るクライアント装置に表示される判定結果表示画面の一例を示す図である。It is a figure which shows an example of the determination result display screen displayed on the client apparatus which concerns on one Example of this invention. 本発明の一実施例に係るクライアント装置に表示される判定結果表示画面の他の例を示す図である。It is a figure which shows the other example of the determination result display screen displayed on the client apparatus which concerns on one Example of this invention. 本発明の一実施例に係るクライアント装置に表示される判定結果詳細表示画面の一例を示す図である。It is a figure which shows an example of the determination result detailed display screen displayed on the client apparatus which concerns on one Example of this invention. 本発明の一実施例に係るプリンタアイコンの使用状況情報の他の例を示すテーブルである。It is a table which shows the other example of the usage status information of the printer icon which concerns on one Example of this invention. 本発明の一実施例に係るクライアント装置に表示される印刷設定画面の他の例を示す図である。It is a figure which shows the other example of the print setting screen displayed on the client apparatus which concerns on one Example of this invention. 本発明の一実施例に係るプリンタドライバ更新プログラムの処理(全てのプリンタアイコンを更新する場合)を示すフローチャート図である。FIG. 10 is a flowchart illustrating processing of a printer driver update program (when all printer icons are updated) according to an embodiment of the present invention. 本発明の一実施例に係るプリンタドライバ更新プログラムの処理(一部のプリンタアイコンを更新する場合)を示すフローチャート図である。FIG. 9 is a flowchart illustrating processing of a printer driver update program (in the case of updating some printer icons) according to an embodiment of the present invention. 本発明の一実施例に係るプリンタドライバ更新プログラムの処理(全てのプリンタアイコンを更新しない場合)を示すフローチャート図である。FIG. 11 is a flowchart illustrating processing of a printer driver update program according to an embodiment of the present invention (when all printer icons are not updated).

背景技術で示したように、複数機種のプリンタに対応したUPDが実用化されている。UPDでは、新機種の追加や新機能の追加のために最新のバージョンがリリースされるため、動作確認に工数がかかるという問題があった。この問題に対して、UPDを最新のバージョンに「更新」するか、最新のバージョンを追加して現在のバージョンと「共存」させるかを選択可能にする方法が提案されている。   As shown in the background art, UPD corresponding to a plurality of types of printers has been put into practical use. In UPD, since the latest version is released to add a new model or a new function, there is a problem that it takes time to check the operation. To solve this problem, a method has been proposed in which it is possible to select whether to update the UPD to the latest version or add the latest version to “coexist” with the current version.

しかしながら、UPDの更新には、新機種の追加や新機能の追加のみならず、既存機種や既存機能の不具合対応も含まれるため、現在使用している機種について「更新」にするか「共存」にするかを容易に選択することができない。また、UPDが更新される度に「共存」を選択すると、UPDのファイルサイズが増加してしまう。   However, updating the UPD includes not only the addition of new models and new functions, but also the handling of defects in existing models and existing functions. It is not easy to choose what to do. If “coexistence” is selected every time the UPD is updated, the file size of the UPD increases.

そこで、本発明の一実施の形態では、UPD用のプリンタドライバ更新プログラム(インストーラ)は、各プリンタアイコンの使用状況に応じて、新しいバージョンのUPDへの更新が必要であるか否かを判定し、その判定結果を表示する。例えば、新しいバージョンのUPDが、ユーザが使用していない機種や機能の更新のみの場合は、更新不要である旨をユーザに知らせ、「更新」にするか「共存」にするかをユーザが適切に選択できるようにする。   Therefore, in one embodiment of the present invention, the printer driver update program (installer) for UPD determines whether or not an update to a new version of UPD is necessary according to the usage status of each printer icon. The determination result is displayed. For example, if the new version of UPD is only a model or function update that the user does not use, the user is notified that the update is not required, and the user appropriately determines whether to update or coexist. To be able to select.

具体的には、UPDは更新情報を保持しており、UPDをインストールし、出力先のプリンタを指定して登録(プリンタアイコンに)すると、出力先のプリンタに関する設定情報と使用履歴状況とを使用状況情報として保持する。そして、ユーザがプリンタドライバ更新プログラムを起動すると、プリンタドライバ更新プログラムは、新しいバージョンのUPDの更新情報と各プリンタアイコンの使用状況情報とを取得して比較し、プリンタアイコン毎に新しいバージョンのUPDへの更新が必要であるか否かを判定し、更新が必要と判定した場合は「更新推奨」をユーザに通知し、更新が不要と判定した場合は「更新不要」をユーザに通知する。また、現在のバージョンと新しいバージョンとを共存させる場合のトータルのUPDのファイルサイズと予め設定されたファイルサイズの上限値とを比較し、トータルのUPDのファイルサイズが上限値よりも大きくなる場合は、「更新推奨」をユーザに通知する。   Specifically, the UPD holds update information, and when the UPD is installed, the output destination printer is designated and registered (in the printer icon), the setting information and the usage history status regarding the output destination printer are used. Stored as status information. When the user activates the printer driver update program, the printer driver update program obtains and compares the update information of the new version of the UPD and the usage status information of each printer icon, and compares each printer icon with the new version of the UPD. If it is determined that updating is necessary, “update recommended” is notified to the user, and if it is determined that updating is not necessary, “update not required” is notified to the user. If the total UPD file size when the current version and the new version coexist is compared with the preset upper limit value of the file size, and the total UPD file size is larger than the upper limit value, , “Update recommendation” is notified to the user.

このように、新しいバージョンのUPDが、ユーザが使用していない機種や機能に対する更新の場合、更新不要と知らせるため、ユーザはそのプリンタアイコンを既存のバージョンで使用することができ、更新後の確認が不要になり、確認工数を削減することができる。また、現在のバージョンと新しいバージョンとを共存させる場合のトータルのUPDのファイルサイズが上限値よりも大きくなる場合は、更新を推奨するため、UPDのファイルサイズの増加によるコンピュータ装置への負担を軽減することができる。   In this way, when a new version of UPD is an update for a model or function that the user does not use, the user can use the printer icon in the existing version to notify the user that the update is not necessary. Can be eliminated and the number of confirmation steps can be reduced. In addition, if the total UPD file size when the current version and the new version coexist is larger than the upper limit, updating is recommended, so the burden on the computer device due to the increase in the UPD file size is reduced. can do.

上記した本発明の一実施の形態についてさらに詳細に説明すべく、本発明の一実施例に係るプリンタドライバ更新プログラム及びプリンタドライバ更新方法について、図1乃至図17を参照して説明する。図1は、本実施例の印刷システムの構成を模式的に示す図であり、図2は、クライアント装置の構成を示すブロック図、図3は、プリンタの構成を示すブロック図である。また、図4は、プリンタアイコンの一例であり、図5、10−12、14は、本実施例のクライアント装置に表示される画面の一例を示す図である。また、図6は、UPDの更新情報を示すテーブル、図7、13は、プリンタアイコンの使用状況情報を示すテーブルの一例を示す図であり、図8、9、15−17は、本実施例のプリンタドライバ更新プログラムの処理を示すフローチャート図である。   In order to describe the above-described embodiment of the present invention in more detail, a printer driver update program and a printer driver update method according to an embodiment of the present invention will be described with reference to FIGS. FIG. 1 is a diagram schematically illustrating a configuration of a printing system according to the present exemplary embodiment, FIG. 2 is a block diagram illustrating a configuration of a client device, and FIG. 3 is a block diagram illustrating a configuration of a printer. 4 is an example of a printer icon, and FIGS. 5, 10-12, and 14 are diagrams illustrating an example of a screen displayed on the client device of the present embodiment. 6 is a table showing UPD update information, FIGS. 7 and 13 are diagrams showing examples of printer icon usage status information, and FIGS. 8, 9, and 15-17 are examples of this table. FIG. 10 is a flowchart showing processing of the printer driver update program of FIG.

図1に示すように、本実施例の印刷システムは、印刷データを送信して印刷を指示するクライアント装置10やサーバ装置20と、印刷データを受信して印刷を実行するプリンタ30(図1ではプリンタA及びプリンタB)とで構成される。これらは、イーサネット(登録商標)、トークンリング、FDDI(Fiber-Distributed Data Interface)等の規格により定められるLAN(Local Area Network)等の通信ネットワークやUSB(Universal Serial Bus)によって接続されている。ユニバーサルプリンタドライバ(以下、UPDと記載する。)は、プリンタA、プリンタBのどちらでも使用できる。また、UPDは、各クライアント装置10にインストールして使用しても良いし、サーバ装置20にインストールし、各クライアント装置10で利用できるように共有に設定しても良い。以下、各装置について詳述する。   As shown in FIG. 1, the printing system of this embodiment includes a client device 10 and a server device 20 that send print data and instruct printing, and a printer 30 that receives the print data and executes printing (in FIG. 1). Printer A and printer B). These are connected by a communication network such as a LAN (Local Area Network) defined by standards such as Ethernet (registered trademark), token ring, and FDDI (Fiber-Distributed Data Interface), and USB (Universal Serial Bus). A universal printer driver (hereinafter referred to as UPD) can be used for either printer A or printer B. The UPD may be installed and used in each client device 10 or may be installed in the server device 20 and set to be shared so that each client device 10 can use the UPD. Hereinafter, each device will be described in detail.

[クライアント装置]
図2(a)に示すように、クライアント装置10は、制御部11と、記憶部12と、通信I/F部13と、表示部14と、操作部15などで構成される。
[Client device]
As shown in FIG. 2A, the client device 10 includes a control unit 11, a storage unit 12, a communication I / F unit 13, a display unit 14, an operation unit 15, and the like.

制御部11は、CPU(Central Processing Unit)と、ROM(Read Only Memory)やRAM(Random Access Memory)などのメモリとで構成される。図2(b)に示すように、CPUは、クライアント装置10の動作を制御するためのプログラム、OS(Operating System)16、アプリケーション17、プリンタ30を制御するためのプリンタドライバ(UPD18)、プリンタドライバ更新プログラム19をROM又は記憶部12から読み出し、RAMに展開して実行する。   The control unit 11 includes a CPU (Central Processing Unit) and a memory such as a ROM (Read Only Memory) and a RAM (Random Access Memory). As shown in FIG. 2B, the CPU includes a program for controlling the operation of the client apparatus 10, an OS (Operating System) 16, an application 17, a printer driver (UPD 18) for controlling the printer 30, and a printer driver. The update program 19 is read from the ROM or the storage unit 12, loaded into the RAM, and executed.

上記UPD18は、複数機種のプリンタ30に対して印刷指示が可能であり、各々の機種のプリンタ30に対応するプリンタドライバ(チャイルドドライバなどと呼ぶ。)と複数のプリンタドライバを管理する管理部などで構成される。UPD18をインストールし、ネットワーク上にあるプリンタ30を指定して登録するとプリンタアイコン(所定のプリンタに対応するUPD18を利用可能にする指示情報)が生成される。このプリンタアイコンにより、所望のプリンタ30に対応するUPD18が動作し、そのUPD18は、アプリケーション17を用いて作成された原稿のデータを、プリンタ30が解釈可能な言語(PCL(Printer Control Language)やPS(Post Script)などのPDL(Page Description Language))に変換して印刷データを作成し、当該印刷データをプリンタ30に送信して印刷を指示する。   The UPD 18 can issue a print instruction to a plurality of types of printers 30, and includes a printer driver (referred to as a child driver) corresponding to each type of printer 30 and a management unit that manages the plurality of printer drivers. Composed. When the UPD 18 is installed and the printer 30 on the network is designated and registered, a printer icon (instruction information for making the UPD 18 corresponding to a predetermined printer available) is generated. The UPD 18 corresponding to the desired printer 30 is operated by the printer icon, and the UPD 18 uses a language (PCL (Printer Control Language) or PSL) in which the printer 30 can interpret document data created using the application 17. Print data is created by converting it into PDL (Page Description Language) such as (Post Script), and the print data is transmitted to the printer 30 to instruct printing.

このUPD18は、バージョンの更新内容に関する更新情報を保持する。例えば、新バージョンのUPD18は、以前のバージョン(若しくは直前のバージョン)のUPD18からの更新内容に関する更新情報を保持(例えば、UPD18をインストールするためのファイル群の中の所定のファイルに保持)する。また、UPD18は、各々のプリンタアイコンの設定情報(出力先のプリンタ30の機種、そのプリンタ30に設けられた機能など)を記録(例えば、プログラムが参照可能なファイルに記録)することができ、更に、各々のプリンタアイコンを使用して印刷指示を行うと、プリンタ30のどの機能を使用したか、どのような種類のファイルを使用したかなどの使用履歴情報を記録(例えば、プログラムが参照可能なファイルに記録)することができる。上記設定情報と使用履歴情報とを合わせて使用状況情報と呼ぶ。   The UPD 18 holds update information related to version update contents. For example, the new version UPD 18 holds update information related to update contents from the previous version (or the previous version) UPD 18 (for example, held in a predetermined file in a file group for installing the UPD 18). Further, the UPD 18 can record (for example, record in a file that can be referred to by the program) the setting information of each printer icon (the model of the output destination printer 30, the function provided in the printer 30, etc.). Further, when a print instruction is issued using each printer icon, usage history information such as which function of the printer 30 is used and what kind of file is used is recorded (for example, a program can be referred to). Can be recorded in a simple file). The setting information and usage history information are collectively referred to as usage status information.

プリンタドライバ更新プログラム19は、UPD18を更新する(新しいバージョンのUPD18をインストールする)ためのプログラム(インストーラ)である。プリンタドライバ更新プログラム19は、新しいバージョンのUPD18をインストールするためのファイル群を内蔵し、そのファイル群を用いてUPD18をインストールする構成としてもよいし、予め定めた所定の記憶部(例えば、インターネット上のサーバなど)から、新しいバージョンのUPD18をインストールするためのファイル群を取得し、そのファイル群を用いてUPD18をインストールする構成としてもよい。このプリンタドライバ更新プログラム19は、図2(c)に示すように、情報取得部19a、判定部19b、判定結果表示部19c、更新処理部19dなどとして機能する。   The printer driver update program 19 is a program (installer) for updating the UPD 18 (installing a new version of the UPD 18). The printer driver update program 19 may include a file group for installing a new version of the UPD 18 and install the UPD 18 using the file group, or a predetermined storage unit (for example, on the Internet). It is also possible to obtain a file group for installing a new version of the UPD 18 from the server and install the UPD 18 using the file group. As shown in FIG. 2C, the printer driver update program 19 functions as an information acquisition unit 19a, a determination unit 19b, a determination result display unit 19c, an update processing unit 19d, and the like.

情報取得部19aは、インストールしようとする新しいバージョン(以下、新バージョンと記載する。)のUPD18をインストールするためのファイル群の中の所定のファイルから更新情報を取得する。また、情報取得部19aは、インストール済みの現在のバージョン(以下、旧バージョンと記載する。)のUPD18が参照するファイルなどから、プリンタアイコン毎に記録された使用状況情報を取得する。また、情報取得部19aは、UPD18のファイルサイズ情報(インストール済みの旧バージョンのUPD18のファイルサイズとインストールしようとしている新バージョンのUPD18のファイルサイズの予測値とを合計したファイルサイズ合計値)を取得すると共に、予めユーザが設定したファイルサイズの上限値を取得する。   The information acquisition unit 19a acquires update information from a predetermined file in a file group for installing a UPD 18 of a new version to be installed (hereinafter referred to as a new version). In addition, the information acquisition unit 19a acquires usage status information recorded for each printer icon from a file or the like that is referenced by the UPD 18 of the current installed version (hereinafter referred to as an old version). Further, the information acquisition unit 19a acquires the file size information of the UPD 18 (the total file size value obtained by adding the file size of the installed previous version UPD 18 and the predicted file size of the new version UPD 18 to be installed). In addition, an upper limit value of the file size set in advance by the user is acquired.

判定部19bは、情報取得部19aが取得した更新情報と各プリンタアイコンの使用状況情報とを比較し、プリンタアイコン毎に、新バージョンのUPD18への更新が必要か否かを判定し、プリンタアイコン毎の更新要否に基づいて、旧バージョンのUPD18と新バージョンのUPD18とを共存させるか、新バージョンのUPD18に更新(旧バージョンのUPD18は削除)するか、新バージョンのUPD18に更新しないかのいずれに該当するかを判定する。そして、旧バージョンのUPD18と新バージョンのUPD18とを共存させる場合は、旧バージョンのUPD18と新バージョンのUPD18のファイルサイズ合計値と予め設定された上限値とを比較し、ファイルサイズ合計値が上限値よりも大きくなる場合は、新バージョンのUPD18への更新を推奨する。   The determination unit 19b compares the update information acquired by the information acquisition unit 19a with the usage status information of each printer icon, determines whether it is necessary to update the new version UPD 18 for each printer icon, and determines whether the printer icon Whether the old version UPD 18 and the new version UPD 18 coexist, updated to the new version UPD 18 (the old version UPD 18 is deleted), or not updated to the new version UPD 18 based on the necessity for each update It is determined which is applicable. When the old version UPD 18 and the new version UPD 18 coexist, the file size total value of the old version UPD 18 and the new version UPD 18 is compared with a preset upper limit value, and the file size total value is the upper limit. If it becomes larger than the value, it is recommended to update to the new version of UPD18.

判定結果表示部19cは、判定部19bが行った判定結果を表示部14に表示する。例えば、後述する判定結果表示画面に、プリンタアイコン毎の更新の要否を表示したり、後述する判定結果詳細表示画面に、全てのプリンタアイコンの更新要否の一覧を表示したりする。また、判定結果表示部19cは、上記判定結果表示画面に、旧バージョンと新バージョンとの共存の要否を指定可能に表示し、判定部19bの判定結果をデフォルトで指定する。   The determination result display unit 19c displays the determination result made by the determination unit 19b on the display unit 14. For example, the necessity of updating for each printer icon is displayed on a determination result display screen described later, or a list of necessity of updating all printer icons is displayed on a determination result detail display screen described later. Further, the determination result display unit 19c displays on the determination result display screen such that the necessity of coexistence between the old version and the new version can be specified, and specifies the determination result of the determination unit 19b by default.

更新処理部19dは、判定結果表示画面や判定結果詳細表示画面におけるデフォルトで指定された条件やユーザが指定した条件で、UPD18の更新処理を実行する。また、更新処理部19dは、更新したUPD18に対応するプリンタアイコンの設定情報や表示形態を更新する。また、更新処理部19dは、不具合のある機種、機能を使用するプリンタアイコンに、当該機種、機能に対する制限情報や新しいバージョンのUPD18のバージョン情報を設定し、UPD18が後述する印刷設定画面を表示する際に、不具合のある機能を選択できないように表示したり、新バージョンのインストールが必要である旨のメッセージを表示したりできるようにする。   The update processing unit 19d executes the update process of the UPD 18 under the conditions specified by default on the determination result display screen and the determination result detail display screen or the conditions specified by the user. Further, the update processing unit 19d updates the setting information and display form of the printer icon corresponding to the updated UPD 18. Also, the update processing unit 19d sets restriction information for the model and function and version information of the new version UPD 18 on the printer icon that uses the defective model and function, and the UPD 18 displays a print setting screen described later. In such a case, it is possible to display a message indicating that a defective function cannot be selected, or to display a message indicating that a new version needs to be installed.

記憶部12は、HDD(Hard Disk Drive)やSSD(Solid State Drive)などで構成され、プログラムや印刷データなどを記憶する。本実施例では、特に、UPD18の更新情報、各々のプリンタアイコンの使用状況情報、UPD18のファイルサイズの上限値などが記憶されている。   The storage unit 12 includes an HDD (Hard Disk Drive), an SSD (Solid State Drive), and the like, and stores programs, print data, and the like. In this embodiment, in particular, update information of the UPD 18, usage status information of each printer icon, an upper limit value of the file size of the UPD 18, and the like are stored.

通信I/F部13は、NIC(Network Interface Card)やモデムなどで構成され、通信ネットワークを介して、プリンタ30やサーバ装置20に印刷データを送信する。   The communication I / F unit 13 includes a NIC (Network Interface Card), a modem, and the like, and transmits print data to the printer 30 and the server device 20 via the communication network.

表示部14は、液晶表示装置(LCD:Liquid Crystal Display)や有機EL(electroluminescence)表示装置等からなり、印刷条件を設定するためのUPD18の印刷設定画面、判定部19bの判定結果を表示する画面(判定結果表示画面や判定結果詳細表示画面など)を表示する。   The display unit 14 includes a liquid crystal display (LCD), an organic EL (electroluminescence) display device, and the like, and displays a print setting screen of the UPD 18 for setting printing conditions and a determination result of the determination unit 19b. (Judgment result display screen, judgment result detail display screen, etc.) are displayed.

操作部15は、マウスやキーボード等からなり、アプリケーション17による原稿の作成やUPD18による印刷条件の設定、印刷指示、旧バージョンと新バージョンの共存の要否の選択などの操作を可能にする。   The operation unit 15 includes a mouse, a keyboard, and the like, and enables operations such as creation of a document by the application 17, setting of printing conditions by the UPD 18, printing instruction, and selection of necessity of coexistence of the old version and the new version.

なお、サーバ装置20の構成はクライアント装置10と同様であるが、サーバ装置20にUPD18をインストールする場合、プリンタアイコンを共有に設定し、クライアント装置10でプリンタアイコンを利用できるようにすればよい。また、本実施例では、UPD18に各々のプリンタアイコンの使用状況情報を記録する機能を持たせたが、常駐する任意のプログラムにプリンタアイコンの使用状況情報を記憶する機能を持たせるようにしてもよい。   The configuration of the server device 20 is the same as that of the client device 10. However, when the UPD 18 is installed in the server device 20, the printer icon may be set to be shared so that the client device 10 can use the printer icon. In this embodiment, the UPD 18 is provided with a function of recording the usage status information of each printer icon. However, any resident program may have a function of storing the usage status information of the printer icon. Good.

[プリンタ]
図3に示すように、プリンタ30は、制御部31と、記憶部32と、通信I/F部33と、表示・操作部34と、画像読取部35と、画像処理部36と、印刷処理部37と、後処理部38などで構成される。
[Printer]
As shown in FIG. 3, the printer 30 includes a control unit 31, a storage unit 32, a communication I / F unit 33, a display / operation unit 34, an image reading unit 35, an image processing unit 36, and a printing process. The unit 37 and the post-processing unit 38 are included.

制御部31は、CPUと、ROMやRAMなどのメモリとで構成される。CPUは、各種プログラムをROM又は記憶部32から読み出してRAMに展開し実行し、プリンタ30全体の動作を制御する。   The control unit 31 includes a CPU and a memory such as a ROM or a RAM. The CPU reads various programs from the ROM or the storage unit 32, expands and executes them in the RAM, and controls the operation of the entire printer 30.

記憶部32は、HDDやSSDなどで構成され、プログラムや印刷データ、画像処理部36で処理した画像データなどを記憶する。   The storage unit 32 is configured by an HDD, an SSD, or the like, and stores programs, print data, image data processed by the image processing unit 36, and the like.

通信I/F部33は、NICやモデムなどで構成され、通信ネットワークを介して、クライアント装置10やサーバ装置20から印刷データを受信する。   The communication I / F unit 33 is configured by a NIC, a modem, or the like, and receives print data from the client device 10 or the server device 20 via a communication network.

表示・操作部34は、液晶表示装置や有機EL表示装置等の表示部上に、透明電極が格子状に配置された感圧式の操作部(タッチパネル)を備え、プリンタ30を操作するための画面や印刷条件を設定する画面などを表示すると共に、各種設定や指示などを可能にする。   The display / operation unit 34 includes a pressure-sensitive operation unit (touch panel) in which transparent electrodes are arranged in a lattice pattern on a display unit such as a liquid crystal display device or an organic EL display device, and a screen for operating the printer 30. And a screen for setting printing conditions, and various settings and instructions are made possible.

画像読取部35は、原稿台上の原稿から画像データを光学的に読み取る部分であり、原稿を走査する光源と、原稿で反射された光を電気信号に変換するCCD(Charge Coupled Devices)等のイメージセンサと、電気信号をA/D変換するA/D変換器などにより構成される。   The image reading unit 35 is a part that optically reads image data from a document on a document table, such as a light source that scans the document and a CCD (Charge Coupled Devices) that converts light reflected by the document into an electrical signal. An image sensor and an A / D converter for A / D converting electrical signals are used.

画像処理部36は、印刷データを解析し、印刷データの各ページをラスタライズしてページ毎の画像データを生成、もしくは、画像読取部35からページ毎の画像データを取得し、必要に応じて画像処理(色調整、濃度調整、サイズ調整などの処理)やスクリーニングを行った後、印刷処理部37で印刷可能な画像データに変換する。   The image processing unit 36 analyzes the print data, rasterizes each page of the print data to generate image data for each page, or acquires image data for each page from the image reading unit 35, and if necessary, After processing (color adjustment, density adjustment, size adjustment, etc.) and screening, the print processing unit 37 converts the image data into printable image data.

印刷処理部37は、電子写真方式や静電記録方式等の作像プロセスを利用した画像形成に必要な構成要素で構成され、画像処理部36で作成した画像データに基づく印刷画像を、設定情報で指定された用紙に印刷する。   The print processing unit 37 includes constituent elements necessary for image formation using an image forming process such as an electrophotographic method or an electrostatic recording method. A print image based on the image data created by the image processing unit 36 is displayed as setting information. Print on the paper specified in.

後処理部38は、印刷処理部37から搬送される用紙に対して、制御部31からの指示に従って、ステープルやパンチ、折りなどの後処理を加えて出力する。   The post-processing unit 38 performs post-processing such as stapling, punching, and folding on the paper conveyed from the print processing unit 37 in accordance with an instruction from the control unit 31 and outputs the result.

なお、図3は本実施例のプリンタ30の一例であり、その構成は適宜変更可能である。例えば、本実施例では、プリンタ30に画像処理部36を設け、クライアント装置10やサーバ装置20から印刷データを取得する構成とするが、通信ネットワークにRIP(Raster Image Processor)部を備えるコントローラなどを設け、当該コントローラがクライアント装置10やサーバ装置20から送信される印刷データを受信し、印刷データをラスタライズして画像データを生成し、生成した画像データをプリンタ30に送信する構成としてもよい。   FIG. 3 shows an example of the printer 30 of this embodiment, and the configuration thereof can be changed as appropriate. For example, in this embodiment, the image processing unit 36 is provided in the printer 30 and the print data is acquired from the client device 10 or the server device 20. However, a controller or the like having a RIP (Raster Image Processor) unit in the communication network is used. The controller may receive the print data transmitted from the client device 10 or the server device 20, rasterize the print data to generate image data, and transmit the generated image data to the printer 30.

次に、上記構成の印刷システムを用いたUPD18の更新処理について説明する。なお、以下の説明において、UPD18はクライアント装置10にインストールし、プリンタドライバ更新プログラムをそのクライアント装置10で動作させるものとする。   Next, update processing of the UPD 18 using the printing system having the above configuration will be described. In the following description, it is assumed that the UPD 18 is installed in the client device 10 and the printer driver update program is operated on the client device 10.

図4は、UPD18をクライアント装置10にインストールし、プリンタ30を指定して登録した際に表示部14に表示されるプリンタアイコン18aの例である。このプリンタアイコン18aは、使用するプリンタ30ごとに登録するだけでなく、1つのプリンタ30に対して、接続方法や機能の設定を変更したものを複数登録することも可能である。例えば、図1のプリンタAに対して、TCP(Transmission Control Protocol)/IP(Internet Protocol)ポートで接続しているものを”プリンタA−1”、USBで接続しているものを”プリンタA−2”、TCP/IPポートで接続し、モノクロをデフォルトに変更しているものを”プリンタA−3”のように複数登録することができる。   FIG. 4 is an example of the printer icon 18a displayed on the display unit 14 when the UPD 18 is installed in the client device 10 and the printer 30 is designated and registered. The printer icon 18a can be registered not only for each printer 30 to be used, but also for a plurality of printer icons with changed connection methods and function settings. For example, with respect to the printer A in FIG. 1, a printer connected via a TCP (Transmission Control Protocol) / IP (Internet Protocol) port is “printer A-1”, and a printer connected via USB is “printer A-”. 2 ”, a printer that is connected with a TCP / IP port and changes the monochrome to the default can be registered as a“ printer A-3 ”.

プリンタアイコン18aを登録した後、ユーザがアプリケーション17の画面で印刷を指示すると、プリンタアイコン18aに対応してUPD18が起動し、UPD18は、表示部14に、プリンタアイコン18aで指定されたプリンタ30に対する印刷条件を設定するための印刷設定画面を表示させる。図5は、この印刷設定画面40の一例である。印刷設定画面40には、プリンタ30で設定可能な機能がタブで分類されて表示される。例えば、印刷に関する基本的な設定である「用紙サイズ」、「片面/両面」、「ページ割付」や、後処理に関する「ステープル」、「ページ単位設定」などの機能を設定するための複数の設定項目が表示され、ユーザは操作部15を操作して、印刷の目的に合わせて各設定項目を設定する。   When the user instructs printing on the screen of the application 17 after registering the printer icon 18a, the UPD 18 is activated in response to the printer icon 18a, and the UPD 18 displays on the display unit 14 the printer 30 designated by the printer icon 18a. A print setting screen for setting print conditions is displayed. FIG. 5 is an example of the print setting screen 40. On the print setting screen 40, functions that can be set by the printer 30 are classified and displayed by tabs. For example, multiple settings for setting functions such as “paper size”, “single-sided / double-sided”, “page allocation”, which are basic settings related to printing, and “staple”, “page unit setting” related to post-processing Items are displayed, and the user operates the operation unit 15 to set each setting item in accordance with the purpose of printing.

そして、ユーザが印刷設定画面40のOKボタンを選択して印刷を指示すると、UPD18は、アプリケーション17で作成した原稿データをプリンタ30が解釈可能な印刷データに変換すると共に、印刷条件を印刷データに記述して、プリンタ30に出力する。プリンタ30は、印刷データを受信すると、画像処理部36は、印刷データを解析し、印刷処理部37は、印刷データに記述された印刷条件に従って印刷を実行し、後処理部38は、印刷データに記述された後処理条件に従って後処理を実行する。   When the user selects the OK button on the print setting screen 40 to instruct printing, the UPD 18 converts the document data created by the application 17 into print data that can be interpreted by the printer 30, and changes the print conditions to the print data. Describe and output to the printer 30. When the printer 30 receives the print data, the image processing unit 36 analyzes the print data, the print processing unit 37 executes printing in accordance with the printing conditions described in the print data, and the post-processing unit 38 displays the print data. The post-processing is executed according to the post-processing conditions described in 1.

図6は、UPD18の更新情報の一例である。本実施例のUPD18は、バージョンアップの際、どのような更新があったかを示す更新情報を保持する。図6の例は、Ver.1.1での更新情報を示しており、バージョンや更新種類、対象機種、対象機能、対象ファイルなどが保持される。更新種類としては、「機種追加」、「機能追加」、「不具合対応」の3種類がある。   FIG. 6 is an example of update information of the UPD 18. The UPD 18 of the present embodiment holds update information indicating what kind of update has been made during version upgrade. The example of FIG. 6 shows update information in Ver.1.1, and holds version, update type, target model, target function, target file, and the like. There are three types of update: “model addition”, “function addition”, and “defect handling”.

「機種追加」は、新しい機種が利用可能になったことを示しており、ユーザが新しい機種を利用する場合は必ずUPD18の更新(新バージョンのUPD18のインストール)が必要となる。ユーザが新しい機種を利用しない場合はUPD18の更新は不要である。   “Add model” indicates that a new model is available. When the user uses a new model, it is necessary to update the UPD 18 (install a new version of the UPD 18). If the user does not use a new model, the UPD 18 need not be updated.

「機能追加」は、UPD18に登録されている既存の機種に対して、本体FW(firmware)の更新によって新しい機能に対応したことを示している。ユーザがその機能を使用する場合はUPD18の更新が必要となる。ユーザが新しい機能を利用しない場合はUPD18の更新は不要である。   “Addition of function” indicates that an existing model registered in the UPD 18 corresponds to a new function by updating the main body FW (firmware). When the user uses the function, the UPD 18 needs to be updated. If the user does not use a new function, the UPD 18 need not be updated.

「不具合対応」は、現バージョンのUPD18で発生している不具合に対する修正が行われたことを示しており、不具合を修正した機種、機能、対象ファイル種類の情報が保持される。ユーザがその機種、機能、ファイル種類を使用している場合はUPD18の更新が必要となる。ユーザがその機種、機能、ファイル種類を使用していない場合はUPD18の更新は不要である。   “Failure handling” indicates that a bug that has occurred in the current version of UPD 18 has been corrected, and information on the model, function, and target file type in which the bug has been corrected is held. When the user uses the model, function, and file type, the UPD 18 needs to be updated. If the user does not use the model, function, and file type, the UPD 18 need not be updated.

図7は、プリンタアイコンの使用状況情報の一例である。本実施例のUPD18は、各プリンタアイコンの設定情報と使用履歴情報とからなる使用状況情報を記録する。ここでは、プリンタアイコンに対応するUPD18のバージョン(ここでは、Ver.1.0)機種、当該機種で設定可能な機能、各機能の使用履歴(使用あり、使用なし)、印刷されたファイル種類などが記録される。   FIG. 7 is an example of printer icon usage status information. The UPD 18 of this embodiment records usage status information including setting information and usage history information for each printer icon. Here, the version of UPD18 corresponding to the printer icon (here, Ver.1.0), the functions that can be set in the model, the usage history of each function (used or not used), the type of file printed, etc. are recorded. Is done.

次に、クライアント装置10(若しくはサーバ装置20)におけるプリンタドライバ更新プログラムの処理について説明する。CPUは、ROMに記憶したプリンタドライバ更新プログラムをRAMに展開して実行することにより、図8及び図9のフローチャート図に示す各ステップの処理を実行する。   Next, processing of the printer driver update program in the client device 10 (or server device 20) will be described. The CPU executes the process of each step shown in the flowcharts of FIGS. 8 and 9 by developing and executing the printer driver update program stored in the ROM on the RAM.

まず、プリンタドライバ更新プログラムは、UPD18に対応付けて登録されたプリンタアイコンがあるか否かを判断する(S101)。該当するプリンタアイコンがない場合は一連の更新処理を終了する。該当するプリンタアイコンがある場合は、プリンタドライバ更新プログラム(情報取得部19a)は、これからインストールしようとしている新バージョンのUPD18の更新情報を、当該UPD18をインストールするためのファイル群の中の所定のファイルなどから取得する(S102)。例えば、すでにインストール済みのUPD18をVer.1.0、これからインストールするUPD18をVer.1.1とする。Ver.1.1のUPD18の更新情報は、図6に示す通りである。   First, the printer driver update program determines whether there is a printer icon registered in association with the UPD 18 (S101). If there is no corresponding printer icon, the series of update processing ends. If there is a corresponding printer icon, the printer driver update program (information acquisition unit 19a) updates the update information of the new version of the UPD 18 to be installed from the predetermined file in the file group for installing the UPD 18 (S102). For example, the already installed UPD 18 is Ver. 1.0, and the UPD 18 to be installed is Ver.1.1. The update information of the UPD 18 of Ver.1.1 is as shown in FIG.

次に、プリンタドライバ更新プログラム(情報取得部19a)は、予めユーザが設定したファイルサイズの上限値を取得する(S103)。このファイルサイズの上限値とは、インストールされる全てのUPD18のファイルサイズの上限を指定したものである。   Next, the printer driver update program (information acquisition unit 19a) acquires the upper limit value of the file size set in advance by the user (S103). The upper limit value of the file size is one that specifies the upper limit of the file size of all the UPDs 18 that are installed.

次に、プリンタドライバ更新プログラム(情報取得部19a)は、該当するプリンタアイコンの使用状況情報を、旧バージョンのUPD18が参照するファイルなどから取得する(S104)。この使用状況情報は、図7に示す通りである。   Next, the printer driver update program (information acquisition unit 19a) acquires the usage status information of the corresponding printer icon from a file referred to by the old version UPD 18 (S104). This usage status information is as shown in FIG.

次に、プリンタドライバ更新プログラム(判定部19b)は、S102で取得した更新情報とS104で取得した使用状況情報とを比較し、プリンタアイコン毎に、新バージョンのUPD18への更新が必要であるか否かを判定する(S105)。この判定処理の詳細については後述する。   Next, the printer driver update program (determination unit 19b) compares the update information acquired in S102 with the usage status information acquired in S104, and whether an update to the new version UPD 18 is required for each printer icon. It is determined whether or not (S105). Details of this determination processing will be described later.

S104、S105の処理を、該当する全てのプリンタアイコンに対して行い(S106)、その後、プリンタドライバ更新プログラム(判定結果表示部19c)は、S105の判定処理の判定結果を表示部14に表示して(S107)、一連の更新処理を終了する。   The processes of S104 and S105 are performed on all corresponding printer icons (S106), and then the printer driver update program (determination result display unit 19c) displays the determination result of the determination process of S105 on the display unit 14. (S107), and a series of update processing ends.

図9は、S105の判定処理の詳細を示すフローチャート図である。例として、図6の更新情報及び図7の使用状況情報を使用して説明する。   FIG. 9 is a flowchart showing details of the determination process in S105. As an example, the update information in FIG. 6 and the usage status information in FIG. 7 will be used for explanation.

まず、判定部19bは、新バージョンのUPD18への更新が必要か否かを示す更新不要フラグを”No”に設定する(S201)。   First, the determination unit 19b sets an update unnecessary flag indicating whether or not an update to a new version of the UPD 18 is necessary to “No” (S201).

次に、判定部19bは、更新情報を順に選択し(S202)、更新情報の対象機種が使用状況情報の機種に該当するか否かを判定する(S203)。図7より、プリンタアイコンに対応する機種はPrinter Aである。図6のNo.1は、対象機種がPrinter Eであり該当しないため、S210にスキップし、S202に戻って次の更新情報が選択される。No.2は、対象機種がPrinter Cであり同じく該当しないため、S210にスキップし、S202に戻って次の更新情報が選択される。No.3は、対象機種がPrinter Aであり該当するため、S204の処理に進む。   Next, the determination unit 19b sequentially selects update information (S202), and determines whether the target model of the update information corresponds to the model of usage status information (S203). From FIG. 7, the model corresponding to the printer icon is Printer A. No. of FIG. For 1, since the target model is Printer E and is not applicable, the process skips to S210 and returns to S202 to select the next update information. No. No. 2, since the target model is Printer C and is not applicable, the process skips to S210 and returns to S202 to select the next update information. No. Since the target model is Printer A, which corresponds to 3, the process proceeds to S <b> 204.

次に、判定部19bは、更新情報から、更新種類が機種追加又は機能追加であるか、不具合対応であるかを判断する(S204)。図6のNo.3は不具合対応であるため、S205の処理に進む。   Next, the determination unit 19b determines from the update information whether the update type is model addition or function addition or failure handling (S204). No. of FIG. Since 3 corresponds to a defect, the process proceeds to S205.

次に、判定部19bは、更新情報の対象機能が使用状況情報の機能に該当するか否かを判定する(S205)。図6のNo.3は「ステープル」に関する不具合対応である。図7の使用状況情報では、ステープルの項目は「利用可」であり、該当機能があるため、S206の処理に進む。オプション構成などが異なることにより、該当機能がない場合はS207の処理に進む。   Next, the determination unit 19b determines whether or not the target function of the update information corresponds to the function of the usage status information (S205). No. of FIG. Reference numeral 3 is a countermeasure for a problem related to “staple”. In the usage status information of FIG. 7, the staple item is “available” and there is a corresponding function, so the process proceeds to S <b> 206. If there is no corresponding function due to differences in option configuration, etc., the process proceeds to S207.

次に、判定部19bは、使用状況情報の該当機能に対して使用履歴があるか否かを判定する(S206)。「ステープル」の項目は、図7では「使用あり」であるため、S208の処理に進み、更新必要フラグを”Yes”に設定し(S208)、次の更新情報の判断に進む(S210)。該当機能に使用履歴がない場合は、S207の処理に進む。   Next, the determination unit 19b determines whether there is a usage history for the corresponding function of the usage status information (S206). Since the item “staple” is “used” in FIG. 7, the process proceeds to S208, the update necessary flag is set to “Yes” (S208), and the process proceeds to the determination of the next update information (S210). If there is no usage history for the function, the process proceeds to S207.

S205又はS206でNoの場合は、判定部19bは、既にインストールされているUPD18(Ver.1.0のUPD18)と、これからインストールするUPD18(Ver.1.1のUPD18)のファイルサイズ合計値が、ユーザが設定したファイルサイズの上限値以下であるかを判定する(S207)。ファイルサイズ合計値が上限値以下の場合は、次の更新情報の判断に進み(S210)、ファイルサイズ合計値が上限値を超える場合は、更新必要フラグを”Yes”に設定した後(S208)、次の更新情報の判断に進む(S210)。   In the case of No in S205 or S206, the determination unit 19b sets the file size total value of the already installed UPD18 (Ver.1.0 UPD18) and the UPD18 (Ver.1.1 UPD18) to be installed in the future by the user. It is determined whether the file size is equal to or smaller than the upper limit of the file size (S207). If the total file size value is less than or equal to the upper limit value, the process proceeds to determination of the next update information (S210). If the total file size value exceeds the upper limit value, the update necessity flag is set to “Yes” (S208). The process proceeds to determination of the next update information (S210).

S202に戻って、図6のNo.4の更新情報の処理を行う。No.4の対応機種はPrinter Bであり、図7の機種に該当しないため(S203のNo)、次の更新情報に進む(S210のNo)。再びS202に戻って、図6のNo.5の更新情報の処理を行う。No.5は全機種が対象であり、図7の機種に該当するが(S203のYes)、対象機能の「小冊子」は図7では利用不可のため(S204の不具合対応、S205のNo)、S207に進む。また、図6のNo.6は対象機種がPrinter Dであり、図7の機種に該当しないため(S203のNo)、S210に進み、全ての更新情報の処理が終了したら、プリンタドライバ更新プログラム(更新処理部19d)は、判定結果の表示画面においてデフォルトで指定された条件やユーザが指定した条件で、UPD18の更新処理を実行する(S108)。このUPD18の更新処理の詳細については後述する。   Returning to S202, No. 5 in FIG. 4 update information is processed. No. Since the corresponding model 4 is Printer B and does not correspond to the model shown in FIG. 7 (No in S203), the process proceeds to the next update information (No in S210). Returning to S202 again, No. 5 in FIG. 5 update information is processed. No. 5 corresponds to the model in FIG. 7 (Yes in S203), but the “booklet” of the target function cannot be used in FIG. 7 (corresponding to the problem in S204, No in S205). move on. In addition, in FIG. Since the target model 6 is Printer D and does not correspond to the model of FIG. 7 (No in S203), the process proceeds to S210, and when all the update information processing is completed, the printer driver update program (update processing unit 19d) The updating process of the UPD 18 is executed under the conditions specified by default on the determination result display screen or the conditions specified by the user (S108). Details of the updating process of the UPD 18 will be described later.

上記処理を、プリンタアイコンの機種がPrinter Cの場合を例にして説明する。図6の更新情報のNo.2とNo.5の対象機種が該当する(S203のYes)。No.2の更新情報は、機能追加であるため、S209の処理に進み、更新必要フラグを”Yes”に設定する。No.5は、更新種類が不具合対応であるため、対象機能の小冊子がPrinter Cにあるか(S205)、小冊子の機能がある場合はその機能の使用履歴があるか(S206)の判断結果に応じた処理を行う。   The above processing will be described by taking the case where the printer icon model is Printer C as an example. No. of update information in FIG. 2 and No. 5 target models are applicable (Yes in S203). No. Since the update information of 2 is a function addition, the process proceeds to S209, and the update necessary flag is set to “Yes”. No. No. 5 corresponds to the determination result of whether the booklet of the target function is in Printer C (S205) or if there is a function of the booklet (S206), because the update type corresponds to a defect. Process.

次に、図8のS107のプリンタドライバ更新プログラム(判定結果表示部19c)による判定結果の表示について説明する。該当する全てのプリンタアイコンの判定が終わると、最終的に以下の3つの判定結果となる。   Next, display of the determination result by the printer driver update program (determination result display unit 19c) in S107 of FIG. 8 will be described. When all the corresponding printer icons have been determined, the following three determination results are finally obtained.

(1)全てのプリンタアイコンの更新が必要な場合
この場合、新バージョンのUPD18をインストールし、旧バージョンのUPD18を削除する。なお、新バージョンのUPD18を上書きインストールしても良い。その後、全てのプリンタアイコンを新しいバージョンのUPD18に対応付けて更新する。具体的には、使用状況情報の中の設定情報を更新したり、必要に応じて、プリンタアイコンの表示形態を変更したりする。
(1) When all printer icons need to be updated In this case, the new version UPD 18 is installed, and the old version UPD 18 is deleted. A new version of UPD 18 may be overwritten and installed. Thereafter, all printer icons are updated in association with the new version of UPD 18. Specifically, the setting information in the usage status information is updated, or the display form of the printer icon is changed as necessary.

(2)更新が必要なプリンタアイコンと更新が不要なプリンタアイコンとが存在する場合
この場合、新バージョンのUPD18を追加インストールし、旧バージョンのUPD18は削除せずに残す。その結果、新バージョンのUPD18と旧バージョンのUPD18とが共存することになる。その後、更新が必要なプリンタアイコンのみ新しいバージョンのUPD18に対応付けて更新する。
(2) When there are printer icons that need to be updated and printer icons that do not need to be updated In this case, the new version UPD 18 is additionally installed, and the old version UPD 18 is left without being deleted. As a result, the new version UPD 18 and the old version UPD 18 coexist. Thereafter, only the printer icon that needs to be updated is associated with the new version UPD 18 and updated.

(3)全てのプリンタアイコンの更新が不要な場合
この場合、新バージョンのUPD18はインストールしない。全てのプリンタアイコンは旧バージョンのUPD18に対応付けた状態で使用される。
(3) When all printer icons need not be updated In this case, the new version UPD 18 is not installed. All printer icons are used in a state of being associated with the old version UPD 18.

図10は、判定結果が上記(2)となった場合の判定結果表示画面41の表示例である。なお、図ではプリンタアイコンをプリンタと表記している。判定結果表示部19cは、更新情報欄41aに、判定処理で「更新必要=No」となったプリンタアイコン名、「更新必要=Yes」となったプリンタアイコン名を表示する。更新方法選択欄41bはUPD18の更新方法の選択肢である。判定結果が(2)であるため、起動時に更新方法選択欄41bは「更新が必要なプリンタのみ更新する」がデフォルトで選択された状態となる。そして、ユーザがOKボタン41dをクリックすると、更新方法選択欄41bで指定された処理が開始され、キャンセルボタン41eをクリックすると、更新処理は中止される。   FIG. 10 is a display example of the determination result display screen 41 when the determination result is (2). In the figure, the printer icon is represented as a printer. The determination result display unit 19c displays, in the update information column 41a, the printer icon name that is “update required = No” and the printer icon name that is “update required = Yes” in the determination process. The update method selection field 41b is an option for the update method of the UPD 18. Since the determination result is (2), the update method selection field 41b is in a state where “update only the printer that needs to be updated” is selected by default at the time of activation. When the user clicks the OK button 41d, the process specified in the update method selection field 41b is started, and when the user clicks the cancel button 41e, the update process is stopped.

図11は、判定結果が上記(3)となった場合の判定結果表示画面41の表示例である。判定結果表示部19cは、更新情報欄41aに、判定処理で全てのプリンタアイコンで「更新必要=No」となったことを表示する。判定結果が(3)であるため、起動時に更新方法選択欄41bは「インストールしない」がデフォルトで選択された状態となる。なお、判定結果が(3)の場合、更新が必要なプリンタアイコンは存在しないため、更新方法選択欄41bの「更新が必要なプリンタのみ更新する」はグレーアウトし、選択不可とすることが好ましい。   FIG. 11 is a display example of the determination result display screen 41 when the determination result is the above (3). The determination result display unit 19c displays in the update information column 41a that “update required = No” for all printer icons in the determination process. Since the determination result is (3), “not install” is selected by default in the update method selection column 41b at startup. When the determination result is (3), since there is no printer icon that needs to be updated, “update only the printer that needs to be updated” in the update method selection column 41b is preferably grayed out and cannot be selected.

また、判定結果が上記(1)の場合は、起動時に更新方法選択欄41bは「全てのプリンタを更新する」がデフォルトで選択された状態となる。   When the determination result is (1) above, the update method selection field 41b at startup is in a state where “update all printers” is selected by default.

図10又は図11の判定結果表示画面41で詳細情報表示指示部41cをクリックすると、判定結果表示部19cは、表示部14に判定結果詳細表示画面を表示する。図12は、判定結果詳細表示画面42の表示例であり、全てのプリンタアイコンの判定結果を一覧表示する。   When the detailed information display instruction unit 41 c is clicked on the determination result display screen 41 of FIG. 10 or FIG. 11, the determination result display unit 19 c displays the determination result detail display screen on the display unit 14. FIG. 12 is a display example of the determination result detail display screen 42, which displays a list of determination results for all printer icons.

名前欄42bは、プリンタアイコン名である。推奨欄42cは、判定結果を表示する欄である。図12の例では、「更新必要=Yes」の場合は「更新推奨」と表示し、「更新必要=No」の場合は「不要」と表示しているが、この表現は別の言葉や記号でも良い。情報欄42dは、推奨欄42cの判定理由を表示する。更新欄42aは、ユーザが更新するか否かを選択する項目である。判定結果表示の起動時には、推奨欄42cが「更新推奨」のプリンタアイコンの欄にデフォルトでチェックが付いており、チェックを付けたプリンタアイコンが更新される。   The name column 42b is a printer icon name. The recommendation column 42c is a column for displaying the determination result. In the example of FIG. 12, “update recommended” is displayed when “update required = Yes”, and “unnecessary” is displayed when “update required = No”. But it ’s okay. The information column 42d displays the determination reason of the recommendation column 42c. The update column 42a is an item for selecting whether or not the user updates. At the start of the determination result display, the recommended column 42c is checked by default in the “update recommended” printer icon column, and the checked printer icon is updated.

サイズ欄42eは、既にインストールされているUPD18と、これからインストールするUPD18のファイルサイズ合計値と上限値とが表示される。上限値は、デフォルトで表示されるが、ユーザが入力することもできる。インストール後のファイルサイズ合計値が上限値よりも大きくなる場合は、図9のS208の処理により、推奨欄42cで「不要」と表示されていたプリンタアイコンが「更新推奨」に変更される。そして、OKボタン42fをクリックすると、更新欄42aでチェックされたプリンタアイコンが更新され、キャンセルボタン42gをクリックすると、更新処理は中止される。   The size column 42e displays the already installed UPD 18 and the total file size value and upper limit value of the UPD 18 to be installed. The upper limit is displayed by default, but can also be entered by the user. When the total file size value after the installation becomes larger than the upper limit value, the printer icon displayed as “unnecessary” in the recommendation column 42c is changed to “recommended update” by the processing of S208 in FIG. When the OK button 42f is clicked, the printer icon checked in the update field 42a is updated, and when the cancel button 42g is clicked, the update process is stopped.

以上により、更新が必要と判断されたプリンタアイコンやユーザが指定したプリンタアイコンだけが更新されるため、更新したプリンタアイコンだけに対して確認作業を行えば良く、UPD18を簡便かつ適切に更新することができる。   As described above, since only the printer icon determined to be updated or the printer icon designated by the user is updated, only the updated printer icon needs to be checked, and the UPD 18 can be updated easily and appropriately. Can do.

図13は、図7とは異なるプリンタアイコンの使用状況情報の一例である。図6の更新情報と比較して判定すると、図13の機種はPrinter Dであるため、図6のNo.5、No.6が該当するが、No.5の対象機能である「小冊子」はPrinter Dでは利用することができず、No.6の対象機能の「パンチ」は使用履歴がないため、いずれも「更新必要=No」となり、更新は「不要」となる。この時、図12の判定結果詳細表示画面42でユーザが更新欄42aにチェックしなければ、旧バージョンのUPD18が使用される。   FIG. 13 is an example of printer icon usage status information different from FIG. If the determination is made by comparing with the update information in FIG. 6, the model in FIG. 5, no. No. 6, but no. “Booklet”, the target function of No. 5, cannot be used with Printer D. Since there is no usage history for “Punch” of the target function 6, all are “update required = No”, and the update is “unnecessary”. At this time, if the user does not check the update column 42a on the determination result detail display screen 42 in FIG. 12, the old version UPD 18 is used.

しかしながら、この場合はNo.6の不具合は残っており、ユーザが対象機能のパンチを使用した場合、問題が発生する可能性がある。この問題の発生を防ぐために、印刷設定画面40で、該当する機能を使用不可とする(パンチの設定欄をグレーアウトする)ことが望ましい。また、ユーザが該当する機能を使用したい場合は、印刷設定画面40で、新しいバージョンに更新するように通知する(バージョンの更新により使用可能になる旨のメッセージを表示する)ことが好ましい。   However, in this case, no. The problem of 6 remains, and if the user uses the punch of the target function, a problem may occur. In order to prevent the occurrence of this problem, it is desirable to disable the corresponding function (gray out the punch setting field) on the print setting screen 40. If the user wants to use the corresponding function, it is preferable to notify the print setting screen 40 to update to a new version (display a message indicating that the function can be used by updating the version).

図14はNo.6の更新があっても、ユーザがUPD18を更新しなかった場合の印刷設定画面40の一例である。プリンタアイコンに設定された機種/機能の制限情報に従って「パンチ」機能がグレーアウトして使用不可になっており、パンチを使用しようとしてクリックした場合は、プリンタアイコンに設定されたバージョン情報に従って、所定のバージョンに更新するように通知する。このような処理を行うことにより、使用履歴がないために更新を行わなかった機能に対して問題が発生することを防ぐことができる。   FIG. 6 is an example of a print setting screen 40 when the user has not updated the UPD 18 even if there is an update of 6. The “Punch” function is grayed out and disabled according to the model / function restriction information set in the printer icon. If you click to use the punch, the specified information will be displayed according to the version information set in the printer icon. Notify you to update to a version. By performing such processing, it is possible to prevent a problem from occurring for a function that has not been updated because there is no usage history.

次に、図8のS108の更新処理について説明する。CPUは、ROMに記憶したプリンタドライバ更新プログラムをRAMに展開して実行することにより、図15乃至図17のフローチャート図に示す各ステップの処理を実行する。なお、判定結果をもとに、ユーザは以下の(a)、(b)、(c)のいずれかを指示し、プリンタドライバ更新プログラム(更新処理部19d)は指示に従って処理を行う。   Next, the update process in S108 of FIG. 8 will be described. The CPU executes the process of each step shown in the flowcharts of FIGS. 15 to 17 by expanding the printer driver update program stored in the ROM into the RAM and executing it. Note that the user instructs one of the following (a), (b), and (c) based on the determination result, and the printer driver update program (update processing unit 19d) performs processing according to the instruction.

(a)全てのプリンタアイコンを更新する
(b)一部のプリンタアイコンのみを更新する(更新しないプリンタアイコンがある)
(c)全てのプリンタアイコンを更新しない。
(A) Update all printer icons (b) Update only some printer icons (some printer icons are not updated)
(C) Do not update all printer icons.

図15は、上記(a)の場合の、全てのプリンタアイコンを更新するときの処理を示すフローチャート図である。   FIG. 15 is a flowchart showing processing when all the printer icons are updated in the case of (a).

まず、更新処理部19dは、新しいバージョンのUPD18をインストールする(S301)。次に、更新処理部19dは、プリンタアイコンを更新し(S302)、この更新処理を全てのプリンタアイコンに対して実施する(S303)。全プリンタアイコンの更新が終わったら(S303のYes)、旧バージョンのUPD18をアンインストールする(S304)。   First, the update processing unit 19d installs a new version of UPD 18 (S301). Next, the update processing unit 19d updates the printer icon (S302), and performs this update process for all the printer icons (S303). When all the printer icons have been updated (Yes in S303), the old version UPD 18 is uninstalled (S304).

図16は、上記(b)の場合の、一部のプリンタアイコンを更新する(更新しないプリンタアイコンがある)ときの処理を示すフローチャート図である。   FIG. 16 is a flowchart showing processing when part of the printer icons is updated (there are printer icons that are not updated) in the case of (b) above.

まず、更新処理部19dは、新しいバージョンのUPD18をインストールする(S401)。次に、更新処理部19dは、ユーザがプリンタアイコンの更新を指示したか否かをチェックし(S402)、「更新」を指示した場合、プリンタアイコンの更新を実施する(S403)。一方、「更新しない」(旧バージョンを使用する)を指示した場合、更新処理部19dは、新バージョンのUPD18に不具合対応の更新があるか判定し(S404)、不具合対応がある場合は、プリンタアイコンに、不具合のある機種、機能に対する制限情報を設定する(S405)。このとき、新バージョンのUPD18のバージョン情報も設定する。UPD18は、プリンタアイコンに設定された制限情報に従って、印刷設定画面におけるそれらの機種、機能を使用不可にする。また、プリンタアイコンに設定されたバージョン情報に従って、ユーザに新しいバージョンに更新するように通知することができる。そして、上記S402〜S405の処理を全てのプリンタアイコンに対して実施する(S406)。   First, the update processing unit 19d installs a new version of UPD 18 (S401). Next, the update processing unit 19d checks whether or not the user has instructed to update the printer icon (S402). If “update” is instructed, the update processing unit 19d updates the printer icon (S403). On the other hand, when “not update” (uses the old version) is instructed, the update processing unit 19d determines whether there is a defect-compatible update in the new version UPD 18 (S404). Restriction information for defective models and functions is set in the icon (S405). At this time, version information of the new version UPD 18 is also set. The UPD 18 disables those models and functions on the print setting screen according to the restriction information set in the printer icon. Further, it is possible to notify the user to update to a new version according to the version information set in the printer icon. Then, the processes of S402 to S405 are performed for all printer icons (S406).

図17は、上記(c)の場合の、全てのプリンタアイコンを更新しないときの処理を示すフローチャート図である。上記(c)の場合、新しいバージョンのUPD18はインストールしない。   FIG. 17 is a flowchart showing processing when not updating all printer icons in the case of (c). In the case of (c) above, the new version UPD 18 is not installed.

まず、更新処理部19dは、新しいバージョンのUPD18に不具合対応の更新があるか判定し(S501)、不具合対応がある場合は、プリンタアイコンに、不具合のある機種、機能に対する制限情報を設定する(S502)。このとき、新バージョンのUPD18のバージョン情報も設定する。そして、上記S501、S502の処理を全てのプリンタアイコンに対して実施する(S503)。   First, the update processing unit 19d determines whether a new version of the UPD 18 has an update corresponding to a defect (S501). If there is a defect, the update processing unit 19d sets restriction information for the defective model and function in the printer icon ( S502). At this time, version information of the new version UPD 18 is also set. Then, the processes of S501 and S502 are performed on all printer icons (S503).

以上説明したように、プリンタドライバ更新プログラムは、新バージョンのUPD18の更新情報と各プリンタアイコンの使用状況情報とを取得して比較し、プリンタアイコン毎に、新バージョンのUPD18への更新が必要であるか否かを判定し、その判定結果を表示するため、ユーザが使用していない機種や機能に対する不要な更新を抑制して、確認工数を削減することができる。また、旧バージョンと新バージョンとを共存させる場合のトータルのUPDのファイルサイズが予め設定されたサイズよりも大きくなる場合は、更新を推奨するため、UPDのファイルサイズの増加によるコンピュータ装置への負担を軽減することができる。   As described above, the printer driver update program obtains and compares the update information of the new version UPD 18 and the usage status information of each printer icon, and needs to be updated to the new version UPD 18 for each printer icon. Since it is determined whether or not there is, and the determination result is displayed, unnecessary updates to the models and functions not used by the user can be suppressed, and the number of confirmation steps can be reduced. In addition, if the total file size of the UPD when the old version and the new version coexist is larger than a preset size, the update is recommended, so the burden on the computer apparatus due to the increase in the file size of the UPD is recommended. Can be reduced.

なお、本発明は上記実施例に限定されるものではなく、本発明の趣旨を逸脱しない限りにおいて、その構成や制御は適宜変更可能である。   In addition, this invention is not limited to the said Example, The structure and control can be changed suitably, unless it deviates from the meaning of this invention.

例えば、本実施例では、UPD18をクライアント装置10にインストールし、プリンタドライバ更新プログラム19をそのクライアント装置10で動作させる場合について記載したが、UPD18をサーバ装置20にインストールし、プリンタドライバ更新プログラム19をそのサーバ装置20で動作させる場合に対しても、同様に適用することができる。   For example, in the present embodiment, the case where the UPD 18 is installed in the client device 10 and the printer driver update program 19 is operated on the client device 10 has been described. However, the UPD 18 is installed in the server device 20 and the printer driver update program 19 is installed. The same applies to the case where the server device 20 is operated.

また、上記実施例では、判定結果表示画面41に、プリンタアイコン毎の更新要否を記載した更新情報欄41aと、UPD18の更新方法を選択可能にする更新方法選択欄41bとを表示させたが、更新情報欄41aと更新方法選択欄41bとは別々の画面に表示させてもよい。   In the above-described embodiment, the determination result display screen 41 displays the update information column 41a that describes whether or not each printer icon needs to be updated, and the update method selection column 41b that allows the UPD 18 update method to be selected. The update information column 41a and the update method selection column 41b may be displayed on separate screens.

本発明は、プリンタドライバがインストールされた装置で動作するプリンタドライバ更新プログラム及びプリンタドライバ更新プログラムを記録した記録媒体並びに上記装置におけるプリンタドライバ更新方法に利用可能である。   The present invention can be used for a printer driver update program that operates in an apparatus in which a printer driver is installed, a recording medium that records the printer driver update program, and a printer driver update method in the apparatus.

10 クライアント装置
11 制御部
12 記憶部
13 通信I/F部
14 表示部
15 操作部
16 OS
17 アプリケーション
18 ユニバーサルプリンタドライバ(UPD)
18a プリンタアイコン
19 プリンタドライバ更新プログラム
19a 情報取得部
19b 判定部
19c 判定結果表示部
19d 更新処理部
20 サーバ装置
30 プリンタ
31 制御部
32 記憶部
33 通信I/F部
34 表示・操作部
35 画像読取部
36 画像処理部
37 印刷処理部
38 後処理部
40 印刷設定画面
41 判定結果表示画面
41a 更新情報欄
41b 更新方法選択欄
41c 詳細情報表示指示部
41d OKボタン
41e キャンセルボタン
42 判定結果詳細表示画面
42a 更新欄
42b 名前欄
42c 推奨欄
42d 情報欄
42e サイズ欄
42f OKボタン
42g キャンセルボタン
DESCRIPTION OF SYMBOLS 10 Client apparatus 11 Control part 12 Storage part 13 Communication I / F part 14 Display part 15 Operation part 16 OS
17 Application 18 Universal Printer Driver (UPD)
18a printer icon 19 printer driver update program 19a information acquisition unit 19b determination unit 19c determination result display unit 19d update processing unit 20 server device 30 printer 31 control unit 32 storage unit 33 communication I / F unit 34 display / operation unit 35 image reading unit 36 Image processing unit 37 Print processing unit 38 Post processing unit 40 Print setting screen 41 Judgment result display screen 41a Update information column 41b Update method selection column 41c Detailed information display instruction unit 41d OK button 41e Cancel button 42 Judgment result detail display screen 42a Update Field 42b Name field 42c Recommended field 42d Information field 42e Size field 42f OK button 42g Cancel button

Claims (22)

複数機種のプリンタを制御可能なプリンタドライバがインストールされ、出力先のプリンタが指定されたプリンタアイコンに基づいて前記プリンタドライバが動作する装置で動作する、前記プリンタドライバをインストール済みの現在のバージョンよりも新しいバージョンに更新するプリンタドライバ更新プログラムであって、
前記装置を、
前記新しいバージョンのプリンタドライバの更新内容に関する更新情報を取得すると共に、各々のプリンタアイコンに対応付けて記録された、前記出力先のプリンタに関する設定情報及び使用履歴情報を取得する情報取得部、
前記更新情報と前記設定情報及び前記使用履歴情報とを比較し、前記プリンタアイコン毎に、前記新しいバージョンのプリンタドライバへの更新が必要であるか否かを判定する判定部、
前記プリンタアイコン毎の更新の要否を示す画面を表示部に表示する判定結果表示部、
前記画面で指示された条件に従って、前記プリンタドライバを更新する更新処理部、として機能させる、
ことを特徴とするプリンタドライバ更新プログラム。
A printer driver capable of controlling a plurality of types of printers is installed, and an output destination printer operates on a device that operates the printer driver based on a designated printer icon. A printer driver update program that updates to a new version,
Said device,
An information acquisition unit that acquires update information related to the update contents of the new version of the printer driver, and acquires setting information and usage history information related to the output destination printer recorded in association with each printer icon;
A determination unit that compares the update information with the setting information and the usage history information, and determines whether or not an update to the new version of the printer driver is required for each printer icon;
A determination result display unit for displaying on the display unit a screen indicating whether or not each printer icon needs to be updated;
According to the conditions instructed on the screen, function as an update processing unit that updates the printer driver.
A printer driver update program characterized by that.
前記判定部は、前記更新情報の更新対象の機種及び/又は機能が、所定のプリンタアイコンに対応付けて記録された前記使用履歴情報の使用実績がある機種及び/又は機能に該当する場合は、当該所定のプリンタアイコンは更新が必要と判定する、
ことを特徴とする請求項1に記載のプリンタドライバ更新プログラム。
The determination unit, when the model and / or function to be updated of the update information corresponds to a model and / or function having a use record of the use history information recorded in association with a predetermined printer icon, It is determined that the predetermined printer icon needs to be updated.
The printer driver update program according to claim 1, wherein:
前記判定結果表示部は、前記プリンタアイコン毎の更新の要否を選択可能に一覧表示する、
ことを特徴とする請求項1又は2に記載のプリンタドライバ更新プログラム。
The determination result display unit displays a list of whether or not to update for each printer icon is selectable.
3. The printer driver update program according to claim 1, wherein the printer driver is updated.
前記判定結果表示部は、前記画面に、前記新しいバージョンのプリンタドライバと前記現在のバージョンのプリンタドライバとを共存させるか否かを選択可能に表示する、
ことを特徴とする請求項1乃至3のいずれか一に記載のプリンタドライバ更新プログラム。
The determination result display unit displays, on the screen, whether or not the new version of the printer driver and the current version of the printer driver can coexist.
The printer driver update program according to any one of claims 1 to 3.
前記判定部は、前記プリンタアイコン毎の更新の要否に基づいて、前記新しいバージョンのプリンタドライバと前記現在のバージョンのプリンタドライバとを共存させるか否かを判定し、
前記判定結果表示部は、前記判定部の判定結果に基づいて前記画面の初期値を設定する、
ことを特徴とする請求項4に記載のプリンタドライバ更新プログラム。
The determination unit determines whether or not the new version of the printer driver and the current version of the printer driver are to coexist based on the necessity of updating for each printer icon,
The determination result display unit sets an initial value of the screen based on a determination result of the determination unit.
The printer driver update program according to claim 4, wherein:
前記判定部は、更新が必要なプリンタアイコンと更新が不要なプリンタアイコンとが混在する場合は、前記新しいバージョンのプリンタドライバと前記現在のバージョンのプリンタドライバとを共存させると判定する、
ことを特徴とする請求項5に記載のプリンタドライバ更新プログラム。
The determination unit determines that the new version of the printer driver and the current version of the printer driver coexist when the printer icon that needs to be updated and the printer icon that does not need to be updated are mixed.
The printer driver update program according to claim 5, wherein:
前記判定結果表示部は、前記画面に、前記プリンタドライバを新しいバージョンに更新するか、前記新しいバージョンのプリンタドライバと前記現在のバージョンのプリンタドライバとを共存させるか、前記プリンタドライバを新しいバージョンに更新しないか、を選択可能に表示する、
ことを特徴とする請求項4乃至6のいずれか一に記載のプリンタドライバ更新プログラム。
The determination result display unit updates the printer driver to a new version on the screen, or causes the new version printer driver and the current version printer driver to coexist, or updates the printer driver to a new version. Or not to display selectable,
A printer driver update program according to any one of claims 4 to 6.
前記情報取得部は、前記新しいバージョンのプリンタドライバ及び前記現在のバージョンのプリンタドライバのファイルサイズ合計値と、予め設定されたファイルサイズの上限値と、を取得し、
前記判定部は、前記ファイルサイズ合計値が前記上限値を超える場合は、前記プリンタドライバを新しいバージョンに更新すると判定する、
ことを特徴とする請求項7に記載のプリンタドライバ更新プログラム。
The information acquisition unit acquires a file size total value of the new version printer driver and the current version printer driver, and a preset upper limit value of the file size,
The determination unit determines to update the printer driver to a new version when the total file size value exceeds the upper limit;
The printer driver update program according to claim 7.
前記更新処理部は、前記画面で、前記プリンタドライバの共存が選択された場合は、前記更新が必要なプリンタアイコンの前記設定情報を前記新しいバージョンのプリンタドライバに対応付けて書き換える、
ことを特徴とする請求項4乃至8のいずれか一に記載のプリンタドライバ更新プログラム。
When the coexistence of the printer driver is selected on the screen, the update processing unit rewrites the setting information of the printer icon that needs to be updated in association with the new version of the printer driver.
9. The printer driver update program according to claim 4, wherein the printer driver update program is any one of claims 4 to 8.
前記更新処理部は、前記更新情報の更新対象の機能が前記設定情報にあるが、前記使用履歴情報で使用実績がないことにより更新されなかったプリンタアイコンに対して、前記機能に対する制限情報を設定し、
前記プリンタアイコンに基づいて動作する前記プリンタドライバに、印刷設定画面で前記機能が設定できないようにさせる、
ことを特徴とする請求項1乃至9のいずれか一に記載のプリンタドライバ更新プログラム。
The update processing unit sets restriction information for the function for a printer icon that is not updated due to no use record in the use history information, although the function to be updated of the update information is in the setting information. And
Causing the printer driver that operates based on the printer icon not to set the function on a print setting screen;
10. The printer driver update program according to claim 1, wherein the printer driver update program is any one of claims 1 to 9.
前記更新処理部は、前記プリンタアイコンに対して、前記新しいバージョンのプリンタドライバのバージョン情報を設定し、
前記プリンタアイコンに基づいて動作する前記プリンタドライバに、前記印刷設定画面で前記機能に対する設定操作が行われた時に前記プリンタドライバの更新を促すメッセージを表示させる、
ことを特徴とする請求項10に記載のプリンタドライバ更新プログラム。
The update processing unit sets version information of the new version of the printer driver for the printer icon,
Causing the printer driver that operates based on the printer icon to display a message that prompts the printer driver to be updated when a setting operation for the function is performed on the print setting screen;
The printer driver update program according to claim 10.
複数機種のプリンタを制御可能なプリンタドライバがインストールされ、出力先のプリンタが指定されたプリンタアイコンに基づいて前記プリンタドライバが動作する装置における、前記プリンタドライバをインストール済みの現在のバージョンよりも新しいバージョンに更新するプリンタドライバ更新方法であって、
前記新しいバージョンのプリンタドライバの更新内容に関する更新情報を取得すると共に、各々のプリンタアイコンに対応付けて記録された、前記出力先のプリンタに関する設定情報及び使用履歴情報を取得する情報取得処理と、
前記更新情報と前記設定情報及び前記使用履歴情報とを比較し、前記プリンタアイコン毎に、前記新しいバージョンのプリンタドライバへの更新が必要であるか否かを判定する判定処理と、
前記プリンタアイコン毎の更新の要否を示す画面を表示部に表示する判定結果表示処理と、
前記画面で指示された条件に従って、前記プリンタドライバを更新する更新処理と、を実行する、
ことを特徴とするプリンタドライバ更新方法。
A version that is newer than the current version in which the printer driver is installed in a device in which a printer driver capable of controlling a plurality of types of printers is installed and the printer driver operates based on a printer icon in which an output destination printer is specified A printer driver update method for updating to
Information acquisition processing for acquiring update information related to the update contents of the new version of the printer driver and acquiring setting information and usage history information related to the output destination printer recorded in association with each printer icon;
A determination process that compares the update information with the setting information and the usage history information, and determines whether or not an update to the new version of the printer driver is required for each printer icon;
A determination result display process for displaying on the display unit a screen indicating whether or not each printer icon needs to be updated;
An update process for updating the printer driver according to the conditions instructed on the screen;
A printer driver update method.
前記判定処理では、前記更新情報の更新対象の機種及び/又は機能が、所定のプリンタアイコンに対応付けて記録された前記使用履歴情報の使用実績がある機種及び/又は機能に該当する場合は、当該所定のプリンタアイコンは更新が必要と判定する、
ことを特徴とする請求項12に記載のプリンタドライバ更新方法。
In the determination process, when the model and / or function to be updated in the update information corresponds to a model and / or function having a use record of the use history information recorded in association with a predetermined printer icon, It is determined that the predetermined printer icon needs to be updated.
The printer driver update method according to claim 12, wherein:
前記判定結果表示処理では、前記プリンタアイコン毎の更新の要否を選択可能に一覧表示する、
ことを特徴とする請求項12又は13に記載のプリンタドライバ更新方法。
In the determination result display process, a list of whether or not to update for each printer icon is selectable,
14. The printer driver update method according to claim 12, wherein the printer driver is updated.
前記判定結果表示処理では、前記画面に、前記新しいバージョンのプリンタドライバと前記現在のバージョンのプリンタドライバとを共存させるか否かを選択可能に表示する、
ことを特徴とする請求項12乃至14のいずれか一に記載のプリンタドライバ更新方法。
In the determination result display process, on the screen, whether or not the new version of the printer driver and the current version of the printer driver are allowed to coexist is displayed.
15. The printer driver updating method according to claim 12, wherein the printer driver is updated.
前記判定処理では、前記プリンタアイコン毎の更新の要否に基づいて、前記新しいバージョンのプリンタドライバと前記現在のバージョンのプリンタドライバとを共存させるか否かを判定し、
前記判定結果表示処理では、前記判定処理の判定結果に基づいて前記画面の初期値を設定する、
ことを特徴とする請求項15に記載のプリンタドライバ更新方法。
In the determination process, it is determined whether or not the new version of the printer driver and the current version of the printer driver are to coexist based on the necessity of updating for each printer icon.
In the determination result display process, an initial value of the screen is set based on the determination result of the determination process .
The printer driver update method according to claim 15, wherein:
前記判定処理では、更新が必要なプリンタアイコンと更新が不要なプリンタアイコンとが混在する場合は、前記新しいバージョンのプリンタドライバと前記現在のバージョンのプリンタドライバとを共存させると判定する、
ことを特徴とする請求項16に記載のプリンタドライバ更新方法。
In the determination process, when a printer icon that needs to be updated and a printer icon that does not need to be updated are mixed, it is determined that the new version of the printer driver and the current version of the printer driver coexist.
The printer driver update method according to claim 16.
前記判定結果表示処理では、前記画面に、前記プリンタドライバを新しいバージョンに更新するか、前記新しいバージョンのプリンタドライバと前記現在のバージョンのプリンタドライバとを共存させるか、前記プリンタドライバを新しいバージョンに更新しないか、を選択可能に表示する、
ことを特徴とする請求項15乃至17のいずれか一に記載のプリンタドライバ更新方法。
In the determination result display processing, the printer driver is updated to a new version on the screen, the printer driver of the new version and the current version of the printer driver coexist, or the printer driver is updated to a new version. Or not to display selectable,
The printer driver update method according to claim 15, wherein the printer driver is updated.
前記情報取得処理では、前記新しいバージョンのプリンタドライバ及び前記現在のバージョンのプリンタドライバのファイルサイズ合計値と、予め設定されたファイルサイズの上限値と、を取得し、
前記判定処理では、前記ファイルサイズ合計値が前記上限値を超える場合は、前記プリンタドライバを更新すると判定する、
ことを特徴とする請求項18に記載のプリンタドライバ更新方法。
In the information acquisition process, a file size total value of the new version printer driver and the current version printer driver, and a preset upper limit value of the file size are acquired,
In the determination process, when the total file size value exceeds the upper limit value, it is determined to update the printer driver.
The printer driver update method according to claim 18, wherein:
前記更新処理では、前記画面で、前記プリンタドライバの共存が選択された場合は、前記更新が必要なプリンタアイコンの前記設定情報を前記新しいバージョンのプリンタドライバに対応付けて書き換える、
ことを特徴とする請求項15乃至19のいずれか一に記載のプリンタドライバ更新方法。
In the update process, when the coexistence of the printer driver is selected on the screen, the setting information of the printer icon that needs to be updated is rewritten in association with the new version of the printer driver.
20. The printer driver update method according to claim 15, wherein the printer driver is updated.
前記更新処理では、前記更新情報の更新対象の機能が前記設定情報にあるが、前記使用履歴情報で使用実績がないことにより更新されなかったプリンタアイコンに対して、前記機能に対する制限情報を設定し、
前記プリンタアイコンに基づいて動作する前記プリンタドライバは、
印刷設定画面を表示する際に、前記制限情報に基づいて、前記機能が設定できないようにする、
ことを特徴とする請求項12乃至20のいずれか一に記載のプリンタドライバ更新方法。
In the update process, the function to be updated of the update information is set in the setting information, but restriction information for the function is set for a printer icon that has not been updated due to no use history in the use history information. ,
The printer driver that operates based on the printer icon is
When displaying the print setting screen, the function cannot be set based on the restriction information.
21. The printer driver update method according to claim 12, wherein the printer driver is updated.
前記更新処理では、前記プリンタアイコンに対して、前記新しいバージョンのプリンタドライバのバージョン情報を設定し、
前記プリンタアイコンに基づいて動作する前記プリンタドライバは、
前記印刷設定画面で前記機能に対する設定操作が行われた時に、前記バージョン情報に基づいて、前記プリンタドライバの更新を促すメッセージを表示する、
ことを特徴とする請求項21に記載のプリンタドライバ更新方法。
In the update process, version information of the new version of the printer driver is set for the printer icon,
The printer driver that operates based on the printer icon is
When a setting operation for the function is performed on the print setting screen, a message for prompting an update of the printer driver is displayed based on the version information.
The printer driver update method according to claim 21, wherein the printer driver is updated.
JP2015085630A 2015-04-20 2015-04-20 Printer driver update program and printer driver update method Active JP6465403B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015085630A JP6465403B2 (en) 2015-04-20 2015-04-20 Printer driver update program and printer driver update method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015085630A JP6465403B2 (en) 2015-04-20 2015-04-20 Printer driver update program and printer driver update method

Publications (2)

Publication Number Publication Date
JP2016206816A JP2016206816A (en) 2016-12-08
JP6465403B2 true JP6465403B2 (en) 2019-02-06

Family

ID=57487821

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015085630A Active JP6465403B2 (en) 2015-04-20 2015-04-20 Printer driver update program and printer driver update method

Country Status (1)

Country Link
JP (1) JP6465403B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10970063B2 (en) * 2017-04-12 2021-04-06 Sumitomo Electric Industries, Ltd. Relay apparatus, transfer method, and computer program
JP7067088B2 (en) * 2018-01-31 2022-05-16 ブラザー工業株式会社 Information processing equipment and programs
JP7139787B2 (en) * 2018-08-28 2022-09-21 コニカミノルタ株式会社 Information processing device, driver program update prevention method, and driver program update prevention program
CN110244969B (en) * 2019-07-09 2023-05-09 山西方是科技股份有限公司 Intelligent equipment management and control terminal

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4539677B2 (en) * 2007-04-23 2010-09-08 コニカミノルタビジネステクノロジーズ株式会社 Image forming apparatus, program update system, program update method, and program update program
JP5605076B2 (en) * 2010-08-18 2014-10-15 コニカミノルタ株式会社 Printer driver update program and printer driver update method
JP6225590B2 (en) * 2013-09-17 2017-11-08 株式会社リコー Program, information processing apparatus and information processing system

Also Published As

Publication number Publication date
JP2016206816A (en) 2016-12-08

Similar Documents

Publication Publication Date Title
US9075627B2 (en) Server connected to image forming apparatus and client, client, and method of remotely installing driver of image forming apparatus
US7506142B2 (en) Method for configuring device driver by customizing same user setting using in different image processing devices
US9355046B2 (en) Information processing apparatus, information processing method, and computer-readable medium
CN106488057B (en) Method for generating workflow of image forming job and image forming apparatus
JP4587132B2 (en) Control device setting method and program
JP6465403B2 (en) Printer driver update program and printer driver update method
US9207899B2 (en) Management apparatus, system, and method of controlling the same
JP2006164240A (en) Data processing apparatus, print setting processing method, storage medium storing computer-readable control program, and control program
US20130301069A1 (en) Information processing device, computer program product, and image forming apparatus
US10198149B2 (en) Information processing apparatus, and method of controlling information processing apparatus
JP5581793B2 (en) Information processing apparatus, program, and storage medium
JP4981936B2 (en) Installation method of installer and printer driver
JP2010176639A (en) Print control apparatus, print control method and program
JP5424134B2 (en) Information processing apparatus, printer driver, print setting method, and data structure
US9058132B2 (en) Information processing apparatus, control method, and computer-readable medium
JP2005267088A (en) Peripheral equipment driver, peripheral equipment controller and method for updating peripheral equipment driver
JP2005267541A (en) Peripheral equipment driver, peripheral equipment controller, and installation method for peripheral equipment control driver
JP4802613B2 (en) Installation system and installation program
JP2013239086A (en) Control device, printer driver program and setting method
US9013725B2 (en) Computer-readable storage medium storing driver management program, computer-readable storage medium storing uninstallation program and information processing device
US10310780B2 (en) System and control method for installing printer driver
JP6938877B2 (en) Image forming device and program
JP2008059484A (en) Information processing device, driver processing method, storage medium, and program
JP2012168807A (en) Print instruction program, print instruction method, print instruction device, and print instruction system
US20170060498A1 (en) Installation system, information processing apparatus, and installation method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180319

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20181012

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20181019

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20181129

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: 20181214

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20181227

R150 Certificate of patent or registration of utility model

Ref document number: 6465403

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150