JP2013250952A - Information processing apparatus, program and storage medium - Google Patents

Information processing apparatus, program and storage medium Download PDF

Info

Publication number
JP2013250952A
JP2013250952A JP2012127437A JP2012127437A JP2013250952A JP 2013250952 A JP2013250952 A JP 2013250952A JP 2012127437 A JP2012127437 A JP 2012127437A JP 2012127437 A JP2012127437 A JP 2012127437A JP 2013250952 A JP2013250952 A JP 2013250952A
Authority
JP
Japan
Prior art keywords
information
model
version
device driver
upd
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
JP2012127437A
Other languages
Japanese (ja)
Other versions
JP6051601B2 (en
Inventor
Tatsuro Yoshioka
達郎 吉岡
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 JP2012127437A priority Critical patent/JP6051601B2/en
Publication of JP2013250952A publication Critical patent/JP2013250952A/en
Application granted granted Critical
Publication of JP6051601B2 publication Critical patent/JP6051601B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To make a universal device driver for controlling a plurality of kinds of peripheral devices different in model easily correspond to a new model.SOLUTION: A verification unit 124 of an information processing apparatus 100 verifies whether or not installation of a second device driver to be an installation object can correspond to addition of model information on the basis of an information file 140 on compatibility between versions. When it is verified that the installation of the second device driver can correspond to the addition of the model information, an execution unit 131 adds, to a first model information file, difference information showing the difference between a model or function included in the first model information file of an installed first device driver and a model or function included in a second model information file of the second device driver.

Description

本発明は、情報処理装置、プログラム、及び記憶媒体に関する。   The present invention relates to an information processing apparatus, a program, and a storage medium.

ネットワークに接続されたプリンタ、スキャナ、ファックス、コピー機等の周辺機器を、ホストコンピュータ等の情報処理装置で制御することが行われている。この制御のためには、情報処理装置に、周辺機器の機種の各々に対応する制御プログラム(ドライバ、またはデバイスドライバと称する)をインストールする必要がある。   Peripheral devices such as printers, scanners, fax machines, and copiers connected to a network are controlled by an information processing device such as a host computer. For this control, it is necessary to install a control program (referred to as a driver or a device driver) corresponding to each type of peripheral device in the information processing apparatus.

ここで、1の周辺機器ではなく、機種の異なる複数種類の周辺機器を制御するためのデバイスドライバとして、ユニバーサルプリンタドライバ等の、ユニバーサルデバイスドライバが知られている。ユニバーサルデバイスドライバを用いることで、1のデバイスドライバで複数種類の周辺機器を制御することができる。しかし、従来のユニバーサルデバイスドライバでは、ドライバ内に保持している機種情報リストに登録されていない機種の周辺機器には対応することが出来ず、該機種の周辺機器に対応したバージョンへのバージョンアップが必要であった。   Here, a universal device driver such as a universal printer driver is known as a device driver for controlling not only one peripheral device but a plurality of types of peripheral devices of different models. By using a universal device driver, a single device driver can control a plurality of types of peripheral devices. However, the conventional universal device driver cannot support peripheral devices of a model that is not registered in the model information list held in the driver, and is upgraded to a version corresponding to the peripheral device of the model. Was necessary.

情報処理装置にインストールされているデバイスドライバのインストールにかかる作業を削減する方法として、例えば、特許文献1や特許文献2が開示されている。   For example, Patent Literature 1 and Patent Literature 2 are disclosed as methods for reducing the work required to install a device driver installed in an information processing apparatus.

特許文献1には、既にインストールされている特定のデバイスドライバに対する機能追加の情報を記述した追加機能データファイルを用意し、この追加機能データファイルの内容を、既にインストールされているデバイスドライバに反映させることが開示されている。   Patent Document 1 prepares an additional function data file in which information on function addition for a specific device driver already installed is described, and reflects the contents of the additional function data file on the already installed device driver. It is disclosed.

また、特許文献2には、周辺機器ドライバを、全ての周辺機器に共通仕様である基本プログラムを具備した構成とし、接続対象の周辺機器が保持する差分プログラムや、該周辺機器の機能に対応する機能プログラム等を含む周辺機器依存ファイルを、基本プログラムに追加することが開示されている。   Also, in Patent Document 2, the peripheral device driver is configured to include a basic program that is common to all peripheral devices, and corresponds to the difference program held by the peripheral device to be connected and the function of the peripheral device. It is disclosed that a peripheral device dependent file including a function program or the like is added to a basic program.

しかしながら、従来では、周辺機器の機種に共通のドライバに対して、接続対象の周辺機器固有の機能を追加することは開示されている。機種の異なる複数種類の周辺装置を制御するユニバーサルデバイスドライバについて、容易に、制御可能な対応機種を追加することは困難であった。   However, conventionally, it has been disclosed to add a function specific to a peripheral device to be connected to a driver common to the peripheral device model. Regarding universal device drivers that control multiple types of peripheral devices of different models, it was difficult to easily add compatible models that can be controlled.

本発明は、上記に鑑みてなされたものであって、機種の異なる複数種類の周辺装置を制御するためのユニバーサルデバイスドライバについて、容易に新たな機種を対応させることができる、情報処理装置、プログラム、及び記憶媒体を提供することを目的とする。   The present invention has been made in view of the above, and an information processing apparatus and program capable of easily supporting a new model for a universal device driver for controlling a plurality of types of peripheral devices of different models And a storage medium.

上述した課題を解決し、目的を達成するために、本発明の情報処理装置は、第1特定部と、第2特定部と、検証部と、実行部と、を備える。第1特定部は、インストール済の第1デバイスドライバに含まれる対応可能な周辺機器の機種及び機能を含む第1機種情報ファイルと、バージョン情報とに基づいて、該第1デバイスドライバのバージョン情報及び該第1デバイスドライバで対応可能な周辺機器の機種及び機能を特定する。第2特定部は、インストール対象の第2デバイスに含まれる対応可能な周辺機器の機種及び機能を含む第2機種情報ファイルと、バージョン情報とに基づいて、該第2デバイスドライバのバージョン情報及び該第2デバイスドライバで対応可能な周辺機器の機種及び機能を特定する。検証部は、デバイスドライバのインストールにおけるデバイスドライバのバージョン間の互換性情報を定めたバージョン間互換性情報ファイルに基づいて、前記第2デバイスドライバのインストールが機種情報の追加で対応可能であるか否かを検証する。実行部は、前記第2デバイスドライバのインストールが機種情報の追加で対応可能であると検証された場合に、前記第1特定部によって特定された機種及び機能と、前記第2特定部によって特定された機種及び機能と、の差分を示す差分情報を、該第1機種情報ファイルに追加する。   In order to solve the above-described problems and achieve the object, the information processing apparatus of the present invention includes a first specifying unit, a second specifying unit, a verification unit, and an execution unit. The first specifying unit, based on the first model information file including the models and functions of compatible peripheral devices included in the installed first device driver and the version information, and the version information of the first device driver and The peripheral device model and function that can be supported by the first device driver are specified. The second specifying unit, based on the second model information file including the model and function of the compatible peripheral device included in the second device to be installed and the version information, and the version information of the second device driver and the version information Identify peripheral device models and functions that can be supported by the second device driver. The verification unit determines whether or not the second device driver can be installed by adding model information based on a version compatibility information file that defines compatibility information between device driver versions in the device driver installation. Verify that. The execution unit is identified by the second identification unit and the model and function identified by the first identification unit when it is verified that the installation of the second device driver can be supported by adding model information. Difference information indicating the difference between the selected model and function is added to the first model information file.

本発明のプログラムは、コンピュータに実行させるためのプログラムであって、インストール済の第1デバイスドライバに含まれる対応可能な周辺機器の機種及び機能を含む第1機種情報ファイルと、バージョン情報とに基づいて、該第1デバイスドライバのバージョン情報及び該第1デバイスドライバで対応可能な周辺機器の機種及び機能を特定する第1ステップと、インストール対象の第2デバイスに含まれる対応可能な周辺機器の機種及び機能を含む第2機種情報ファイルと、バージョン情報とに基づいて、該第2デバイスドライバのバージョン情報及び該第2デバイスドライバで対応可能な周辺機器の機種及び機能を特定する第2ステップと、デバイスドライバのインストールにおけるデバイスドライバのバージョン間の互換性情報を定めたバージョン間互換性情報ファイルに基づいて、前記第2デバイスドライバのインストールが機種情報の追加で対応可能であるか否かを検証する第3ステップと、前記第2デバイスドライバのインストールが機種情報の追加で対応可能であると検証された場合に、前記第1ステップによって特定された機種及び機能と、前記第2ステップによって特定された機種及び機能と、の差分を示す差分情報を、該第1機種情報ファイルに追加する第4ステップと、を前記コンピュータに実行させるためのプログラムである。   The program of the present invention is a program to be executed by a computer, and is based on a first model information file including a model and function of a compatible peripheral device included in the installed first device driver, and version information. The first step of identifying the version information of the first device driver and the model and function of the peripheral device that can be supported by the first device driver, and the model of the compatible peripheral device included in the second device to be installed And a second step of specifying the version information of the second device driver and the model and function of the peripheral device that can be supported by the second device driver based on the second model information file including the function and the version information, Compatibility information between device driver versions in device driver installation A third step of verifying whether the installation of the second device driver can be supported by adding model information based on the determined version compatibility information file; and the installation of the second device driver is model information. Difference information indicating a difference between the model and function specified in the first step and the model and function specified in the second step is obtained. A program for causing the computer to execute a fourth step to be added to one model information file.

本発明の記憶媒体は、コンピュータに、インストール済の第1デバイスドライバに含まれる対応可能な周辺機器の機種及び機能を含む第1機種情報ファイルと、バージョン情報とに基づいて、該第1デバイスドライバのバージョン情報及び該第1デバイスドライバで対応可能な周辺機器の機種及び機能を特定する第1ステップと、インストール対象の第2デバイスに含まれる対応可能な周辺機器の機種及び機能を含む第2機種情報ファイルと、バージョン情報とに基づいて、該第2デバイスドライバのバージョン情報及び該第2デバイスドライバで対応可能な周辺機器の機種及び機能を特定する第2ステップと、デバイスドライバのインストールにおけるデバイスドライバのバージョン間の互換性情報を定めたバージョン間互換性情報ファイルに基づいて、前記第2デバイスドライバのインストールが機種情報の追加で対応可能であるか否かを検証する第3ステップと、前記第2デバイスドライバのインストールが機種情報の追加で対応可能であると検証された場合に、前記第1ステップによって特定された機種及び機能と、前記第2ステップによって特定された機種及び機能と、の差分を示す差分情報を、該第1機種情報ファイルに追加する第4ステップと、を実行させるためのプログラムを記憶した読取り可能な記憶媒体である。   The storage medium of the present invention is based on the first model information file including the models and functions of compatible peripheral devices included in the first device driver already installed in the computer, and the version information. Version information and a first step for identifying the peripheral device model and function that can be supported by the first device driver, and a second model that includes the compatible peripheral device model and function included in the second device to be installed A second step of identifying the version information of the second device driver and the model and function of the peripheral device that can be supported by the second device driver based on the information file and the version information; and the device driver in the installation of the device driver Version compatibility information file that defines compatibility information between versions And a third step of verifying whether or not the installation of the second device driver can be supported by adding model information, and that the installation of the second device driver can be supported by adding model information. When the verification is performed, the difference information indicating the difference between the model and function specified in the first step and the model and function specified in the second step is added to the first model information file. A readable storage medium storing a program for executing the four steps.

本発明によれば、機種の異なる複数種類の周辺装置を制御するためのユニバーサルデバイスドライバについて、容易に新たな機種を対応させることができる。   According to the present invention, a new model can be easily associated with a universal device driver for controlling a plurality of types of peripheral devices of different models.

図1は、本実施の形態の情報処理システムの構成を示す図である。FIG. 1 is a diagram illustrating a configuration of an information processing system according to the present embodiment. 図2は、バージョン間互換性情報ファイルの一例を示す模式図である。FIG. 2 is a schematic diagram illustrating an example of a version compatibility information file. 図3は、情報処理装置のソフトウェア構成を示す模式図である。FIG. 3 is a schematic diagram illustrating a software configuration of the information processing apparatus. 図4は、情報処理装置で実行するインストール処理の手順を示すフローチャートである。FIG. 4 is a flowchart illustrating a procedure of installation processing executed by the information processing apparatus. 図5は、インストール方式選択画面の一例を示す模式図である。FIG. 5 is a schematic diagram illustrating an example of an installation method selection screen. 図6は、選択可能な機種リストを示す画面である。FIG. 6 is a screen showing a selectable model list. 図7は、選択可能な機種リストを示す画面である。FIG. 7 is a screen showing a selectable model list. 図8は、インストール方式選択画面の一例を示す模式図である。FIG. 8 is a schematic diagram illustrating an example of an installation method selection screen. 図9は、インストール方式選択画面の一例を示す模式図である。FIG. 9 is a schematic diagram illustrating an example of an installation method selection screen. 図10は、機種情報ファイルの一例を示す模式図である。FIG. 10 is a schematic diagram illustrating an example of a model information file. 図11は、機能表示画面の一例を示す模式図である。FIG. 11 is a schematic diagram illustrating an example of a function display screen. 図12は、機能表示画面の一例を示す模式図である。FIG. 12 is a schematic diagram illustrating an example of a function display screen.

以下に添付図面を参照して、情報処理装置、プログラム、及び記録媒体の実施の形態を詳細に説明する。図1は、本実施の形態にかかる、情報処理システムの構成を示す図である。   Hereinafter, embodiments of an information processing device, a program, and a recording medium will be described in detail with reference to the accompanying drawings. FIG. 1 is a diagram illustrating a configuration of an information processing system according to the present embodiment.

図1に示すように、本実施の形態の情報処理システム1000は、情報処理装置100、サーバ200、及び機種の異なる複数種類の周辺機器としての画像形成装置400が、ネットワーク300を介して接続されている。   As shown in FIG. 1, an information processing system 1000 according to the present embodiment includes an information processing apparatus 100, a server 200, and image forming apparatuses 400 serving as a plurality of types of peripheral devices having different models connected via a network 300. ing.

ネットワークは、有線通信網であっても無線通信網であってもよい。ネットワークは、例えば、LAN(Local Area Network)を用い、Ethernet(登録商標)やTCP/IPなどの通信プロトコルを利用する。   The network may be a wired communication network or a wireless communication network. For example, the network uses a LAN (Local Area Network) and uses a communication protocol such as Ethernet (registered trademark) or TCP / IP.

画像形成装置400は、記録媒体に画像を形成する画像形成機能等を備えた公知の画像形成装置である。なお、図1には、説明を簡略化するために、1台の画像形成装置400がネットワーク300に接続されている図を示したが、実際には、機種の異なる複数種類の周辺機器が接続される。   The image forming apparatus 400 is a known image forming apparatus having an image forming function for forming an image on a recording medium. For the sake of simplicity, FIG. 1 shows a diagram in which one image forming apparatus 400 is connected to the network 300, but actually, a plurality of types of peripheral devices of different models are connected. Is done.

また、本実施の形態の情報処理システムでは、ネットワーク300に接続された周辺機器が、画像形成装置400である場合を説明するが、周辺機器は、画像形成装置に限られない。周辺機器は、例えば、ファクシミリ機能を備えたファックス装置や、スキャナ機能を備えたスキャナ装置、画像を投影する投影機能を備えた投影装置等であってもよい。また、周辺機器は、画像形成機能、ファクシミリ機能、スキャナ機能、及び投影機能等の複数の機能の内の2以上を備えた複合機であってもよい。   In the information processing system according to the present embodiment, the case where the peripheral device connected to the network 300 is the image forming apparatus 400 is described, but the peripheral device is not limited to the image forming apparatus. The peripheral device may be, for example, a fax machine having a facsimile function, a scanner apparatus having a scanner function, a projection apparatus having a projection function for projecting an image, or the like. Further, the peripheral device may be a multi-function peripheral having two or more of a plurality of functions such as an image forming function, a facsimile function, a scanner function, and a projection function.

画像形成装置400は、コントローラ402とエンジン部404とを備える。コントローラ402は、CPU(Central Processing Unit)と、ROM(Read Only Memory)、及びRAM(Random Access Memory)などの主記憶部と、HDDなどの補助記憶部と、通信部とを有する。主記憶部は、各種プログラムや各種データを記憶する。補助記憶部は、各種プログラムや各種データを記憶する。通信部は、情報処理装置100などの外部装置との通信を行う。CPUは、補助記憶部や主記憶部に記憶された各種プログラムを実行することにより、画像形成装置400全体の制御と描画、外部装置との通信部を介した通信、操作パネル(不図示)を介したユーザからの操作入力や操作パネルへの情報の表示を制御する。エンジン部404は、画像の印刷を行う公知のプリンタエンジンである。   The image forming apparatus 400 includes a controller 402 and an engine unit 404. The controller 402 includes a main storage unit such as a CPU (Central Processing Unit), a ROM (Read Only Memory), and a RAM (Random Access Memory), an auxiliary storage unit such as an HDD, and a communication unit. The main storage unit stores various programs and various data. The auxiliary storage unit stores various programs and various data. The communication unit communicates with an external device such as the information processing apparatus 100. The CPU executes various programs stored in the auxiliary storage unit and the main storage unit, thereby controlling and drawing the entire image forming apparatus 400, communicating via the communication unit with an external device, and an operation panel (not shown). Control operation input from the user and display of information on the operation panel. The engine unit 404 is a known printer engine that performs image printing.

画像形成装置400のコントローラ402は、情報処理装置100からサーバ200を介して印刷ジョブを受信する。印刷ジョブは、印刷条件や、印刷対象の画像データ等を含む。エンジン部404は、コントローラ402の制御によって、印刷ジョブに含まれる印刷条件に応じて、印刷ジョブに含まれる画像データの画像を記録媒体等に形成する。   The controller 402 of the image forming apparatus 400 receives a print job from the information processing apparatus 100 via the server 200. The print job includes printing conditions, image data to be printed, and the like. The engine unit 404 controls the controller 402 to form an image of image data included in the print job on a recording medium or the like according to the print conditions included in the print job.

サーバ200は、CPU、ROM、及びRAMなどを含んで構成されるコンピュータである。サーバ200は、ネットワーク300に接続された各画像形成装置400を管理して、情報処理装置100から受信した印刷ジョブを画像形成装置400へ送信する。本実施の形態では、サーバ200は、バージョン間互換性情報ファイル201を予め記憶している。   The server 200 is a computer that includes a CPU, a ROM, a RAM, and the like. The server 200 manages each image forming apparatus 400 connected to the network 300 and transmits a print job received from the information processing apparatus 100 to the image forming apparatus 400. In the present embodiment, the server 200 stores a version compatibility information file 201 in advance.

バージョン間互換性情報ファイル201は、ユニバーサルプリンタドライバのバージョン間における、互換性を示す情報である。なお、以下、ユニバーサルプリンタドライバを、UPDと称して説明する場合がある。   The version compatibility information file 201 is information indicating compatibility between versions of the universal printer driver. Hereinafter, the universal printer driver may be referred to as UPD.

バージョン間互換性情報ファイル201は、詳細には、各バージョンのUPDに対して、新たにUPDをインストールするときに、バージョンアップインストール(詳細後述)が必要となるUPDのバージョン情報や、機種情報の追加で対応可能なデバイスドライバのバージョン情報や、バージョンアップインストールが必要であるが追加対象の新機能の内の一部を制限機能として制限すれば機能情報の追加により対応することが可能である事を示す制約情報、等を規定したファイルである。   More specifically, the version compatibility information file 201 contains information on the version information of the UPD that requires an upgrade installation (details will be described later) and model information when a new UPD is installed for each version of the UPD. Version information of device drivers that can be additionally supported, and upgrade installation is necessary, but if some of the new functions to be added are restricted as restricted functions, it can be supported by adding function information Is a file that defines constraint information indicating

図2は、バージョン間互換性情報ファイル201の一例を示す模式図である。   FIG. 2 is a schematic diagram showing an example of the version compatibility information file 201.

バージョン間互換性情報ファイル201は、UPDのバージョン情報(VERSION)毎に、互換性情報を定めたファイルである。各UPDのバージョン情報毎の互換性情報は、旧バージョンのUPDに対する当該UPDの追加機能(ADD FUNCTION)、当該UPDの対応機種(SUPPORT MODEL)、当該バージョンのUPDに対して機種情報の追加で対応可能なUPDのバージョン情報(MODEL ADDITIONABLE)、バージョンアップインストールが必要であるが追加対象の新機能の内の一部を制限機能として制限すれば機能情報の追加により対応することが可能であるか否かを示す制約情報(追加機能に対する制約、とも称する)(FUNCTION LIMITATION VERSION UP)、当該バージョンのUPDに対してバージョンアップインストールが必要となるUPDのバージョン情報(NEED VERSION UP)、を規定している。   The version compatibility information file 201 is a file that defines compatibility information for each version information (VERSION) of UPD. Compatibility information for each version information of each UPD corresponds to an additional function (ADD FUNCTION) of the UPD with respect to the old version of UPD, a supported model (SUPPORT MODEL) of the UPD, and addition of model information to the UPD of the version. Possible UPD version information (MODEL ADDITIONABLE), upgrade installation is necessary, but if some of the new functions to be added are restricted as restricted functions, it is possible to cope with the addition of function information Restriction information (also referred to as restriction on additional functions) (FUNCTION LIMITATION VERSION UP), UPD version information (NEED VERSION) that requires an upgrade installation for this version of UPD UP).

図2の例では、バージョン間互換性情報ファイル201は、例えば、情報処理装置100に既にインストールされているUPDのバージョン(Ver)が1.0.0.0であるときに、バージョン1.1.0.0のUPDをインストールする場合、追加機能(ADD FUNCTION)は無い“NONE”が、NX110,NX210の2機種の機種が対応機種(SUPPORT MODEL)として増えることが示されている。   In the example of FIG. 2, the version compatibility information file 201 has a version 1.1 when the version (Ver) of the UPD already installed in the information processing apparatus 100 is 1.0.0.0, for example. When installing UPD of 0.0, “NONE” having no additional function (ADD FUNCTION) is shown to increase the number of two models NX110 and NX210 as supported models (SUPPORT MODEL).

また、図2のバージョン間互換性情報ファイル201には、バージョン1.0.0.0のUPDにおいて、機種追加で対応することの可能なUPDのバージョン情報(MODEL ADDITIONABLE)として、バージョン1.1.0.0から1.2.0.0までの範囲が示されている。また、図2のバージョン間互換性情報ファイル201には、バージョン1.0.0.0のUPDにおいて、バージョンアップインストールが必要であるが追加対象の新機能の内の一部を制限機能として制限すれば機能情報の追加により対応することが可能であるか否かを示す制約情報(FUNCTION LIMITATION VERSION UP)は、対応否、を示す“NONE”が示されている。また、図2のバージョン間互換性情報ファイル201には、バージョン1.0.0.0のUPDに対して、バージョンアップインストールが必要なUPDのバージョン情報(NEED VERSION UP)として、2.0.0.0以降のバージョンが示されている。   Also, the version compatibility information file 201 in FIG. 2 includes version 1.1 as UPD version information (MODEL ADDITIONABLE) that can be supported by adding a model in a version 1.0.0.0 UPD. A range from 0.0 to 1.2.0.0 is shown. Further, the version compatibility information file 201 in FIG. 2 requires a version upgrade installation in a version 1.0.0.0 UPD, but restricts some of the new functions to be added as restricted functions. Then, the restriction information (FUNCTION LIMITATION VERSION UP) indicating whether or not it is possible to cope with the addition of function information indicates “NONE” indicating whether or not the function is supported. Also, the version compatibility information file 201 in FIG. 2 includes 2.0.0.0 as version information (NEED VERSION UP) of UPD that requires upgrade installation for version 1.0.0.0 UPD. Versions after 0.0 are shown.

このように、バージョン間互換性情報ファイル201は、UPDのバージョン情報毎に、互換性情報を規定したファイルである。なお、バージョン間互換性情報ファイル201は、例えば、新たなUPDがリリースされたとき等に、リリース元の製造会社等によって提供または更新される。また、このバージョン間互換性情報ファイル201は、後述するバージョン間互換性ファイル140及びバージョン間互換性情報ファイル125と同じファイルである(図3参照、詳細後述)。   Thus, the version compatibility information file 201 is a file that defines compatibility information for each version information of UPD. Note that the inter-version compatibility information file 201 is provided or updated by the manufacturer of the release source when a new UPD is released, for example. The inter-version compatibility information file 201 is the same file as the inter-version compatibility file 140 and the inter-version compatibility information file 125 described later (see FIG. 3, details will be described later).

図1に戻り、情報処理装置100は、CPU、ROM(Read Only Memory)、及びRAM(Random Access Memory)などを含んで構成されるコンピュータである。また、情報処理装置10には、情報を表示する表示部と、ユーザの指示入力を受け付けるキーボードやマウス等の操作入力部と、画像形成装置400などの周辺機器やサーバ200との通信を制御する通信I/F(InterFace)とが有線又は無線により各々接続されている。表示部には、液晶等の公知の表示装置を用いればよい。   Returning to FIG. 1, the information processing apparatus 100 is a computer including a CPU, a ROM (Read Only Memory), a RAM (Random Access Memory), and the like. Further, the information processing apparatus 10 controls communication with a display unit that displays information, an operation input unit such as a keyboard and a mouse that accepts user instruction input, and peripheral devices such as the image forming apparatus 400 and the server 200. A communication interface (I / F) is connected to each other by wire or wireless. A known display device such as a liquid crystal may be used for the display portion.

図3は、情報処理装置100のソフトウェア構成を示す模式図である。   FIG. 3 is a schematic diagram illustrating a software configuration of the information processing apparatus 100.

情報処理装置100は、UPD101、及びインストーラ120を含む。本実施の形態では、この情報処理装置100に、インストール対象のUPDとして、UPDパッケージ110をインストールする場合を説明する。また、情報処理装置100の図示を省略するROM等の記憶部には、バージョン間互換性ファイル140が格納されている。   The information processing apparatus 100 includes a UPD 101 and an installer 120. In the present embodiment, a case will be described in which the UPD package 110 is installed in the information processing apparatus 100 as the installation target UPD. In addition, a version compatibility file 140 is stored in a storage unit such as a ROM (not shown) of the information processing apparatus 100.

なお、新たにインストールする対象のUPDパッケージ110は、各周辺機器の製造メーカ側等で新たにUPDパッケージ110がリリースされた場合や、新たな機種の周辺機器がネットワーク300に接続された場合等に、適宜、該製造メーカの管理する管理サーバや、製造メーカから提供された記憶媒体等から取得すればよい。このUPDパッケージ110の取得は、ユーザによる情報処理装置100の操作部の操作指示によって「インストール」が指示された場合に行ってもよいし、該管理サーバや該記憶媒体等から、自動で配信されるようにしてもよい。   The UPD package 110 to be newly installed is a case where the manufacturer of each peripheral device newly releases the UPD package 110 or when a new model peripheral device is connected to the network 300. As appropriate, it may be acquired from a management server managed by the manufacturer, a storage medium provided by the manufacturer, or the like. The acquisition of the UPD package 110 may be performed when “installation” is instructed by an operation instruction of the operation unit of the information processing apparatus 100 by the user, or is automatically distributed from the management server or the storage medium. You may make it do.

バージョン間互換性ファイル140は、サーバ200に記憶されているバージョン間互換性情報ファイル201と同じファイルである。例えば、サーバ200に記憶されているバージョン間互換性情報ファイル201が更新されると、更新後のバージョン間互換性情報ファイル201がバージョン間互換性ファイル140として情報処理装置100に配信されるものとする。   The version compatibility file 140 is the same file as the version compatibility information file 201 stored in the server 200. For example, when the version compatibility information file 201 stored in the server 200 is updated, the updated version compatibility information file 201 is distributed to the information processing apparatus 100 as the version compatibility file 140. To do.

UPD101は、情報処理装置100内に既にインストールされているユニバーサルプリンタドライバである。なお、UPD101は、第1デバイスドライバに相当する。   The UPD 101 is a universal printer driver that is already installed in the information processing apparatus 100. The UPD 101 corresponds to a first device driver.

UPD101は、UI(ユーザ・インターフェース)部102、描画部103、機種情報ファイル104(第1機種情報ファイル)、及びバージョン情報ファイル105を含む。UI部102は、情報処理装置100に設けられている表示部に、各種入力画面や選択画面等を表示するためのモジュール(機能部)である。描画部103は、UPD101で印刷処理時に実行する描画処理を機能させる描画モジュールである。   The UPD 101 includes a UI (user interface) unit 102, a drawing unit 103, a model information file 104 (first model information file), and a version information file 105. The UI unit 102 is a module (functional unit) for displaying various input screens, selection screens, and the like on a display unit provided in the information processing apparatus 100. The drawing unit 103 is a drawing module that allows a drawing process executed by the UPD 101 to be performed.

機種情報ファイル104は、UPD101で対応可能な機種を示す機種情報や、該機種の機能を示す機能情報を格納したファイルである。機種とは、上述したように、ネットワーク300に接続されるまたは接続された画像形成装置400等の周辺機器の機種を示す。また、機能とは、各周辺機器の有する機能を示す。機能は、例えば、画像形成装置400で印刷を行うときの各種印刷条件を実行するための機能を示す。   The model information file 104 is a file storing model information indicating models that can be supported by the UPD 101 and function information indicating functions of the model. As described above, the model indicates the model of a peripheral device such as the image forming apparatus 400 connected to or connected to the network 300. Further, the function indicates a function possessed by each peripheral device. The function indicates, for example, a function for executing various printing conditions when printing is performed by the image forming apparatus 400.

バージョン情報ファイル105は、UPD101のバージョンを示すバージョン情報を含むファイルである。   The version information file 105 is a file including version information indicating the version of the UPD 101.

UPDパッケージ110は、情報処理装置100に新たにインストールする対象のUPDである。UPDパッケージ110は、第2デバイスドライバに相当する。   The UPD package 110 is a UPD to be newly installed in the information processing apparatus 100. The UPD package 110 corresponds to a second device driver.

UPDパッケージ110は、UI部111、描画部112、機種情報ファイル113(第2機種情報ファイル)、バージョン情報ファイル114、及びインストール情報ファイル115を含む。   The UPD package 110 includes a UI unit 111, a drawing unit 112, a model information file 113 (second model information file), a version information file 114, and an installation information file 115.

UI部111は、UPDパッケージ110のインストールされる装置(ここでは情報処理装置100)の表示部に、各種入力画面や選択画面等を表示するためのモジュールである。描画部112は、UPDパッケージ110で印刷処理時に実行する描画処理を機能させる描画モジュールである。   The UI unit 111 is a module for displaying various input screens, selection screens, and the like on a display unit of a device (in this case, the information processing device 100) in which the UPD package 110 is installed. The drawing unit 112 is a drawing module that allows a drawing process executed at the time of a printing process in the UPD package 110 to function.

機種情報ファイル113は、UPDパッケージ110で対応可能な機種を示す機種情報や、該機種の機能を示す機能情報を格納したファイルである。バージョン情報ファイル114は、UPDパッケージ110のバージョンを示すバージョン情報を含むファイルである。   The model information file 113 is a file that stores model information indicating models that can be supported by the UPD package 110 and function information indicating functions of the models. The version information file 114 is a file including version information indicating the version of the UPD package 110.

インストール情報ファイル115は、インストール先の情報処理装置100にUPDパッケージ110がインストールされるときに、該情報処理装置100のインストーラ120がインストール時に用いる各種情報を含むファイルである。インストール情報ファイル115には、例えば、UPDパッケージ110の圧縮状態等を示す情報等が格納されている。インストーラ120では、インストール情報ファイル115に基づいてUPDパッケージ110を読取り、後述するインストールを実行する。   The installation information file 115 is a file including various types of information used by the installer 120 of the information processing apparatus 100 when the UPD package 110 is installed in the information processing apparatus 100 of the installation destination. In the installation information file 115, for example, information indicating the compression state of the UPD package 110 and the like are stored. The installer 120 reads the UPD package 110 on the basis of the installation information file 115 and executes an installation described later.

インストーラ120は、インストール対象のUPD(本実施の形態ではUPDパッケージ110)の情報処理装置100へのインストールを実行するための各種アプリケーションやファイルを1つにまとめたものである。   The installer 120 is a collection of various applications and files for executing installation of the installation target UPD (UPD package 110 in the present embodiment) in the information processing apparatus 100.

インストーラ120は、第1特定部123、第2特定部126、検証部124、実行部131、バージョン間互換性情報ファイル125、及びUI部127を含む。   The installer 120 includes a first specifying unit 123, a second specifying unit 126, a verification unit 124, an execution unit 131, an inter-version compatibility information file 125, and a UI unit 127.

なお、バージョン間互換性情報ファイル125は、上述したように、バージョン間互換性情報ファイル201と同じである。例えば、サーバ200に記憶されているバージョン間互換性情報ファイル201が更新されると、更新後のバージョン間互換性情報ファイル201がバージョン間互換性ファイル125として情報処理装置100に配信されるものとする。   Note that the inter-version compatibility information file 125 is the same as the inter-version compatibility information file 201 as described above. For example, when the version compatibility information file 201 stored in the server 200 is updated, the updated version compatibility information file 201 is distributed to the information processing apparatus 100 as the version compatibility file 125. To do.

第1特定部123は、インストール済の第1デバイスドライバとしてのUPD101から、該UPD101のバージョン情報及び該UPD101で対応可能な周辺機器の機種及び機能を特定する。第1特定部123は、UPD101の機種情報ファイル104及びバージョン情報ファイル105を読み取ることで、該UPD101のバージョン情報及び該UPD101で対応可能な周辺機器の機種及び機能を特定する。   The first specifying unit 123 specifies the version information of the UPD 101 and the models and functions of peripheral devices that can be supported by the UPD 101 from the installed UPD 101 as the first device driver. The first identification unit 123 reads the model information file 104 and the version information file 105 of the UPD 101 to identify the version information of the UPD 101 and the peripheral device model and function that can be supported by the UPD 101.

第2特定部126は、インストール対象の第2デバイスドライバとしてのUPDパッケージ110から、該UPDパッケージ110のバージョン情報及び該UPDパッケージ110で対応可能な周辺機器の機種及び機能を特定する。第2特定部126は、UPDパッケージ110の機種情報ファイル113及びバージョン情報ファイル114を読み取ることで、該UPDパッケージ110のバージョン情報及び該UPDパッケージ110で対応可能な周辺機器の機種及び機能を特定する。   The second specifying unit 126 specifies the version information of the UPD package 110 and the peripheral device model and function that can be supported by the UPD package 110 from the UPD package 110 as the second device driver to be installed. The second specifying unit 126 reads the model information file 113 and the version information file 114 of the UPD package 110 to specify the version information of the UPD package 110 and the model and function of the peripheral device that can be supported by the UPD package 110. .

検証部124は、第1特定部123及び第2特定部126の取得結果、及びバージョン間互換性情報ファイル125に基づいて、UPDパッケージ110のインストールが機種情報の追加で対応可能であるか否かを検証する。   The verification unit 124 determines whether the installation of the UPD package 110 can be supported by the addition of model information based on the acquisition results of the first specification unit 123 and the second specification unit 126 and the version compatibility information file 125. To verify.

また、検証部124は、差分抽出部128を含む。差分抽出部128は、インストール対象のUPDパッケージ110の機種情報ファイル113によって示される機種及び機能と、インストール済のUPD101の機種情報ファイル104によって示される機種及び機能と、の差分を差分情報として抽出する。   The verification unit 124 includes a difference extraction unit 128. The difference extraction unit 128 extracts the difference between the model and function indicated by the model information file 113 of the UPD package 110 to be installed and the model and function indicated by the model information file 104 of the installed UPD 101 as difference information. .

差分情報は、すなわち、インストール対象のUPDパッケージ110の対応可能な機種及び機能の内、インストール済のUPD101に対応可能な機種及び機能以外の、機種及び機能である。換言すれば、差分情報は、インストール対象のUPDパッケージ110によって対応可能となる新しい機種(新機種)及び新しい機能(新機能)である。   In other words, the difference information is a model and a function other than a model and a function that are compatible with the installed UPD 101 among the models and functions that can be supported by the UPD package 110 to be installed. In other words, the difference information is a new model (new model) and a new function (new function) that can be supported by the UPD package 110 to be installed.

本実施の形態では、差分抽出部128は、バージョン間互換性情報ファイル125に基づいて、情報処理装置100に既にインストールされているUPD101のバージョン情報に対応する互換性情報と、インストール対象のUPDパッケージ110のバージョン情報に対応する互換性情報と、に基づいて、差分情報を抽出する。   In the present embodiment, the difference extraction unit 128, based on the inter-version compatibility information file 125, the compatibility information corresponding to the version information of the UPD 101 already installed in the information processing apparatus 100, and the UPD package to be installed The difference information is extracted based on the compatibility information corresponding to the version information 110.

実行部131は、インストール等の処理を実行する実行モジュールである。実行部131は、検証部124による検証結果等に基づいて、バージョンアップインストール、または機種追加インストールを行う。   The execution unit 131 is an execution module that executes processing such as installation. The execution unit 131 performs an upgrade installation or a model addition installation based on the verification result by the verification unit 124 or the like.

バージョンアップインストールとは、インストール対象のUPDパッケージ110を、インストール済のUPD101に置換えることで、UPDパッケージ110の全てを情報処理装置100へインストールすることを示す。このバージョンアップインストールによって、情報処理装置100のUPDのバージョンは、UPDパッケージ110のバージョンにバージョンアップされることとなる。   The upgrade installation refers to installing the entire UPD package 110 in the information processing apparatus 100 by replacing the UPD package 110 to be installed with the already installed UPD 101. By this upgrade installation, the UPD version of the information processing apparatus 100 is upgraded to the UPD package 110 version.

機種追加インストールとは、詳細は後述するが、UPDパッケージ110の機種情報ファイル113によって示される機種及び機能と、インストール済のUPD101の機種情報ファイル104によって示される機種及び機能と、の差分の内の少なくとも一部を、インストール済のUPD101の機種情報ファイル104へ追加することを示す。この場合、情報処理装置100のUPDのバージョンは、インストール済のUPD101のバージョンのままで、インストール対象のUPDパッケージ110に含まれる新たな機種及び機能の内の少なくとも一部が機種情報ファイル104に追加されることとなる。   Although the details will be described later, the additional model installation is a difference between the model and function indicated by the model information file 113 of the UPD package 110 and the model and function indicated by the model information file 104 of the installed UPD 101. This indicates that at least a part is added to the model information file 104 of the installed UPD 101. In this case, the UPD version of the information processing apparatus 100 remains the version of the installed UPD 101, and at least a part of new models and functions included in the UPD package 110 to be installed is added to the model information file 104. Will be.

実行部131は、詳細には、インストール実行部121、バージョンアップインストール部122、機種情報ファイル作成部129、及び機種情報ファイル更新部130を含む。   The execution unit 131 includes an installation execution unit 121, a version upgrade installation unit 122, a model information file creation unit 129, and a model information file update unit 130 in detail.

インストール実行部121は、情報処理装置100にユニバーサルプリンタドライバがインストールされていない場合に、ユニバーサルプリンタドライバを情報処理装置100にインストールするモジュールである。   The installation execution unit 121 is a module that installs the universal printer driver in the information processing apparatus 100 when the universal printer driver is not installed in the information processing apparatus 100.

バージョンアップインストール部122は、インストール済のUPD101に対して、インストール対象のUPDパッケージ110へのバージョンアップインストールを実行する。機種情報ファイル作成部129は、インストール対象のUPDパッケージ110に含まれる機種情報ファイル113を新たに作成または該機種情報ファイル113に、差分抽出部128によって抽出された差分情報によって示される機能及び機種の内、ユーザによって選択された機能及び機種を追加する。機種情報ファイル更新部130は、インストール済のUPD101の機種情報ファイル104に、差分抽出部128によって抽出された差分情報によって示される機能及び機種の内、ユーザによって選択された機能及び機種を追加することで、該機種情報ファイル104を更新する。   The upgrade installation unit 122 performs an upgrade installation on the UPD package 110 to be installed on the installed UPD 101. The model information file creation unit 129 newly creates a model information file 113 included in the UPD package 110 to be installed, or the function and model indicated by the difference information extracted by the difference extraction unit 128 in the model information file 113. Among them, the function and model selected by the user are added. The model information file update unit 130 adds the function and model selected by the user among the functions and models indicated by the difference information extracted by the difference extraction unit 128 to the model information file 104 of the installed UPD 101. Then, the model information file 104 is updated.

UI部127は、インストーラ120で各種処理を実行するときに、情報処理装置100に設けられている表示部に、各種入力画面を表示するための機能部である。   The UI unit 127 is a functional unit for displaying various input screens on the display unit provided in the information processing apparatus 100 when the installer 120 executes various processes.

次に、情報処理装置100で実行するインストール処理の手順を説明する。   Next, a procedure of installation processing executed by the information processing apparatus 100 will be described.

図4は、情報処理装置100で実行するインストール処理の手順を示すフローチャートである。情報処理装置100では、情報処理装置100にUPDをインストールするときに、インストーラ120が起動され、図4に示す処理ルーチンを実行する。   FIG. 4 is a flowchart illustrating a procedure of installation processing executed by the information processing apparatus 100. In the information processing apparatus 100, when the UPD is installed in the information processing apparatus 100, the installer 120 is activated and executes the processing routine shown in FIG.

例えば、情報処理装置100では、情報処理装置100をネットワーク300に接続したときに、図4に示す処理ルーチンを実行する。なお、インストール対象のUPDであるUPDパッケージ110は、ネットワークに接続された、各機種の周辺機器のメーカの管理するWebサーバ等から取得すればよい。このサーバには、例えば、サーバ200を用いればよい。   For example, the information processing apparatus 100 executes the processing routine shown in FIG. 4 when the information processing apparatus 100 is connected to the network 300. The UPD package 110 that is the UPD to be installed may be acquired from a Web server or the like managed by the manufacturer of each type of peripheral device connected to the network. For example, the server 200 may be used as this server.

まず、第1特定部123が、情報処理装置100にインストール済のプリンタドライバを調査する(ステップS501)。本実施の形態では、例えば、ステップS501の処理において、第1特定部123は、UPD101のバージョン情報ファイル105を読み取り、該UPD101のバージョン情報を取得する。   First, the first specifying unit 123 checks for a printer driver installed in the information processing apparatus 100 (step S501). In the present embodiment, for example, in the process of step S501, the first specifying unit 123 reads the version information file 105 of the UPD 101 and acquires the version information of the UPD 101.

次に、第2特定部126が、情報処理装置100にインストールする対象のUPDパッケージ110のバージョン情報を特定する(ステップS502)。ステップS502では、第2特定部126は、UPDパッケージ110のバージョン情報ファイル114を読み取ることで、UPDパッケージ110のバージョン情報を特定する。   Next, the second specifying unit 126 specifies version information of the UPD package 110 to be installed in the information processing apparatus 100 (step S502). In step S <b> 502, the second identifying unit 126 identifies the version information of the UPD package 110 by reading the version information file 114 of the UPD package 110.

次に、第1特定部123が、情報処理装置100にユニバーサルプリンタドライバがインストール済みであるか否かを判断する(ステップS503)。ステップS503では、ステップS501で調査した情報処理装置100にインストール済のプリンタドライバが、ユニバーサルプリンタドライバであるか否かを判別することで、ステップS503の判断を行う。例えば、第1特定部123は、情報処理装置100にインストール済のプリンタドライバのバージョン情報が、ユニバーサルプリンタドライバを示すバージョン情報であるか否かを判別することで、ステップS503の判断を行えばよい。   Next, the first specifying unit 123 determines whether or not the universal printer driver has been installed in the information processing apparatus 100 (step S503). In step S503, the determination in step S503 is performed by determining whether the printer driver installed in the information processing apparatus 100 investigated in step S501 is a universal printer driver. For example, the first specifying unit 123 may perform the determination in step S503 by determining whether the version information of the printer driver installed in the information processing apparatus 100 is version information indicating a universal printer driver. .

次に、ステップS503で否定判断すると(ステップS503:No)、ステップS504へ進む。ステップS504では、インストール実行部121が、インストール対象のUPDパッケージ110を情報処理装置100へインストールする、通常インストールを行う(ステップS504)。そして、本ルーチンを終了する。   Next, when a negative determination is made in step S503 (step S503: No), the process proceeds to step S504. In step S504, the installation execution unit 121 performs a normal installation that installs the UPD package 110 to be installed in the information processing apparatus 100 (step S504). Then, this routine ends.

一方、ステップS503で肯定判断すると(ステップS503:Yes)、ステップS505へ進む。   On the other hand, if an affirmative determination is made in step S503 (step S503: Yes), the process proceeds to step S505.

ステップS505では、第1特定部123が、情報処理装置100にインストール済のUPD101のバージョン情報ファイル105を読み取り、該UPD101のバージョン情報を特定する(ステップ505)。   In step S505, the first specifying unit 123 reads the version information file 105 of the UPD 101 already installed in the information processing apparatus 100, and specifies the version information of the UPD 101 (step 505).

次に、検証部124が、バージョンアップを行うか否かを判断する(ステップS506)。ステップS506では、検証部124は、第2特定部126が取得した、インストール対象のUPDパッケージ110のバージョン情報によって示されるバージョンが、上記ステップS505で特定したインストール済のUPD101のバージョン情報に示されるバージョンより新しいか否かを判別することで、ステップS506の判断を行う。   Next, the verification unit 124 determines whether or not to upgrade (step S506). In step S506, the verification unit 124 indicates that the version indicated by the version information of the UPD package 110 to be installed acquired by the second specifying unit 126 is the version indicated in the version information of the installed UPD 101 specified in step S505. By determining whether or not it is newer, the determination in step S506 is performed.

ステップS506で否定判断すると(ステップS506:No)、本ルーチンを終了する。一方、ステップS506で肯定判断すると(ステップS506:Yes)、ステップS507へ進む。   If a negative determination is made in step S506 (step S506: No), this routine ends. On the other hand, if an affirmative determination is made in step S506 (step S506: Yes), the process proceeds to step S507.

ステップS507では、検証部124が、インストール対象のUPDパッケージ110と、情報処理装置100にインストール済のUPD101と、の互換性を検証する(ステップS507)。   In step S507, the verification unit 124 verifies compatibility between the UPD package 110 to be installed and the UPD 101 already installed in the information processing apparatus 100 (step S507).

検証部124は、情報処理装置100に格納されているバージョン間互換性情報ファイル125、バージョン間互換性ファイル140、及びサーバ200に格納されているバージョン間互換性情報ファイル201の何れかを参照することで、互換性を検証する。   The verification unit 124 refers to any of the version compatibility information file 125 stored in the information processing apparatus 100, the version compatibility file 140, and the version compatibility information file 201 stored in the server 200. To verify compatibility.

バージョン間の互換性の検証とは、具体的には、バージョン間互換性情報ファイル125(またはバージョン間互換性ファイル140、またはバージョン間互換性情報ファイル201)に格納されている、情報処理装置100にインストール済のUPD101のバージョン情報に対応する互換性情報と、インストール対象のUPDパッケージ110のバージョン情報に対応する互換性情報と、を比較検証することを意味する。なお、本実施の形態では、バージョン間互換性情報ファイル125を用いる場合を説明する。   Specifically, the verification of compatibility between versions refers to the information processing apparatus 100 stored in the version compatibility information file 125 (or the version compatibility file 140 or the version compatibility information file 201). In other words, the compatibility information corresponding to the version information of the already installed UPD 101 and the compatibility information corresponding to the version information of the UPD package 110 to be installed are compared and verified. In the present embodiment, a case where the version compatibility information file 125 is used will be described.

次に、検証部124は、ステップS507の検証結果に基づいて、インストール対象のUPDパッケージ110のインストールが、機種情報の追加で対応可能であるか否かを判断(検証)する(ステップS508)。   Next, the verification unit 124 determines (verifies) whether or not the installation of the UPD package 110 to be installed can be supported by adding model information based on the verification result in step S507 (step S508).

例えば、バージョン間互換性情報ファイル125が、図2に示す内容であったとする。そして、情報処理装置100にインストール済のUPD101のバージョン情報(Ver)が、1.0.0.0であったとする。また、インストール対象のUPDパッケージ110のバージョン情報(Ver)が、1.1.0.0であったとする。   For example, it is assumed that the version compatibility information file 125 has the contents shown in FIG. Then, it is assumed that the version information (Ver) of the UPD 101 already installed in the information processing apparatus 100 is 1.0.0.0. Further, it is assumed that the version information (Ver) of the UPD package 110 to be installed is 1.1.0.0.

この場合、図2に示されるように、バージョン間互換性情報ファイル125における、バージョン1.0.0.0のUPDに対して機種情報の追加で対応可能なUPDのバージョン情報(MODEL ADDITIONABLE)は、1.1.0.0から1.2.0.0までの範囲である。このため、この場合、検証部124は、機種情報の追加で対応可能であると判断する(ステップS508:Yes)。   In this case, as shown in FIG. 2, the version information (MODEL ADDITIONABLE) of UPD that can be supported by adding model information to the version 1.0.0.0 UPD in the version compatibility information file 125 is as follows. 1.1.0.0 to 1.2.0.0. For this reason, in this case, the verification unit 124 determines that it is possible to cope with the addition of the model information (step S508: Yes).

上記ステップS508で肯定判断すると(ステップS508:Yes)、ステップS509へ進む。ステップS509では、差分抽出部128が、追加機種を選定する(ステップS509)。   If an affirmative determination is made in step S508 (step S508: Yes), the process proceeds to step S509. In step S509, the difference extraction unit 128 selects an additional model (step S509).

ステップS509の処理において、差分抽出部128は、インストール対象のUPDパッケージ110の対応する周辺機器の機種及び機能と、インストール済のUPD101の対応する周辺機器の機種及び機能と、の差分を差分情報として抽出することで、追加機種を選定する。   In the processing of step S509, the difference extraction unit 128 uses the difference between the model and function of the corresponding peripheral device of the UPD package 110 to be installed and the model and function of the corresponding peripheral device of the installed UPD 101 as difference information. Select additional models by extracting.

本実施の形態では、まず、差分抽出部128は、例えば、バージョン間互換性情報ファイル125に示される、情報処理装置100に既にインストールされているUPD101のバージョン情報(Ver)1.0.0.0に対応する、当該バージョンのUPDの対応機種(SUPPORT MODEL)として、NX100及びNX200を読み取る。また、差分抽出部128は、バージョン間互換性情報ファイル125を検証し、インストール対象のUPDパッケージ110のバージョン情報(Ver)1.1.0.0に対応する、当該バージョンのUPDの対応機種(SUPPORT MODEL)として、NX100、NX200、NX110、及びNX210を読み取る。   In the present embodiment, first, the difference extraction unit 128, for example, displays version information (Ver) 1.0.0... Of the UPD 101 already installed in the information processing apparatus 100 indicated in the version compatibility information file 125. NX100 and NX200 are read as models supporting the UPD corresponding to 0 (SUPPORT MODEL). Further, the difference extraction unit 128 verifies the version compatibility information file 125 and corresponds to the version information (Ver) 1.1.0.0 of the UPD package 110 to be installed, corresponding to the version of UPD corresponding to the UPD package (Ver) 1.1.0.0. As SUPPORT MODEL, NX100, NX200, NX110, and NX210 are read.

そして、差分抽出部128は、読み取ったこれらの各バージョンに対応する機種及び機能を比較し、これらの差分を示す差分情報を抽出する。そして、差分抽出部128は、抽出した差分情報に含まれる機種を選定することで、追加機種を選定する。   Then, the difference extraction unit 128 compares the read models and functions corresponding to these versions, and extracts difference information indicating these differences. Then, the difference extraction unit 128 selects an additional model by selecting a model included in the extracted difference information.

この場合、差分抽出部128は、NX110、及びNX210を追加機種として選定する。   In this case, the difference extraction unit 128 selects NX110 and NX210 as additional models.

次に、UI部127が、インストール方式を選択するためのインストール方式選択画面(選択UI)を情報処理装置100の表示部に表示する(ステップS510)。   Next, the UI unit 127 displays an installation method selection screen (selection UI) for selecting an installation method on the display unit of the information processing apparatus 100 (step S510).

ステップS510で表示するインストール方式選択画面は、「バージョンアップインストール」か、「機種追加」か、をユーザに選択させるための画面である。「バージョンアップインストール」とは、新たにインストールする対象のUPDをインストールすることを示す。「機種追加」とは、バージョンアップインストールではなく機種情報の追加で対応することを示す。   The installation method selection screen displayed in step S510 is a screen for allowing the user to select “version upgrade installation” or “model addition”. “Version upgrade installation” indicates that a UPD to be newly installed is installed. “Add model” indicates that the model information is added instead of the upgrade installation.

図5は、インストール方式選択画面の一例を示す模式図である。図5に示すように、UI部127は、ステップS510の処理によって、インストール方式選択画面を情報処理装置100の表示部に表示する。図5に示す例では、該インストール方式選択画面は、インストール済のUPD101のバージョンと、インストール対象のUPDパッケージ110のバージョンと、を表示すると共に、「バージョンアップインストール」または「機種追加」を選択するためのチェックボックスと、を含む。また、「機種追加」の欄には、上記ステップS509で選定した機種の一覧と、各機種を選択するためのチェックボックスと、が表示される。例えば、NX110、及びNX210が追加可能な機種として選択可能に表示される。   FIG. 5 is a schematic diagram illustrating an example of an installation method selection screen. As illustrated in FIG. 5, the UI unit 127 displays an installation method selection screen on the display unit of the information processing apparatus 100 through the process of step S510. In the example shown in FIG. 5, the installation method selection screen displays the version of the installed UPD 101 and the version of the UPD package 110 to be installed, and selects “version upgrade installation” or “model addition”. And a checkbox for. In the “model addition” column, a list of models selected in step S509 and a check box for selecting each model are displayed. For example, NX110 and NX210 are displayed as selectable models that can be added.

ユーザは、該インストール方式選択画面を参照しながら、図示を省略する操作部を操作することで、「バージョンアップインストール」または「機種追加」を選択する。また、「機種追加」を選択した場合には、追加可能な機種として表示された一覧の機種の内の少なくとも1つを選択する。そして、ユーザの操作部の操作指示によって、インストール方式選択画面における「OK」ボタンが選択されることで、該インストール方式選択画面を介してユーザによって指示された選択情報がインストーラ120に入力される。   The user selects “version upgrade installation” or “model addition” by operating an operation unit (not shown) while referring to the installation method selection screen. When “Add model” is selected, at least one of the listed models displayed as models that can be added is selected. Then, by selecting an “OK” button on the installation method selection screen in accordance with an operation instruction of the user operation unit, selection information instructed by the user via the installation method selection screen is input to the installer 120.

この選択情報は、「バージョンアップインストール」、または「機種追加」及び選択された「機種」を含む。   This selection information includes “version upgrade installation” or “model addition” and the selected “model”.

次に、実行部131が、ユーザによって「機種追加」が指示されたか否かを判断する(ステップS511)。実行部131では、ステップS510の表示処理によって、インストーラ120で受け付けた選択情報が「機種追加」を示すか否かを判別することで、ステップS511の判断を行う。   Next, the execution unit 131 determines whether “add model” is instructed by the user (step S511). The execution unit 131 determines whether or not the selection information received by the installer 120 indicates “model addition” by the display processing in step S510, thereby determining step S511.

ステップS511で肯定判断すると(ステップS511:Yes)、ステップS512へ進む。   If an affirmative determination is made in step S511 (step S511: Yes), the process proceeds to step S512.

ステップS512では、機種情報ファイル更新部130が、機種追加インストールを実行する(ステップS512)。そして、本ルーチンを終了する。   In step S512, the model information file update unit 130 executes model additional installation (step S512). Then, this routine ends.

ステップS512の処理において、機種情報ファイル更新部130は、上記ステップS510の処理によってインストーラ120で受け付けた選択情報に含まれる、ユーザによって選択された「機種」を示す機種情報を、情報処理装置100にインストール済のUPD101の機種情報ファイル104に追加する。これによって、機種情報ファイル更新部130は、機種追加インストールを実行する。   In the process of step S512, the model information file update unit 130 stores the model information indicating the “model” selected by the user included in the selection information received by the installer 120 in the process of step S510 in the information processing apparatus 100. It is added to the model information file 104 of the installed UPD 101. As a result, the model information file updating unit 130 executes model additional installation.

すなわち、ステップS512の処理が実行されることによって、UPD101のバージョン情報ファイル105によって示されるバージョン情報は、インストール対象のUPDパッケージ110のバージョンにバージョンアップされない状態で、機種情報ファイル104が更新される。具体的には、機種情報ファイル104には、UPD101では未対応で且つUPDパッケージ110で対応可能な機種の機種情報が追加されることとなる。   That is, by executing the processing of step S512, the version information indicated by the version information file 105 of the UPD 101 is updated in the model information file 104 without being upgraded to the version of the UPD package 110 to be installed. Specifically, model information of a model that is not supported by the UPD 101 and can be supported by the UPD package 110 is added to the model information file 104.

このため、ステップS512の処理によって、追加された新たな機種が、情報処理装置100のUPD101で対応可能な機種として選択可能となる。   Therefore, the added new model can be selected as a model that can be supported by the UPD 101 of the information processing apparatus 100 by the process of step S512.

図6は、ステップS512の機種追加インストールが行われる前の状態において、UI部102が情報処理装置100の表示部に表示する、選択可能な機種リストを示す画面である。また、図7は、ステップS512の機種追加インストールが行われた後の状態において、UI部102が情報処理装置100の表示部に表示する、選択可能な機種リストを示す画面である。   FIG. 6 is a screen showing a selectable model list displayed on the display unit of the information processing apparatus 100 by the UI unit 102 in a state before the additional model installation in step S512 is performed. FIG. 7 is a screen showing a selectable model list displayed on the display unit of the information processing apparatus 100 by the UI unit 102 in the state after the model addition installation in step S512.

ステップS512の機種追加インストール後では、UPD101のバージョンは、旧バージョンである1.0.0.0のままであるが、図6及び図7に示すように、選択可能な機種が、NX100とNX200の2機種(図6参照)から、NX100、NX200、NX110、及びNX210の4機種(図7参照)となる。   After the additional model installation in step S512, the version of the UPD 101 remains 1.0.0.0 which is the old version, but as shown in FIGS. 6 and 7, selectable models are NX100 and NX200. From these two models (see FIG. 6), there are four models (see FIG. 7) of NX100, NX200, NX110, and NX210.

図4に戻り、一方、上記ステップS511で否定判断されると(ステップS511:No)、すなわち、ユーザによって「バージョンアップインストール」が指示された場合には、ステップS513へ進む。   Returning to FIG. 4, on the other hand, if a negative determination is made in step S511 (step S511: No), that is, if “upgrade installation” is instructed by the user, the process proceeds to step S513.

ステップS513では、バージョンアップインストール部122が、バージョンアップインストールを実行する(ステップS513)。詳細には、バージョンアップインストール部122は、インストール済のUPD101を、インストール対象のUPDパッケージ110に置換えることで、UPDパッケージ110の全てを情報処理装置100へインストールする。そして、本ルーチンを終了する。   In step S513, the upgrade installation unit 122 executes an upgrade installation (step S513). Specifically, the upgrade installation unit 122 installs the entire UPD package 110 in the information processing apparatus 100 by replacing the installed UPD 101 with the UPD package 110 to be installed. Then, this routine ends.

ステップS513の処理が実行されることによって、情報処理装置100にインストール済のUPDは、UPDパッケージ110となる。   By executing the processing of step S513, the UPD installed in the information processing apparatus 100 becomes the UPD package 110.

一方、上記ステップS508の処理において否定判断すると(ステップS508:No)、ステップS515へ進む。   On the other hand, if a negative determination is made in the process of step S508 (step S508: No), the process proceeds to step S515.

例えば、バージョン間互換性情報ファイル125が、図2に示す内容であったとする。そして、情報処理装置100にインストール済のUPD101のバージョン情報(Ver)が、1.2.0.0であったとする。また、インストール対象のUPDパッケージ110のバージョンが、2.0.0.0であったとする。   For example, it is assumed that the version compatibility information file 125 has the contents shown in FIG. Then, it is assumed that the version information (Ver) of the UPD 101 already installed in the information processing apparatus 100 is 1.2.0.0. Further, it is assumed that the version of the UPD package 110 to be installed is 2.0.0.0.

この場合、図2に示されるように、バージョン間互換性情報ファイル125における、バージョン1.2.0.0のUPDに対して機種情報の追加で対応することの可能なUPDのバージョンの範囲(MODEL ADDITIONABLE)は、無(NONE)である。このため、この場合、検証部124は、機種情報の追加で対応することは不可と判別し、ステップS508で否定判断する。そして、ステップS515へ進む。   In this case, as shown in FIG. 2, in the version compatibility information file 125, the range of UPD versions that can be supported by adding model information to the version 1.2.0.0 UPD ( MODEL ADDITIONABLE) is nothing (NONE). Therefore, in this case, the verification unit 124 determines that it is impossible to respond by adding model information, and makes a negative determination in step S508. Then, the process proceeds to step S515.

ステップS515では、検証部124が、機能選択バージョンアップが不可であるか否かを判断する(ステップS515)。   In step S515, the verification unit 124 determines whether the function selection version upgrade is not possible (step S515).

ステップS515では、検証部124は、バージョン間互換性情報ファイル125における、インストール済のUPD101のバージョン情報に対応する制約情報(FUNCTION LIMITATION VERSION UP)が、不可を示す“NONE”であるか否か判別することで、ステップS515の判断を行う。   In step S515, the verification unit 124 determines whether or not the constraint information (FUNCTION LIMITATION VERSION UP) corresponding to the version information of the installed UPD 101 in the inter-version compatibility information file 125 is “NONE” indicating impossibility. As a result, the determination in step S515 is performed.

例えば、バージョン1.2.0.0のUPD101がインストール済であるとする。この場合、図2に示すバージョン間互換性情報ファイル125における、バージョン情報1.2.0.0に対応する制約機能(FUNCTION LIMITATION VERSION UP)は、不可(NONE)である。このため、この場合、検証部124は、ステップS515で肯定判断する(ステップS515:Yes)。   For example, it is assumed that the version 1.2.0.0 UPD 101 has already been installed. In this case, the restriction function (FUNCTION LIMITATION VERSION UP) corresponding to the version information 1.2.0.0 in the inter-version compatibility information file 125 shown in FIG. 2 is not (NONE). Therefore, in this case, the verification unit 124 makes an affirmative determination in step S515 (step S515: Yes).

ステップS515で肯定判断した場合、UI部127は、インストール方式選択画面として、「バージョンアップインストール」のみを選択可能なインストール方式選択画面を、情報処理装置100の図示を省略する表示部に表示する。   When an affirmative determination is made in step S515, the UI unit 127 displays an installation method selection screen in which only “version upgrade installation” can be selected as an installation method selection screen on a display unit (not shown) of the information processing apparatus 100.

図8は、インストール方式選択画面の一例を示す模式図である。図8に示すように、UI部127は、上記ステップS515で肯定判断された場合には、図8に示すインストール方式選択画面を情報処理装置100の表示部に表示可能となる。図8に示すように、該インストール方式選択画面は、インストール済のUPD101のバージョンと、インストール対象のUPDパッケージ110のバージョンと、を表示すると共に、「バージョンアップインストール」のみを選択するためのチェックボックスと、を含む。   FIG. 8 is a schematic diagram illustrating an example of an installation method selection screen. As illustrated in FIG. 8, the UI unit 127 can display the installation method selection screen illustrated in FIG. 8 on the display unit of the information processing apparatus 100 when an affirmative determination is made in step S515. As shown in FIG. 8, the installation method selection screen displays the version of the installed UPD 101 and the version of the UPD package 110 to be installed, and a check box for selecting only “version upgrade installation” And including.

そして、ユーザが、該インストール方式選択画面を参照しながら、図示を省略する操作部を操作することで、「バージョンアップインストール」を選択すると共に、該インストール方式選択画面における「OK」ボタンを選択することで、該インストール方式選択画面を介してユーザによって指示された選択情報がインストーラ120に入力される。この選択情報は、「バージョンアップインストール」を示す情報を含むものとなる。図4に戻り、そして、上記ステップS513へ進む。そして、上述したように、バージョンアップインストールが実行される。   Then, the user operates the operation unit (not shown) while referring to the installation method selection screen, thereby selecting “version upgrade installation” and selecting the “OK” button on the installation method selection screen. Thus, selection information instructed by the user via the installation method selection screen is input to the installer 120. This selection information includes information indicating “version upgrade installation”. Returning to FIG. 4, the process proceeds to step S513. Then, as described above, the upgrade installation is executed.

一方、上記ステップS515で否定判断(ステップS515:No)されると、ステップS516へ進む。ステップS515で否定判断される場合とは、バージョンアップインストールが必要であるが追加対象の新機能の内の一部を制限機能として制限すれば機能情報の追加により対応することが可能である場合である。具体的には、図2に示すバージョン間互換性情報ファイル125によって示される、インストール済のUPD101のバージョン情報に対応する制約情報(FUNCTION LIMITATION VERSION UP)に、不可を示す“NONE”ではなく、何らかの制限機能を示す情報が設定されている場合である。   On the other hand, if a negative determination is made in step S515 (step S515: No), the process proceeds to step S516. The case where a negative determination is made in step S515 is a case where upgrade installation is necessary, but if a part of the new functions to be added is restricted as a restricted function, it can be dealt with by adding function information. is there. Specifically, the constraint information (FUNCTION LIMITATION VERSION UP) corresponding to the version information of the installed UPD 101 indicated by the version compatibility information file 125 shown in FIG. This is a case where information indicating the restriction function is set.

図9は、インストール済みのUPD101のバージョン(Ver)が2.1.0.0であり、インストール対象のUPDパッケージ110のバージョン(Ver)が3.0.0.0である場合に、UI部127が表示部に表示するインストール方式選択画面の一例を示す図である。   FIG. 9 shows the UI unit when the installed version (Ver) of the UPD 101 is 2.1.0.0 and the version (Ver) of the installation target UPD package 110 is 3.0.0.0. FIG. 127 is a diagram illustrating an example of an installation method selection screen displayed on a display unit 127.

バージョン間互換性情報ファイル125の一例である図2に示すように、UPD101のバージョン(Ver)2.1.0.0の、該バージョンのUPDに対して機種情報の追加で対応可能なUPDのバージョン情報(MODEL ADDITIONABLE)は、無しを示す“NONE”である。このため、この場合、既にインストールされているUPD101のバージョン情報がバージョン2.1.0.0である場合には、該2.1.0.0より新しい(上位の)バージョンのUPDパッケージ110をインストール対象のUPDとした場合、機種追加インストールは不可である。   As shown in FIG. 2, which is an example of the inter-version compatibility information file 125, the UPD 101 version (Ver) 2.1.0.0, which can be supported by adding model information to this version of the UPD. The version information (MODEL ADDITIONABLE) is “NONE” indicating none. Therefore, in this case, if the version information of the already installed UPD 101 is version 2.1.0.0, the UPD package 110 of a version (upper) version newer than 2.1.0.0 is selected. If the UPD is an installation target, additional model installation is not possible.

また、バージョン間互換性情報ファイル125の一例である図2に示すように、UPD101のバージョン(Ver)2.1.0.0では、当該バージョンのUPDに対してバージョンアップインストールが必要となるUPDのバージョン(NEED VERSION UP)は“3.0.0.0 LATER”となっている。これは、既にインストールされているUPD101のバージョン情報がバージョン2.1.0.0であり、インストール対象のUPDパッケージ110のバージョンがVer3.0.0.0以降である場合には、バージョンアップインストールが必要であることを示す。   Further, as shown in FIG. 2 which is an example of the inter-version compatibility information file 125, in the version (Ver) 2.1.0.0 of the UPD 101, a UPD that requires an upgrade installation for the UPD of the version. The version (NEED VERSION UP) is “3.0.0.0 LATER”. If the version information of the already installed UPD 101 is version 2.1.0.0, and the version of the UPD package 110 to be installed is Ver3.0.0.0 or later, the upgrade installation is performed. Indicates that is required.

また、図2に示す例では、バージョン(Ver)2.1.0.0がインストール済のUPD101である場合の制約情報(FUNCTION LIMITATION VERSION UP)は、“NONE”ではなく、“3.0.0.0[BANNER PAGE]”となっている。これは、バージョン3.0.0.0以降のUPDパッケージ110をインストールする場合には、“BANNER PAGE”機能を制限機能として制限すれば、それ以外の機能情報の追加により対応することができることを意味する。   Further, in the example illustrated in FIG. 2, the restriction information (FUNCTION LIMITATION VERSION UP) when the version (Ver) 2.1.0.0 is the installed UPD 101 is not “NONE” but “3.0. 0.0 [BANNER PAGE] ". This means that when installing a version 3.0.0.0 or later UPD package 110, if the “BANNER PAGE” function is restricted as a restricted function, it can be supported by adding other function information. means.

このため、このような場合には、上記ステップS508で否定判断され(ステップS508:No)、ステップS515へ進み、さらに、ステップS515で否定判断され(ステップS515:No)、ステップS516へ進むこととなる。   Therefore, in such a case, a negative determination is made in step S508 (step S508: No), the process proceeds to step S515, a negative determination is made in step S515 (step S515: No), and the process proceeds to step S516. Become.

ステップS516では、差分抽出部128が機能差分抽出を行う(ステップS516)。ステップS516の処理において、差分抽出部128は、インストール済のUPD101で対応可能な機能と、インストール対象のUPDパッケージ110で対応可能な機能と、の差分から、インストール済のUPD101の制約情報によって示される機能(追加機能に対する制約)を除外した機能を、差分情報として抽出する。   In step S516, the difference extraction unit 128 performs functional difference extraction (step S516). In the processing of step S516, the difference extraction unit 128 is indicated by the constraint information of the installed UPD 101 from the difference between the function that can be supported by the installed UPD 101 and the function that can be supported by the installation target UPD package 110. Functions excluding functions (restrictions on additional functions) are extracted as difference information.

例えば、インストール済みのUPD101のバージョン(Ver)が2.1.0.0であり、インストール対象のUPDパッケージ110のバージョン(Ver)が3.0.0.0であるとする。この場合、図2に示す、バージョン間互換性情報ファイル125における、バージョン3.0.0.0に対応する追加機能(ADD FUNCTION)は、“SECURTY PRINT,TRUSTY PRINT,BANNER PAGE”の3機能である。また、バージョン3.0.0.0のUPDの対応機種(SUPPORT MODEL)は、“NX100,NX200,NX110,NX210,NX300,NX500,NX510,NX600”である。   For example, it is assumed that the version (Ver) of the installed UPD 101 is 2.1.0.0 and the version (Ver) of the UPD package 110 to be installed is 3.0.0.0. In this case, the additional function (ADD FUNCTION) corresponding to version 3.0.0.0 in the inter-version compatibility information file 125 shown in FIG. 2 is three functions of “SECURITY PRINT, TRUST PRINT, BANNER PAGE”. is there. In addition, UP3.0 compatible models (SUPPORT MODEL) of version 3.0.0.0 are “NX100, NX200, NX110, NX210, NX300, NX500, NX510, NX600”.

一方、バージョン(Ver)2.1.0.0の対応機種(SUPPORT MODEL)は、“NX100,NX200,NX110,NX210,NX300,NX500,NX510”である。このため、この場合、差分抽出部128は、インストール済のバージョンのUPD101の対応機種と、インストール対象のUPDの対応機種との差分である機種“NX510”の新機能である“SECURTY PRINT,TRUSTY PRINT,BANNER PAGE”の3機能を抽出する。そして、さらに、差分抽出部128は、抽出した3機能から、インストール済のバージョン2.1.0.0のUPD101の制約情報によって示される機能(追加機能に対する制約)である、“BANNER PAGE”を除外した機能である、“SECURITY PRINT,TRUSTY PRINT”の機能を、インストール可能な機能、すなわち、差分情報として抽出する。   On the other hand, compatible models (SUPPORT MODEL) of version (Ver) 2.1.0.0 are “NX100, NX200, NX110, NX210, NX300, NX500, NX510”. Therefore, in this case, the difference extraction unit 128 uses “SECURITY PRINT, TRUSTY PRINT, which is a new function of the model“ NX510 ”, which is a difference between the model compatible with the installed version of UPD 101 and the model compatible with the UPD to be installed. , BANNER PAGE ". Further, the difference extracting unit 128 further extracts “BANNER PAGE”, which is a function (restriction for additional functions) indicated by the restriction information of the installed version 2.1.0.0 UPD 101 from the extracted three functions. The excluded functions, “SECURITY PRINT, TRUSTY PRINT”, are extracted as installable functions, that is, difference information.

このため、この場合、差分抽出部128は、Ver2.1.0.0からVer3.0.0.0のバージョンアップに関しては、“NX600”と言う機種を、“SECURTY PRINT,TRUSTY PRINT”の2機能に関して機種追加インストールが可能であるとして、差分情報を抽出する。   Therefore, in this case, the difference extraction unit 128 sets the model “NX600” as “SECURTY PRINT, TRUSTY PRINT” 2 for version upgrade from Ver 2.1.0.0 to Ver 3.0.0.0. Difference information is extracted on the assumption that additional model installation is possible for the function.

次に、UI部127が、インストール方式と、インストールする機種と、インストールする機能と、を選択するためのインストール方式選択画面を表示部に表示する(ステップS517)。   Next, the UI unit 127 displays an installation method selection screen for selecting an installation method, a model to be installed, and a function to be installed on the display unit (step S517).

例えば、インストール済みのUPD101のバージョン(Ver)が2.1.0.0であり、インストール対象のUPDパッケージ110のバージョン(Ver)が3.0.0.0であるとする。そして、上記ステップS516の処理によって、差分抽出部128が、インストール済のバージョンのUPD101の対応機種と、インストール対象のUPDの対応機種と、の差分から制約機能を除外し、機種“NX510”と、機能“SECURITY PRINT,TRUSTY PRINT”とを、差分情報として抽出したとする。   For example, it is assumed that the version (Ver) of the installed UPD 101 is 2.1.0.0 and the version (Ver) of the UPD package 110 to be installed is 3.0.0.0. Then, through the processing in step S516, the difference extraction unit 128 excludes the restriction function from the difference between the model compatible with the installed version of UPD 101 and the model compatible with the UPD to be installed, and the model “NX510”. It is assumed that the function “SECURITY PRINT, TRUSTY PRINT” is extracted as difference information.

この場合、ステップS517の処理において、UI部127は、図9に示すインストール方式選択画面を表示する。   In this case, in the process of step S517, the UI unit 127 displays an installation method selection screen shown in FIG.

図9に示す例では、該インストール方式選択画面は、インストール済のUPD101のバージョン(図9では、バージョン2.1.0.0)と、インストール対象のUPDパッケージ110のバージョン(図9では、バージョン3.0.0.0)と、を表示すると共に、「バージョンアップインストール」または「機種追加」を選択するためのチェックボックスと、を含む。また、「機種追加」の欄には、上記ステップS516で抽出した差分情報によって特定される機種(図9では、NX600)と、ステップS516で抽出した差分情報によって示される機能(図9では、SECURITY PRINT,TRUSTY PRINT)と、各機種及び機能を選択するためのチェックボックスと、が表示される。   In the example shown in FIG. 9, the installation method selection screen shows the version of the installed UPD 101 (version 2.1.0.0 in FIG. 9) and the version of the UPD package 110 to be installed (version 9 in FIG. 9). 3.0.0.0) and a check box for selecting “version upgrade installation” or “model addition”. In the “model addition” column, the model (NX600 in FIG. 9) specified by the difference information extracted in step S516 and the function (SECURITY in FIG. 9) indicated by the difference information extracted in step S516 are displayed. PRINT, TRUSTY PRINT) and check boxes for selecting each model and function are displayed.

すなわち、上述したように、例えば、Ver2.1.0.0からVer3.0.0.0のバージョンアップに関しては、“NX600”と言う機種を、“SECURTY PRINT,TRUSTY PRINT”の2機能に関して機種追加インストールが可能である。このため、この場合、UI部127は、図9に示すようにインストール方式選択画面に、インストール方式以外に、機種と機能を選択できるチェックボックスを配置して表示する。   That is, as described above, for example, regarding the version upgrade from Ver 2.1.0.0 to Ver 3.0.0.0, the model “NX600” is the model for the two functions “SECURTY PRINT, TRUSTY PRINT”. Additional installation is possible. For this reason, in this case, the UI unit 127 arranges and displays a check box for selecting a model and a function in addition to the installation method on the installation method selection screen as shown in FIG.

ユーザは、該インストール方式選択画面を参照しながら、図示を省略する操作部を操作することで、「バージョンアップインストール」または「機種追加」を選択する。また、「機種追加」を選択した場合には、追加可能な機種として表示された一覧の機種の内の少なくとも1つと、追加可能な機能として表示された機能の内の少なくとも1つと、を選択する。そして、ユーザの操作部の操作指示によって、インストール方式選択画面における「OK」ボタンが選択されることで、該インストール方式選択画面を介してユーザによって指示された選択情報がインストーラ120に入力される。   The user selects “version upgrade installation” or “model addition” by operating an operation unit (not shown) while referring to the installation method selection screen. When “Add model” is selected, at least one of the models displayed as the models that can be added and at least one of the functions displayed as the functions that can be added are selected. . Then, by selecting an “OK” button on the installation method selection screen in accordance with an operation instruction of the user operation unit, selection information instructed by the user via the installation method selection screen is input to the installer 120.

この選択情報は、「バージョンアップインストール」または「機種追加」を含み、「機種追加」を含む場合には、「機種」及び「機能」を含む。なお、この選択情報が「バージョンアップインストール」を含む場合には、ステップS517の処理の後に、上記ステップS513へ進めばよい。   This selection information includes “version upgrade installation” or “model addition”, and when “model addition” is included, includes “model” and “function”. If the selection information includes “version upgrade installation”, the process may proceed to step S513 after the process of step S517.

そして、ユーザによって選択された「機種追加」、「機種」、及び「機能」を含む選択情報を受け付けたインストーラ120では、機種情報ファイル作成部129が、インストール対象のUPDパッケージ110に含まれる機種情報ファイル113を修正する(ステップS518)。詳細には、機種情報ファイル作成部129は、インストール対象のUPDパッケージ110に含まれる機種情報ファイル113に、ステップS516の処理によって抽出された差分情報によって示される機能及び機種の内、ステップS517によってユーザによって選択された機能及び機種を追加する。なお、機種情報ファイル作成部129は、該内容の機種情報ファイル113を新たに作成してもよい。   In the installer 120 that has received selection information including “model addition”, “model”, and “function” selected by the user, the model information file creation unit 129 includes model information included in the UPD package 110 to be installed. The file 113 is corrected (step S518). Specifically, the model information file creation unit 129 adds the function and model indicated by the difference information extracted by the process of step S516 to the model information file 113 included in the installation target UPD package 110, and the user performs step S517. Add the function and model selected by. Note that the model information file creation unit 129 may newly create the model information file 113 having the contents.

次に、機種情報ファイル更新部130が、機種追加インストールを実行する(ステップS519)。そして、本ルーチンを終了する。   Next, the model information file update unit 130 performs model additional installation (step S519). Then, this routine ends.

ステップS519の処理において、機種情報ファイル更新部130は、インストール済のUPD101の機種情報ファイル104に、ステップS516の処理によって抽出された差分情報によって示される機能及び機種の内、ステップS517によってユーザによって選択された機能及び機種を追加する。   In the process of step S519, the model information file update unit 130 selects the function and model indicated by the difference information extracted by the process of step S516 in the model information file 104 of the installed UPD 101 by the user in step S517. Added functions and models.

すなわち、ステップS519の処理が実行されることによって、UPD101のバージョン情報ファイル105によって示されるバージョン情報は、インストール対象のUPDパッケージ110のバージョンにバージョンアップされない状態で、機種情報ファイル104が更新される。具体的には、機種情報ファイル104には、UPD101では未対応で且つUPDパッケージ110で対応可能な機種の機種情報と、UPD101では未対応で且つUPDパッケージ110で対応可能な機種の内の制約情報以外で且つユーザによって選択された機能の機能情報と、が追加されることとなる。   That is, by executing the processing of step S519, the model information file 104 is updated in a state where the version information indicated by the version information file 105 of the UPD 101 is not upgraded to the version of the UPD package 110 to be installed. Specifically, the model information file 104 includes model information of models that are not supported by the UPD 101 and can be supported by the UPD package 110, and constraint information of models that are not supported by the UPD 101 and can be supported by the UPD package 110. And the function information of the function selected by the user will be added.

このため、ステップS519の処理によって追加された新たな機種及び機能が、情報処理装置100のUPD101で対応可能な機種及び機能として選択可能となる。   Therefore, the new model and function added by the process of step S519 can be selected as a model and function that can be supported by the UPD 101 of the information processing apparatus 100.

そして、本ルーチンを終了する。   Then, this routine ends.

ここで、インストール対象のバージョン(Ver)3.0.0.0のUPDパッケージ110の保持している機種情報ファイル113の一例を、図10に示した。図10は、機種情報ファイルの一例を示す模式図である。   Here, FIG. 10 shows an example of the model information file 113 held in the UPD package 110 having the version (Ver) 3.0.0.0 to be installed. FIG. 10 is a schematic diagram illustrating an example of a model information file.

図10に示す例では、バージョン(Ver)3.0.0.0のUPDパッケージ110の保持している機種情報ファイル113には、機種“NX600”の機能を示す項目として、<VALIDACCESS>の項があり、この中にはTrusty Printの項目の<TRAUSTYPRINT>、Security Printの項目の<SECURITYPRINT>、Banner Pageの項目の<BANNERPAGE>がある。   In the example shown in FIG. 10, the model information file 113 held in the UPD package 110 of version (Ver.) 3.0.0.0 includes <VALIDACCESS> as an item indicating the function of the model “NX600”. Among these, there are <TRAUSTYPRINT> in the item of Trust Print, <SECURITY PRINT> in the item of Security Print, and <BANNER PAGE> in the item of Banner Page.

ここで、図2に示すバージョン間互換性情報ファイル125には、機能“Banner Page”は、バージョン(Ver)2.1.0.0のUPDでは制約情報として示され、使用不可であることが示されている。このため、この場合、機種情報ファイル作成部129は、バージョン(Ver)3.0.0.0のUPDパッケージ110の保持している機種情報ファイル113に含まれる、<BANNERPAGE>の項を削除あるいはコメントアウト等で無効化する。これによって、機種情報ファイル作成部129は、機種情報ファイル113を修正する。   Here, in the inter-version compatibility information file 125 shown in FIG. 2, the function “Banner Page” is indicated as constraint information in the UPD of the version (Ver) 2.1.0.0, and may not be used. It is shown. Therefore, in this case, the model information file creation unit 129 deletes the item “BANNERPAGE” included in the model information file 113 held in the UPD package 110 of the version (Ver) 3.0.0.0 or Invalidate by commenting out. As a result, the model information file creation unit 129 corrects the model information file 113.

図11は、ステップS519で機種情報ファイル更新部130が機種追加インストールを行う前において、UI部102が表示する印刷設定画面における機能表示画面(Valid Access)の一例である。図11に示すように、ステップS519で機種情報ファイル更新部130が機種追加インストールを行う前の状態では、該機能表示画面には、例えば、User Codeの選択肢しか表示されない。   FIG. 11 is an example of a function display screen (Valid Access) in the print setting screen displayed by the UI unit 102 before the model information file update unit 130 performs additional model installation in step S519. As shown in FIG. 11, in the state before the model information file update unit 130 performs additional model installation in step S519, for example, only the user code option is displayed on the function display screen.

図12は、ステップS519の機種情報ファイル更新部130が機種追加インストールを行った後に、UI部102が表示する印刷設定画面における機能表示画面(Valid Access)の一例である。なお、図12は、情報処理装置100にインストール済のUPD101のバージョンがVer2.1.0.0であり、インストール対象のUPDパッケージ110のバージョンがVer3.0.0.0である場合に、機種“NX600”の機能“Security Print”と“Trusty Print”を、機種情報ファイル更新部130が機種追加インストールした場合に、UI部102が表示する機能表示画面の一例である。   FIG. 12 is an example of a function display screen (Valid Access) in the print setting screen displayed by the UI unit 102 after the model information file update unit 130 in step S519 performs additional model installation. Note that FIG. 12 shows the model when the version of the UPD 101 already installed in the information processing apparatus 100 is Ver2.1.0.0 and the version of the UPD package 110 to be installed is Ver3.0.0.0. This is an example of a function display screen displayed by the UI unit 102 when the model information file update unit 130 additionally installs the “NX600” functions “Security Print” and “Trusty Print”.

図12に示すように、機種情報ファイル更新部130が機種追加インストールを行った後の状態では、該機能表示画面には、選択可能な機能として、“Security Print”と“Trusty Print”の選択項目が表示される。一方、該機能表示画面には、制約情報として示されていた“Banner Page”の選択肢は表示されない。   As shown in FIG. 12, in the state after the model information file update unit 130 performs the model additional installation, the function display screen includes selection items of “Security Print” and “Trusty Print” as selectable functions. Is displayed. On the other hand, the “Banner Page” option shown as the constraint information is not displayed on the function display screen.

以上説明したように、本実施の形態の情報処理装置100では、情報処理装置100にインストール済のUPD101、インストール対象のUPDパッケージ110、及びバージョン間互換性情報ファイル125(またはバージョン間互換性ファイル140、またはバージョン間互換性情報ファイル125)に基づいて、インストール対象のUPDパッケージ110のインストールが機種情報の追加で対応可能であると検証された場合には、バージョンアップインストールは行わず、インストール済のUPD101の機種情報ファイル104に、追加対象の機種及び機能を追加することで対応する。   As described above, in the information processing apparatus 100 according to the present embodiment, the UPD 101 already installed in the information processing apparatus 100, the UPD package 110 to be installed, and the version compatibility information file 125 (or the version compatibility file 140). Or, if it is verified that the installation of the UPD package 110 to be installed can be supported by adding the model information based on the version compatibility information file 125), the upgrade installation is not performed and the installation is completed. This can be dealt with by adding the model and function to be added to the model information file 104 of the UPD 101.

このため、バージョンアップインストールを行うことなく、対応可能な機種を追加することができる。   Therefore, it is possible to add compatible models without performing upgrade installation.

従って、本実施の形態の情報処理装置100では、機種の異なる複数種類の周辺装置を制御するためのユニバーサルデバイスドライバについて、容易に新たな機種を対応させることができる。   Therefore, in the information processing apparatus 100 of this embodiment, a new model can be easily associated with the universal device driver for controlling a plurality of types of peripheral devices of different models.

また、バージョンアップインストールが必要であるが、追加対象の新機能の内の一部を制限機能として制限すれば機能情報の追加により対応することが可能である場合には、制限機能以外で、且つ追加可能な機能及び機種をンストール済のUPD101の機種情報ファイル104に追加する。   In addition, upgrade installation is necessary, but if it is possible to cope with the addition of function information by restricting some of the new functions to be added as restricted functions, Functions and models that can be added are added to the model information file 104 of the installed UPD 101.

このため、機種の異なる複数種類の周辺装置を制御するためのユニバーサルデバイスドライバについて、更に容易に、新たな機種を対応させることができる。   Therefore, a new model can be more easily associated with the universal device driver for controlling a plurality of types of peripheral devices of different models.

また、追加可能な機種及び機能の内、ユーザによって選択された機種及び機能を、機種情報ファイル104に追加することができるので、ユーザ側で容易にカスタマイズすることができる。   In addition, since the model and function selected by the user among the models and functions that can be added can be added to the model information file 104, the user can easily customize the model and function.

なお、本実施の形態の情報処理装置100で実行されるインストール処理を実行するためのプログラムは、インストール可能な形式又は実行可能な形式のファイルでCD−ROM、フレキシブルディスク(FD)、CD−R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記憶媒体に記録されて提供される。   Note that a program for executing the installation process executed by the information processing apparatus 100 according to the present embodiment is a file in an installable format or an executable format, and is a CD-ROM, a flexible disk (FD), a CD-R. And recorded on a computer-readable storage medium such as a DVD (Digital Versatile Disk).

また、本実施の形態の情報処理装置100で実行されるインストール処理を実行するためのプログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成してもよい。また、本実施の形態の情報処理装置100で実行されるインストール処理を実行するためのプログラムをインターネット等のネットワーク経由で提供または配布するように構成してもよい。   Further, a program for executing the installation process executed by the information processing apparatus 100 according to the present embodiment is stored on a computer connected to a network such as the Internet and provided by being downloaded via the network. It may be configured. Further, a program for executing an installation process executed by the information processing apparatus 100 according to the present embodiment may be provided or distributed via a network such as the Internet.

また、本実施の形態の情報処理装置100で実行されるインストール処理を実行するためのプログラムを、ROM等に予め組み込んで提供するように構成してもよい。   In addition, a program for executing an installation process executed by the information processing apparatus 100 according to the present embodiment may be provided by being incorporated in advance in a ROM or the like.

なお、本実施の形態の情報処理装置100で実行されるインストール処理を実行するためのプログラムは、上述したインストール処理を実行するための機能部を含むモジュール構成となっており、実際のハードウェアとしてはCPU(プロセッサ)が上記記憶媒体から当該プログラムを読み出して実行することにより上記各機能部が主記憶装置上にロードされ、主記憶装置上に生成されるようになっている。   Note that the program for executing the installation process executed by the information processing apparatus 100 according to the present embodiment has a module configuration including the functional unit for executing the above-described installation process, and as actual hardware The CPU (processor) reads the program from the storage medium and executes the program, so that each functional unit is loaded onto the main storage device and generated on the main storage device.

なお、上記には、本発明のいくつかの実施の形態を説明したが、これらの実施の形態は、例として提示したものであり、発明の範囲を限定することは意図していない。これら新規な実施の形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施の形態やその変形は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。   In addition, although several embodiment of this invention was described above, these embodiment is shown as an example and is not intending limiting the range of invention. These novel embodiments can be implemented in various other forms, and various omissions, replacements, and changes can be made without departing from the scope of the invention. These embodiments and modifications thereof are included in the scope and gist of the invention, and are included in the invention described in the claims and the equivalents thereof.

100 情報処理装置
101 UPD
104、113 機種情報ファイル
105、114 バージョン情報ファイル
110 UPDパッケージ
123 第1特定部
124 検証部
125、140、201 バージョン間互換性情報ファイル
126 第2特定部
128 差分抽出部
131 実行部
400 画像形成装置
1000 情報処理システム
100 Information processing apparatus 101 UPD
104, 113 Model information file 105, 114 Version information file 110 UPD package 123 First identification unit 124 Verification unit 125, 140, 201 Inter-version compatibility information file 126 Second identification unit 128 Difference extraction unit 131 Execution unit 400 Image forming apparatus 1000 Information processing system

特開2009−025865号公報JP 2009-025865 A 特開2005−267541号公報JP 2005-267541 A

Claims (8)

インストール済の第1デバイスドライバに含まれる対応可能な周辺機器の機種及び機能を含む第1機種情報ファイルと、バージョン情報とに基づいて、該第1デバイスドライバのバージョン情報及び該第1デバイスドライバで対応可能な周辺機器の機種及び機能を特定する第1特定部と、
インストール対象の第2デバイスに含まれる対応可能な周辺機器の機種及び機能を含む第2機種情報ファイルと、バージョン情報とに基づいて、該第2デバイスドライバのバージョン情報及び該第2デバイスドライバで対応可能な周辺機器の機種及び機能を特定する第2特定部と、
デバイスドライバのインストールにおけるデバイスドライバのバージョン間の互換性情報を定めたバージョン間互換性情報ファイルに基づいて、前記第2デバイスドライバのインストールが機種情報の追加で対応可能であるか否かを検証する検証部と、
前記第2デバイスドライバのインストールが機種情報の追加で対応可能であると検証された場合に、前記第1特定部によって特定された機種及び機能と、前記第2特定部によって特定された機種及び機能と、の差分を示す差分情報を、該第1機種情報ファイルに追加する実行部と、
を備えた情報処理装置。
The version information of the first device driver and the first device driver based on the first model information file including the models and functions of compatible peripheral devices included in the installed first device driver and the version information. A first identifying unit that identifies the types and functions of peripheral devices that can be supported;
The version information and the second device driver support the second device driver based on the second model information file including the models and functions of compatible peripheral devices included in the second device to be installed and the version information. A second identification unit for identifying the types and functions of possible peripheral devices;
Whether or not the second device driver can be installed by adding model information is verified based on a version compatibility information file that defines compatibility information between device driver versions in the installation of the device driver. A verification unit;
When it is verified that the installation of the second device driver can be supported by adding model information, the model and function specified by the first specifying unit, and the model and function specified by the second specifying unit And an execution unit for adding difference information indicating a difference between the first model information file and the first model information file,
An information processing apparatus comprising:
前記互換性情報は、デバイスドライバのバージョン情報毎に、異なるバージョンのデバイスドライバのインストール時にバージョンアップインストールが必要となるデバイスドライバのバージョン情報及び機種情報の追加で対応可能なデバイスドライバのバージョン情報を含む、請求項1に記載の情報処理装置。   The compatibility information includes, for each device driver version information, device driver version information that requires an upgrade installation when installing a different version of the device driver and device driver version information that can be supported by adding model information. The information processing apparatus according to claim 1. 前記互換性情報は、バージョンアップインストールが必要であるが、追加対象の新機能の内の一部を制限機能として制限すれば機能情報の追加により対応することが可能である事を示す制約情報を更に含み、
前記検証部は、前記バージョン間互換性情報ファイルに基づいて、前記第2デバイスドライバのインストールが機能情報の追加で対応可能であるか否かを更に検証し、
前記実行部は、前記第2デバイスドライバのインストールが機能情報の追加で対応可能と検証された場合に、前記第1特定部によって特定された機種及び機能と、前記第2特定部によって特定された機種及び機能と、の差分から、前記第2デバイスドライバのバージョンに対応する前記互換性情報に示される制限機能に対応する機能を除いた情報を前記差分情報として、前記第1機種情報ファイルに追加する、
請求項1または請求項2に記載の情報処理装置。
The compatibility information needs to be upgraded and installed. However, restriction information indicating that it is possible to cope with the addition of function information if some of the new functions to be added are restricted as restricted functions. In addition,
The verification unit further verifies whether installation of the second device driver can be supported by addition of function information based on the version compatibility information file,
The execution unit is specified by the second specifying unit and the model and function specified by the first specifying unit when it is verified that the installation of the second device driver can be supported by adding function information. Information excluding the function corresponding to the restriction function indicated in the compatibility information corresponding to the version of the second device driver from the difference between the model and the function is added to the first model information file as the difference information. To
The information processing apparatus according to claim 1 or 2.
前記実行部は、前記第2デバイスドライバのインストールが機種情報の追加で対応否と検証された場合に、前記第2デバイスドライバのインストールを行う、
請求項1〜請求項3の何れか1項に記載の情報処理装置。
The execution unit installs the second device driver when it is verified that the installation of the second device driver is compatible with the addition of model information.
The information processing apparatus according to any one of claims 1 to 3.
前記実行部は、前記第2デバイスドライバのインストールが機能情報の追加で対応否と検証された場合に、前記第2デバイスドライバのインストールを行う、
請求項3または請求項4に記載の情報処理装置。
The execution unit installs the second device driver when it is verified that the installation of the second device driver is compatible with the addition of function information.
The information processing apparatus according to claim 3 or 4.
前記検証部は、前記第2デバイスドライバのバージョンが前記第1デバイスドライバのバージョンより新しい場合に、前記検証を行う、請求項1〜請求項5の何れか1項に記載の情報処理装置。   The information processing apparatus according to any one of claims 1 to 5, wherein the verification unit performs the verification when a version of the second device driver is newer than a version of the first device driver. コンピュータに実行させるためのプログラムであって、
インストール済の第1デバイスドライバに含まれる対応可能な周辺機器の機種及び機能を含む第1機種情報ファイルと、バージョン情報とに基づいて、該第1デバイスドライバのバージョン情報及び該第1デバイスドライバで対応可能な周辺機器の機種及び機能を特定する第1ステップと、
インストール対象の第2デバイスに含まれる対応可能な周辺機器の機種及び機能を含む第2機種情報ファイルと、バージョン情報とに基づいて、該第2デバイスドライバのバージョン情報及び該第2デバイスドライバで対応可能な周辺機器の機種及び機能を特定する第2ステップと、
デバイスドライバのインストールにおけるデバイスドライバのバージョン間の互換性情報を定めたバージョン間互換性情報ファイルに基づいて、前記第2デバイスドライバのインストールが機種情報の追加で対応可能であるか否かを検証する第3ステップと、
前記第2デバイスドライバのインストールが機種情報の追加で対応可能であると検証された場合に、前記第1ステップによって特定された機種及び機能と、前記第2ステップによって特定された機種及び機能と、の差分を示す差分情報を、該第1機種情報ファイルに追加する第4ステップと、
を前記コンピュータに実行させるためのプログラム。
A program for causing a computer to execute,
The version information of the first device driver and the first device driver based on the first model information file including the models and functions of compatible peripheral devices included in the installed first device driver and the version information. A first step of identifying the types and functions of peripheral devices that can be supported;
The version information and the second device driver support the second device driver based on the second model information file including the models and functions of compatible peripheral devices included in the second device to be installed and the version information. A second step of identifying possible peripheral device models and functions;
Whether or not the second device driver can be installed by adding model information is verified based on a version compatibility information file that defines compatibility information between device driver versions in the installation of the device driver. The third step;
When it is verified that the installation of the second device driver can be supported by adding model information, the model and function specified by the first step, the model and function specified by the second step, A fourth step of adding difference information indicating the difference of the first model information file to the first model information file;
For causing the computer to execute.
コンピュータに、
インストール済の第1デバイスドライバに含まれる対応可能な周辺機器の機種及び機能を含む第1機種情報ファイルと、バージョン情報とに基づいて、該第1デバイスドライバのバージョン情報及び該第1デバイスドライバで対応可能な周辺機器の機種及び機能を特定する第1ステップと、
インストール対象の第2デバイスに含まれる対応可能な周辺機器の機種及び機能を含む第2機種情報ファイルと、バージョン情報とに基づいて、該第2デバイスドライバのバージョン情報及び該第2デバイスドライバで対応可能な周辺機器の機種及び機能を特定する第2ステップと、
デバイスドライバのインストールにおけるデバイスドライバのバージョン間の互換性情報を定めたバージョン間互換性情報ファイルに基づいて、前記第2デバイスドライバのインストールが機種情報の追加で対応可能であるか否かを検証する第3ステップと、
前記第2デバイスドライバのインストールが機種情報の追加で対応可能であると検証された場合に、前記第1ステップによって特定された機種及び機能と、前記第2ステップによって特定された機種及び機能と、の差分を示す差分情報を、該第1機種情報ファイルに追加する第4ステップと、
を実行させるためのプログラムを記憶した読取り可能な記憶媒体。
On the computer,
The version information of the first device driver and the first device driver based on the first model information file including the models and functions of compatible peripheral devices included in the installed first device driver and the version information. A first step of identifying the types and functions of peripheral devices that can be supported;
The version information and the second device driver support the second device driver based on the second model information file including the models and functions of compatible peripheral devices included in the second device to be installed and the version information. A second step of identifying possible peripheral device models and functions;
Whether or not the second device driver can be installed by adding model information is verified based on a version compatibility information file that defines compatibility information between device driver versions in the installation of the device driver. The third step;
When it is verified that the installation of the second device driver can be supported by adding model information, the model and function specified by the first step, the model and function specified by the second step, A fourth step of adding difference information indicating the difference of the first model information file to the first model information file;
A readable storage medium storing a program for executing the program.
JP2012127437A 2012-06-04 2012-06-04 Information processing apparatus, program, and storage medium Active JP6051601B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012127437A JP6051601B2 (en) 2012-06-04 2012-06-04 Information processing apparatus, program, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012127437A JP6051601B2 (en) 2012-06-04 2012-06-04 Information processing apparatus, program, and storage medium

Publications (2)

Publication Number Publication Date
JP2013250952A true JP2013250952A (en) 2013-12-12
JP6051601B2 JP6051601B2 (en) 2016-12-27

Family

ID=49849516

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012127437A Active JP6051601B2 (en) 2012-06-04 2012-06-04 Information processing apparatus, program, and storage medium

Country Status (1)

Country Link
JP (1) JP6051601B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016062438A (en) * 2014-09-19 2016-04-25 コニカミノルタ株式会社 Print control system, information processing device, and computer program
JP2016071689A (en) * 2014-09-30 2016-05-09 ブラザー工業株式会社 Terminal device and computer program
JP2020537449A (en) * 2017-10-17 2020-12-17 テレフオンアクチーボラゲット エルエム エリクソン(パブル) Service registration in communication network

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001251525A (en) * 2000-03-03 2001-09-14 Canon Inc Information processor, information processing method and storage medium stored with device drive program
JP2003058378A (en) * 2001-08-20 2003-02-28 Canon Inc Information processor, program installing method, storage medium and program
JP2005050062A (en) * 2003-07-31 2005-02-24 Canon Inc Print processing system, method for processing information of system, information processor, method for processing information of processor, client apparatus, and information processing program
JP2005267541A (en) * 2004-03-22 2005-09-29 Fuji Xerox Co Ltd Peripheral equipment driver, peripheral equipment controller, and installation method for peripheral equipment control driver
JP2009025865A (en) * 2007-07-17 2009-02-05 Ricoh Co Ltd Information processing unit, information processing program, and recording medium
JP2010117975A (en) * 2008-11-14 2010-05-27 Kyocera Mita Corp Image forming system, terminal device, server, image forming device, and image forming method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001251525A (en) * 2000-03-03 2001-09-14 Canon Inc Information processor, information processing method and storage medium stored with device drive program
JP2003058378A (en) * 2001-08-20 2003-02-28 Canon Inc Information processor, program installing method, storage medium and program
JP2005050062A (en) * 2003-07-31 2005-02-24 Canon Inc Print processing system, method for processing information of system, information processor, method for processing information of processor, client apparatus, and information processing program
JP2005267541A (en) * 2004-03-22 2005-09-29 Fuji Xerox Co Ltd Peripheral equipment driver, peripheral equipment controller, and installation method for peripheral equipment control driver
JP2009025865A (en) * 2007-07-17 2009-02-05 Ricoh Co Ltd Information processing unit, information processing program, and recording medium
JP2010117975A (en) * 2008-11-14 2010-05-27 Kyocera Mita Corp Image forming system, terminal device, server, image forming device, and image forming method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016062438A (en) * 2014-09-19 2016-04-25 コニカミノルタ株式会社 Print control system, information processing device, and computer program
JP2016071689A (en) * 2014-09-30 2016-05-09 ブラザー工業株式会社 Terminal device and computer program
JP2020537449A (en) * 2017-10-17 2020-12-17 テレフオンアクチーボラゲット エルエム エリクソン(パブル) Service registration in communication network
JP7197574B2 (en) 2017-10-17 2022-12-27 テレフオンアクチーボラゲット エルエム エリクソン(パブル) Service registration in communication networks
US11576031B2 (en) 2017-10-17 2023-02-07 Telefonaktiebolaget Lm Ericsson (Publ) Service registration in a communications network

Also Published As

Publication number Publication date
JP6051601B2 (en) 2016-12-27

Similar Documents

Publication Publication Date Title
JP5923934B2 (en) Image processing apparatus and program
EP2639735B1 (en) Information processor and recording medium
JP6265631B2 (en) Information processing apparatus, information processing apparatus control method, and program
JP2018128790A (en) Information processing apparatus, program and installation method
US10362190B2 (en) Information processing apparatus that installs module according to a usage form of the information processing apparatus method of controlling the same, and storage medium
JP2015046075A (en) Information processor, control method therefor, and computer program
JP5581793B2 (en) Information processing apparatus, program, and storage medium
JP6366354B2 (en) Information processing apparatus, image forming apparatus, program update method, and program
JP2009110388A (en) Information processor, information processing method, control program and storage medium
JP2014127126A (en) Program and output system
JP5991333B2 (en) Information processing apparatus, setting value updating method and setting value updating program in the apparatus
JP6051601B2 (en) Information processing apparatus, program, and storage medium
JP2011180681A (en) Installer and method for installing printer driver
JP6465403B2 (en) Printer driver update program and printer driver update method
JP6147240B2 (en) Information processing apparatus, method of controlling the apparatus, and program
JP6303667B2 (en) Program, information processing apparatus and information processing system
JP2013255149A (en) Electronic device, image processing device, electronic device notification method and program
JP5900146B2 (en) Control device, printer driver program, and setting method
US20170185358A1 (en) Information processing apparatus and installation control method
JP2014215945A (en) Program, information processing device, and printing system
JP5760618B2 (en) Management apparatus and management method
JP2015177254A (en) Image formation apparatus and control method thereof
JP2016177351A (en) Program, information processing device, and image display method
JP2020120227A (en) Setting system, control method, and program
JP6060686B2 (en) Control device, printer driver program, and setting method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150521

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20160428

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160510

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160704

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20161114

R151 Written notification of patent or utility model registration

Ref document number: 6051601

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151