JP2015060276A - Program, information processing device, and information processing system - Google Patents

Program, information processing device, and information processing system Download PDF

Info

Publication number
JP2015060276A
JP2015060276A JP2013191867A JP2013191867A JP2015060276A JP 2015060276 A JP2015060276 A JP 2015060276A JP 2013191867 A JP2013191867 A JP 2013191867A JP 2013191867 A JP2013191867 A JP 2013191867A JP 2015060276 A JP2015060276 A JP 2015060276A
Authority
JP
Japan
Prior art keywords
model
function
condition
dependent data
registered
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
JP2013191867A
Other languages
Japanese (ja)
Other versions
JP6225590B2 (en
Inventor
蓉子 大村
Yoko Omura
蓉子 大村
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2013191867A priority Critical patent/JP6225590B2/en
Publication of JP2015060276A publication Critical patent/JP2015060276A/en
Application granted granted Critical
Publication of JP6225590B2 publication Critical patent/JP6225590B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To maintain user-friendliness while suppressing the increase of search processing load and data capacity.SOLUTION: Machine-dependent data 141 and 151 for control of each of machine types of printers are registered with a machine-dependent data registration unit 140 and a handover machine-dependent data registration unit 150, and a use continuation condition 161 being the condition under which machine-dependent data to be left after update of a printer driver 120 which provides a function of controlling a printer by using the machine-dependent data 141 and 151 should be selected is registered with a use continuation condition registration unit 160. When the printer driver 120 is updated, a use state determination unit 123 determines data to be left and data to be deleted out of the machine-dependent data 141 and 151 on the basis of the use continuation condition 161, and a machine type information management unit 124 deletes machine-dependent data of which the deletion is determined.

Description

この発明は、プログラム、情報処理装置及び情報処理システムに関する。   The present invention relates to a program, an information processing apparatus, and an information processing system.

近年、PC(パーソナルコンピュータ)等の情報処理装置において、複数機種に対応している機種共通プリンタドライバが用いられるようになってきている。
機種共通プリンタドライバは、出力先のプリンタの機種に応じた印刷設定画面を表示してユーザから印刷に用いる設定を受け付ける。また、機種に応じたレンダリング処理を実行して、その機種のプリンタに印刷を実行させるためのデータを生成することができる。
In recent years, printer drivers that are compatible with a plurality of models have been used in information processing apparatuses such as PCs (personal computers).
The common printer driver displays a print setting screen corresponding to the printer model of the output destination and accepts settings used for printing from the user. Further, it is possible to execute rendering processing according to the model and generate data for causing the printer of the model to execute printing.

従ってユーザは、機種共通ドライバを一つインストールしておけば、複数の機種のプリンタを使用する場合でも、機種毎に個別にプリンタドライバをインストールする必要がない。そのため、スタンドアロン環境だけでなく、複数のプリンタを保有する大手企業のサーバクライアント環境でも機種共通プリンタドライバがよく使用されている。   Therefore, if one user installs a common model driver, the user does not need to install a printer driver for each model even when using a plurality of printer models. For this reason, common printer drivers are often used not only in a stand-alone environment, but also in a server client environment of a large company having a plurality of printers.

このような機種共通プリンタドライバは、通常、ベンダから新機種がリリースされたタイミングで新バージョンがリリースされる。新機種を使用したいユーザは、機種共通プリンタドライバを新バージョンにアップデートする。また、新バージョンに障害対応や新機能が盛り込まれている場合、新機種をユーザが使用しなくても、アップデートすることがある。   A new version of such a model-common printer driver is usually released when a new model is released from a vendor. A user who wants to use a new model updates the model common printer driver to the new version. In addition, when a new version includes failure handling and new functions, the new model may be updated even if the user does not use it.

一方で、機種共通プリンタドライバは、そのドライバが対応している機種の数だけ、その機種を制御する機能を提供するために用いる機種依存ファイルを持っている。従って、新機種がリリースされるたびにその新機種の分だけ機種依存ファイルが増えていく。
この機種依存ファイルは、機種共通プリンタドライバに同梱して配布し、PCに機種共通プリンタドライバをインストールすると、そのPCに記憶される。従って、新機種がリリースされると、PCに記憶させるべき機種依存ファイルも同じく増えていく。
On the other hand, the common printer driver has model-dependent files that are used to provide functions for controlling the model by the number of models that the driver supports. Therefore, each time a new model is released, the number of model-dependent files increases by the amount of the new model.
This model-dependent file is distributed in the form of a common printer driver, and is stored in the PC when the common printer driver is installed in the PC. Therefore, as new models are released, the number of model-dependent files that should be stored in the PC also increases.

このように機種依存ファイルが増えると、その中から必要な機種依存ファイルを検索する処理が重くなってしまう。また、機種依存ファイルの合計容量が大きくなるため、プリンタドライバのアップデートやポイントアンドプリントインストール等の処理も、バージョンがあがるにつれて時間がかかるようになってしまうという問題がある。さらに、プリンタドライバのパッケージサイズが増えることも、容量の少ないマシンを使用しているユーザには重大な問題であった。   If the number of model-dependent files increases in this way, the process of searching for the necessary model-dependent file from among them becomes heavy. In addition, since the total capacity of the model-dependent files increases, there is a problem that processing such as printer driver update and point-and-print installation takes time as the version increases. Further, the increase in the package size of the printer driver is a serious problem for users who use machines with a small capacity.

これらの問題を解決するためにベンダは、新しいバージョンをリリースするごとに古い機種の機種依存ファイルの同梱を打ち切る方向にシフトしてきている。しかしこうなると、ユーザは、同梱機種を減らした新バージョンの機種共通プリンタドライバにアップデートすることで、それまで使っていた機種が使用できなくなるケースが出てくる。   To solve these problems, vendors are shifting to discontinue the inclusion of model-dependent files for older models every time a new version is released. However, if this happens, the user may be unable to use the old model by updating to the new model common printer driver with fewer included models.

例えば、バージョン1.0のドライバが機種A、機種B及び機種Cの3機種に対応しているケースを考える。この場合、次のバージョン2.0では、対応機種が機種B、機種C及び機種Dとなることがある。すなわち、バージョン2.0では、新たに機種Dの機種依存ファイルを同梱する一方、古い機種Aの機種依存ファイルは被同梱となる、といったケースである。   For example, consider a case where a version 1.0 driver supports three models, model A, model B, and model C. In this case, in the next version 2.0, the corresponding models may be model B, model C, and model D. That is, in version 2.0, a model-dependent file for model D is newly included, while a model-dependent file for old model A is included.

このようなアップデートの場合、ユーザが非同梱となった機種Aを継続して使いたいとしても、機種依存ファイルがないため、機種共通プリンタドライバは、機種Aの機能に適したUIの表示やレンダリング処理を行うことができない。
しかし、このような問題があったとしても、新機種である機種Dを使用したいユーザは、機種共通プリンタドライバを新バージョンにアップデートせざるを得ない。またその他にも、前のバージョンで発見された不具合を解消したいなどの理由で、アップデートすることもある。
In such an update, even if the user wants to continue using Model A that is not included in the package, since there is no model dependent file, the model common printer driver displays a UI suitable for the function of Model A. The rendering process cannot be performed.
However, even if there is such a problem, a user who wants to use the new model D is forced to update the model common printer driver to the new version. In addition, there are times when it is updated for reasons such as wanting to solve a bug discovered in the previous version.

このような問題に対応するため、アップデートにより非同梱となってしまった機種でもある程度継続して使用できるようにする技術が提案されている。
例えば、機種依存データがない機種については、対応機種を特定しない所定の基本的な印刷設定画面及びレンダリング処理を提供することが考えられる。このようにすれば、一応は機種共通プリンタドライバを用いて任意の機種のプリンタを使用することができる。
In order to cope with such a problem, a technique has been proposed that allows a model that has not been included in an update to be used to some extent.
For example, for models that do not have model-dependent data, it is conceivable to provide a predetermined basic print setting screen and rendering process that do not specify a compatible model. In this way, it is possible to use a printer of any model using the common model printer driver.

しかしながら、対応機種を特定しない印刷設定画面では、概ね全ての機種が備えるようなごく基本的な印刷機能に関する設定しか受け付けることができない。従って、この画面では、機種に特有な機能(高解像度や特殊な用紙など)の設定を行うことができず、ユーザから見れば、今まで使っていた機能が使えないということになる。また、印刷設定画面の外見も、機種依存データがあった時と比べて異なったものになってしまう。
ポイントアンドプリント等の、自動的にドライバをアップデートする機能を使用する場合には、ユーザが知らないうちにこのような変化があることとなり、特に戸惑いが大きいと考えられる。
However, a print setting screen that does not specify a compatible model can accept only settings related to a very basic print function that almost all models have. Therefore, on this screen, functions specific to the model (such as high resolution and special paper) cannot be set, and the functions that have been used so far cannot be used from the user's perspective. Also, the appearance of the print setting screen is different from that when there is model-dependent data.
When using a function that automatically updates the driver, such as point-and-print, there is such a change without the user's knowledge, and it is considered that confusion is particularly great.

また、別の手法として、古いバージョンのドライバが持っていた機種依存データを残しておき、必要に応じて情報を取り出して古いバージョンと同じ印刷設定画面及びレンダリング処理を提供することも考えられる。特許文献1には、これに関連する技術として、新しいバージョンのプリンタドライバをインストールした後でも、古いバージョンのプリンタドライバを残しておき、印刷に用いるプリンタに応じて適当なバージョンのモジュールを呼び出して印刷処理を行わせることが記載されている。   As another method, it is also conceivable to leave the model-dependent data held by the old version of the driver, extract information as necessary, and provide the same print setting screen and rendering processing as the old version. In Patent Document 1, as a related technology, even after a new version of a printer driver is installed, an old version of the printer driver is left, and an appropriate version of the module is called according to the printer used for printing. It is described that processing is performed.

このようにすれば、バージョンアップ後でも、バージョンアップ前に使用可能であった機種については引き続き変わらず使用可能であることが保証される。従って、上記の基本的な印刷設定画面等を提供する手法のような問題は発生しない。しかしながら、古いバージョンのドライバが持っていたデータをいつまでも保持しておくことになるため、検索処理負荷やデータ容量の増加という問題は解決できない。
同様な問題は、プリンタの制御以外の機能を提供する場合であっても、複数の機能毎に該機能を実現するための情報を含む機能対応情報を用意しておき、その機能対応情報を参照して機能を提供する構成を採用する場合には、同様に発生するものである。
In this way, even after the version upgrade, it is guaranteed that the models that can be used before the version upgrade can still be used. Therefore, the problem like the method of providing the above basic print setting screen does not occur. However, since the data held by the old version of the driver is retained indefinitely, the problem of increase in search processing load and data capacity cannot be solved.
A similar problem is that even when a function other than printer control is provided, function correspondence information including information for realizing the function is prepared for each of the plurality of functions, and the function correspondence information is referred to. In the case of adopting a configuration that provides a function, the same occurs.

この発明は、このような事情に鑑みてなされたものであり、複数の機能毎に該機能を実現するための情報を含む機能対応情報を用意しておき、その機能対応情報を参照して機能を提供する構成を採用する場合において、更新後のプログラムに以前のバージョンに含まれていた機能対応情報の一部が含まれない場合であっても、検索処理負荷やデータ容量の増加を抑えつつ、ユーザの利便性を維持できるようにすることを目的とする。   The present invention has been made in view of such circumstances, and prepares function correspondence information including information for realizing the function for each of a plurality of functions, and functions by referring to the function correspondence information. Even if the updated program does not include some of the function support information included in the previous version, the increase in search processing load and data capacity is suppressed. An object of the present invention is to maintain user convenience.

以上の目的を達成するため、この発明は、コンピュータを、複数の機能毎に、該機能を実現するための情報を含む機能対応情報を登録する第1の登録手段と、上記機能対応情報を用いて上記機能を提供する所定のプログラムを更新した後でも残す機能対応情報を選択するための条件である継続条件を登録する条件登録手段と、上記所定のプログラムを更新する場合に、上記継続条件に基づいて、上記第1の登録手段が登録した機能対応情報のうち残すものと削除するものとを判別する判別手段と、上記判別手段が削除すると判別した機能対応情報を削除する削除手段として機能させるためのプログラムを提供する。   In order to achieve the above object, the present invention uses a first registration means for registering function correspondence information including information for realizing the function for each of a plurality of functions, and the function correspondence information. The condition registration means for registering the continuation condition, which is a condition for selecting function correspondence information to be retained even after updating the predetermined program that provides the function, and the continuation condition when the predetermined program is updated. Based on the function correspondence information registered by the first registration means, a discrimination means for discriminating what is left and deleted, and a deletion means for deleting the function correspondence information determined to be deleted by the discrimination means A program is provided.

上記構成によれば、複数の機能毎に該機能を実現するための情報を含む機能対応情報を用意しておき、その機能対応情報を参照して機能を提供する構成を採用する場合において、更新後のプログラムに以前のバージョンに含まれていた機能対応情報の一部が含まれない場合であっても、検索処理負荷やデータ容量の増加を抑えつつ、ユーザの利便性を維持できるようにすることができる。   According to the above configuration, when the function correspondence information including information for realizing the function is prepared for each of a plurality of functions and the function is provided by referring to the function correspondence information, the update is performed. Even if a later program does not include some of the function support information that was included in the previous version, the convenience of the user can be maintained while suppressing an increase in search processing load and data capacity. be able to.

この発明の実施形態におけるPCとプリンタとの関係を示す図である。It is a figure which shows the relationship between PC and printer in embodiment of this invention. 図1に示したPCのハードウェア構成を示す図である。It is a figure which shows the hardware constitutions of PC shown in FIG. 図1に示したPCの機能構成を示す図である。It is a figure which shows the function structure of PC shown in FIG. 図1に示したPCにおけるプリンタの登録について説明するための図である。FIG. 3 is a diagram for describing printer registration in the PC illustrated in FIG. 1. 機種依存データの例を示す図である。It is a figure which shows the example of model dependence data. 使用継続条件設定画面の例を示す図である。It is a figure which shows the example of a use continuation condition setting screen. 使用継続条件の例を示す図である。It is a figure which shows the example of use continuation conditions. 図1に示したPCが実行する、機種依存データの維持及び削除に関連する動作を示す図である。It is a figure which shows the operation | movement relevant to maintenance and deletion of model dependence data which PC shown in FIG. 1 performs. 同じくプリンタ使用時の処理のフローチャートである。3 is a flowchart of processing when the printer is used. 使用履歴の例を示す図である。It is a figure which shows the example of usage history. 図1に示したPCが実行する、新規プリンタドライバインストール時の処理のフローチャートである。2 is a flowchart of processing when a new printer driver is installed, which is executed by the PC shown in FIG. 1. 図11の続きのフローチャートである。FIG. 12 is a flowchart continued from FIG. 11. 図12の続きのフローチャートである。13 is a flowchart continued from FIG. 12. 機種依存データの管理の具体例を示す図である。It is a figure which shows the specific example of management of model dependence data.

以下、この発明を実施するための形態について、具体的に説明する。
なおここでは、この発明を、情報処理装置であるPC(パーソナルコンピュータ)及び、そのPCにプリンタを制御させるためのプリンタドライバプログラムに適用した実施形態について説明するが、この発明がこれに限られないことは、後述の通りである。
Hereinafter, embodiments for carrying out the present invention will be specifically described.
Although the present invention will be described with reference to an embodiment in which the present invention is applied to a personal computer (PC) that is an information processing apparatus and a printer driver program for causing the PC to control a printer, the present invention is not limited thereto. This is as described later.

図1に、この実施形態におけるPCとプリンタとの関係を示す。
この実施形態において、PC10は、ネットワーク30を介して複数のプリンタ20と接続される。これらのプリンタ20は、互いに異なる機種であっても、同じ機種のものが複数含まれていてもよい。また、ネットワーク30は、有線無線を問わず、任意の規格のものを使用可能である。また、プリンタ20の全部又は一部が、ネットワーク30を介さずにPC10のローカルのプリンタポートに接続されていても構わない。
FIG. 1 shows the relationship between a PC and a printer in this embodiment.
In this embodiment, the PC 10 is connected to a plurality of printers 20 via the network 30. These printers 20 may be different models or may include a plurality of the same models. The network 30 can be of any standard regardless of wired radio. All or part of the printer 20 may be connected to a local printer port of the PC 10 without going through the network 30.

いずれにせよ、PC10は、後述するプリンタドライバ120の機能により、ユーザから印刷に用いる印刷設定を受け付け、プリンタ20に対してその印刷設定に従った印刷の実行を指示する。プリンタ20は、その指示に従って印刷を実行する。
なお、プリンタ20は、印刷以外の機能を兼ね備えた画像処理装置であってもよい。例えば、プリンタ20を、スキャン、コピー、ファクシミリ通信、文書蓄積等の機能を備えたMFP(デジタル複合機)として構成することが考えられる。
In any case, the PC 10 receives print settings used for printing from the user by the function of the printer driver 120 described later, and instructs the printer 20 to execute printing according to the print settings. The printer 20 executes printing according to the instruction.
Note that the printer 20 may be an image processing apparatus having functions other than printing. For example, it is conceivable to configure the printer 20 as an MFP (digital multifunction peripheral) having functions such as scanning, copying, facsimile communication, and document storage.

次に、図2に、PC10のハードウェア構成を示す。
PC10は、ハードウェアとしては一般的なコンピュータでよい。すなわち、PC10は、CPU11、ROM12、RAM13、HDD(ハードディスクドライブ)14、通信I/F(インタフェース)15、表示部16、及び操作部17を備え、それらをシステムバス18により接続した構成としている。
Next, FIG. 2 shows a hardware configuration of the PC 10.
The PC 10 may be a general computer as hardware. That is, the PC 10 includes a CPU 11, a ROM 12, a RAM 13, an HDD (hard disk drive) 14, a communication I / F (interface) 15, a display unit 16, and an operation unit 17, which are connected via a system bus 18.

そして、CPU11が、RAM13をワークエリアとしてROM12又はHDD14に記憶されたプログラムを実行することにより、PC10全体を制御し、プリンタ20の制御をはじめとする各種機能を実現する。
HDD14は、不揮発性記憶媒体(記憶手段)であり、CPU11が実行する各種プログラムや後述する各種データを格納している。
通信I/F15は、プリンタ20をはじめとする外部装置と通信するためのインタフェースである。使用する通信規格は、有線、無線を問わず、任意でよい。
Then, the CPU 11 executes the program stored in the ROM 12 or the HDD 14 using the RAM 13 as a work area, thereby controlling the entire PC 10 and realizing various functions including control of the printer 20.
The HDD 14 is a non-volatile storage medium (storage means) and stores various programs executed by the CPU 11 and various data to be described later.
The communication I / F 15 is an interface for communicating with an external device such as the printer 20. The communication standard to be used may be arbitrary regardless of wired or wireless.

表示部16は、ディスプレイ等の、オペレータに情報を提示するための表示手段である。
操作部17は、キーボード、マウス、タッチパネル等の、オペレータから操作を受け付けるための操作手段である。
なお、表示部16や操作部17が外付けであったり、PC10がネットワークを介して外部の端末装置から操作を受け付けることができるようにしたりしてもよい。
The display unit 16 is a display unit such as a display for presenting information to the operator.
The operation unit 17 is an operation means for accepting an operation from an operator, such as a keyboard, a mouse, and a touch panel.
The display unit 16 and the operation unit 17 may be externally attached, or the PC 10 may be able to accept an operation from an external terminal device via a network.

次に、図3に、PC10の機能構成を示す。図3には、この実施形態の特徴に関連する部分の構成を中心に示した。
図3に示すように、PC10は、OS(オペレーティングシステム)110、プリンタドライバ120及び、引継用機種依存データ登録部150、使用継続条件登録部160、使用履歴登録部170、使用継続機種登録部180を備える。
Next, FIG. 3 shows a functional configuration of the PC 10. FIG. 3 mainly shows the configuration of parts related to the features of this embodiment.
As shown in FIG. 3, the PC 10 includes an OS (operating system) 110, a printer driver 120, a takeover model-dependent data registration unit 150, a use continuation condition registration unit 160, a use history registration unit 170, and a use continuation model registration unit 180. Is provided.

これらのうちOS110及びプリンタドライバ120の機能はそれぞれ、CPU11がOS及びプリンタドライバのプログラムを実行することにより実現されるものである。
そして、OS110は、ユーザの操作に従って文書を編集又は操作する機能を備える不図示のアプリケーションから印刷すべき文書のデータを受け付けて、プリンタドライバ120が扱える形式の印刷データに変換し、プリンタドライバ120に渡すAPI(Application Program Interface)の機能を備える。
Among these functions, the functions of the OS 110 and the printer driver 120 are realized by the CPU 11 executing programs of the OS and the printer driver, respectively.
Then, the OS 110 receives document data to be printed from an application (not shown) having a function of editing or manipulating the document in accordance with a user operation, converts the document data into print data that can be handled by the printer driver 120, and sends the print data to the printer driver 120. API (Application Program Interface) function to pass.

またOS110は、後述のように、印刷に使用するプリンタを、そのプリンタで印刷を行う際に使用するプリンタドライバと対応付けて登録する機能も備える。そして、ユーザが印刷を行おうとした場合に、ここで登録されているプリンタを、使用するプリンタの選択肢として提示する。そして、OS110は、その中から選択されたプリンタと対応するプリンタドライバを、印刷に使用するドライバとしてアプリケーションに通知する。アプリケーションは、その通知に基づき、印刷に用いるプリンタドライバのUIモジュールにアクセスして印刷設定画面を表示させたり、APIを通じて印刷に用いるプリンタドライバに印刷データを渡すよう、OS110に要求したりすることができる。   As will be described later, the OS 110 also has a function of registering a printer used for printing in association with a printer driver used when printing with the printer. When the user tries to perform printing, the printer registered here is presented as an option for the printer to be used. Then, the OS 110 notifies the application of the printer driver corresponding to the printer selected from them as a driver used for printing. Based on the notification, the application may access the UI module of the printer driver used for printing to display a print setting screen, or may request the OS 110 to pass print data to the printer driver used for printing through the API. it can.

次に、プリンタドライバ120は、ドライバコア部130及び機種依存データ登録部140と、使用条件作成部121、機種使用管理部122、使用状況判断部123及び機種情報管理部124を備える。
これらのうち、ドライバコア部130は、プリンタに印刷を実行させるために必要な機能を備える部分であり、それぞれ機能提供手段であるUIモジュール131及びレンダラモジュール132を備える。これらはいずれも、OS110あるいはアプリケーションから通知された印刷に使用するプリンタの機種に応じて、機種依存データ登録部140又は引継用機種依存データ登録部150から、その機種に対応する機種依存データ141又は151を選択し、その機種依存データに従って動作する。このとき、機種依存データ登録部140に適当な機種依存データがない場合に、引継用機種依存データ登録部150を検索するようにするとよい。
Next, the printer driver 120 includes a driver core unit 130 and a model-dependent data registration unit 140, a use condition creation unit 121, a model use management unit 122, a use status determination unit 123, and a model information management unit 124.
Among these, the driver core unit 130 is a part having functions necessary for causing the printer to execute printing, and includes a UI module 131 and a renderer module 132 which are function providing units. In either case, depending on the model of the printer used for printing notified from the OS 110 or the application, the model-dependent data 141 corresponding to the model or the model-dependent data 141 or 151 is selected and operates according to the model-dependent data. At this time, when there is no appropriate model-dependent data in the model-dependent data registration unit 140, the take-over model-dependent data registration unit 150 may be searched.

UIモジュール131は、プリンタに印刷を行わせる際に用いる印刷設定を受け付けるための印刷設定画面をディスプレイ等の表示手段に表示させる機能を備える。表示させる印刷設定画面の内容は、参照した機種依存データに従った内容である。機種依存データには、例えば、印刷設定画面において設定を受け付けるべきパラメータの項目及びその選択肢が記載される。   The UI module 131 has a function of causing a display unit such as a display to display a print setting screen for receiving print settings used when the printer performs printing. The contents of the print setting screen to be displayed are contents according to the referenced model-dependent data. In the model-dependent data, for example, parameter items and options to be accepted on the print setting screen are described.

また、UIモジュール131は、プリンタドライバ120のアップデートによりプリンタドライバ120に同梱されなくなる機種依存データを引き続き使用可能にするための、使用条件作成部121〜機種情報管理部124の各部にアクセスする機能も備える。この点については後に詳述する。   In addition, the UI module 131 has a function of accessing each unit of the use condition creation unit 121 to the model information management unit 124 so that the model-dependent data that is not included in the printer driver 120 due to the update of the printer driver 120 can be continuously used. Also equipped. This point will be described in detail later.

レンダラモジュール132は、UIモジュール131が提供する印刷設定画面で受け付けた印刷設定に従い、OS110から渡された印刷データに対してレンダリング処理を行って、印刷に使用する機種のプリンタ20が処理可能なPDL(ページ記述言語)データを生成する機能を備える。また、その生成したPDLデータをプリンタ20に送信して印刷を行わせる機能を備える。   The renderer module 132 performs a rendering process on the print data passed from the OS 110 according to the print settings received on the print setting screen provided by the UI module 131, and can be processed by the printer 20 of the model used for printing. (Page description language) A function for generating data is provided. In addition, it has a function of sending the generated PDL data to the printer 20 for printing.

レンダラモジュール132が実行するレンダリング処理も、参照した機種依存データに従った内容である。機種依存データには、例えば、使用するPDLの種類、PDLデータに記載してプリンタ20に実行させることのできる処理の種類(両面印刷、用紙指定、排紙トレイ指定、後処理など)等が記載される。
このレンダリング機能自体は、従来の機種共通プリンタドライバと同等でよい。しかし、レンダラモジュール132も、UIモジュール131を介して使用条件作成部121〜機種情報管理部124の各部にアクセス可能であり、機種依存データの管理に関する動作に関与する。
The rendering process executed by the renderer module 132 also has contents according to the referenced model-dependent data. The model-dependent data includes, for example, the type of PDL to be used, the type of processing that can be described in the PDL data and executed by the printer 20 (double-sided printing, paper designation, paper discharge tray designation, post-processing, etc.), etc. Is done.
This rendering function itself may be equivalent to a conventional printer driver common to all models. However, the renderer module 132 can also access each of the use condition creation unit 121 to the model information management unit 124 via the UI module 131, and is involved in operations related to management of model-dependent data.

次に、機種依存データ登録部140は、上述の機種依存データ141を登録する機能を備える。機種依存データ登録部140に複数の機種に対応する機種依存データ141を登録しておくことにより、プリンタドライバ120を、複数の機種のプリンタを制御可能な機種共通プリンタドライバとして機能させることができる。
なお、ここでは、「機種Aのプリンタを制御する機能」等、特定のプリンタを制御して印刷を実行させる機能を、機能の1つの単位として取り扱う。従って、機種依存データ141は、複数の機能毎に、該機能を実現するための情報を含む機能対応情報である。しかし、機能の単位はこれに限られない。この点については後述する。
Next, the model-dependent data registration unit 140 has a function of registering the above-described model-dependent data 141. By registering the model-dependent data 141 corresponding to a plurality of models in the model-dependent data registration unit 140, the printer driver 120 can function as a model-common printer driver capable of controlling a plurality of model printers.
Here, a function for controlling a specific printer and executing printing, such as “a function for controlling a printer of model A”, is handled as one unit of the function. Accordingly, the model-dependent data 141 is function correspondence information including information for realizing the function for each of a plurality of functions. However, the unit of function is not limited to this. This point will be described later.

また、図3でプリンタドライバ120の枠内に含まれる部分が、プリンタドライバプログラムのインストールによりPC10内に用意される機能である。そして、プリンタドライバプログラムをアップデートした場合には、アップデート後のプログラムにより提供される機能に置き換えられる。すなわち、機種依存データ登録部140に登録される機種依存データ141は、プリンタドライバプログラムに同梱される機種依存データである。また、機種依存データ登録部140は、第2の登録手段に該当する。   In FIG. 3, the part included in the frame of the printer driver 120 is a function prepared in the PC 10 by installing the printer driver program. When the printer driver program is updated, it is replaced with a function provided by the updated program. That is, the model-dependent data 141 registered in the model-dependent data registration unit 140 is model-dependent data bundled with the printer driver program. The model-dependent data registration unit 140 corresponds to a second registration unit.

そして、プリンタドライバプログラムをアップデートした場合、アップデート後のプリンタドライバプログラムに同梱されない機種依存データは、機種依存データ登録部140からなくなることになる。このような機種依存データをアップデート後も引き続き使用したい場合には、アップデート前に引継用機種依存データ登録部150に登録しておく必要がある。   When the printer driver program is updated, the model-dependent data that is not bundled with the updated printer driver program disappears from the model-dependent data registration unit 140. If it is desired to continue to use such model-dependent data after the update, it is necessary to register it in the model-dependent data registration unit 150 for transfer before the update.

使用条件作成部121〜機種情報管理部124の各部が、この機種依存データの登録(及び削除)に関連する機能を提供する。図3において、これらの各部と各種登録部150〜180との間の矢印は、実線が登録部へのデータの書き込みを、破線が登録部からのデータの読み出しを示す。
使用条件作成部121は、アップデート後も引き続き使用したい機能を選択するための継続条件を作成する機能を備える。この継続条件は、後述の使用継続条件設定画面400(図6)においてユーザから設定を受け付け、その内容は使用継続条件161として使用継続条件登録部160に登録する。
Each unit of the use condition creation unit 121 to the model information management unit 124 provides a function related to registration (and deletion) of the model-dependent data. In FIG. 3, in the arrows between these units and the various registration units 150 to 180, the solid line indicates data writing to the registration unit, and the broken line indicates data reading from the registration unit.
The use condition creating unit 121 has a function of creating a continuation condition for selecting a function that the user wants to continue using after updating. The continuation condition is set by the user on the use continuation condition setting screen 400 (FIG. 6), which will be described later, and the content is registered in the use continuation condition registration unit 160 as the use continuation condition 161.

機種使用管理部122は、機種依存データ登録部140に登録されている機種依存データのうち、UIモジュール131又はレンダラモジュール132に使用されたものを、アップデート後も残す機種依存データの候補としてコピーし、引継用機種依存データ登録部150に登録する機能を備える。なお、一旦引継用機種依存データ登録部150に登録した機種依存データ151は、再度使用された場合でも再度登録する必要はない。また、機種使用管理部122は、このとき、使用継続条件161を参照して機種依存データのコピー要否を判断するようにしてもよい。すなわち、機種依存データ(機能)の使用と無関係な条件のみ設定されていた場合には、使用をトリガとしたコピーを行っても意味がないため、コピーを行わないようにしてもよい。以上の機種使用管理部122は、引継用機種依存データ登録部150と合わせて、第1の登録手段に該当する。   The model use management unit 122 copies the model-dependent data registered in the model-dependent data registration unit 140, which is used for the UI module 131 or the renderer module 132, as a model-dependent data candidate that remains after the update. A function of registering in the model dependent data registration unit 150 for transfer is provided. Note that the model-dependent data 151 once registered in the model-dependent data registration unit 150 for transfer does not need to be registered again even when used again. At this time, the model use management unit 122 may determine whether or not the model-dependent data needs to be copied with reference to the use continuation condition 161. In other words, if only conditions unrelated to the use of model-dependent data (functions) are set, there is no point in performing a copy triggered by the use, so the copy may not be performed. The model use management unit 122 described above, together with the takeover model-dependent data registration unit 150, corresponds to the first registration unit.

また、機種使用管理部122は、機種依存データ(機能)の使用履歴171を、使用履歴登録部170に登録する機能も備える。この場合、機種使用管理部122及び使用履歴登録部170は履歴記録手段として機能する。使用履歴171の詳細な内容については後述する。
使用状況判断部123は、プリンタドライバ120のアップデートを行う際に、使用継続条件161及び使用履歴171を参照して、引き続き使用できるようにすべき機種を判別し、その機種を使用継続機種一覧181として使用継続機種登録部180に登録する機能を備える。ここで登録されなかった機種は、アップデートを行う際に引継用機種依存データ登録部150から機種依存情報を削除すべき機種ということになる。この使用状況判断部123は判別手段に該当する。
The model usage management unit 122 also has a function of registering the usage history 171 of the model-dependent data (function) in the usage history registration unit 170. In this case, the model usage management unit 122 and the usage history registration unit 170 function as a history recording unit. Details of the usage history 171 will be described later.
When the printer driver 120 is updated, the usage status determination unit 123 refers to the usage continuation condition 161 and the usage history 171 to determine a model that should continue to be used, and uses that model as a usage continuation model list 181. As a function to be registered in the continued use model registration unit 180. The model that is not registered here is a model whose model-dependent information should be deleted from the model-dependent data registration unit for handover 150 when performing the update. The usage status determination unit 123 corresponds to a determination unit.

機種情報管理部124は、プリンタドライバ120のアップデートを行う際に、使用継続機種一覧181を参照して、ここに登録されていない機種の機種依存情報を、引継用機種依存データ登録部150から削除する機能を備える。この機種情報管理部124は、削除手段に該当する。
また、機種情報管理部124は、逆に、使用継続機種一覧181に登録されている機種の機種依存情報が引継用機種依存データ登録部150に登録されていない場合、これを機種依存データ登録部140から読み出して引継用機種依存データ登録部150に登録する機能も備える。
さらに、機種情報管理部124は、UIモジュール131あるいはレンダラモジュール132が引継用機種依存データ登録部150に登録されている機種依存データ151を使用する場合に、その機種依存データ151を読み出して提供する機能も備える。
When updating the printer driver 120, the model information management unit 124 refers to the list of continued use models 181 and deletes model-dependent information of models not registered here from the takeover model-dependent data registration unit 150. It has a function to do. The model information management unit 124 corresponds to a deletion unit.
On the contrary, if the model-dependent information of the model registered in the continued-use model list 181 is not registered in the takeover model-dependent data registration unit 150, the model information management unit 124 converts this into the model-dependent data registration unit. A function of reading out from 140 and registering in the model-dependent data registration unit 150 for transfer is also provided.
Further, when the UI module 131 or the renderer module 132 uses the model-dependent data 151 registered in the takeover model-dependent data registration unit 150, the model information management unit 124 reads and provides the model-dependent data 151. It also has functions.

また、引継用機種依存データ登録部150、使用継続条件登録部160、使用履歴登録部170、使用継続機種登録部180の各登録部は、それぞれ、機種依存データ151、使用継続条件161、使用履歴171及び使用継続機種一覧181を登録する機能を備える。これらの各登録部は、プリンタドライバ120がバージョンアップされてもデータに影響がない記憶領域に、上記各データを登録する。また、それらの記憶領域の位置は、使用条件作成部121〜機種情報管理部124の各部が把握できるようにしておく。レジストリの予め定めた項目や、予め定めたパスのファイルとして、上記各データを登録することが考えられる。   Also, each registration unit of the takeover model-dependent data registration unit 150, the use continuation condition registration unit 160, the use history registration unit 170, and the use continuation model registration unit 180 includes a model-dependent data 151, a use continuation condition 161, and a use history, respectively. 171 and the continued use model list 181 are provided. Each of these registration units registers each data in a storage area that does not affect the data even when the printer driver 120 is upgraded. Further, the positions of those storage areas are made known to each part of the use condition creation unit 121 to the model information management unit 124. It is conceivable to register each of the above data as a predetermined item in the registry or a file having a predetermined path.

次に、PC10におけるプリンタの登録について説明する。
図4は、その説明のための図である。
上述のように、PC10において、OS110は、印刷に使用するプリンタをそのプリンタで印刷を行う際に使用するプリンタドライバと対応付けて登録する。
ユーザがOS110に対して使用するプリンタを追加することを指示すると、OS110は、ユーザに、PC10からアクセス可能なプリンタ20の中から使用するプリンタを選択させる。このアクセスは、プリントサーバを経由したアクセスであってもよい。また、ローカルポートを通じたアクセスであってもよい。
Next, printer registration in the PC 10 will be described.
FIG. 4 is a diagram for explaining this.
As described above, in the PC 10, the OS 110 registers the printer used for printing in association with the printer driver used when printing with the printer.
When the user instructs the OS 110 to add a printer to be used, the OS 110 causes the user to select a printer to be used from the printers 20 accessible from the PC 10. This access may be an access via a print server. Alternatively, access through a local port may be used.

ユーザがプリンタを選択すると、OS110はそのプリンタの機種を判別する。そして、その機種を制御可能なプリンタドライバがインストールされていれば、選択されたプリンタを用いた印刷は該当のプリンタドライバを用いて実行すべきことを登録する。これが、図4に示す使用登録190である。図3に示したプリンタドライバ120のように、複数の機種のプリンタを制御可能なプリンタドライバであれば、複数の機種のプリンタと対応付けて登録可能である。   When the user selects a printer, the OS 110 determines the model of the printer. If a printer driver capable of controlling the model is installed, it is registered that printing using the selected printer should be executed using the corresponding printer driver. This is the usage registration 190 shown in FIG. A printer driver that can control a plurality of types of printers, such as the printer driver 120 shown in FIG. 3, can be registered in association with a plurality of types of printers.

そして、OS110は、ユーザが印刷を行おうとした場合には、上記のように登録したプリンタを、印刷に使用するプリンタの選択肢として提示する。各プリンタのアイコンとして提示したり、プルダウンメニューで提示したりすることが考えられる。
ユーザがプリンタを選択すると、OS110は、プリンタドライバ120に対して直接、あるいは印刷を行うアプリを介して、印刷に使用するプリンタの機種及びアドレスを通知する。プリンタドライバ120は、その通知に基づいてプリンタの機種と対応する機種依存データを選択し、UIモジュール131及びレンダラモジュール132を動作させる。また、レンダラモジュール132は、生成したPDFデータを、その通知されたアドレスに送信する。
When the user intends to perform printing, the OS 110 presents the printer registered as described above as an option for a printer to be used for printing. It can be presented as an icon for each printer or presented using a pull-down menu.
When the user selects a printer, the OS 110 notifies the printer driver 120 of the model and address of the printer used for printing directly or via an application for printing. The printer driver 120 selects model-dependent data corresponding to the printer model based on the notification, and operates the UI module 131 and the renderer module 132. In addition, the renderer module 132 transmits the generated PDF data to the notified address.

なお、使用登録190を作成する際には、必ずしもプリンタの機種が特定されている必要はない。場合によって個体や機種が異なるが特定のアドレスが設定されているプリンタを使用する、という条件でも使用登録190を作成することができる。図4におけるプリンタC使用登録がこれに該当する。
この場合、該当のプリンタを印刷に使用することが選択された場合に、OS110がそのアドレスにアクセスして、その時点でそのアドレスにあるプリンタの機種を特定し、プリンタドライバ120に通知する。機種依存データ登録部140又は引継用機種依存データ登録部150に機種依存データが登録されている機種の範囲であれば、プリンタドライバ120は、予め機種が決まっていなくても対応可能である。
Note that when creating the use registration 190, the printer model need not necessarily be specified. The usage registration 190 can be created even under the condition that a printer with a specific address is used, although the individual or model differs depending on the case. The printer C usage registration in FIG. 4 corresponds to this.
In this case, when the use of the corresponding printer is selected for printing, the OS 110 accesses the address, specifies the model of the printer at the address at that time, and notifies the printer driver 120 of it. As long as the model-dependent data is registered in the model-dependent data registration unit 140 or the takeover model-dependent data registration unit 150, the printer driver 120 can handle the model even if the model is not determined in advance.

次に、図5に、機種依存データの具体例を示す。
図5の(a)及び(b)に示すのは、それぞれ異なる機種と対応する機種依存データである。機種依存データ登録部140に登録する機種依存データ141と、引継用機種依存データ登録部150に登録する機種依存データとで、形式上の差はない。
(a)に示す機種依存データにおいて、符号301で示すmodelの値が、機種依存データと対応するプリンタの機種である。この機種依存データは、「機種A」の機種の制御に用いるデータであることがわかる。
Next, FIG. 5 shows a specific example of model-dependent data.
5A and 5B show model-dependent data corresponding to different models. There is no difference in format between the model-dependent data 141 registered in the model-dependent data registration unit 140 and the model-dependent data registered in the model-dependent data registration unit 150 for takeover.
In the model-dependent data shown in (a), the value of model indicated by reference numeral 301 is the model of the printer corresponding to the model-dependent data. It can be seen that the model-dependent data is data used for controlling the model “model A”.

符号302で示すwarranty periodの値が、ベンダによる該当機種のプリンタのサポート保証期間である。機種Aについてのサポート保証期間は、2013年2月14日であることがわかる。
符号303で示すfeature nameの値が、印刷設定の1つの設定項目の情報である。1行目が設定項目の名称、2行目以降が該当の設定項目で選択可能な選択肢である。機種Aにおいては、カラー設定の機能について、「カラー」と「モノクロ」の設定が可能であることがわかる。このfeature
nameは、印刷設定の項目数だけ機種依存データに含まれる。
The value of the warranty period indicated by reference numeral 302 is the support guarantee period of the printer of the corresponding model by the vendor. It can be seen that the support guarantee period for the model A is February 14, 2013.
The value of feature name indicated by reference numeral 303 is information on one setting item of print settings. The first line is the name of the setting item, and the second and subsequent lines are options that can be selected with the corresponding setting item. In the model A, it can be seen that “color” and “monochrome” can be set for the color setting function. This feature
name is included in the model-dependent data for the number of print setting items.

(b)に示す機種依存データも、形式は(a)のものと同様である。model及びwarranty periodの値から、この機種依存データは「機種B」の機種の制御に用いるものであり、機種Bについてのサポート保証期間は2019年2月14日であることがわかる。
また、feature nameについては、(a)と異なる項目が含まれていたり、同じ項目でも選択肢が異なったりして、機種Aと機種Bでは設定可能な機能やその選択肢が異なることがわかる。
The format of the model-dependent data shown in (b) is the same as that in (a). It can be seen from the values of model and warranty period that this model-dependent data is used for controlling the model of “model B”, and the support guarantee period for model B is February 14, 2019.
As for feature name, items different from (a) are included, or the same item has different choices. It can be seen that the functions that can be set and the choices of model A and model B are different.

次に、使用継続条件161について説明する。
図6に、使用継続条件の設定を受け付けるための使用継続条件設定画面の例を示す。図7に、使用継続条件のデータ例を示す。
図6の使用継続条件設定画面400は、ユーザの指示に従ってUIモジュール131が使用条件作成部121から必要なデータを取得して表示部16に表示させるものである。そして、使用継続条件設定画面400は、設定可能な条件と対応して、使用機種選択部401、カスタム条件選択部402、所定期間選択部403、登録機種選択部404、サポート期間選択部405を備える。また、OKボタン406及びキャンセルボタン407を備える。
Next, the use continuation condition 161 will be described.
FIG. 6 shows an example of a use continuation condition setting screen for accepting setting of use continuation conditions. FIG. 7 shows a data example of the use continuation condition.
The use continuation condition setting screen 400 in FIG. 6 is a screen in which the UI module 131 acquires necessary data from the use condition creation unit 121 and displays it on the display unit 16 according to a user instruction. The use continuation condition setting screen 400 includes a use model selection unit 401, a custom condition selection unit 402, a predetermined period selection unit 403, a registered model selection unit 404, and a support period selection unit 405 corresponding to the settable conditions. . Further, an OK button 406 and a cancel button 407 are provided.

これらのうち使用機種選択部401は、今までに使用された機種については機種依存データを削除せず残す旨の条件である、「使用機種」の条件を選択するための領域である。これをユーザが選択した場合、ユーザが過去に使用したことのある機種は全て、アップデートによって機種依存データがドライバに非同梱になっても使用を継続できる。
なお、機種共通プリンタドライバには、ベンダから販売された歴代の多数のプリンタについて機種依存データが同梱されることが多く、通常、ユーザが使用する機種はそのうちごく一部であると考えられる。従って、過去に使用したことのある機種の機種依存データを全て残したとしても、アップデート前のプリンタドライバに同梱されていた機種依存データを全て残す場合に比べれば、検索負荷やデータ容量を大きく低減できると考えられる。
Among these, the used model selection unit 401 is an area for selecting a “used model” condition, which is a condition that model-dependent data is not deleted for models that have been used so far. If the user selects this, all models that the user has used in the past can continue to be used even if the model-dependent data is not included in the driver due to the update.
Note that the model-dependent printer driver often includes model-dependent data for a large number of successive printers sold by vendors, and it is usually considered that only a few models are used by the user. Therefore, even if all model-dependent data of models that have been used in the past is retained, the search load and data capacity are increased compared to the case where all model-dependent data included in the printer driver before update is retained. It can be reduced.

カスタム条件選択部402は、上記「使用機種」以外の条件を選択するための領域である。使用機種選択部401とカスタム条件選択部402は、左側のラジオボタンにより択一的に選択することができる。図6ではカスタム条件選択部402が選択された状態を示している。   The custom condition selection unit 402 is an area for selecting a condition other than the “use model”. The used model selection unit 401 and the custom condition selection unit 402 can be alternatively selected by a radio button on the left side. FIG. 6 shows a state where the custom condition selection unit 402 is selected.

所定期間選択部403及び登録機種選択部404は、カスタム条件選択部402の下位に位置し、カスタム条件選択部402が選択された場合のみ有効となる。
これらのうち所定期間選択部403は、アップデート前の直近所定期間内に使用された機種については機種依存データを削除せず残す旨の条件である、「所定期間内使用」の条件を選択するための領域である。左側のチェックボックスにチェックを入れることにより選択可能である。また、エディットボックスに所定期間の日数を入力可能である。図の例では「90日」が設定されている。
The predetermined period selection unit 403 and the registered model selection unit 404 are positioned below the custom condition selection unit 402 and are effective only when the custom condition selection unit 402 is selected.
Among these, the predetermined period selection unit 403 selects a condition “use within a predetermined period”, which is a condition that the model-dependent data is left without being deleted for the models used within the most recent predetermined period before the update. It is an area. This can be selected by checking the check box on the left side. In addition, the number of days in a predetermined period can be entered in the edit box. In the example of the figure, “90 days” is set.

この条件は、上記「使用機種」に比べて機種依存データを残す範囲が狭い。しかし、直近に使用した機種は今後も使用する可能性が高い一方、かなり前に使用したきりその後使用していないものは、今後使用される可能性が低いと考えられる。「所定期間内使用」の条件を用いることにより、このように使用される可能性が低い機種依存データを削除でき、検索負荷やデータ容量のさらなる低減を図ることができる。   This condition has a narrower range for leaving model-dependent data than the “used model”. However, while the most recently used models are likely to be used in the future, those that have been used long ago and not used afterwards are considered to be unlikely to be used in the future. By using the “use within predetermined period” condition, the model-dependent data that is unlikely to be used in this way can be deleted, and the search load and data capacity can be further reduced.

登録機種選択部404は、印刷に使用するプリンタとして登録されているプリンタの機種については機種依存データを削除せず残す旨の条件である、「登録機種」の条件を選択するための領域である。左側のチェックボックスにチェックを入れることにより選択可能である。これをユーザが選択した場合、アップデート時点で図4に示した使用登録がなされている機種は全て、実際に使用したことがあるか否かを問わず、アップデートによって機種依存データがドライバに非同梱になっても使用を継続できる。
選択肢に入っている機種は、今後使用される可能性が高いと考えられるため、このような機種については機種依存データを残す要望が強いと考えられる。なお、機種不定で使用登録がなされている場合は、アップデート時点で接続されているプリンタの機種を、使用を継続できるようにする機種とする。
The registered model selection unit 404 is an area for selecting a “registered model” condition, which is a condition that the model-dependent data is not deleted for a printer model registered as a printer to be used for printing. . This can be selected by checking the check box on the left side. If this is selected by the user, all models that have been registered for use as shown in FIG. 4 at the time of the update will not have the model-dependent data shared with the driver, regardless of whether or not they have actually used it. You can continue to use it even if it is packed.
Since it is considered that the models included in the options are likely to be used in the future, there is a strong demand for leaving model-dependent data for such models. If the model is undefined and registered for use, the model of the printer connected at the time of the update is the model that can continue to be used.

これらの所定期間選択部403と登録機種選択部404は、独立に選択及び選択解除が可能である。カスタム条件選択部402を選択しつつ所定期間選択部403と登録機種選択部404のどちらも選択しないと、ドライバのアップデート時に、新しいドライバに同梱されていない機種依存データは残さずに全て削除することになる。   These predetermined period selection unit 403 and registered model selection unit 404 can be selected and deselected independently. If neither the predetermined period selection unit 403 nor the registered model selection unit 404 is selected while the custom condition selection unit 402 is selected, all model-dependent data that is not bundled with the new driver is deleted when the driver is updated. It will be.

サポート期間選択部405は、ベンダのサポート保証期間内でない機種については機種依存データを削除する旨の条件である、「保証期間」の条件を選択するための領域である。左側のチェックボックスにチェックを入れることにより選択可能である。また、この条件は、他の条件と独立に選択及び選択解除が可能である。これをユーザが選択した場合、アップデート時点でベンダのサポート期限が切れている機種は全て、他の条件を満たすか否かを問わず、アップデートによって機種依存データがドライバに非同梱になっていれば使用を継続できなくなる。   The support period selection unit 405 is an area for selecting a “guarantee period” condition, which is a condition for deleting model-dependent data for models that are not within the vendor's support warranty period. This can be selected by checking the check box on the left side. This condition can be selected and deselected independently of other conditions. If the user selects this, all models whose vendor support has expired at the time of the update will not include the model-dependent data in the driver, regardless of whether other conditions are met. If you do not continue to use.

サポート期限の切れた機種の使用を継続することが望ましくない場合には、この条件を選択することにより、自動的に該当の機種の使用をできなくすることができる。使用継続条件に従って引継用機種依存データ登録部150に登録した機種依存データ151は、ドライバへの同梱有無に関わらずPCに残り、いわばベンダの手を離れた状態になる。従って、特に対処しなければサポート期限が切れた後も残り、これにより不具合を生じる可能性もある。しかし、「保証期間」の条件を設定しておけば、サポート期限切れによる不具合を防止することができる。   If it is not desirable to continue using a model whose support period has expired, it is possible to automatically disable use of the corresponding model by selecting this condition. The model-dependent data 151 registered in the take-up model-dependent data registration unit 150 in accordance with the use continuation condition remains on the PC regardless of whether or not the driver is included in the driver. Therefore, if no action is taken, it will remain even after the support period has expired, which may cause a problem. However, if the “guarantee period” condition is set, it is possible to prevent problems due to the expiration of the support period.

OKボタン406は、以上の各部においてなされた選択を確定させ、選択された条件を示す、図7に示すような使用継続条件161のデータを生成するためのボタンである。キャンセルボタン407は、それまでの使用継続条件161を変更せず使用継続条件設定画面400を閉じるためのボタンである。   An OK button 406 is a button for confirming the selection made in each of the above units and generating data of the use continuation condition 161 as shown in FIG. 7 indicating the selected condition. A cancel button 407 is a button for closing the use continuation condition setting screen 400 without changing the previous use continuation condition 161.

なお、図7のデータ例において、「data」は、「所定期間内使用」の条件が設定されていることを示す。その後ろの数字は、所定期間の日数を示す。「update」及び「warranty」は、それぞれ「登録機種」及び「保証期間」の条件が設定されていることを示す。すなわち、図7のデータ例は、図6の画面の状態と対応する使用継続条件161である。
図7には示されていないが、「使用機種」の条件が設定された場合、そのことは「all」の文字により示す。
In the data example of FIG. 7, “data” indicates that the condition “use within a predetermined period” is set. The number after that indicates the number of days in the predetermined period. “Update” and “warranty” indicate that the conditions of “registered model” and “warranty period” are set, respectively. That is, the data example of FIG. 7 is the use continuation condition 161 corresponding to the screen state of FIG.
Although not shown in FIG. 7, when the “use model” condition is set, this is indicated by the characters “all”.

次に、PC10における、プリンタドライバ120のアップデート時の機種依存データの維持及び削除に関連する動作及び処理について説明する。
なお、以降の説明においては、説明を簡単にするため、PC10のCPU11が何らかのプログラムを実行することにより行う動作あるいは処理は、そのプログラムがその動作あるいは処理を実行するものとして説明する。
Next, operations and processes related to maintenance and deletion of model-dependent data when the printer driver 120 is updated in the PC 10 will be described.
In the following description, in order to simplify the description, the operation or process performed by the CPU 11 of the PC 10 by executing some program will be described as the program executing the operation or process.

ここで、図8に、PC10が実行する動作の概略を示す。
図8において、既存プリンタドライバ120aは、アップデート前のプリンタドライバ、新規プリンタドライバ120bは、アップデート後のプリンタドライバである。インストーラ200は、新規プリンタドライバ120bをPC10にインストールするためのプログラムである。図8において、各プログラムの動作を示すラインのうち破線の部分は、該当のプログラムがそのタイミングでは動作していないことを示す。なお、インストーラ200は、PC10の外部の装置が実行する場合もある。
Here, FIG. 8 shows an outline of operations executed by the PC 10.
In FIG. 8, an existing printer driver 120a is a printer driver before update, and a new printer driver 120b is a printer driver after update. The installer 200 is a program for installing the new printer driver 120b in the PC 10. In FIG. 8, the broken line portion of the lines indicating the operation of each program indicates that the corresponding program is not operating at that timing. The installer 200 may be executed by a device external to the PC 10.

図8において、最初の破線までの動作は、既存プリンタドライバ120aの通常動作である。この動作において、既存プリンタドライバ120aは、OS110やアプリからの要求に従い、プリンタの機種と対応する機種依存データを用いて、UI及びレンダラの機能を提供する(S11)。そして、機能を提供した場合に、後述の図9の処理により使用履歴171を更新し、必要に応じて引継用機種依存データ登録部150に、ステップS11で使用した機種依存データを登録する(S12)。   In FIG. 8, the operation up to the first broken line is the normal operation of the existing printer driver 120a. In this operation, the existing printer driver 120a provides UI and renderer functions using model-dependent data corresponding to the printer model in accordance with a request from the OS 110 or an application (S11). When the function is provided, the usage history 171 is updated by the processing of FIG. 9 described later, and the model-dependent data used in step S11 is registered in the model-dependent data registration unit 150 for transfer as necessary (S12). ).

プリンタドライバ120aは、インストールされている限り、ここまでの動作を繰り返す。そして、このことにより、既存プリンタドライバ120aにおけるプリンタの機種毎の使用履歴が使用履歴171として登録される。ステップS12で機種依存データを引継用機種依存データ登録部150に登録することの意義については後述する。   The printer driver 120a repeats the operations so far as long as it is installed. As a result, the usage history for each printer model in the existing printer driver 120 a is registered as the usage history 171. The significance of registering the model-dependent data in the model-dependent data registration unit 150 for transfer in step S12 will be described later.

その後、新しいバージョンの新規プリンタドライバ120bが公開され、ユーザがこれをダウンロードしてインストール実行を指示するか、ポイントアンドプリント機能等により自動的にインストールが開始されると、動作はステップS13乃至S17に進む。
インストーラ200は、新規プリンタドライバ120bのインストールの開始前に、アップデートにより削除される既存プリンタドライバ120aに対し、更新準備通知を行う(S13)。この通知は、更新により削除される前に既存プリンタドライバ120aが実行すべき処理があれば、この時点で実行させるためのものである。
Thereafter, when a new version of the new printer driver 120b is released and the user downloads it and gives an instruction to execute installation, or when installation is automatically started by the point-and-print function or the like, the operation proceeds to steps S13 to S17. move on.
The installer 200 sends an update preparation notification to the existing printer driver 120a to be deleted by the update before starting the installation of the new printer driver 120b (S13). This notification is to be executed at this time if there is a process to be executed by the existing printer driver 120a before being deleted by update.

既存プリンタドライバ120aは、この通知を受けると、後述の図11乃至図13の処理により、機種依存データのうちバージョンアップ後も残すものと残さないものとを判別し、その結果に従い引継用機種依存データ登録部を整理する(S14)。そして、これが完了するとインストーラ200に対し、アップデートを許可する旨の更新許可応答を送信する(S15)。
インストーラ200は、この更新許可応答を受けると、既存プリンタドライバ120aを削除する(S16)と共に、新規プリンタドライバ120bをインストールする(S17)。この処理は、図3のプリンタドライバ120の部分を新規プリンタドライバ120bに入れ換える処理である。
Upon receiving this notification, the existing printer driver 120a discriminates between the model-dependent data that remains after the upgrade and the model-dependent data that remains after the upgrade, by the processing shown in FIGS. The data registration unit is organized (S14). When this is completed, an update permission response indicating that updating is permitted is transmitted to the installer 200 (S15).
Upon receiving this update permission response, the installer 200 deletes the existing printer driver 120a (S16) and installs a new printer driver 120b (S17). This process is a process of replacing the printer driver 120 in FIG. 3 with the new printer driver 120b.

従って、ステップS17の後は、新規プリンタドライバ120bに同梱されていない機種依存データは、機種依存データ登録部140には登録されていない状態となる。しかし、機種依存データが引継用機種依存データ登録部150に登録されていれば、新規プリンタドライバ120bは、引き続きその機種のプリンタを制御する機能を維持することができる。   Therefore, after step S17, the model-dependent data that is not bundled with the new printer driver 120b is not registered in the model-dependent data registration unit 140. However, if the model-dependent data is registered in the takeover model-dependent data registration unit 150, the new printer driver 120b can continue to maintain the function of controlling the printer of that model.

そして、以上の動作により新規プリンタドライバ120bのインストールが完了した後は、新規プリンタドライバ120bが、プリンタの機種と対応する機種依存データを用いてUI及びレンダラの機能を提供する(S18)。また、機能を提供した場合に、使用履歴171の更新及び、必要に応じた引継用機種依存データ登録部150への機種依存データの登録を行う(S19)。
その後、新しいバージョンのプリンタドライバが公開された場合には、またステップS13乃至S17と同様にアップデートを実行する。
After the installation of the new printer driver 120b is completed by the above operation, the new printer driver 120b provides the UI and renderer functions using the model-dependent data corresponding to the model of the printer (S18). When the function is provided, the usage history 171 is updated, and the model-dependent data is registered in the takeover model-dependent data registration unit 150 as necessary (S19).
Thereafter, when a new version of the printer driver is released, update is executed in the same manner as in steps S13 to S17.

次に、図8のステップS12(S19)及びS14でプリンタドライバ120が実行する処理について、より具体的に説明する。
まず図9に、図8のステップS12(S19)でプリンタドライバ120が実行する、プリンタ使用時の処理のフローチャートを示す。
Next, the process executed by the printer driver 120 in steps S12 (S19) and S14 in FIG. 8 will be described more specifically.
First, FIG. 9 shows a flowchart of processing when the printer is used, which is executed by the printer driver 120 in step S12 (S19) of FIG.

プリンタドライバ120は、ユーザにプリンタドライバ120の機能を提供してプリンタ20を使用させた場合に、図9の処理を開始する。ここでは、印刷を実行した場合にプリンタを使用させたとするが、印刷設定画面を開いたのみでも使用とするなど、トリガはこれに限らなくてもよい。また、印刷を実行したプリンタの機種は機種Pであるとする。
図9の処理において、プリンタドライバ120はまず、使用履歴171中に機種Pのデータの記載があるか否か判断する(S21)。
The printer driver 120 starts the process of FIG. 9 when the user provides the function of the printer driver 120 and causes the user to use the printer 20. Here, it is assumed that the printer is used when printing is executed, but the trigger is not limited to this, such as using the printer only by opening the print setting screen. Further, it is assumed that the model of the printer that has performed printing is model P.
In the process of FIG. 9, the printer driver 120 first determines whether or not the model P data is described in the usage history 171 (S21).

図10に使用履歴171の例を示すが、使用履歴171は、ユーザが今までに使用したプリンタの機種と、最後にその機種のプリンタを使用した日付である最終使用日とを対応付けて記載したものである。なお、機種のデータは、「使用機種」及び「所定期間内使用」の継続条件に関する判断の際に参照される。また、最終使用日のデータは、「所定期間内使用」の継続条件に関する判断の際に参照される。
なお、ここで最終使用日を登録しているのは、「所定期間内使用」の継続条件に関する判断に必要な情報が、最後にいつ該当機種を使用したか、であるためである。使用回数等、他の情報も考慮する継続条件がある場合には、それに合わせて使用履歴171に記載する情報も変更する。
FIG. 10 shows an example of the usage history 171. The usage history 171 describes the printer model that the user has used so far and the last usage date that is the date when the printer of that model was last used. It is a thing. Note that the model data is referred to when determining the continuation condition of “use model” and “use within a predetermined period”. The data on the last use date is referred to when making a determination regarding the continuation condition of “use within a predetermined period”.
Note that the last use date is registered here because the information necessary for the determination regarding the continuation condition of “use within a predetermined period” is when the corresponding model was last used. If there is a continuation condition that considers other information such as the number of times of use, the information described in the use history 171 is also changed accordingly.

図9の説明に戻ると、ステップS21でYesの場合、プリンタドライバ120は、使用履歴171中の機種Pの最終使用日を今回の印刷日付に更新して(S22)、処理を終了する。使用履歴171に記載のある機種については、以前にその記載を追加した際に、ステップS24の処理で継用機種依存データ登録部150に機種依存データ151が登録されていると考えられるためである。   Returning to the description of FIG. 9, in the case of Yes in step S <b> 21, the printer driver 120 updates the last use date of the model P in the use history 171 to the current print date (S <b> 22) and ends the processing. This is because it is considered that the model-dependent data 151 is registered in the succeeding model-dependent data registration unit 150 in the process of step S24 for the model described in the usage history 171 when the description is added previously. .

また、ステップS21でNoの場合、プリンタドライバ120は、使用履歴171中に、機種Pを使用した旨の情報を追加すると共に、今回の印刷日付を最終使用日の情報として追加する(S23)。その後、機種Pの機種依存データを機種依存データ登録部140から読み出し、そのコピーを引継用機種依存データ登録部150に登録して(S24)、処理を終了する。
以上の処理において、ステップS22及びS23ではCPU11が履歴記録手段として機能し、ステップS24ではCPU11が第1の登録手段として機能する。
If NO in step S21, the printer driver 120 adds information indicating that the model P has been used to the usage history 171 and adds the current printing date as information on the last usage date (S23). Thereafter, the model-dependent data of the model P is read from the model-dependent data registration unit 140, a copy thereof is registered in the model-dependent data registration unit 150 for takeover (S24), and the process ends.
In the above processing, the CPU 11 functions as a history recording unit in steps S22 and S23, and the CPU 11 functions as a first registration unit in step S24.

なお、ステップS24で機種依存データをコピーするのは、ドライバアップデート時の処理負荷を軽減するためである。使用された機種はアックデート時に機種依存データを引継用機種依存データ登録部150に登録してアップデート後も残す可能性があるが、アップデート時にコピーを行うとするとその分時間がかかるため、使用時に先に行っておくものである。   The reason why the model-dependent data is copied in step S24 is to reduce the processing load when updating the driver. The model used may register model-dependent data in the model-dependent data registration unit 150 for takeover at the time of update and leave it after the update. However, if copying is performed at the time of update, it will take time. This is something to go first.

ただし、使用継続条件161として「使用機種」あるいは「所定期間内使用」の条件が設定されていない場合、プリンタの使用とアップデート後に機種依存データを残すか否かの間に特に関係はない。さらに、これらの条件が設定されていない場合、アップデート時に使用履歴171を参照することもない。従って、これらの条件が設定されていない場合、図9の処理を行うこと自体必要がない。
このため、これらの条件が設定されていない場合には、図9の処理を行わないようにしてもよい。しかし、後で条件が変更されることも考えられるため、使用継続条件161として現在設定されている条件に関わらず、図9の処理を実行することが好ましい。
However, when the “use model” or “use within a predetermined period” condition is not set as the use continuation condition 161, there is no particular relationship between using the printer and whether to leave the model-dependent data after the update. Further, when these conditions are not set, the use history 171 is not referred to at the time of update. Therefore, when these conditions are not set, it is not necessary to perform the processing of FIG.
For this reason, when these conditions are not set, the process of FIG. 9 may not be performed. However, since the condition may be changed later, it is preferable to execute the process of FIG. 9 regardless of the condition currently set as the use continuation condition 161.

次に、図11乃至図13に、図8のステップS14でプリンタドライバ120が実行する、新規プリンタドライバインストール時の処理のフローチャートを示す。
プリンタドライバ120は、図8のステップS13における更新準備通知を検出すると、図11のフローチャートに示す処理を開始する。この処理のステップS42までの部分は、使用継続条件161と使用履歴171とに基づき、アップデート後も機種依存データを残すべき機種とそうでない機種とを判別し、残すべき機種を使用継続機種一覧181に記載する処理である。
Next, FIG. 11 to FIG. 13 are flowcharts of processing when installing a new printer driver, which is executed by the printer driver 120 in step S14 of FIG.
When the printer driver 120 detects the update preparation notification in step S13 of FIG. 8, the printer driver 120 starts the processing shown in the flowchart of FIG. In the process up to step S42, based on the use continuation condition 161 and the use history 171, the model that should remain the model-dependent data after the update is discriminated from the model that does not, and the model that should remain is used continuation model list 181. It is a process described in.

図11の処理において、プリンタドライバ120はまず、使用継続条件161に「登録機種」の条件が含まれるか否か判断する(S31)。ここでYesの場合さらに、現在使用登録されている機種のうち新規プリンタドライバ120bに機種依存データが同梱されていないものがあるか否か判断する(S32)。ここでもYesの場合、同梱されていない機種を使用継続機種一覧181に追加する(S33)。ステップS31又はS32でNoの場合、そのままステップS34以降の処理に進む。   In the process of FIG. 11, the printer driver 120 first determines whether or not the “continuation model 161” is included in the use continuation condition 161 (S31). In the case of Yes, it is further determined whether or not there is a model for which model-dependent data is not included in the new printer driver 120b among the models currently registered for use (S32). Here, in the case of Yes, a model that is not included is added to the continued use model list 181 (S33). In the case of No in step S31 or S32, the process proceeds to step S34 and subsequent steps.

なお、ステップS32での判断において、アップデート後も機種依存データを残すべき機種とそうでない機種との判別は、「現在使用登録されている機種か否か」により行う。「新規プリンタドライバ120bに機種依存データが同梱されていない」については、同梱されている場合、引継用機種依存データ登録部150に機種依存データを残さなくても該当機種の使用を継続できるため、ここでは残さないようにしている。そして、これに対応して、該当機種を使用継続機種一覧181にも記載しないようにしたものである。   Note that, in the determination in step S32, the determination as to whether the model should retain the model-dependent data after the update and the model that does not remain is based on “whether or not the model is currently registered for use”. With regard to “the model-dependent data is not included in the new printer driver 120b”, if it is included, the use of the corresponding model can be continued without leaving the model-dependent data in the model-dependent data registration unit 150 for transfer. Therefore, it is not left here. Correspondingly, the corresponding model is not described in the continued use model list 181.

このようにした方が、機種依存データの検索負荷及びデータ容量低減の観点からは好ましいが、アップデート後も機種依存データを残すべきと判別した機種については全て引継用機種依存データ登録部150に機種依存データを残すようにすることも妨げられない。ステップS35の判断についても同様である。また、どの機種の機種依存情報が新規プリンタドライバ120bに同梱されているかは、更新準備通知において新規プリンタドライバ120bの保存場所の通知を受け、新規プリンタドライバ120bのデータを検索してファイル構成を参照する等して把握できる。   This is preferable from the viewpoint of the model-dependent data search load and data capacity reduction, but all models that have been determined that model-dependent data should remain even after the update are stored in the model-dependent data registration unit 150 for transfer. It is not impeded to leave the dependency data. The same applies to the determination in step S35. Also, which model-dependent information is included in the new printer driver 120b is notified of the storage location of the new printer driver 120b in the update preparation notification, and the data of the new printer driver 120b is searched to determine the file structure. It can be grasped by referring to it.

次に、プリンタドライバ120は、使用継続条件161に「使用機種」又は「所定期間内使用」の条件が含まれるか否か判断する(S34)。ここでYesの場合さらに、使用履歴に記載されている機種のうち新規プリンタドライバ120bに機種依存データが同梱されていないものがあるか否か判断する(S35)。ここでもYesの場合、同梱されていない機種を使用継続機種一覧181に追加する(S36)。ステップS34又はS35でNoの場合、そのままステップS37以降の処理に進む。   Next, the printer driver 120 determines whether the use continuation condition 161 includes a “use model” or “use within a predetermined period” condition (S34). In the case of Yes, it is further determined whether there is a model that does not include model-dependent data in the new printer driver 120b among the models described in the use history (S35). Here, in the case of Yes, a model that is not bundled is added to the continued use model list 181 (S36). In the case of No in step S34 or S35, the process proceeds to step S37 and subsequent steps.

なお、ステップS35での判断において、アップデート後も機種依存データを残すべき機種とそうでない機種とを判別は、「使用履歴に記載されている機種か否か」により行う。条件が「所定期間内使用」の場合には、次の処理で「所定期間内の使用か否か」も考慮する。   Note that, in the determination in step S35, the model that should retain the model-dependent data after the update and the model that does not remain are determined based on “whether or not the model is listed in the use history”. When the condition is “use within a predetermined period”, “whether use within a predetermined period” is also considered in the next process.

次に、処理は図12に示す部分に進み、プリンタドライバ120は、使用継続条件161に「所定期間内使用」の条件が含まれるか否か判断する(S37)。ここでYesの場合さらに、使用履歴171中に、最終印刷日時から使用継続条件に規定された所定期間以上経過した機種の情報があるか否か判断する(S38)。ここでもYesの場合、該当の機種が使用継続機種一覧181に記載されていれば、これを削除する(S39)。ステップS37又はS38でNoの場合、そのままステップS40以降の処理に進む。この部分の処理は、「所定期間内使用」の場合であっても、ステップS36では最終印刷日時を考慮せずに使用継続機種一覧181に登録しているところ、最終印刷日時が古いものを削除して、「所定期間内使用」の条件に合致するものを残すためのものである。   Next, the process proceeds to the portion shown in FIG. 12, and the printer driver 120 determines whether or not the use continuation condition 161 includes a “use within predetermined period” condition (S37). In the case of Yes, it is further determined whether or not there is model information in the usage history 171 that has passed a predetermined period of time defined in the usage continuation condition from the last printing date (S38). Here, in the case of Yes, if the corresponding model is described in the continued use model list 181, this is deleted (S39). In the case of No in step S37 or S38, the process proceeds to step S40 and subsequent steps. Even if this part of the process is “use within a predetermined period”, in step S36, the last print date and time is registered without considering the last print date and time. Thus, it is for leaving a thing that meets the condition of “use within a predetermined period”.

次に、プリンタドライバ120は、使用継続条件161に「保証期間」の条件が含まれるか否か判断する(S40)。ここでYesの場合さらに、使用継続機種一覧181中に、機種依存データに記載された保証期間を過ぎている機種があるか否か判断する(S41)。ここでもYesの場合、該当の機種が使用継続機種一覧181に記載されていれば、これを削除する(S42)。ステップS40又はS41でNoの場合、そのままステップS43以降の処理に進む。この部分の処理は、「保証期間」の条件に合わせ、保証期間の過ぎている機種の機種依存データをアップデート後に残さないようにするためのものである。   Next, the printer driver 120 determines whether or not the use continuation condition 161 includes a “guarantee period” condition (S40). In the case of Yes, it is further determined whether or not there is a model that has passed the warranty period described in the model-dependent data in the continued-use model list 181 (S41). Here, in the case of Yes, if the corresponding model is described in the continued use model list 181, this is deleted (S42). In the case of No in step S40 or S41, the process proceeds to step S43 and subsequent steps. This part of the process is for keeping the model-dependent data of the model whose warranty period has passed after the update in accordance with the condition of the “warranty period”.

次に、処理は図13に示す部分に進む。この部分の処理は、ステップS42までに作成した使用継続機種一覧181に従って、引継用機種依存データ登録部150及び使用履歴171をメンテナンスするための処理である。
この部分の処理において、プリンタドライバ120はまず、使用継続機種一覧181に記載されている機種のうち、引継用機種依存データ登録部150に該機種と対応する機種依存データが登録されていない機種があるか否か判断する(S43)。これがYesであれば、プリンタドライバ120は、該当機種の機種依存データを、機種依存データ登録部140から読み出し、そのコピーを引継用機種依存データ登録部150に登録する(S44)。
Next, the process proceeds to the portion shown in FIG. This process is a process for maintaining the takeover model-dependent data registration unit 150 and the use history 171 in accordance with the continued use model list 181 created up to step S42.
In this part of processing, the printer driver 120 first selects a model whose model-dependent data corresponding to the model is not registered in the model-dependent data registration unit 150 for transfer among the models described in the continued use model list 181. It is determined whether or not there is (S43). If this is Yes, the printer driver 120 reads the model-dependent data of the corresponding model from the model-dependent data registration unit 140 and registers a copy thereof in the model-dependent data registration unit 150 for takeover (S44).

使用継続条件161に「登録機種」の条件が設定されている場合に、使用登録はされているが一度も使用されていない機種があれば、その機種の機種依存データはここで引継用機種依存データ登録部150に登録される。
このステップS44の処理は、図9のステップS24の処理と、実行時期が異なるのみで同じ処理である。ステップS43でNoであれば、そのままステップS45に進む。
If the condition of “registered model” is set in the use continuation condition 161, if there is a model that has been registered for use but has never been used, the model-dependent data for that model is now dependent on the model to be taken over Registered in the data registration unit 150.
The process in step S44 is the same as the process in step S24 in FIG. 9 except that the execution time is different. If No in step S43, the process proceeds to step S45 as it is.

次に、プリンタドライバ120は、引継用機種依存データ登録部150に機種依存データが登録されている機種のうち、使用継続機種一覧181に記載のない機種があるか否か判断する(S45)。これがYesであれば、プリンタドライバ120は、該当機種の機種依存データを、引継用機種依存データ登録部150から削除する(S46)。これらの機種については、アップデート後に機種依存データを残しておく必要がないためである。ここで削除する機種依存データには、新規プリンタドライバ120bに同梱されているため引継用機種依存データ登録部150での保持が不要であるものもある。   Next, the printer driver 120 determines whether there is a model that is not listed in the continued use model list 181 among the models whose model-dependent data is registered in the takeover model-dependent data registration unit 150 (S45). If this is Yes, the printer driver 120 deletes the model-dependent data of the corresponding model from the takeover model-dependent data registration unit 150 (S46). This is because there is no need to leave model-dependent data for these models after the update. Some of the model-dependent data to be deleted here is not included in the model-dependent data registration unit for transfer 150 because it is included in the new printer driver 120b.

その後、プリンタドライバ120は、使用継続機種一覧181にない機種に関する記載を使用履歴171から削除して(S47)、処理を終了する。使用継続機種一覧181にない機種については、機種依存データを引継用機種依存データ登録部150に残さないため、アップデートを期に使用履歴も一旦リセットするためである。   Thereafter, the printer driver 120 deletes the description about the model that is not in the continued use model list 181 from the use history 171 (S47), and ends the process. This is because for models that are not in the continued use model list 181, model-dependent data is not left in the model-dependent data registration unit 150 for takeover, so that the usage history is also temporarily reset at the time of update.

以上の処理において、ステップS32、S35、S38及びS41では、CPU11が判別手段として機能する。また、ステップS44では、CPU11が第1の登録手段として機能する。また、ステップS46では、CPU11が削除手段として機能する。   In the above processing, in steps S32, S35, S38, and S41, the CPU 11 functions as a determination unit. In step S44, the CPU 11 functions as a first registration unit. In step S46, the CPU 11 functions as a deleting unit.

以上の処理により、プリンタドライバ120は、自身がアップデートされる際に、使用継続条件161に基づき、アップデート後も継続して使用できるようにすべき機種(アップデート後も残しておくべき機種依存データ)を判別することができる。そして、その判別結果に基づき、使用できるようにすべき機種の機種依存データのみを引継用機種依存データ登録部150に残すことができる。   Through the above processing, when the printer driver 120 is updated, the printer driver 120 should be able to continue to be used after the update based on the use continuation condition 161 (model-dependent data that should remain after the update). Can be determined. Then, based on the determination result, only the model-dependent data of the model that should be usable can be left in the model-dependent data registration unit 150 for transfer.

従って、引継用機種依存データ登録部150に登録されている機種依存データの数を抑えて、機種依存データの検索負荷や記憶容量を抑えつつ、機能提供の点でユーザの利便性を維持することができる。
また、アップデート後のプリンタドライバに同梱される機種依存データについては、引継用機種依存データ登録部150に登録しなくてもアップデート後に使用可能であることから、引継用機種依存データ登録部150には登録していない。従って、引継用機種依存データ登録部150に登録する機種依存データを最小限に抑え、記憶容量を低減することができる。
Therefore, the number of model-dependent data registered in the model-dependent data registration unit 150 for transfer is suppressed, the search load and the storage capacity of the model-dependent data are suppressed, and the user convenience is maintained in terms of providing functions. Can do.
Further, since the model-dependent data bundled with the updated printer driver can be used after the update without registering in the model-dependent data registration unit 150 for transfer, the model-dependent data registration unit 150 for transfer is used. Is not registered. Therefore, the model-dependent data registered in the model-dependent data registration unit 150 for transfer can be minimized, and the storage capacity can be reduced.

また、プリンタドライバ120の外部(プリンタドライバ120の更新により直接影響を受けない記憶領域)に各種登録部150〜180を設けている。従って、プリンタドライバ120のアップデートに際してインストーラに特殊な処理を行わせなくても、上記のような機種依存データの保持及び消去を行うことができ、インストーラの開発負荷が大きくなることもない。   Various registration units 150 to 180 are provided outside the printer driver 120 (a storage area that is not directly affected by the update of the printer driver 120). Therefore, even if the installer does not perform special processing when updating the printer driver 120, the model-dependent data as described above can be retained and deleted, and the development load of the installer does not increase.

次に、ここまで説明してきた処理及び動作に従った機種依存データの管理の具体例について、図14を用いて説明する。
図14は、(a)から(f)の時系列に沿って左側に記載した事象が起こった場合の各時点における、機種依存データ登録部140に登録される機種依存データ、使用履歴171、引継用機種依存データ登録部150に登録される機種依存データ、使用登録されているプリンタの機種を、それぞれ示している。
Next, a specific example of management of model-dependent data in accordance with the processes and operations described so far will be described with reference to FIG.
FIG. 14 shows model-dependent data registered in the model-dependent data registration unit 140, usage history 171, takeover at each time when the events described on the left side occur along the time series from (a) to (f). The model-dependent data registered in the use-model-dependent data registration unit 150 and the model of the printer registered for use are shown.

(a)に示すのは、初めにバージョン1.0のプリンタドライバがインストールされ、ユーザが、機種A〜Cのプリンタについて、そのプリンタドライバを用いて印刷する旨を登録した時の状態である。
バージョン1.0には、機種A〜Dの機種依存データが同梱されているとし、機種依存データ登録部140には、これらの機種依存データが登録される。また、使用登録機種は、登録した機種A〜Cである。この時点では、使用履歴171及び引継用機種依存データ登録部150は空である。
(A) shows a state when a version 1.0 printer driver is first installed and the user registers printing of printers of models A to C using the printer driver.
It is assumed that the model-dependent data of models A to D is included in version 1.0, and these model-dependent data are registered in the model-dependent data registration unit 140. In addition, the registered models are registered models A to C. At this time, the use history 171 and the model-dependent data registration unit 150 for takeover are empty.

(b)に示すのは、その後機種A及び機種Bのプリンタが使用された後の状態である。この時点では、図9の処理により、使用履歴171に使用機種と最終使用日が記載されている。また、引継用機種依存データ登録部150には、図9のステップS24の処理により、機種Aと機種Bが最初に使用された時に、それぞれ対応する機種依存データが登録される。
機種依存データ登録部140及び使用登録機種の内容は、プリンタの使用によっては変化しない。
(B) shows a state after the printers of model A and model B are used thereafter. At this time, the use model and the last use date are described in the use history 171 by the process of FIG. In addition, the model-dependent data corresponding to the model A and the model B are registered in the model-dependent data registration unit 150 for transfer when the model A and the model B are used for the first time by the process of step S24 in FIG.
The contents of the model-dependent data registration unit 140 and the registered use model do not change depending on the use of the printer.

(c)に示すのは、その後プリンタドライバがアップデートされ、バージョン2.0のプリンタドライバがインストールされた後の状態である。なお、アップデート時の使用継続条件161は「使用機種」であるとする。
バージョン2.0では、機種A及び機種Bの機種依存データは非同梱となり、新たに機種E及び機種Fの機種依存データが同梱となり、全体として機種C〜Fの機種依存データが同梱されているとする。機種依存データ登録部140には、これらの機種依存データが登録される。
(C) shows a state after the printer driver is updated and the version 2.0 printer driver is installed. It is assumed that the use continuation condition 161 at the time of update is “model used”.
In version 2.0, model-dependent data of model A and model B is not included, model-dependent data of model E and model F are newly included, and model-dependent data of models C to F are included as a whole. Suppose that These model-dependent data are registered in the model-dependent data registration unit 140.

一方、非同梱となる機種A及び機種Bについては、双方とも「使用機種」の条件に該当するため、図11乃至図13の処理の結果、引継用機種依存データ登録部150に機種依存データが残され、アップデート後も使用できる状態となる。使用履歴171もそのまま残る。使用登録機種については、アップデートの影響は受けない。   On the other hand, since the model A and the model B that are not included in the package both satisfy the “use model” condition, the model-dependent data is stored in the model-dependent data registration unit 150 for transfer as a result of the processing of FIGS. 11 to 13. Will remain and can be used after the update. The usage history 171 also remains as it is. The registered models are not affected by the update.

(d)に示すのは、その後機種Dが使用登録され、機種Aの使用登録が解除された後の状態である。この登録及び登録解除に応じて、使用登録機種の情報が変更されるが、他の情報は登録及び登録解除の影響を受けない。
(e)に示すのは、その後機種B及び機種Dのプリンタが使用された後の状態である。この時点では、図9の処理により、使用履歴171に機種Dの情報が追加され、また、機種Bについては最終使用日が更新されている。
(D) shows a state after model D is registered for use and model A is unregistered. In response to this registration and deregistration, information on the registered model used is changed, but other information is not affected by the registration and deregistration.
(E) shows a state after the printers of model B and model D are used thereafter. At this time, the model D information is added to the usage history 171 by the process of FIG.

(f1)に示すのは、その後プリンタドライバがアップデートされ、バージョン3.0のプリンタドライバがインストールされた後の状態である。アップデート時の使用継続条件161は「所定期間内使用」であり、機種B及び機種Dは所定期間内に使用されているが、機種Aの使用は所定期間より前であるとする。
バージョン3.0では、機種Cの機種依存データは非同梱となり、新たに機種Gの機種依存データが同梱となり、全体として機種D〜Gの機種依存データが同梱されているとする。機種依存データ登録部140には、これらの機種依存データが登録される。
(F1) shows the state after the printer driver is updated and the version 3.0 printer driver is installed. The usage continuation condition 161 at the time of update is “use within a predetermined period”, and the models B and D are used within a predetermined period, but the use of the model A is assumed to be before the predetermined period.
In version 3.0, model-dependent data of model C is not included, model-dependent data of model G is newly included, and model-dependent data of models D to G is included as a whole. These model-dependent data are registered in the model-dependent data registration unit 140.

一方、非同梱となる機種Cについては、使用の履歴がなく、「所定期間内使用」の条件に該当しないため、図11乃至図13の処理の結果、引継用機種依存データ登録部150に機種依存データが残されないことになる。また、引継用機種依存データ登録部150に機種依存データが登録されていた機種Aについても、所定期間内に使用されていないため、機種依存データを残さない旨の判別結果となり、引継用機種依存データ登録部150から機種依存データが削除される。
従って、機種A及び機種Cは、アップデート前は使用できていたものがアップデート後は使用できないようになる。しかし、機種A及び機種Cは今後も使用する可能性が低いと考えられ、この点は問題とならない。なお、機種Aの情報は使用履歴171からも削除される。
On the other hand, the non-enclosed model C does not have a history of use and does not satisfy the condition of “use within a predetermined period”. Therefore, as a result of the processing of FIG. 11 to FIG. Model-dependent data will not be left. In addition, model A for which model-dependent data has been registered in the model-dependent data registration unit for takeover 150 is not used within a predetermined period, so that it becomes a determination result indicating that model-dependent data is not left. The model-dependent data is deleted from the data registration unit 150.
Accordingly, the models A and C that can be used before the update cannot be used after the update. However, it is considered that the model A and the model C are unlikely to be used in the future, and this is not a problem. Note that the model A information is also deleted from the usage history 171.

一方、機種Bについては、「所定期間内使用」の条件に該当するため、引継用機種依存データ登録部150に機種依存データが残され、アップデート後も使用できる状態となる。
また、機種Dについては、「所定期間内使用」の条件には該当するが、バージョン3.0のプリンタドライバに機種依存データが同梱されているため、引継用機種依存データ登録部150からは機種依存データが削除される。しかし、アップデート後も、機種依存データ登録部140の機種依存データを用いて、機種Dの制御機能を使用できる。
On the other hand, since the model B satisfies the condition “use within a predetermined period”, the model-dependent data is left in the model-dependent data registration unit 150 for transfer and can be used after the update.
For model D, although the “use within a predetermined period” condition is met, model-dependent data is included in the version 3.0 printer driver. Model-dependent data is deleted. However, even after the update, the control function of the model D can be used using the model-dependent data of the model-dependent data registration unit 140.

なお、引継用機種依存データ登録部150からの機種依存データの削除に伴い、機種Dの情報は使用履歴171からも削除され、再度履歴をカウントし直す。しかし、継続して使用可能とする機種については、履歴を削除しないようにしてもよい。
使用登録機種がアップデートの影響は受けないことは、(c)の場合と同様である。
With the deletion of the model-dependent data from the model-dependent data registration unit for takeover 150, the model D information is also deleted from the usage history 171 and the history is counted again. However, the history may not be deleted for models that can continue to be used.
The fact that the registered model is not affected by the update is the same as in the case of (c).

(f2)に示すのは、(e)の後、「登録機種」の条件でバージョン3.0へのアップデートを行った場合の例である。
この場合も、機種依存データ登録部140に登録される機種依存データは(f1)の場合と同様である。
しかし、非同梱となる機種Cについては、使用登録があり、「登録機種」の条件に該当するため、図11乃至図13の処理の結果、引継用機種依存データ登録部150に機種依存データが残され、アップデート後も使用できる状態となる。ただし、このことに応じて機種Cの情報が使用履歴171に登録されることはない。
(F2) shows an example in which, after (e), an update to version 3.0 is performed under the conditions of “registered model”.
Also in this case, the model-dependent data registered in the model-dependent data registration unit 140 is the same as in the case of (f1).
However, since the model C that is not included is registered for use and satisfies the condition of “registered model”, the model-dependent data is stored in the model-dependent data registration unit 150 for transfer as a result of the processing of FIGS. 11 to 13. Will remain and can be used after the update. However, the information on the model C is not registered in the usage history 171 in response to this.

機種A、機種B及び機種Dの扱いについては、(f1)の場合と同様である。ただし、アップデート後も使用できる状態とするか否かは、該当機種について使用登録があるか否かによって判別する。
このように、以上説明してきた処理及び動作によれば、使用継続条件161に従い、機種依存データが非同梱となった後も、引き続き使用される可能性が高い機種を使用可能とすることができる。また、使用される可能性が低い機種の機種依存データを削除することができる。
Handling of model A, model B, and model D is the same as in the case of (f1). However, whether or not to make it usable after the update is determined by whether or not there is a use registration for the corresponding model.
As described above, according to the processing and operation described above, it is possible to use a model that is likely to continue to be used even after the model-dependent data is not included in accordance with the use continuation condition 161. it can. In addition, it is possible to delete model-dependent data of models that are unlikely to be used.

以上で実施形態及び比較例の説明を終了するが、この発明において、各部の具体的な構成や処理の手順、取り扱うデータの構成及び形式等は、実施形態で説明したものに限るものではない。
例えば、使用継続条件について、以上の実施形態で述べたもの以外を設定可能としてもよい。直近所定期間内に所定回数以上使用した、等である。
Although the description of the embodiment and the comparative example is finished as described above, in the present invention, the specific configuration of each unit, the processing procedure, the configuration and format of data to be handled, and the like are not limited to those described in the embodiment.
For example, the use continuation condition may be set other than those described in the above embodiment. It has been used more than a predetermined number of times in the most recent predetermined period.

また、機能の単位は、必ずしも制御対象の機種と1対1対応でなくてもよい。例えば、「機種Aのプリンタを制御し、そのUIを日本語で提供する機能」と「機種Aのプリンタを制御し、そのUIをイタリア語で提供する機能」など、制御対象のデバイスの機種よりも細かい単位で機能を区分し、その機能毎に機能対応情報を用意してもよい。
このようにすれば、例えばあるバージョンのプリンタドライバからイタリア語のUIを提供する機種依存データが非同梱となっても、その機種依存データを引継用機種依存データ登録部150に残しておくことにより、引き続きイタリア語のUIを提供することができる。
Further, the function unit does not necessarily have a one-to-one correspondence with the model to be controlled. For example, from the model of the device to be controlled, such as “function to control the printer of model A and provide its UI in Japanese” and “function to control the printer of model A and provide its UI in Italian” It is also possible to divide functions into fine units and prepare function correspondence information for each function.
In this way, for example, even if model-dependent data providing an Italian UI from a certain version of the printer driver is not included, the model-dependent data is left in the model-dependent data registration unit 150 for transfer. Will continue to provide Italian UI.

なお、上記のように、機種と言語の組み合わせに対応する機種依存情報を設ける場合、使用履歴も機種と言語の組み合わせ毎に登録し、使用したか否かの判断も、機種と言語の組み合わせを基準に行うようにするとよい。
また、使用継続条件を、機種についてと言語について、個別に設定できるようにしてもよい。機種については「登録機種」を、言語については、「使用言語」を設定し、使用登録がされている機種について、一度でも使用したことのある言語の機種依存データを全て残す、等である。
As described above, when providing model-dependent information corresponding to the combination of model and language, the usage history is also registered for each combination of model and language, and whether or not it has been used is also determined by the combination of model and language. It is good to do it to the standard.
Further, the use continuation condition may be set individually for the model and the language. For example, “registered model” is set for the model, “use language” is set for the language, and all the model-dependent data of the language that has been used even once is left for the registered model.

また、言語以外にも、「機種Aのプリンタ機能を制御する機能」と「機種Aのスキャナ機能を制御する機能」とを区別するといったように、制御対象のデバイスが備える機能に応じて、ドライバが提供する機能を区別することも考えられる。
逆に、「機種A及び機種Bのプリンタを制御する機能」のように、ドライバが、1つの機能対応情報を用いて、複数の機種を制御する機能を提供することも考えられる。
In addition to the language, a driver corresponding to a function included in a device to be controlled, such as “function to control the printer function of model A” and “function to control the scanner function of model A” is distinguished. It is also possible to distinguish the functions provided by.
On the contrary, it is also conceivable that the driver provides a function for controlling a plurality of models by using one function correspondence information, such as “a function for controlling printers of model A and model B”.

また、PC10が実行するプログラムが機能対応情報を用いて提供する機能は、プリンタ等の画像形成装置の制御に限られず、スキャナ、ファクシミリ装置、MFP、プロジェクタ、電子ホワイトボード、遠隔会議システム等、任意のデバイスを制御する機能であってよい。あるいは、デバイスの制御以外の機能であってもよい。これらの場合、レンダラモジュール132に代えて、またはこれに加えて、その機能の提供に必要なモジュールを設ける。
また、プログラムを実行する装置も、PCには限られず、プログラムを実行可能なプロセッサを備えた装置であれば、任意の情報処理装置でよい。上記のスキャナ、ファクシミリ装置、MFP、プロジェクタ、電子ホワイトボード、遠隔会議システム等であっても構わない。携帯情報端末やスマートフォンであっても構わない。
Further, the function provided by the program executed by the PC 10 using the function correspondence information is not limited to the control of the image forming apparatus such as a printer, and may be any scanner, facsimile apparatus, MFP, projector, electronic whiteboard, remote conference system, etc. This function may control the device. Alternatively, functions other than device control may be used. In these cases, a module necessary for providing the function is provided instead of or in addition to the renderer module 132.
The apparatus for executing the program is not limited to the PC, and any information processing apparatus may be used as long as the apparatus includes a processor capable of executing the program. The scanner, facsimile apparatus, MFP, projector, electronic whiteboard, remote conference system, and the like may be used. It may be a portable information terminal or a smartphone.

また、上述した実施形態では、図11乃至図13の処理を、既存プリンタドライバ120aが実行するように説明したが、インストーラ200が実行するようにしてもよい。
また、上述した実施形態では、各種登録部150〜180を、プリンタドライバ120の外部に設ける例を説明したが、これは必須ではない。プリンタドライバ120の動作中は、プリンタドライバ120の一部としてこれらの登録部を設け、プリンタドライバ120をアンインストールする際に、各種登録部150〜180を、削除されない位置に退避させるようにしてもよい。
この場合、機種依存データ登録部140と引継用機種依存データ登録部150とを区別する必要はない。
In the above-described embodiment, the processing of FIGS. 11 to 13 has been described as being executed by the existing printer driver 120a, but may be executed by the installer 200.
In the above-described embodiment, the example in which the various registration units 150 to 180 are provided outside the printer driver 120 has been described, but this is not essential. During operation of the printer driver 120, these registration units are provided as a part of the printer driver 120, and when the printer driver 120 is uninstalled, the various registration units 150 to 180 may be evacuated to positions that are not deleted. Good.
In this case, there is no need to distinguish between the model-dependent data registration unit 140 and the takeover model-dependent data registration unit 150.

また、各種登録部150〜180は、プリンタドライバ120から参照可能であれば、PC10の外部に設けてもよい。ユーザ環境のサーバ装置や、クラウド環境のストレージ装置に設けることが考えられる。その他、上述の実施形態でPC10が備えるとした機能を複数の情報処理装置に分散して設け、それらの装置が協働してPC10と同様な機能を実現するようにしてもよい。   The various registration units 150 to 180 may be provided outside the PC 10 as long as they can be referred to from the printer driver 120. It may be provided in a server device in a user environment or a storage device in a cloud environment. In addition, the functions that the PC 10 includes in the above-described embodiment may be provided in a distributed manner in a plurality of information processing apparatuses, and these apparatuses may cooperate to realize the same functions as the PC 10.

この発明の実施形態であるプログラムは、1のコンピュータを、または複数のコンピュータを協働させて、上述したプリンタドライバ120のような機能対応情報の管理機能を実現させるためのプログラムである。そして、このようなプログラムをコンピュータに実行させることにより、上述したような効果を得ることができる。
このようなプログラムは、はじめからコンピュータに備えるROMや他の不揮発性記憶媒体(フラッシュメモリ,EEPROM等)などに格納しておいてもよい。しかし、メモリカード、CD、DVD、ブルーレイディスク等の任意の不揮発性記録媒体に記録して提供することもできる。それらの記録媒体に記録されたプログラムをコンピュータにインストールして実行させることにより、上述した各手順を実行させることができる。
A program according to an embodiment of the present invention is a program for realizing a management function of function correspondence information such as the printer driver 120 described above by cooperating one computer or a plurality of computers. Then, by causing the computer to execute such a program, the above-described effects can be obtained.
Such a program may be stored in a ROM or other nonvolatile storage medium (flash memory, EEPROM, etc.) provided in the computer from the beginning. However, it can also be provided by being recorded on an arbitrary nonvolatile recording medium such as a memory card, CD, DVD, or Blu-ray disc. Each procedure described above can be executed by installing the program recorded in the recording medium in a computer and executing the program.

さらに、ネットワークに接続され、プログラムを記録した記録媒体を備える外部装置あるいはプログラムを記憶手段に記憶した外部装置からダウンロードし、コンピュータにインストールして実行させることも可能である。   Furthermore, it is also possible to download from an external device that is connected to a network and includes a recording medium that records the program, or an external device that stores the program in a storage unit, and install and execute the program on a computer.

また、この発明の情報処理システムは、上述のプログラムと、そのプログラムが機能対応情報を用いて提供するデバイス制御機能により制御されるデバイスとを備えたシステムである。このプログラムとデバイスとの組み合わせにより、実施形態及び変形例において述べた効果を得ることができる。
また、以上説明してきた実施形態及び変形例の構成は、相互に矛盾しない限り任意に組み合わせて実施可能であることは勿論である。
An information processing system of the present invention is a system including the above-described program and a device controlled by a device control function provided by the program using function correspondence information. By combining the program and the device, the effects described in the embodiment and the modification can be obtained.
Moreover, it is needless to say that the configurations of the embodiment and the modified examples described above can be arbitrarily combined and implemented as long as they do not contradict each other.

10:PC、11:CPU、12:ROM、13:RAM、14:HDD、15:通信I/F、16:表示部、17:操作部、18:システムバス、20:プリンタ、30:ネットワーク、110:OS、120:プリンタドライバ、120a:既存プリンタドライバ、120b:新規プリンタドライバ、130:ドライバコア部、131:UIモジュール、132:レンダラモジュール、140:機種依存データ登録部、141,151:機種依存データ、150:引継用機種依存データ登録部、160:使用継続条件登録部、161:使用継続条件、170:使用履歴登録部、171:使用履歴、180:使用継続機種登録部、181:使用継続機種一覧、190:使用登録、200:インストーラ、400:使用継続条件設定画面、401:用機種選択部、402:カスタム条件選択部、403:所定期間選択部、404:登録機種選択部、405:サポート期間選択部、406:OKボタン、407:キャンセルボタン 10: PC, 11: CPU, 12: ROM, 13: RAM, 14: HDD, 15: Communication I / F, 16: Display unit, 17: Operation unit, 18: System bus, 20: Printer, 30: Network, 110: OS, 120: Printer driver, 120a: Existing printer driver, 120b: New printer driver, 130: Driver core unit, 131: UI module, 132: Renderer module, 140: Model-dependent data registration unit, 141, 151: Model Dependent data, 150: Transfer model dependent data registration unit, 160: Use continuation condition registration unit, 161: Use continuation condition, 170: Use history registration unit, 171: Use history, 180: Use continuation model registration unit, 181: Use Continuous model list, 190: use registration, 200: installer, 400: use continuation condition setting screen, 4 1: for model selection unit, 402: Custom condition selection unit, 403: a predetermined period selection unit, 404: registration model selection unit, 405: supporting period selection unit, 406: OK button 407: Cancel Button

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

Claims (19)

コンピュータを、
複数の機能毎に、該機能を実現するための情報を含む機能対応情報を登録する第1の登録手段と、
前記機能対応情報を用いて前記機能を提供する所定のプログラムを更新した後でも残す機能対応情報を選択するための条件である継続条件を登録する条件登録手段と、
前記所定のプログラムを更新する場合に、前記継続条件に基づいて、前記第1の登録手段が登録した機能対応情報のうち残すものと削除するものとを判別する判別手段と、
前記判別手段が削除すると判別した機能対応情報を削除する削除手段として機能させるためのプログラム。
Computer
First registration means for registering function correspondence information including information for realizing the function for each of a plurality of functions;
Condition registration means for registering a continuation condition, which is a condition for selecting function correspondence information that remains even after updating a predetermined program that provides the function using the function correspondence information;
When updating the predetermined program, based on the continuation condition, a determination unit that determines whether to leave or delete the function correspondence information registered by the first registration unit;
A program for functioning as deletion means for deleting function correspondence information determined to be deleted by the determination means.
請求項1に記載のプログラムであって、
前記コンピュータを、さらに、
前記機能の使用履歴を記録する履歴記録手段として機能させ、
前記判別手段は、前記使用履歴を前記継続条件に当てはめて、前記判別を行う機能を備えることを特徴とするプログラム。
The program according to claim 1,
Said computer further
Function as history recording means for recording the usage history of the function,
The determination means includes a function of performing the determination by applying the use history to the continuation condition.
請求項2に記載のプログラムであって、
前記条件登録手段は、前記継続条件として、ある機能が使用されたことがある場合にその機能と対応する機能対応情報を残す、という条件を登録可能であることを特徴とするプログラム。
The program according to claim 2,
The condition registering unit can register a condition that, as the continuation condition, a condition that, when a certain function has been used, function correspondence information corresponding to the function is left, can be registered.
請求項2又は3に記載のプログラムであって、
前記条件登録手段は、前記継続条件として、ある機能が直近所定期間内に使用されている場合にその機能と対応する機能対応情報を残す、という条件を登録可能であることを特徴とするプログラム。
The program according to claim 2 or 3,
The condition registering unit is capable of registering, as the continuation condition, a condition that a function corresponding information corresponding to a function remains when the function is used within a predetermined period.
請求項1乃至4のいずれか一項に記載のプログラムであって、
前記条件登録手段は、前記継続条件として、前記複数の機能のうち、ユーザに提示する選択肢に含まれることが登録されている機能と対応する機能対応情報を残す、という条件を登録可能であることを特徴とするプログラム。
A program according to any one of claims 1 to 4,
The condition registration means can register a condition that, as the continuation condition, a function correspondence information corresponding to a function registered to be included in an option to be presented to a user is left among the plurality of functions. A program characterized by
請求項1乃至5のいずれか一項に記載のプログラムであって、
前記条件登録手段は、前記継続条件として、ベンダのサポート保証期間内でない機能対応情報を削除する、という条件を登録可能であることを特徴とするプログラム。
A program according to any one of claims 1 to 5,
The condition registering unit is capable of registering, as the continuation condition, a condition that the function correspondence information not within the vendor's support guarantee period is deleted.
請求項1乃至6のいずれか一項に記載のプログラムであって、
前記条件登録手段は、ユーザからの指示に従って前記継続条件の登録を行うことを特徴とするプログラム。
A program according to any one of claims 1 to 6,
The condition registering unit registers the continuation condition according to an instruction from a user.
請求項1乃至7のいずれか一項に記載のプログラムであって、
前記コンピュータを、
前記機能対応情報を用いて前記機能を提供する機能提供手段と、
当該プログラムと共にインストールされた機能対応情報を登録する第2の登録手段として機能させるためのプログラムをさらに含み、
前記第1の登録手段は、前記機能提供手段が、前記第2の登録手段が登録した機能対応情報を用いて機能を提供した場合に、該機能対応情報を登録する機能を備えることを特徴とするプログラム。
A program according to any one of claims 1 to 7,
The computer,
A function providing means for providing the function using the function correspondence information;
A program for functioning as a second registration means for registering the function correspondence information installed together with the program;
The first registration unit includes a function of registering the function correspondence information when the function provision unit provides a function using the function correspondence information registered by the second registration unit. Program to do.
請求項8に記載のプログラムであって、
前記第1の登録手段は、前記所定のプログラムを更新する場合に、前記第2の登録手段が登録した機能対応情報であって前記第1の登録手段がまだ登録していない機能対応情報のうち、前記継続条件に基づいて残すと判断したものを新たに登録する機能を備えることを特徴とするプログラム。
The program according to claim 8, wherein
The first registration unit is a function correspondence information registered by the second registration unit and not yet registered by the first registration unit when the predetermined program is updated. A program having a function of newly registering what is determined to remain based on the continuation condition.
複数の機能毎に、該機能を実現するための情報を含む機能対応情報を登録する第1の登録手段と、
前記機能対応情報を用いて前記機能を提供する所定のプログラムを更新した後でも残す機能対応情報を選択するための条件である継続条件を登録する条件登録手段と、
前記所定のプログラムを更新する場合に、前記継続条件に基づいて、前記第1の登録手段が登録した機能対応情報のうち残すものと削除するものとを判別する判別手段と、
前記判別手段が削除すると判別した機能対応情報を削除する削除手段とを備えた情報処理装置。
First registration means for registering function correspondence information including information for realizing the function for each of a plurality of functions;
Condition registration means for registering a continuation condition, which is a condition for selecting function correspondence information that remains even after updating a predetermined program that provides the function using the function correspondence information;
When updating the predetermined program, based on the continuation condition, a determination unit that determines whether to leave or delete the function correspondence information registered by the first registration unit;
An information processing apparatus comprising: deletion means for deleting function correspondence information determined to be deleted by the determination means.
請求項10に記載の情報処理装置であって、
前記機能の使用履歴を記録する履歴記録手段を備え、
前記判別手段は、前記使用履歴を前記継続条件に当てはめて、前記判別を行うことを特徴とする情報処理装置。
The information processing apparatus according to claim 10,
A history recording means for recording the usage history of the function;
The information processing apparatus according to claim 1, wherein the determination unit performs the determination by applying the use history to the continuation condition.
請求項11に記載の情報処理装置であって、
前記条件登録手段は、前記継続条件として、ある機能が使用されたことがある場合にその機能と対応する機能対応情報を残す、という条件を登録可能であることを特徴とする情報処理装置。
The information processing apparatus according to claim 11,
The information processing apparatus according to claim 1, wherein the condition registering unit can register a condition that, as the continuation condition, a function corresponding information corresponding to a function is left when a function has been used.
請求項11又は12に記載の情報処理装置であって、
前記条件登録手段は、前記継続条件として、ある機能が直近所定期間内に使用されている場合にその機能と対応する機能対応情報を残す、という条件を登録可能であることを特徴とする情報処理装置。
An information processing apparatus according to claim 11 or 12,
The condition registration means is capable of registering, as the continuation condition, a condition that, when a certain function is used within the most recent predetermined period, the function correspondence information corresponding to the function is left. apparatus.
請求項10乃至13のいずれか一項に記載の情報処理装置であって、
前記条件登録手段は、前記継続条件として、前記複数の機能のうち、ユーザに提示する選択肢に含まれることが登録されている機能と対応する機能対応情報を残す、という条件を登録可能であることを特徴とする情報処理装置。
An information processing apparatus according to any one of claims 10 to 13,
The condition registration means can register a condition that, as the continuation condition, a function correspondence information corresponding to a function registered to be included in an option to be presented to a user is left among the plurality of functions. An information processing apparatus characterized by the above.
請求項10乃至14のいずれか一項に記載の情報処理装置であって、
前記条件登録手段は、前記継続条件として、ベンダのサポート保証期間内でない機能対応情報を削除する、という条件を登録可能であることを特徴とする情報処理装置。
The information processing apparatus according to any one of claims 10 to 14,
The information processing apparatus according to claim 1, wherein the condition registration unit can register a condition that the function correspondence information that is not within a vendor guarantee period is deleted as the continuation condition.
請求項10乃至15のいずれか一項に記載の情報処理装置であって、
前記条件登録手段は、ユーザからの指示に従って前記継続条件の登録を行うことを特徴とする情報処理装置。
The information processing apparatus according to any one of claims 10 to 15,
The information registration apparatus, wherein the condition registration unit registers the continuation condition in accordance with an instruction from a user.
請求項10乃至16のいずれか一項に記載の情報処理装置であって、
前記機能対応情報を用いて前記機能を提供する機能提供手段と、
前記所定のプログラムと共にインストールされた機能対応情報を登録する第2の登録手段とを備え、
前記第1の登録手段は、前記機能提供手段が、前記第2の登録手段が登録した機能対応情報であって前記第1の登録手段がまだ登録していない機能対応情報を用いて機能を提供した場合に、該機能対応情報を登録することを特徴とする情報処理装置。
An information processing apparatus according to any one of claims 10 to 16,
A function providing means for providing the function using the function correspondence information;
Second registration means for registering the function correspondence information installed together with the predetermined program,
In the first registration unit, the function providing unit provides a function using the function correspondence information registered by the second registration unit and not yet registered by the first registration unit. And an information processing apparatus for registering the function correspondence information.
請求項17に記載の情報処理装置であって、
前記第1の登録手段は、前記所定のプログラムを更新する場合に、前記第2の登録手段が登録した機能対応情報であって前記第1の登録手段がまだ登録していない機能対応情報のうち、前記継続条件に基づいて残すと判断したものを新たに登録することを特徴とする情報処理装置。
The information processing apparatus according to claim 17,
The first registration unit is a function correspondence information registered by the second registration unit and not yet registered by the first registration unit when the predetermined program is updated. An information processing apparatus for newly registering what is determined to remain based on the continuation condition.
前記機能がデバイス制御機能である請求項1乃至9のいずれか一項に記載のプログラムと、
前記デバイス制御機能により制御されるデバイスとを備えたことを特徴とする情報処理システム。
The program according to any one of claims 1 to 9, wherein the function is a device control function;
An information processing system comprising a device controlled by the device control function.
JP2013191867A 2013-09-17 2013-09-17 Program, information processing apparatus and information processing system Expired - Fee Related JP6225590B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013191867A JP6225590B2 (en) 2013-09-17 2013-09-17 Program, information processing apparatus and information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013191867A JP6225590B2 (en) 2013-09-17 2013-09-17 Program, information processing apparatus and information processing system

Publications (2)

Publication Number Publication Date
JP2015060276A true JP2015060276A (en) 2015-03-30
JP6225590B2 JP6225590B2 (en) 2017-11-08

Family

ID=52817783

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013191867A Expired - Fee Related JP6225590B2 (en) 2013-09-17 2013-09-17 Program, information processing apparatus and information processing system

Country Status (1)

Country Link
JP (1) JP6225590B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016206816A (en) * 2015-04-20 2016-12-08 コニカミノルタ株式会社 Printer driver update program and printer driver update method
JP2017120511A (en) * 2015-12-28 2017-07-06 セイコーエプソン株式会社 Print processing system, print processing method, print management device, and print management program
JP2018073324A (en) * 2016-11-04 2018-05-10 セイコーエプソン株式会社 Print management device, printer, print management program, and image processing program
JP2020135124A (en) * 2019-02-14 2020-08-31 富士ゼロックス株式会社 Information processing device and program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007066189A (en) * 2005-09-01 2007-03-15 Canon Inc Program and method for managing device driver, and information processor
JP2011180956A (en) * 2010-03-03 2011-09-15 Seiko Epson Corp Program management system and program management method
JP2013061760A (en) * 2011-09-13 2013-04-04 Konica Minolta Business Technologies Inc Program and information processor

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007066189A (en) * 2005-09-01 2007-03-15 Canon Inc Program and method for managing device driver, and information processor
JP2011180956A (en) * 2010-03-03 2011-09-15 Seiko Epson Corp Program management system and program management method
JP2013061760A (en) * 2011-09-13 2013-04-04 Konica Minolta Business Technologies Inc Program and information processor

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016206816A (en) * 2015-04-20 2016-12-08 コニカミノルタ株式会社 Printer driver update program and printer driver update method
JP2017120511A (en) * 2015-12-28 2017-07-06 セイコーエプソン株式会社 Print processing system, print processing method, print management device, and print management program
JP2018073324A (en) * 2016-11-04 2018-05-10 セイコーエプソン株式会社 Print management device, printer, print management program, and image processing program
JP2020135124A (en) * 2019-02-14 2020-08-31 富士ゼロックス株式会社 Information processing device and program
JP7286992B2 (en) 2019-02-14 2023-06-06 富士フイルムビジネスイノベーション株式会社 Information processing device and program

Also Published As

Publication number Publication date
JP6225590B2 (en) 2017-11-08

Similar Documents

Publication Publication Date Title
US7506142B2 (en) Method for configuring device driver by customizing same user setting using in different image processing devices
JP6379805B2 (en) Information processing program, information processing apparatus, and information processing system
JP6225822B2 (en) Output system, terminal device, program, and output method
JP6303404B2 (en) Output system, terminal device, program, and output method
JP6225590B2 (en) Program, information processing apparatus and information processing system
JP2014203268A (en) Information processing device and control method
JP2017068304A (en) Information processing device and program
US20070130376A1 (en) Method and apparatus for setting configuration information
JP2017021647A (en) Program, information processing device, installation system, and installation method
US8792107B2 (en) Information processing apparatus, method for uninstalling printer driver, and recording medium
JP6326795B2 (en) Information processing system, information processing apparatus, information processing method, and program
JP2011180681A (en) Installer and method for installing printer driver
JP5653287B2 (en) Printing system, print data generating apparatus, processing apparatus, printing method, computer program, and recording medium
JP5182165B2 (en) Information processing apparatus, information processing method, program, and recording medium
JP4336555B2 (en) Data processing device
JP5178319B2 (en) Application platform
JP2017117235A (en) Management program, management system, and information processing device
JP2020086525A (en) Print system, terminal device and print setting method
US9270853B2 (en) Exporting and importing for display on an image forming apparatus environment setting information of an application
US20200310718A1 (en) Printer driver and recording medium
JP6372181B2 (en) Output system, output control system, program, and output method
JP6252060B2 (en) Program, information processing apparatus, and image processing system
JP2015060312A (en) Program, information processing apparatus, and information processing system
US11627231B2 (en) Information processing device, and non- transitory computer-readable recording medium therefor
JP6418304B2 (en) Output system, terminal device, program, and output method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160908

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20170629

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20170704

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170825

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170925

R151 Written notification of patent or utility model registration

Ref document number: 6225590

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

LAPS Cancellation because of no payment of annual fees