JP2006139364A - Execution environment maintenance system, apparatus for instructing environment maintenance, and apparatus, method and program for maintaining execution environment - Google Patents

Execution environment maintenance system, apparatus for instructing environment maintenance, and apparatus, method and program for maintaining execution environment Download PDF

Info

Publication number
JP2006139364A
JP2006139364A JP2004326286A JP2004326286A JP2006139364A JP 2006139364 A JP2006139364 A JP 2006139364A JP 2004326286 A JP2004326286 A JP 2004326286A JP 2004326286 A JP2004326286 A JP 2004326286A JP 2006139364 A JP2006139364 A JP 2006139364A
Authority
JP
Japan
Prior art keywords
environment
program
computer
information
maintenance
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
JP2004326286A
Other languages
Japanese (ja)
Other versions
JP4788128B2 (en
Inventor
Hajime Honma
肇 本間
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2004326286A priority Critical patent/JP4788128B2/en
Publication of JP2006139364A publication Critical patent/JP2006139364A/en
Application granted granted Critical
Publication of JP4788128B2 publication Critical patent/JP4788128B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an execution environment maintenance system capable of maintaining an environment where a program to be installed can be executed; an apparatus for instructing environment maintenance; and an apparatus, a method and a program for maintaining an execution environment. <P>SOLUTION: To maintain a program execution environment when installing a program in a second computer by means of data stored in a first computer, environment information for specifying the environment in which the program is executed is transmitted by the first computer and received by the second computer. Based on the environment information received, the environment to execute the program is maintained. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は実行環境整備システム、環境整備指示装置、実行環境整備装置、実行環境整備方法および実行環境整備プログラムに関する。   The present invention relates to an execution environment maintenance system, an environment maintenance instruction device, an execution environment maintenance device, an execution environment maintenance method, and an execution environment maintenance program.

ネットワークに接続された多数のコンピュータに対して同じ用途のプログラム(例えば、同じプリンタを制御するためのプログラム)をインストールする技術としてプル型あるいはプッシュ型のインストールが知られている(例えば、特許文献1参照。)。この技術においては、プログラムをインストールするコンピュータ(配布先)で当該コンピュータのハードウェア環境およびソフトウェア環境に関する情報を収集し、サーバコンピュータ(配布元)にその収集情報を通知する。サーバコンピュータでは、通知された情報に基づいてソフトウェアの使用条件がプログラムをインストールするコンピュータの環境に適合するか否かを判定する。
特開平10−301760号公報
As a technique for installing a program having the same application (for example, a program for controlling the same printer) to a large number of computers connected to a network, pull type or push type installation is known (for example, Patent Document 1). reference.). In this technique, information regarding the hardware environment and software environment of the computer is collected at a computer (distribution destination) on which the program is installed, and the collected information is notified to a server computer (distribution source). Based on the notified information, the server computer determines whether or not the use condition of the software is compatible with the environment of the computer on which the program is installed.
JP-A-10-301760

従来の技術においては、プログラムをインストールするコンピュータの動作環境により、プログラムを配布する処理を自動で実施することが困難になる場合があった。すなわち、プログラムをインストールするコンピュータのオペレーティングシステム(OS)が当該プログラムを実行できないバージョンや種類であったり、このコンピュータにインストール対象のプログラムと共存できないプログラムがインストール済みである場合などには、インストールを行ったとしても実際にはそのプログラムを実行することができない。上記特許文献1には、配布元で配布ソフトウェアの適合性をチェックする技術が開示されているが、適合性に問題がある場合は配布先に理由を通知する(特許文献1、0040段落)のみであり、この構成では、上述のような場合にインストールの自動化が実現されない。
本発明は、上記課題にかんがみてなされたもので、インストール対象のプログラムを実行可能な環境を整備することが可能な実行環境整備システム、環境整備指示装置、実行環境整備装置、実行環境整備方法および実行環境整備プログラムを提供することを目的とする。
In the prior art, depending on the operating environment of the computer on which the program is installed, it may be difficult to automatically execute the process of distributing the program. In other words, if the operating system (OS) of the computer on which the program is installed is a version or type that cannot execute the program, or if a program that cannot coexist with the installation target program has already been installed on the computer, the installation is performed. Even if that is the case, the program cannot actually be executed. Patent Document 1 discloses a technique for checking compatibility of distribution software at a distribution source. However, if there is a problem with compatibility, only the reason is notified to the distribution destination (Patent Document 1, paragraph 0040). In this configuration, the automation of installation is not realized in the above case.
The present invention has been made in view of the above problems, and provides an execution environment maintenance system, an environment maintenance instruction device, an execution environment maintenance device, an execution environment maintenance method, and an execution environment maintenance system capable of maintaining an environment in which an installation target program can be executed. The purpose is to provide an execution environment maintenance program.

上記目的を達成するため、第1のコンピュータから第2のコンピュータにプログラムを実行する環境を特定するための環境情報を送信し、第2のコンピュータにおいて、この環境情報に基づいて上記プログラムを実行するための環境を整備する。すなわち、インストール対象のプログラムを実行するための環境は予め環境情報で特定されるので、第2のコンピュータではこの環境情報を参照することによって自己の環境を容易に整備することができ、インストール対象のプログラムを確実に動作させることが可能になる。   In order to achieve the above object, the environment information for specifying the environment for executing the program is transmitted from the first computer to the second computer, and the program is executed on the second computer based on the environment information. Prepare an environment for That is, since the environment for executing the program to be installed is specified in advance by the environment information, the second computer can easily prepare its own environment by referring to this environment information. The program can be operated reliably.

また、第2のコンピュータにおいては、環境情報に基づいて自己の環境を整備することができるので、第2のコンピュータにおいて人為的に環境を整備する作業は不要である。従って、プログラムをインストールするための環境を自動で整備することができる。この自動化は、プログラムをインストールする対象となる第2のコンピュータが多数である場合に特に有用である。すなわち、第2のコンピュータが多数存在した場合、プログラムを実行する環境が整備されていない複数のコンピュータで人為的に環境整備作業を行うのは非常に煩雑であり、労力も必要となる。   In addition, since the second computer can maintain its own environment based on the environmental information, it is not necessary to artificially prepare the environment in the second computer. Therefore, an environment for installing the program can be automatically maintained. This automation is particularly useful when there are many second computers on which programs are to be installed. That is, when there are a large number of second computers, it is very complicated and labor-intensive to manually perform environment maintenance work on a plurality of computers that do not have an environment for executing a program.

しかし、本発明によれば、第1のコンピュータから環境情報を送信するのみで第2のコンピュータが自己の環境を整備するので、第2のコンピュータにおいて人為的に環境整備を行う必要はなく、非常に容易に環境整備を行うことが可能である。また、第1のコンピュータにおいて第2のコンピュータにおける環境がプログラムに適合しているか否かを多数のコンピュータについて判断すると処理の負担が大きくなるが、本発明によれば第1のコンピュータにおいて適合性を判断する必要がなく、処理負担は非常に小さい。むろん、第2のコンピュータにおいては環境情報に基づいて処理を行うが、この処理は各コンピュータにおいてなされるので、多数のコンピュータにおいて環境整備を行うとしても、各コンピュータにおける処理負担が過大になることはない。さらに、第2のコンピュータから第1のコンピュータに対して動作環境を示す情報を送信することなく環境を整備することができるので、無用な情報の流出を抑えることができる。   However, according to the present invention, since the second computer maintains its own environment only by transmitting the environment information from the first computer, it is not necessary to artificially maintain the environment in the second computer. It is possible to easily improve the environment. In addition, if a large number of computers determine whether or not the environment of the second computer is compatible with the program in the first computer, the processing burden increases. However, according to the present invention, the compatibility is improved in the first computer. There is no need to judge, and the processing load is very small. Of course, the second computer performs processing based on the environment information, but since this processing is performed in each computer, even if the environment is improved in a large number of computers, the processing burden on each computer will not be excessive. Absent. Furthermore, since the environment can be maintained without transmitting information indicating the operating environment from the second computer to the first computer, it is possible to suppress the outflow of useless information.

以上のように、第2のコンピュータにてプログラムを実行可能な環境を整備した後には、そのプログラムをインストールするのが好ましい。例えば、第1のコンピュータから上記プログラムのインストーラを送信し、第2のコンピュータにて当該インストーラを受信するとともにインストーラを実行する。この構成においては、第2のコンピュータにて環境整備を実行した後、その実行結果(環境整備が成功したか否か)を第1のコンピュータに返信し、環境整備が成功した場合にインストーラを送信する構成を採用するのが好ましい。以上の結果、プログラムのインストールまでの処理を自動で完了することが可能になる。むろん、この構成においても、第2のコンピュータの台数が増えるほど自動化による労力低減効果が大きくなる。   As described above, it is preferable to install the program after preparing an environment in which the program can be executed on the second computer. For example, the installer of the program is transmitted from the first computer, and the installer is executed while the installer is received by the second computer. In this configuration, after the environment maintenance is executed on the second computer, the execution result (whether the environment maintenance is successful) is returned to the first computer, and the installer is transmitted when the environment maintenance is successful. It is preferable to adopt a configuration that does this. As a result, it is possible to automatically complete the processing up to the installation of the program. Of course, even in this configuration, the labor reduction effect by automation increases as the number of second computers increases.

インストーラはプログラムの実行に必要な環境を整備するプログラムであればよく、種々の構成を採用可能である。例えば、プログラムやデータの保存位置を示すフォルダやディレクトリを作成し、プログラム自体を適切な保存位置に保存し、プログラムの実行に必要なデータを適切な保存位置に保存し、環境設定ファイル(レジストリやリソースフォーク)の書き換えをする処理の何れかあるいは組み合わせを実施するプログラムをインストーラとして採用可能である。むろん、インストールに際して把握すべき情報を記述したファイル(infファイル)等をインストーラに含む構成であっても良い。また、他にも、圧縮されたデータを解凍する処理等、種々の処理を含む。   The installer may be a program that maintains an environment necessary for program execution, and various configurations can be adopted. For example, a folder or directory indicating the storage location of a program or data is created, the program itself is stored in an appropriate storage location, data necessary for program execution is stored in an appropriate storage location, and an environment setting file (registry or A program that implements any one or combination of processing for rewriting (resource fork) can be adopted as an installer. Of course, the installer may include a file (inf file) describing information to be grasped at the time of installation. In addition, various processes such as a process of decompressing compressed data are included.

また、プログラムのインストールに際してそのデータの保存場所が限定されたり、プログラムの実行に他のデータを必要とされることがなく、環境設定ファイルの書き換え等も必要にない場合、すなわち、単に実行形式のファイルを何らかの場所にコピーするのみでインストールが完了する場合もある。このような場合、インストーラでは実行形式のファイルをコピーする処理を実施すればよい。   In addition, when installing the program, the data storage location is limited, no other data is required to execute the program, and rewriting of the environment setting file is not required. In some cases, the installation can be completed simply by copying the file to some location. In such a case, the installer may perform a process of copying the executable file.

尚、第2のコンピュータにおいてプログラムのインストールを実行するのは、環境整備手段による環境整備と同時であっても良いし、環境整備が完了した後であっても良い。例えば、インストーラによって不要なプログラムを削除、上書き等する場合は、このインストーラによる処理が環境整備をも含むと言えるので、環境整備とインストールとが同時であるといえる。むろん、第2のコンピュータにおいて不要なデータ等を削除し、環境整備を完了してからインストーラを実行する構成も採用可能である。   The installation of the program in the second computer may be performed at the same time as the environment maintenance by the environment maintenance means or after the environment maintenance is completed. For example, when an unnecessary program is deleted or overwritten by the installer, it can be said that the processing by the installer includes environment maintenance, and therefore environment maintenance and installation are simultaneous. Of course, it is also possible to employ a configuration in which unnecessary data or the like is deleted from the second computer and the installer is executed after completing the environmental maintenance.

本発明において、第1のコンピュータと第2のコンピュータとは互いにデータを送受信できるようにネットワーク接続されるが、第1のコンピュータは少なくとも一つ存在すればよい。第2のコンピュータが一台であっても本発明は機能するが、上述のように、第2のコンピュータに相当するコンピュータがネットワーク上に複数台接続されている状況が本発明の適用対象として好ましい。   In the present invention, the first computer and the second computer are connected to each other via a network so that data can be transmitted and received between them. However, it is sufficient that at least one first computer exists. Although the present invention functions even if there is only one second computer, as described above, a situation where a plurality of computers corresponding to the second computer are connected on the network is preferable as an application target of the present invention. .

第1のコンピュータは、環境情報送信手段を構成可能なコンピュータであればよく、汎用プロセッサを搭載してプログラムを実行する汎用コンピュータであっても良いし、環境情報送信手段を実行するプロセッサを搭載した専用コンピュータであっても良い。むろん、他の機能を実現するとともに環境情報送信手段を実現するコンピュータであっても良い。例えば、携帯電話やデジタルカメラ等が備えるコンピュータであっても良いし、プリンタやスキャナ等の周辺機器が備えるコンピュータであっても良い。後者であれば、周辺機器に格納されたドライバを第2のコンピュータにインストールする場合に環境を整備する構成にすることも可能である。   The first computer may be a computer that can configure the environment information transmission means, and may be a general-purpose computer that executes a program by installing a general-purpose processor, or a processor that executes the environment information transmission means. A dedicated computer may be used. Of course, it may be a computer that realizes other functions and realizes the environment information transmitting means. For example, a computer included in a mobile phone, a digital camera, or the like, or a computer included in a peripheral device such as a printer or a scanner may be used. If it is the latter, it is also possible to adopt a configuration in which the environment is maintained when the driver stored in the peripheral device is installed in the second computer.

第2のコンピュータも第1のコンピュータと同様であり、第2のコンピュータにおける各手段を構成する汎用コンピュータや専用コンピュータ等が第2のコンピュータとなり得る。また、携帯電話やデジタルカメラ等の機器や、プリンタやスキャナ等の周辺機器が備えるコンピュータを第2のコンピュータとし、これらの機器が必要とするプログラムをインストール際の環境を整備するように構成しても良い。   The second computer is the same as the first computer, and a general-purpose computer, a dedicated computer, or the like constituting each means in the second computer can be the second computer. In addition, a computer provided in a device such as a mobile phone or a digital camera or a peripheral device such as a printer or a scanner is used as the second computer, and the environment required for installing the programs required by these devices is configured. Also good.

尚、上記環境情報はプログラムを実行する環境を特定することにより第2のコンピュータで整備すべき環境を示すことができればよく、環境整備手段においてはこの環境情報に基づいて自己の環境を整備することができればよい。従って、第2のコンピュータにおいてその環境を取得し、この環境と環境情報で特定される環境とが異なっている場合に、環境情報で示される環境となるように環境を変更すればよい。   The environment information only needs to be able to indicate the environment to be maintained by the second computer by specifying the environment in which the program is executed, and the environment maintenance means should prepare its own environment based on this environment information. If you can. Therefore, when the environment is acquired by the second computer and the environment specified by the environment information is different from the environment, the environment may be changed to be the environment indicated by the environment information.

第2のコンピュータにおける環境はコンピュータが動作する際の環境であり、第2のコンピュータにおけるハードウェア環境とソフトウェア環境とのいずれかまたは双方がここでいう環境に相当する。但し、本発明においては、第2のコンピュータにおける環境を自動で整備する構成を採用しているので、ここでいう環境は第2のコンピュータにおける制御処理によって変更可能な環境である。   The environment in the second computer is an environment when the computer operates, and either or both of the hardware environment and the software environment in the second computer correspond to the environment here. However, in the present invention, since the configuration in which the environment in the second computer is automatically maintained is adopted, the environment here is an environment that can be changed by control processing in the second computer.

例えば、ハードウェア環境としては、ハードディスクドライブの空き容量が挙げられる。第2のコンピュータにおいてハードディスクドライブの空き容量が不十分であれば、不要なデータの削除処理を実行するなどしてハードウェア環境を整備することができる。ソフトウェア環境は、インストール済みのプログラムやデータの有無、そのバージョン等によって定義することができる。   For example, the hardware environment includes the free capacity of a hard disk drive. If the free space of the hard disk drive is insufficient in the second computer, the hardware environment can be improved by executing a process of deleting unnecessary data. The software environment can be defined by the presence of installed programs and data, their versions, and the like.

尚、環境情報としては他にも種々の情報を採用可能である。例えば、上記第2のコンピュータを動作させるOSの種類と上記第2のコンピュータが搭載するRAMの全容量とのいずれかまたは双方を含む構成を採用しても良い。OSの種類を特定する情報によれば、第2のコンピュータのOSがプログラムに対応しているか否かを判断することができる。OSの種類が異なる場合、一般にはOSの種類を自動で変更することは困難であるが、複数のOSを実行可能なコンピュータにおいてOSの種類を切り換える処理を実施することで環境を整備することも可能である。   Various other information can be used as the environment information. For example, a configuration including either or both of the type of OS for operating the second computer and the total capacity of the RAM installed in the second computer may be employed. According to the information specifying the type of OS, it can be determined whether or not the OS of the second computer corresponds to the program. When the types of OS are different, it is generally difficult to automatically change the type of OS, but it is also possible to improve the environment by performing a process of switching the type of OS in a computer capable of executing a plurality of OSs. Is possible.

第2のコンピュータが搭載するRAMの全容量を人為的な作業によらずに変更することは一般的に困難であるが、RAMの全容量が環境情報に示される容量より少ない場合に、仮想メモリの容量を増加させて環境を整備することにしても良い。むろん、以上総ての情報が制御処理によって変更可能な環境に含まれることが必須というわけではなく、ある種の環境については環境を整備することが不可能であるとしてもよい。この場合であっても、コンピュータにおける制御処理によって変更可能な環境のいくつかが整備できれば、多数のコンピュータにおいて環境整備を行う際の労力を低減することができる。   In general, it is difficult to change the total capacity of the RAM mounted on the second computer without using human work. However, when the total capacity of the RAM is smaller than the capacity indicated in the environment information, the virtual memory It is also possible to improve the environment by increasing the capacity. Of course, it is not essential that all the above information is included in an environment that can be changed by the control process, and it may be impossible to prepare an environment for a certain type of environment. Even in this case, if some of the environments that can be changed by the control processing in the computer can be maintained, it is possible to reduce the labor for performing the environment maintenance in many computers.

以上のように、環境情報に基づいて環境を整備する発明の好ましい構成例として、不要なプログラムをアンインストールする構成を採用可能である。すなわち、第2のコンピュータにおける環境整備手段によって、あるプログラム(以下実行対象プログラムと呼ぶ)を実行するための環境を整備するにあたり、上記実行対象プログラムと共存できないプログラムが存在する場合には、当該共存できないプログラムをアンインストールする。このためには、環境情報に実行対象プログラムと共存できないプログラムを示す情報を含めればよい。   As described above, as a preferable configuration example of the invention for maintaining the environment based on the environment information, a configuration for uninstalling unnecessary programs can be employed. That is, when an environment for executing a certain program (hereinafter referred to as an execution target program) is prepared by the environment improvement means in the second computer, if there is a program that cannot coexist with the execution target program, the coexistence Uninstall the program that cannot. For this purpose, the environment information may include information indicating a program that cannot coexist with the execution target program.

第2のコンピュータにおいてアンインストール対象を特定するための構成としては、種々の構成を採用可能である。例えば、環境情報に実行対象プログラムと共存できないプログラムのアンインストーラを特定するための情報を含め、環境整備手段においてこの情報に基づいてそのプログラムのアンインストーラを検出して実行する構成を採用可能である。   Various configurations can be adopted as the configuration for specifying the uninstall target in the second computer. For example, it is possible to adopt a configuration in which environment information includes information for identifying an uninstaller of a program that cannot coexist with the execution target program, and the environment maintenance unit detects and executes the uninstaller of the program based on this information. .

アンインストーラを特定するための情報としては、実行対象プログラムと共存できないプログラムの名称や保存場所を示すデータ(パス名等)等、種々の情報を採用可能である。また、実行対象プログラムと共存できないプログラムが周辺機器のドライバプログラムである場合には、その周辺機器を特定するための情報(周辺機器の名称等)を環境情報に含める構成を採用可能である。この情報によれば、OSの機能(API等)によってそのドライバプログラムを特定することが可能であるし、周辺機器の名称等からドライバプログラムのアンインストーラを特定することも可能である。   As information for specifying the uninstaller, various information such as a name of a program that cannot coexist with the execution target program and data (path name or the like) indicating a storage location can be adopted. When the program that cannot coexist with the execution target program is a peripheral device driver program, it is possible to adopt a configuration in which information for identifying the peripheral device (peripheral device name or the like) is included in the environment information. According to this information, the driver program can be specified by the OS function (API or the like), and the driver program uninstaller can be specified from the name of the peripheral device or the like.

さらに、環境情報に基づいて環境を整備する発明の好ましい構成例として、プログラムのバージョンアップを実行する構成を採用可能である。すなわち、第2のコンピュータにおける環境整備手段によって、あるプログラムを実行するための環境を整備するにあたり、環境情報にそのプログラムのバージョンを示す情報を記述する。この情報によれば、そのバージョン以降のプログラムが第2のコンピュータにインストール済みであるか否かを判別することができるので、環境情報に示されたバージョン以降のプログラムが第2のコンピュータにインストール済みでない場合にそのプログラムをインストールすることができる。   Furthermore, as a preferred configuration example of the invention for maintaining the environment based on the environment information, a configuration for executing a program upgrade can be employed. That is, when an environment for executing a program is prepared by the environment maintenance means in the second computer, information indicating the version of the program is described in the environment information. According to this information, it is possible to determine whether or not a program of that version or later is already installed in the second computer, so that the program of the version or later indicated in the environment information is already installed in the second computer. If not, you can install the program.

インストールは、上述のように、第1のコンピュータから上記プログラムのインストーラを送信し、第2のコンピュータにて当該インストーラを受信するとともにインストーラを実行する構成等を採用すればよい。尚、以上の構成を採用することにより、環境情報で特定されるバージョンより古いバージョンのプログラムがインストールされている場合やいずれのバージョンもインストールされていない場合に、環境情報に示されたバージョンのプログラムをインストールすることができる。従って、当該環境情報に示されたバージョンのプログラムを実行する環境を整備することができる。また、環境整備に伴ってバージョンの比較を行うことにより、環境情報に古いバージョンを記述した場合であってもバージョンを古くしてしまうことを防止することができる。   For the installation, as described above, a configuration in which the installer of the program is transmitted from the first computer, the installer is received and received by the second computer, and the like may be adopted. By adopting the above configuration, if a version of the program older than the version specified in the environment information is installed or if no version is installed, the version of the program indicated in the environment information Can be installed. Therefore, it is possible to prepare an environment for executing the version of the program indicated in the environment information. Further, by comparing the versions in accordance with the environment maintenance, it is possible to prevent the version from being outdated even when the old version is described in the environment information.

さらに、環境情報に上記プログラムのバージョンアップの可否を示す情報を含め、バージョンアップが許可されているときに上記インストールを実行することにより、第2のコンピュータにおけるバージョンアップ処理の実施許可と禁止を行うことができる。この構成によれば、環境情報の作成者がバージョンアップの実施可否を決定することができる。また、古いバージョンのプログラムがインストール済みである場合に、これを削除することなく新しいバージョンのプログラムをインストールするとプログラムの動作に不具合が生じる場合があり、バージョンアップの可否を示す情報によってインストールを禁止すれば、この不具合を未然に防ぐことが可能になる。むろん、不具合が生じる場合であってもインストールを許可し、かつ上述のように既存のプログラムをアンインストールして環境を整備し、その後に新しいバージョンのプログラムをインストールしても良い。   Further, the environment information includes information indicating whether or not the program can be upgraded, and the installation is executed when the upgrade is permitted, thereby permitting and prohibiting the execution of the upgrade process in the second computer. be able to. According to this configuration, the creator of the environment information can determine whether or not version upgrade can be performed. In addition, if an old version of a program has been installed, installing the new version without deleting it may cause problems in the operation of the program, and installation is prohibited by information indicating whether the version can be upgraded. In this case, this problem can be prevented beforehand. Of course, even if a problem occurs, installation may be permitted, and the existing program may be uninstalled to maintain the environment as described above, and then a new version of the program may be installed.

ところで、上述した実行環境整備システムは、単独で実施される場合もあるし、ある機器に組み込まれた状態で他の方法とともに実施されることもあるなど、発明の思想としては各種の態様を含むものであって、適宜、変更可能である。むろん、第1のコンピュータと第2のコンピュータとが協働してインストールを実施するが、本発明にかかる製品の提供態様や利用態様としては各種の態様を採用可能である。例えば、第1のコンピュータを環境整備指示装置として提供、利用することができるし、第2のコンピュータを実行環境整備装置として提供、利用することが可能である。また、上述したインストールの手法は、方法としても適用可能であり、請求項9にかかる発明においても、基本的には同様の作用となる。   By the way, the execution environment maintenance system described above may be implemented alone, or may be implemented together with other methods in a state of being incorporated in a certain device, and includes various aspects as the idea of the invention. It can be changed as appropriate. Of course, the first computer and the second computer cooperate to perform the installation, but various modes can be adopted as a product providing mode and usage mode according to the present invention. For example, the first computer can be provided and used as an environment maintenance instruction device, and the second computer can be provided and used as an execution environment maintenance device. The above-described installation method can also be applied as a method, and the invention according to claim 9 basically has the same effect.

本発明を実施しようとする際に、実行環境整備システムにて所定のプログラムを実行させる場合もある。そこで、そのプログラムとしても本発明を実施可能であり、請求項10にかかる発明においても、基本的には同様の作用となる。むろん、請求項2〜請求項6に記載された構成を上記方法やプログラムに対応させることも可能である。また、いかなる記憶媒体もプログラムを提供するために使用可能である。例えば、磁気記録媒体や光磁気記録媒体であってもよいし、今後開発されるいかなる記録媒体においても全く同様に考えることができる。また、一部がソフトウェアであって、一部がハードウェアで実現される場合においても本発明の思想において全く異なるものではなく、一部を記録媒体上に記録しておいて必要に応じて適宜読み込む形態のものも含まれる。さらに、一次複製品、二次複製品などの複製段階についても同等である。   When trying to implement the present invention, a predetermined program may be executed by the execution environment maintenance system. Therefore, the present invention can be implemented as the program, and the invention according to claim 10 basically has the same operation. Of course, it is also possible to make the structure described in claims 2 to 6 correspond to the above method and program. Any storage medium can be used to provide the program. For example, a magnetic recording medium or a magneto-optical recording medium may be used, and any recording medium that will be developed in the future can be considered in the same manner. In addition, even when a part is software and a part is realized by hardware, the idea of the present invention is not completely different, and a part is recorded on a recording medium and is appropriately changed as necessary. It includes a reading form. Furthermore, the same is true for the replication stage such as the primary replica and the secondary replica.

以下、下記の順序に従って本発明の実施形態を説明する。
(1)実行環境整備システムの構成:
(2)環境情報の構成:
(3)インストール処理:
(3−1)環境整備処理:
(4)他の実施形態:
Hereinafter, embodiments of the present invention will be described in the following order.
(1) Configuration of the execution environment maintenance system:
(2) Structure of environmental information:
(3) Installation process:
(3-1) Environmental maintenance processing:
(4) Other embodiments:

(1)実行環境整備システムの構成:
図1は、本発明の一実施形態にかかる実行環境整備システムの概略構成を示している。本実施形態においては、上記第1のコンピュータに相当する管理者コンピュータ10と上記第2のコンピュータに相当するユーザコンピュータ20a〜20dとがネットワークを介して接続されている。管理者コンピュータ10とユーザコンピュータ20a〜20dとは、ネットワーク上に少なくとも一台存在すれば良いが、ユーザコンピュータ20a〜20dがネットワーク上に複数台存在する状況で本発明を実施するのが好ましい。むろん、ユーザコンピュータ20a〜20dの台数は4台に限定されず、何台でも良い。
(1) Configuration of the execution environment maintenance system:
FIG. 1 shows a schematic configuration of an execution environment maintenance system according to an embodiment of the present invention. In the present embodiment, an administrator computer 10 corresponding to the first computer and user computers 20a to 20d corresponding to the second computer are connected via a network. The administrator computer 10 and the user computers 20a to 20d need only exist on the network, but it is preferable to implement the present invention in a situation where there are a plurality of user computers 20a to 20d on the network. Of course, the number of user computers 20a to 20d is not limited to four, and may be any number.

図1においては、管理者コンピュータ10に対してプリンタ30a,ネットワークに対してプリンタ30b,30cが接続されており、これらの何れかを制御するためのプリンタドライバや各種のアプリケーションプログラムをユーザコンピュータ20a〜20dにインストールする。このとき、インストール前に各ユーザコンピュータ20a〜20dの環境を整備する。図1には示していないが、むろん、ユーザコンピュータ20a〜20dの何れかに接続されたプリンタを制御するためのプリンタドライバをインストールするための環境を整備することも可能である。   In FIG. 1, a printer 30a is connected to an administrator computer 10 and printers 30b and 30c are connected to a network. A printer driver and various application programs for controlling any one of these are provided as user computers 20a to 20c. Install to 20d. At this time, the environment of each user computer 20a-20d is prepared before installation. Although not shown in FIG. 1, it is of course possible to prepare an environment for installing a printer driver for controlling a printer connected to any of the user computers 20a to 20d.

環境整備に際しては、管理者コンピュータ10から環境情報をユーザコンピュータ20a〜20dに送信し、ユーザコンピュータ20a〜20dがこの環境情報に基づいて環境を整備する。このとき、管理者コンピュータ10では、任意のユーザコンピュータ20a〜20dを指定して環境情報を送信するようになっており、指定されたユーザコンピュータ20a〜20dにて環境整備が実行される。本実施形態においては、このような環境整備の後、管理者コンピュータ10から実行対象プログラムのインストーラを送信し、ユーザコンピュータ20a〜20dのそれぞれでインストーラを実行する。すなわち、プッシュインストールを行う。尚、実行対象プログラムのインストーラは予めハードディスクドライブ14に記録されている(プリンタドライバインストーラ14b,アプリケーションインストーラ14c)。   When the environment is maintained, environment information is transmitted from the administrator computer 10 to the user computers 20a to 20d, and the user computers 20a to 20d maintain the environment based on the environment information. At this time, the administrator computer 10 designates arbitrary user computers 20a to 20d and transmits the environment information, and the environment maintenance is executed by the designated user computers 20a to 20d. In this embodiment, after such environmental maintenance, the installer of the execution target program is transmitted from the administrator computer 10, and the installer is executed on each of the user computers 20a to 20d. That is, push installation is performed. Note that the installer of the execution target program is recorded in the hard disk drive 14 in advance (printer driver installer 14b, application installer 14c).

ユーザコンピュータ20a〜20dは、各種のOS(Windows(登録商標),Macintosh(登録商標),UNIX(登録商標),Linux(登録商標)等)によって処理を実施する。むろん、OSのバージョンも限定されない。また、各ユーザコンピュータ20a〜20dでは、それぞれのコンピュータのユーザが各自で必要なプログラムをインストールするなど、所望の環境を構築可能である。従って、個々のコンピュータ同士で環境が異なり得る。しかし、各ユーザコンピュータ20a〜20dにて実行されるプログラムが実行可能であるか否かは、OSの種類などコンピュータの環境に依存する。そこで、本実施形態においては、プッシュインストールの実行対象となっているプログラムを実行するための環境を環境情報に明示することとし、次に示す構成によって当該環境情報に示される環境を整備する。   The user computers 20a to 20d perform processing by using various OSs (Windows (registered trademark), Macintosh (registered trademark), UNIX (registered trademark), Linux (registered trademark), and the like). Of course, the OS version is not limited. Moreover, in each user computer 20a-20d, the user of each computer can construct | assemble a desired environment, such as installing a required program by himself / herself. Therefore, the environment may differ between individual computers. However, whether or not a program executed on each of the user computers 20a to 20d can be executed depends on the computer environment such as the type of OS. Therefore, in the present embodiment, the environment for executing the program that is the target of the push installation is specified in the environment information, and the environment indicated in the environment information is prepared by the following configuration.

図2は、上記管理者コンピュータ10の構成例を示す図である。同図において、管理者コンピュータ10は演算処理の中枢をなすCPU11を備えており、このCPU11はシステムバスを介して管理者コンピュータ10全体の制御を行う。同システムバスには、ROM12、RAM13、ハードディスクドライブ14や通信I/F15,図示しないCRTI/Fや入力機器I/F,プリンタI/F等が接続されている。   FIG. 2 is a diagram illustrating a configuration example of the administrator computer 10. In FIG. 1, an administrator computer 10 includes a CPU 11 that is the center of arithmetic processing. The CPU 11 controls the entire administrator computer 10 via a system bus. Connected to the system bus are a ROM 12, a RAM 13, a hard disk drive 14, a communication I / F 15, a CRTI / F (not shown), an input device I / F, a printer I / F, and the like.

ハードディスクドライブ14には、図示しないオペレーティングシステム(OS)、環境情報をユーザコンピュータ20a〜20dに送信するための配信プログラム16等が格納されており、これらのソフトウェアは、実行時にCPU11によって適宜RAM13に転送される。CPU11は、RAM13を一時的なワークエリアとして適宜アクセスしながらOSの制御下で種々のプログラムを実行する。   The hard disk drive 14 stores an operating system (OS) (not shown), a distribution program 16 for transmitting environment information to the user computers 20a to 20d, and the like, and these software are appropriately transferred to the RAM 13 by the CPU 11 at the time of execution. Is done. The CPU 11 executes various programs under the control of the OS while appropriately accessing the RAM 13 as a temporary work area.

入力機器I/Fには、キーボード17aやマウス17bが操作用入力機器として接続される。また、CRTI/Fには、表示用のディスプレイ18aが接続されている。従って、管理者コンピュータ10では、キーボード17aやマウス17bによる操作内容を受け付け、また、ディスプレイ18aに各種情報を表示することが可能である。   A keyboard 17a and a mouse 17b are connected to the input device I / F as operation input devices. A display 18a for display is connected to the CRTI / F. Therefore, the administrator computer 10 can accept the operation contents by the keyboard 17a and the mouse 17b, and can display various information on the display 18a.

CPU11は、上記配信プログラム16を実行することによってユーザコンピュータ20a〜20dにそれぞれの環境を整備させ、プログラムをインストールさせる。配信プログラム16は、環境情報編集部16aとユーザコンピュータ選択部16bとファイル送信部16cと実行結果受信部16dとを備えている。本実施形態における環境情報は、プリンタを制御するためのドライバプログラムとアプリケーションプログラムとを指定し、これらのプログラムを実行するために必要な環境を特定する情報であり、詳細は後述する。   The CPU 11 executes the distribution program 16 to cause the user computers 20a to 20d to prepare their respective environments and install the programs. The distribution program 16 includes an environment information editing unit 16a, a user computer selection unit 16b, a file transmission unit 16c, and an execution result reception unit 16d. The environment information in the present embodiment is information that specifies a driver program and an application program for controlling the printer, and specifies an environment necessary for executing these programs. Details will be described later.

この環境情報は、環境情報編集部16aによって作成するようになっており、所定のUIを構築して環境情報の入力を受け付ける。すなわち、環境情報編集部16aは、ディスプレイ18aに適宜UIを表示させ、キーボード17aやマウス17bによる入力を受け付けることによってインストールするプリンタドライバの制御対象となるプリンタや実行対象プログラム等を指定するようになっている。これらの環境情報は、環境情報14aとしてハードディスクドライブ14に保存される。   The environment information is created by the environment information editing unit 16a, and a predetermined UI is constructed to accept input of environment information. That is, the environment information editing unit 16a appropriately displays a UI on the display 18a, and receives an input from the keyboard 17a or the mouse 17b, thereby specifying a printer to be controlled by the printer driver to be installed, an execution target program, and the like. ing. Such environmental information is stored in the hard disk drive 14 as environmental information 14a.

ユーザコンピュータ選択部16bは、ディスプレイ18aに適宜UIを表示させ、キーボード17aやマウス17bによる入力を受け付けることによってユーザコンピュータの選択を受け付ける。ファイル送信部16cは、通信I/F15を介して環境情報をユーザコンピュータ20a〜20dに送信する。このとき、上記ユーザコンピュータ選択部16bで選択されたユーザコンピュータが環境情報の送信対象となる。   The user computer selection unit 16b displays a UI as appropriate on the display 18a, and receives a selection from the user computer by receiving input from the keyboard 17a and the mouse 17b. The file transmission unit 16c transmits environment information to the user computers 20a to 20d via the communication I / F 15. At this time, the user computer selected by the user computer selection unit 16b becomes the transmission target of the environment information.

実行結果受信部16dは、通信I/F15を介して各ユーザコンピュータ20a〜20dから環境整備の実行結果を示すデータを受信する。すなわち、ユーザコンピュータ20a〜20dは、環境整備処理を実行した後、その成功あるいは失敗を示すデータを管理者コンピュータ10に送信するようになっており、このデータによって管理者コンピュータ10の利用者に環境整備の実行結果を通知するようになっている。   The execution result receiving unit 16d receives data indicating the execution result of the environmental maintenance from each of the user computers 20a to 20d via the communication I / F 15. That is, after executing the environmental maintenance process, the user computers 20a to 20d transmit data indicating the success or failure to the administrator computer 10, and the data is sent to the user of the administrator computer 10 by this data. The maintenance execution result is notified.

尚、環境整備の失敗には様々な原因があるので、実行結果を示すデータにはその原因を示すデータを含めるのが好ましい。この構成によれば、管理者コンピュータ10において環境整備が失敗した場合の原因を詳細に特定することができ、容易にその対策を行うことができる。また、環境整備に際してユーザコンピュータ20a〜20dから管理者コンピュータ10に送信されるデータは当該実行結果を示すデータのみであり、ユーザコンピュータ20a〜20dの環境を示すデータは送信されない。従って、ユーザコンピュータ20a〜20dにおける環境をその外部に漏洩することがない。   Since there are various causes of environmental maintenance failure, it is preferable to include data indicating the cause in the data indicating the execution result. According to this configuration, the cause when the environment maintenance has failed in the administrator computer 10 can be specified in detail, and countermeasures can be easily taken. In addition, the data transmitted from the user computers 20a to 20d to the administrator computer 10 in the environment maintenance is only data indicating the execution result, and data indicating the environment of the user computers 20a to 20d is not transmitted. Therefore, the environment in the user computers 20a to 20d is not leaked to the outside.

実行結果受信部16dによって実行結果を示すデータを受信すると、管理者コンピュータ10のファイル送信部16cは、このデータを参照することによって環境整備が成功したか否かを判別する。そして、ファイル送信部16cは、環境整備が成功したユーザコンピュータ20a〜20dに対して実行対象プログラムのインストーラを送信する。この結果、各ユーザコンピュータ20a〜20dにて適正な環境下で実行対象プログラムをインストールし、確実に実行することが可能になる。   When the data indicating the execution result is received by the execution result receiving unit 16d, the file transmission unit 16c of the administrator computer 10 determines whether or not the environment maintenance has been successful by referring to this data. Then, the file transmission unit 16c transmits the installer of the execution target program to the user computers 20a to 20d whose environment has been successfully maintained. As a result, the execution target program can be installed and executed reliably in each user computer 20a to 20d under an appropriate environment.

図3は、上記ユーザコンピュータ20a〜20dの構成例を示す図である。本実施形態において、ユーザコンピュータ20a〜20dのハードウェア構成は、共通でも良く、異なっても良いが、少なくとも後述する受信プログラムを実行可能であり、実行対象プログラムを実行することが可能な構成を備えている。これ以後は、ユーザコンピュータ20a〜20dの一例としてユーザコンピュータ20aの構成を説明する。   FIG. 3 is a diagram illustrating a configuration example of the user computers 20a to 20d. In the present embodiment, the hardware configuration of the user computers 20a to 20d may be common or different, but at least a receiving program to be described later can be executed, and a configuration capable of executing the execution target program is provided. ing. Hereinafter, the configuration of the user computer 20a will be described as an example of the user computers 20a to 20d.

同図において、ユーザコンピュータ20aは演算処理の中枢をなすCPU21を備えており、このCPU21はシステムバスを介してユーザコンピュータ20a全体の制御を行う。同システムバスには、ROM22、RAM23、ハードディスクドライブ24や通信I/F25,図示しないCRTI/Fや入力機器I/F,プリンタI/F等が接続されている。   In the figure, a user computer 20a is provided with a CPU 21 serving as the center of arithmetic processing, and this CPU 21 controls the entire user computer 20a via a system bus. Connected to the system bus are a ROM 22, a RAM 23, a hard disk drive 24, a communication I / F 25, a CRTI / F (not shown), an input device I / F, a printer I / F, and the like.

ハードディスクドライブ24には、図示しないオペレーティングシステム(OS)、環境情報を管理者コンピュータ10から受信するための受信プログラム26等が格納されており、これらのソフトウェアは、実行時にCPU21によって適宜RAM23に転送される。CPU21は、RAM23を一時的なワークエリアとして適宜アクセスしながらOSの制御下で種々のプログラムを実行する。上述のようにこのOSの種類やバージョンは特に限定されず、実行対象プログラムを実行可能であればよい。   The hard disk drive 24 stores an operating system (OS) (not shown), a reception program 26 for receiving environment information from the administrator computer 10, and the like, and these software are appropriately transferred to the RAM 23 by the CPU 21 during execution. The The CPU 21 executes various programs under the control of the OS while appropriately accessing the RAM 23 as a temporary work area. As described above, the type and version of the OS are not particularly limited as long as the execution target program can be executed.

入力機器I/Fには、キーボード27aやマウス27bが操作用入力機器として接続される。また、CRTI/Fには、表示用のディスプレイ28aが接続されている。従って、ユーザコンピュータ20aでは、キーボード27aやマウス27bによる操作内容を受け付け、また、ディスプレイ28aに各種情報を表示することが可能である。   A keyboard 27a and a mouse 27b are connected to the input device I / F as operation input devices. A display 28a for display is connected to the CRTI / F. Therefore, the user computer 20a can accept the operation contents by the keyboard 27a and the mouse 27b, and can display various information on the display 28a.

CPU21は、上記受信プログラム26を実行することによってプログラムをインストールする。受信プログラム26は、ファイル受信部26aと環境整備部26bと実行結果送信部26cとを備えている。ファイル受信部26aは、通信I/F25を介して受信した環境情報やインストーラをハードディスクドライブ24に保存する(環境情報24a,プリンタドライバインストーラ24b,アプリケーションインストーラ24c)。   The CPU 21 installs the program by executing the reception program 26. The reception program 26 includes a file reception unit 26a, an environment maintenance unit 26b, and an execution result transmission unit 26c. The file receiving unit 26a stores the environment information and installer received via the communication I / F 25 in the hard disk drive 24 (environment information 24a, printer driver installer 24b, application installer 24c).

環境整備部26bは、環境情報24aを参照しながらユーザコンピュータ20aにおける環境を整備する。本実施形態においては、実行対象プログラムと共存することによって不具合が生じ得るプログラムをアンインストールする。当該不具合が生じ得るプログラムは、環境情報24aによって特定可能であり、詳細は後述する。実行結果送信部26cは、環境整備部26bにおける環境整備の実行結果を示すデータを作成し、通信I/F25を介して管理者コンピュータ10に送信する。この結果、管理者コンピュータ10では、各ユーザコンピュータ20a〜20dにおいて適正に環境整備がなされたか否かを把握することができる。   The environment maintenance unit 26b maintains the environment in the user computer 20a while referring to the environment information 24a. In the present embodiment, a program that may cause a problem by coexisting with the execution target program is uninstalled. The program that may cause the problem can be specified by the environment information 24a, and details will be described later. The execution result transmission unit 26c creates data indicating the execution result of the environmental maintenance in the environmental maintenance unit 26b, and transmits the data to the administrator computer 10 via the communication I / F 25. As a result, the administrator computer 10 can grasp whether or not the environmental maintenance has been properly performed in each of the user computers 20a to 20d.

環境整備が成功している場合、管理者コンピュータ10から実行対象プログラムのインストーラが送信されるので、ファイル受信部26aは当該インストーラを取得しハードディスクドライブ24に保存する。また、インストーラを受信したユーザコンピュータ20a〜20dにおいては、インストーラによってインストールされるプログラムを実行する環境が整備されているので、そのインストーラを実行することによってインストールを完了する。この結果、ユーザコンピュータ20a〜20dにおいて人為的な作業を行うことなく、プログラムを実行するための環境整備とプログラムのインストールを完了することができる。   When the environment maintenance is successful, the installer of the execution target program is transmitted from the administrator computer 10, so the file receiving unit 26 a acquires the installer and stores it in the hard disk drive 24. Further, in the user computers 20a to 20d that have received the installer, an environment for executing a program installed by the installer is prepared, so that the installation is completed by executing the installer. As a result, it is possible to complete the environment maintenance and program installation for executing the program without performing human work in the user computers 20a to 20d.

(2)環境情報の構成:
次に、本実施形態における環境情報の構成を詳述する。図4は環境情報の構成例を示す図である。本実施形態において、環境情報14a(あるいは24a)には、実行対象プログラムを特定するためのデータと当該実行対象プログラムを実行する環境を整備するためのデータとが含まれる。図4において、実行対象プログラムは”インストール対象”として示しており、本実施形態では、プリンタの機種名(プリンタA等)によってそのプリンタを制御するためのドライバプログラムを特定する。また、アプリケーションプログラムはその名称(APL2等)によって特定する。
(2) Structure of environmental information:
Next, the configuration of the environment information in this embodiment will be described in detail. FIG. 4 is a diagram showing a configuration example of environment information. In the present embodiment, the environment information 14a (or 24a) includes data for specifying an execution target program and data for preparing an environment for executing the execution target program. In FIG. 4, the execution target program is shown as “installation target”, and in this embodiment, a driver program for controlling the printer is specified by the model name of the printer (printer A or the like). The application program is specified by its name (APL2 or the like).

むろん、実行対象プログラムはドライバプログラムとアプリケーションプログラムとのいずれかのみであっても良いし、複数のドライバプログラムおよび複数のアプリケーションプログラムを実行対象プログラムとしても良い。環境情報14aは、”インストール対象”として示されたプログラムを実行するための環境を整備するためのデータとして、”OSの種類”,”RAM容量”,”HDD空容量”,”アンインストール対象”,”バージョンアップの可否”,”既存バージョンのアンインストール要否”を含んでいる。   Of course, the execution target program may be only one of the driver program and the application program, or a plurality of driver programs and a plurality of application programs may be the execution target programs. The environment information 14a includes “OS type”, “RAM capacity”, “HDD free capacity”, and “uninstall target” as data for preparing an environment for executing the program indicated as “install target”. , “Possibility of version upgrade”, “Necessity to uninstall existing version”.

OSの種類は、実行対象プログラムを実行することができるOSの種類(図4ではOS1)を示しており、ここに記述されたOSと第2のコンピュータを制御するOSとが異なっている場合は、当該第2のコンピュータの環境が未整備である。RAM容量は第2のコンピュータが搭載すべきRAMの容量を示しており、ここに記述された容量より少ない容量のRAMが第2のコンピュータに搭載されている場合は、当該第2のコンピュータの環境が未整備である。   The type of OS indicates the type of OS that can execute the execution target program (OS1 in FIG. 4). When the OS described here is different from the OS that controls the second computer, The environment of the second computer is undeveloped. The RAM capacity indicates the capacity of the RAM to be mounted on the second computer. When a RAM having a capacity smaller than the capacity described here is mounted on the second computer, the environment of the second computer Is undeveloped.

HDD空容量は、第2のコンピュータにおけるハードディスクドライブにおいて必要とされる空容量を示しており、ここに記述された空容量より少ない空容量である場合は、当該第2のコンピュータの環境が未整備である。アンインストール対象は、インストール対象として示された実行対象プログラムと共存できないプログラムを示しており、ここに記述されたプログラムが第2のコンピュータにインストール済みである場合は、当該第2のコンピュータの環境が未整備である。尚、図4に示す例では、アンインストール対象についてもプリンタの機種名(図4ではプリンタB)によってそのプリンタを制御するためのドライバプログラムを特定し、名称(図4ではAPL1)によってアプリケーションプログラムを特定する。   The HDD free space indicates the free space required for the hard disk drive in the second computer. If the free space is smaller than the free space described here, the environment of the second computer is not yet prepared. It is. The uninstall target indicates a program that cannot coexist with the execution target program indicated as the install target. If the program described here has already been installed in the second computer, the environment of the second computer is It is undeveloped. In the example shown in FIG. 4, the driver program for controlling the printer is specified by the printer model name (printer B in FIG. 4) for the uninstall target, and the application program is specified by the name (APL1 in FIG. 4). Identify.

バージョンアップの可否は、インストール対象として示された実行対象プログラムのバージョンが第2のコンピュータにインストール済みのプログラムのバージョンより後発である場合に、後発バージョンに書き換える処理を許可するか否かを示す情報である。尚、本実施形態においては、バージョンを比較するため、インストール対象として示された実行対象プログラムのバージョンを対応づけるようになっている(図4におけるバージョン2.00等)。むろん、バージョンアップの可否を定義する必要がないのであれば、バージョンの対応づけは不要である(図4におけるバージョン−等)。また、上記インストーラ(プリンタドライバインストーラ24b、アプリケーションインストーラ24c)は、各プログラムのインストーラであるとともに上述のようにして対応づけられたバージョンのインストーラである。   Whether or not version upgrade is possible is information indicating whether or not a process of rewriting to a later version is permitted when the version of the execution target program indicated as the installation target is later than the version of the program already installed in the second computer. It is. In this embodiment, in order to compare the versions, the version of the execution target program indicated as the installation target is associated (version 2.00 in FIG. 4). Of course, if it is not necessary to define whether or not version upgrade is possible, there is no need to associate versions (version- etc. in FIG. 4). The installers (printer driver installer 24b and application installer 24c) are installers for each program and are versions of the installers associated as described above.

既存バージョンのアンインストール要否は、第2のコンピュータにてインストール済みのプログラムをアンインストールすべきか否かを示す情報である。すなわち、既存バージョンのプログラムに関するデータが第2のコンピュータに残ってしまったときに、後発バージョンのプログラム実行に不具合が生じる場合がある。従って、この場合には第2のコンピュータにおける環境は未整備であり、上記既存バージョンのアンインストール要否を示す情報によって第2のコンピュータにて実行対象プログラムを実行する環境を特定しているといえる。   The necessity of uninstalling the existing version is information indicating whether or not the program already installed in the second computer should be uninstalled. That is, when data relating to an existing version of the program remains in the second computer, there may be a problem in the execution of the later version of the program. Therefore, in this case, the environment in the second computer is not yet prepared, and it can be said that the environment in which the execution target program is executed in the second computer is specified by the information indicating whether the existing version needs to be uninstalled. .

(3)インストール処理:
次に、上述の構成および環境情報を利用してインストールを実行する際の処理およびインストールの過程で行う環境整備処理を説明する。図5は上記管理者コンピュータ10の配信プログラム16が実施する処理を示すフローチャートであり、図6は上記ユーザコンピュータ20a〜20dの受信プログラム26が実施する処理を示すフローチャートである。管理者コンピュータ10によって配信プログラム16が実行されると、環境情報編集部16aは図示しないUIをディスプレイ18a上に表示し、キーボード17aやマウス17bからの入力操作を受け付ける。
(3) Installation process:
Next, processing for executing installation using the above-described configuration and environment information and environment maintenance processing performed in the course of installation will be described. FIG. 5 is a flowchart showing a process executed by the distribution program 16 of the administrator computer 10, and FIG. 6 is a flowchart showing a process executed by the reception program 26 of the user computers 20a to 20d. When the distribution program 16 is executed by the administrator computer 10, the environment information editing unit 16a displays a UI (not shown) on the display 18a and accepts an input operation from the keyboard 17a and the mouse 17b.

具体的には、実行対象プログラムを特定するために、プリンタとアプリケーションプログラムとを上記UIによって選択する(ステップS110)。ここでは、プリンタを特定することによって実行対象プログラムとなるドライバプログラムを特定することができれば良く、ネットワーク上のプリンタあるいはネットワーク上のコンピュータに接続されたプリンタを上記UI上で選択肢として表示するなどの構成を採用すればよい。また、アプリケーションプログラムは、インストール可能なアプリケーションプログラムを上記UI上で選択肢として表示するなどの構成を採用すればよい。むろん、上記実行対象プログラムは、プリンタドライバインストーラ14bあるいはアプリケーションインストーラ14cに含まれるプログラムのいずれかから選択される。   Specifically, in order to specify an execution target program, a printer and an application program are selected by the UI (step S110). Here, it suffices if the driver program that is the execution target program can be specified by specifying the printer, and the printer connected to the network or the computer on the network is displayed as an option on the UI. Should be adopted. Further, the application program may be configured such that an installable application program is displayed as an option on the UI. Of course, the execution target program is selected from either the printer driver installer 14b or the program included in the application installer 14c.

続いて、上記実行対象プログラムに関する環境情報を作成する(ステップS115)。すなわち、上記図4に示す環境情報14aのうち、”インストール対象”に示す情報以外の情報を入力するUIをディスプレイ18aに表示し、キーボード17aやマウス17bからの入力操作を受け付ける。各情報が入力されると、入力された情報と上記実行対象プログラムを示す情報とによって環境情報14aを構成し、ハードディスクドライブ14に記録する。むろん、環境情報の決定に際しては、管理者コンピュータ10の利用者が情報を入力する構成が必須ではなく、予め実行対象プログラムに対応づけて環境情報を作成しておいても良い。   Subsequently, environment information relating to the execution target program is created (step S115). That is, a UI for inputting information other than the information shown in “Installation Target” in the environment information 14a shown in FIG. 4 is displayed on the display 18a, and an input operation from the keyboard 17a or the mouse 17b is accepted. When each information is input, the environment information 14a is configured by the input information and the information indicating the execution target program, and is recorded in the hard disk drive 14. Of course, when the environment information is determined, a configuration in which the user of the administrator computer 10 inputs the information is not essential, and the environment information may be created in advance in association with the execution target program.

環境情報が作成されると、ユーザコンピュータ選択部16bはユーザコンピュータの選択を受け付ける(ステップS120)。すなわち、ユーザコンピュータを選択するための図示しないUIをディスプレイ18a上に表示し、キーボード17aやマウス17bからの入力操作を受け付ける。ここでは、ネットワーク接続されているユーザコンピュータ20a〜20dから実行対象プログラムをインストールする対象を選択することができれば良く、各ユーザコンピュータ20a〜20dを上記UI上で選択肢として表示するなどの構成を採用すればよい。   When the environmental information is created, the user computer selection unit 16b accepts the selection of the user computer (step S120). That is, a UI (not shown) for selecting a user computer is displayed on the display 18a, and an input operation from the keyboard 17a or the mouse 17b is accepted. Here, it is only necessary to select a target for installing the execution target program from the user computers 20a to 20d connected to the network, and a configuration such as displaying each user computer 20a to 20d as an option on the UI is adopted. That's fine.

インストール対象のユーザコンピュータが特定されると、その情報はファイル送信部16cに受け渡され、同ファイル送信部16cは当該ユーザコンピュータに対して環境情報を送信する(ステップS125)。本実施形態においては、この処理が上記環境情報送信手段に相当する。環境情報が送信されると、送信対象のユーザコンピュータにおいては環境整備処理を実施し、その実行結果を示すデータを返信する。実行結果受信部16dは、当該実行結果を示すデータを受信し(ステップS130)、ディスプレイ18a上に当該実行結果を表示する。管理者コンピュータ10の利用者は、この表示内容によって環境整備処理の結果を知ることができるので、環境整備が失敗している場合には、管理者コンピュータ10から再度インストールを試みたり、ユーザコンピュータを操作して対策を行うなど、必要な処理を行うことができる。   When the user computer to be installed is specified, the information is transferred to the file transmission unit 16c, and the file transmission unit 16c transmits environment information to the user computer (step S125). In the present embodiment, this process corresponds to the environment information transmitting unit. When the environment information is transmitted, the user computer to be transmitted performs an environment maintenance process and returns data indicating the execution result. The execution result receiving unit 16d receives data indicating the execution result (step S130), and displays the execution result on the display 18a. The user of the administrator computer 10 can know the result of the environment maintenance process from this display content. Therefore, if the environment maintenance has failed, the administrator computer 10 tries to install again, or the user computer Necessary processing such as taking countermeasures by operating can be performed.

さらに、ファイル送信部16cは、上記実行結果を示すデータに基づいて環境整備が成功しているか否かを判別し(ステップS135)、環境整備が成功していると判別されたときにはプッシュインストールを実施する(ステップS140)。すなわち、ファイル送信部16cは環境情報14aを参照して実行対象プログラムを特定し、そのインストーラをプリンタドライバインストーラ14bとアプリケーションインストーラ14cとから抽出し、環境整備が成功したユーザコンピュータ20a〜20dに送信する。この結果、ユーザコンピュータ20a〜20dにおいて実行対象プログラムを自動でインストールすることができる。ユーザコンピュータ20a〜20dにおいては環境整備が完了しているので、インストールしたプログラムは確実に動作する。   Further, the file transmission unit 16c determines whether or not the environmental maintenance is successful based on the data indicating the execution result (step S135), and performs push installation when it is determined that the environmental maintenance is successful. (Step S140). That is, the file transmission unit 16c refers to the environment information 14a to identify an execution target program, extracts the installer from the printer driver installer 14b and the application installer 14c, and transmits the extracted programs to the user computers 20a to 20d whose environment has been successfully prepared. . As a result, the execution target program can be automatically installed in the user computers 20a to 20d. In the user computers 20a to 20d, since the environmental maintenance is completed, the installed program operates reliably.

一方、各ユーザコンピュータ20a〜20dにおいては、受信プログラム26が実行されており、上記ステップS130にて環境情報が送信されると、送信先として指定されている各ユーザコンピュータ20a〜20dにおいて図6に示す処理を実施する。当該受信プログラム26においては、ファイル受信部26aが環境情報を受信したか否かを監視しており(ステップS210)、環境情報を受信したと判別されるまでステップS210の監視状態で待機している。ステップS210にて環境情報を受信したと判別されたときには、ファイル受信部26aが環境情報をハードディスクドライブ24に保存する。この結果、ハードディスクドライブ24には、環境情報24aが記録された状態となる。従って、本実施形態においてはステップS210の処理が上記環境情報受信手段に相当する。   On the other hand, in each of the user computers 20a to 20d, the reception program 26 is executed. When the environment information is transmitted in step S130, the user computers 20a to 20d designated as the transmission destinations in FIG. Perform the process shown. The reception program 26 monitors whether or not the file receiving unit 26a has received the environment information (step S210), and waits in the monitoring state of step S210 until it is determined that the environment information has been received. . When it is determined in step S210 that environment information has been received, the file receiving unit 26a stores the environment information in the hard disk drive 24. As a result, the environment information 24a is recorded in the hard disk drive 24. Therefore, in the present embodiment, the process of step S210 corresponds to the environment information receiving unit.

環境整備部26bは環境情報24aを参照し、ユーザコンピュータ20a〜20dにおける環境が同環境情報24aに記述されている環境に合致するか否かを判別し、また、同環境情報24aに記述されている環境を整備する(ステップS215)。本実施形態においては、不要なプログラムのアンインストールによってユーザコンピュータ20a〜20dの環境を整備しているが、環境整備処理としてはアンインストールのみに限定されない。   The environment maintenance unit 26b refers to the environment information 24a, determines whether or not the environment in the user computers 20a to 20d matches the environment described in the environment information 24a, and is described in the environment information 24a. The environment is maintained (step S215). In the present embodiment, the environment of the user computers 20a to 20d is maintained by uninstalling an unnecessary program, but the environment maintenance process is not limited to only uninstallation.

(3−1)環境整備処理:
図7は、このステップS215における環境整備処理を示すフローチャートである。この処理では、環境情報に記述された情報について順に検証を行っていく。環境整備部26bは、まず、ユーザコンピュータ20a〜20dのOSが実行対象プログラムに対応しているOSであるか否かを検証する(ステップS310)。すなわち、各ユーザコンピュータ20a〜20dにおいて実行中のOSの種類を取得し、環境情報24aに記述されているOSの種類と比較する。この結果、両者が一致すれば、ユーザコンピュータ20a〜20dのOSが実行対象プログラムに対応していると判定する。両者が一致しなければステップS315〜S365をスキップし、実行結果を示すデータが環境整備失敗を示すように設定する(ステップS375)。
(3-1) Environmental maintenance processing:
FIG. 7 is a flowchart showing the environment maintenance process in step S215. In this process, information described in the environment information is verified in order. First, the environment maintenance unit 26b verifies whether the OS of the user computers 20a to 20d is an OS corresponding to the execution target program (step S310). That is, the OS type being executed in each of the user computers 20a to 20d is acquired and compared with the OS type described in the environment information 24a. As a result, if they match, it is determined that the OS of the user computers 20a to 20d corresponds to the execution target program. If they do not match, steps S315 to S365 are skipped, and the data indicating the execution result is set to indicate an environmental maintenance failure (step S375).

ステップS310における比較によって、ユーザコンピュータ20a〜20dのOSが実行対象プログラムに対応しているOSであると判別されたときには、さらに、必要なRAM容量であるか否かを判定する(ステップS315)。すなわち、各ユーザコンピュータ20a〜20dにおいて搭載しているRAMの容量を取得し、環境情報24aに記述されているRAM容量と比較する。この結果、搭載しているRAM容量の方が大きければ、必要なRAM容量であると判定する。搭載しているRAM容量の方が小さければ、実行結果を示すデータが環境整備失敗を示すように設定する(ステップS375)。   If it is determined by the comparison in step S310 that the OS of the user computers 20a to 20d is an OS corresponding to the execution target program, it is further determined whether or not the RAM capacity is necessary (step S315). That is, the capacity of the RAM installed in each of the user computers 20a to 20d is acquired and compared with the RAM capacity described in the environment information 24a. As a result, if the installed RAM capacity is larger, it is determined that the RAM capacity is necessary. If the mounted RAM capacity is smaller, the data indicating the execution result is set so as to indicate the environmental maintenance failure (step S375).

ステップS315における比較によって、必要なRAM容量であると判別されたときには、さらに、必要なHDD空容量であるか否かを判定する(ステップS320)。すなわち、各ユーザコンピュータ20a〜20dにおいて搭載しているHDDの空容量を取得し、環境情報24aに記述されているHDD空容量と比較する。この結果、搭載しているHDDの空容量の方が大きければ、必要なHDD空容量であると判定する。搭載しているHDD空容量の方が小さければ、実行結果を示すデータが環境整備失敗を示すように設定する(ステップS375)。   If it is determined by the comparison in step S315 that the required RAM capacity is reached, it is further determined whether the required HDD free capacity is reached (step S320). That is, the free capacity of the HDD installed in each user computer 20a to 20d is acquired and compared with the free capacity of the HDD described in the environment information 24a. As a result, if the installed HDD has a larger free capacity, it is determined that the HDD free capacity is necessary. If the installed HDD free capacity is smaller, the data indicating the execution result is set so as to indicate the environmental maintenance failure (step S375).

さらに、ユーザコンピュータ20a〜20dに不要なプログラムがインストールされているか否かを判別する(ステップS325)。すなわち、環境情報24aに記述されているアンインストール対象を取得し、アンインストール対象として特定されているプログラムがユーザコンピュータ20a〜20dにインストール済みであるか否かを判別する。本実施形態において、環境情報24aはプリンタの機種名とアプリケーションプログラムの名称とによってアンインストール対象を特定しているので、ステップS325では、これらの情報に基づいてプログラムがインストール済みであるか否かを判定する。   Further, it is determined whether or not an unnecessary program is installed in the user computers 20a to 20d (step S325). That is, the uninstall target described in the environment information 24a is acquired, and it is determined whether or not the program specified as the uninstall target is already installed in the user computers 20a to 20d. In the present embodiment, since the environment information 24a specifies the uninstall target based on the printer model name and the application program name, in step S325, it is determined whether or not the program has been installed based on the information. judge.

より具体的には、本実施形態において、各プログラムのアンインストーラはそのプログラムのインストール時に予めユーザコンピュータ20a〜20dに記録されており、所定の検索キーでそのアンインストーラを特定できるようになっている。すなわち、プリンタの機種名やアプリケーションプログラムの名称をキーにしてアンインストーラを示す情報を記載したデータ(環境設定ファイル等)を検索すれば、アンインストーラを把握することができる。   More specifically, in this embodiment, an uninstaller for each program is recorded in advance in the user computers 20a to 20d when the program is installed, and the uninstaller can be specified with a predetermined search key. . That is, by searching for data (environment setting file or the like) describing information indicating the uninstaller using the printer model name or application program name as a key, the uninstaller can be grasped.

むろん、アンインストーラは複数のプリンタに関するユーティリティであっても良く、この場合は、上記プリンタの機種名を当該ユーティリティに通知しながらアンインストールを実行することになる。また、アプリケーションプログラムを指定するため、その名称以外にGUID(Globally Unique IDentifier)を利用しても良いし、保存位置(パス名)等によってアンインストーラを特定しても良い。   Of course, the uninstaller may be a utility related to a plurality of printers. In this case, the uninstaller is executed while notifying the utility of the model name of the printer. Further, in order to designate an application program, a GUID (Globally Unique IDentifier) may be used in addition to the name, or the uninstaller may be specified by a storage position (path name) or the like.

いずれにしても、アンインストール対象に示された情報をキーにしてアンインストーラを検索し、発見された場合にはアンインストール対象として特定されているプログラムが ユーザコンピュータ20a〜20dにインストール済みである。そこで、ステップS325では、インストール済みである旨の判別を行い、アンインストールを実行する(ステップS330)。すなわち、上記発見されたアンインストーラを実行する。   In any case, the uninstaller is searched using the information indicated as the uninstall target as a key, and if found, the program specified as the uninstall target is already installed in the user computers 20a to 20d. Therefore, in step S325, it is determined that the installation has been completed, and the uninstallation is executed (step S330). That is, the found uninstaller is executed.

アンインストーラはインストール済みのプログラムおよび関連するデータを削除することができれば良い。例えば、プログラムの削除やその保存位置を示すフォルダやディレクトリの削除、プログラムの実行に必要であったデータの削除やその保存位置を示すフォルダやディレクトリの削除、環境設定ファイルの書き換えをする処理の何れかあるいは組み合わせを実施するプログラムをアンインストーラとして採用可能である。   The uninstaller only needs to be able to delete installed programs and associated data. For example, deleting a program or deleting a folder or directory indicating the storage location, deleting data necessary for program execution, deleting a folder or directory indicating the storage location, or rewriting the environment setting file Alternatively, a program that implements the combination can be adopted as an uninstaller.

アンインストーラによる処理が終了したら、環境整備部26bは、このアンインストールが成功したか否かを判別する(ステップS335)。例えば、削除対象のファイルの削除等を失敗した場合には、アンインストールが失敗したと判別する。ステップS335でアンインストールが失敗したと判別されたときには、実行結果を示すデータが環境整備失敗を示すように設定する(ステップS375)。ステップS335でアンインストールが成功したと判別されたとき、およびステップS325にて不要なプログラムがインストールされていると判別されないときにはバージョンアップに関する処理を行う。   When the process by the uninstaller is finished, the environment maintenance unit 26b determines whether or not the uninstallation is successful (step S335). For example, if deletion of a file to be deleted has failed, it is determined that uninstallation has failed. If it is determined in step S335 that the uninstallation has failed, the data indicating the execution result is set to indicate the environmental maintenance failure (step S375). When it is determined in step S335 that the uninstallation is successful, and when it is not determined in step S325 that an unnecessary program is installed, processing related to version upgrade is performed.

尚、本実施形態においては、プログラムのバージョンが異なるとしてもプログラムの用途が同じである限り、異なるプログラムとしては分類しない。例えば、プリンタドライバのバージョンが異なっているとしても、プリンタドライバの機能としてはある機種名のプリンタを制御することに変わりないので、異なるプログラムとは考えない。すなわち、古いバージョンであったとしても実行対象プログラムがインストール済みであれば、プログラムが提供する主な機能をユーザコンピュータ20a〜20dにて利用することができ、そのプログラムの主な用途は達成される。一方、バージョンが新しくなれば、バージョンアップに伴う変更を反映させることができる。そこで、バージョンアップをすべきか否かを環境情報に記述することとし、この環境情報に従って、以下の処理を行う。   In the present embodiment, even if the program versions are different, they are not classified as different programs as long as the uses of the programs are the same. For example, even if the versions of the printer driver are different, the function of the printer driver remains the same as controlling a printer with a certain model name, so it is not considered a different program. That is, even if it is an old version, if the execution target program is already installed, the main functions provided by the program can be used by the user computers 20a to 20d, and the main use of the program is achieved. . On the other hand, if the version is new, the change accompanying the upgrade can be reflected. Accordingly, whether or not to upgrade the version is described in the environment information, and the following processing is performed according to the environment information.

まず、環境情報24aに記述されているインストール対象を取得し、インストール対象として特定されているプログラムがユーザコンピュータ20a〜20dにインストール済みであるか否かを判別する(ステップS340)。すなわち、本実施形態において、環境情報24aはインストール対象としてプリンタの機種名を指定することでそのプリンタドライバを実行対象プログラムとして特定し、また、アプリケーションプログラムの名称によって実行対象プログラムを特定している。   First, the installation target described in the environment information 24a is acquired, and it is determined whether or not the program specified as the installation target has been installed in the user computers 20a to 20d (step S340). That is, in this embodiment, the environment information 24a specifies the printer driver as an execution target program by specifying the model name of the printer as an installation target, and specifies the execution target program by the name of the application program.

そこで、環境情報24aにプリンタの機種名が記述されている場合には、その機種名をキーにしてそのプリンタドライバを検索し、環境情報24aにアプリケーションプログラムの名称が記載されている場合にはその名称をキーにしてアプリケーションプログラムを検索する。その結果、プリンタドライバやアプリケーションプログラムが発見された場合には、インストール対象として特定された実行対象プログラムがインストール済みであると判別する。   Therefore, when the printer model name is described in the environment information 24a, the printer driver is searched using the model name as a key. When the name of the application program is described in the environment information 24a, the printer driver name is described. Search for an application program using the name as a key. As a result, when a printer driver or an application program is found, it is determined that the execution target program specified as the installation target is already installed.

ステップS340にて、実行対象プログラムがインストール済みであると判別されないときには、それ以前の処理によって環境整備が完了しており、実行結果を示すデータが環境整備成功を示すように設定する(ステップS370)。ステップS340にて、実行対象プログラムがインストール済みであると判別されたときには、必要に応じてインストール済みのプログラムの先行バージョンをアンインストールする。すなわち、インストール対象のプログラムが先行バージョンと比較して大きく変更された場合など、先行バージョンが使用するデータ等が残存すると実行対象プログラムの動作に不具合が生じ得る場合などには先行バージョンをアンインストールする必要がある。   If it is not determined in step S340 that the execution target program has been installed, the environment maintenance has been completed by the previous processing, and the data indicating the execution result is set to indicate the environment maintenance success (step S370). . If it is determined in step S340 that the execution target program is already installed, the preceding version of the installed program is uninstalled as necessary. In other words, if the program to be installed has changed significantly compared to the previous version, the previous version will be uninstalled if there is a possibility that the operation of the execution target program will fail if the data used by the previous version remains. There is a need.

このようなアンインストールを実行すべきか否かは環境情報24aに記述されており、まず、上記検索によって発見されたインストール済みの実行対象プログラムのバージョンを確認する。各プログラムのバージョンは、そのプログラムに関連づけられたデータやプログラムデータ等、予め決められた場所に記述されており、そのデータを参照すればよい。インストール済みの実行対象プログラムのバージョンを確認したら、上記環境情報24aに記述されているバージョンと比較して、先行バージョンがインストール済みであるか否かを判別する(ステップS345)。   Whether or not such uninstallation should be executed is described in the environment information 24a. First, the version of the installed execution target program found by the search is confirmed. The version of each program is described in a predetermined place such as data associated with the program or program data, and the data may be referred to. When the version of the installed execution target program is confirmed, it is compared with the version described in the environment information 24a to determine whether the previous version has been installed (step S345).

すなわち、環境情報24aに記述されているバージョンの方が後発バージョンである場合には、先行バージョンがインストール済みであると判別する。尚、環境情報24aのインストール対象にバージョンが対応づけられていないときには、先行バージョンがインストール済みであるとして処理を進める。ステップS345にて先行バージョンがインストール済みであると判別されなければ、実行結果を示すデータが環境整備失敗を示すように設定する(ステップS375)。むろん、この場合、環境整備としては失敗であるが、後発バージョンのプログラムがインストール済みであるため、管理者コンピュータ10によって、再度、環境整備を試みる必要はない。   That is, if the version described in the environment information 24a is a later version, it is determined that the preceding version has been installed. Note that if the version is not associated with the installation target of the environment information 24a, the process proceeds as if the previous version has been installed. If it is not determined in step S345 that the previous version has been installed, the data indicating the execution result is set so as to indicate environment maintenance failure (step S375). Of course, in this case, the environmental maintenance is unsuccessful, but since the later version of the program has already been installed, there is no need for the administrator computer 10 to try the environmental maintenance again.

ステップS345にて先行バージョンがインストール済みであると判別された場合には、さらにバージョンアップが許可されているか否かを判別する(ステップS350)。すなわち、環境情報24aに記述されたバージョンアップの可否を示す情報を参照する。ステップS350においてバージョンアップが許可されていると判別されないときには、実行結果を示すデータが環境整備失敗を示すように設定する(ステップS375)。むろん、この場合、環境整備としては失敗であるが、ユーザコンピュータ20a〜20dにおいて先行バージョンのプログラムがインストール済みであって、かつバージョンアップの必要もないため、管理者コンピュータ10によって、再度、環境整備を試みる必要はない。   If it is determined in step S345 that the previous version has been installed, it is further determined whether or not version upgrade is permitted (step S350). That is, the information indicating whether the version upgrade is possible or not described in the environment information 24a is referred to. If it is not determined in step S350 that the upgrade is permitted, the data indicating the execution result is set so as to indicate an environmental maintenance failure (step S375). Of course, in this case, the environmental maintenance is unsuccessful, but the previous version of the program has already been installed in the user computers 20a to 20d, and there is no need to upgrade the version. There is no need to try.

ステップS350においてバージョンアップが許可されていると判別されたときには、既存バージョンのアンインストールが必要であるか否かを判別する(ステップS355)。すなわち、環境情報24aに記述されたバージョンアップの可否を示す情報を参照する。ステップS355において既存バージョンのアンインストールが必要であると判別されないときには、アンインストールを実施することなく実行対象プログラムのインストールを実行しても良い状況である。より具体的には、実行対象プログラムのインストールによって既存バージョンのプログラムに関するデータを更新すれば、インストール後のプログラムが不具合なく動作する状況である。そこで、実行結果を示すデータが環境整備成功を示すように設定する(ステップS370)。   If it is determined in step S350 that the upgrade is permitted, it is determined whether or not the existing version needs to be uninstalled (step S355). That is, the information indicating whether the version upgrade is possible or not described in the environment information 24a is referred to. If it is not determined in step S355 that the existing version needs to be uninstalled, the execution target program may be installed without performing the uninstallation. More specifically, if the data related to the existing version of the program is updated by installing the execution target program, the installed program operates without any problems. Therefore, the data indicating the execution result is set so as to indicate that the environmental maintenance is successful (step S370).

ステップS355において既存バージョンのアンインストールが必要であると判別されたときには、既存バージョンのプログラムをアンインストールする(ステップS360)。すなわち、インストール対象に示された情報をキーにして既存バージョンのプログラムのアンインストーラを検索し、そのアンインストーラを実行してアンインストールを行う。尚、本実施形態においては、実行対象プログラムの動作に不都合を与え得るプログラムをアンインストールすることが環境整備に該当し、ステップS330,S360の処理が上記環境整備手段に相当する。   If it is determined in step S355 that the existing version needs to be uninstalled, the existing version of the program is uninstalled (step S360). That is, the uninstaller of the existing version program is searched using the information indicated as the installation target as a key, and the uninstaller is executed to perform the uninstallation. In the present embodiment, uninstalling a program that may cause inconvenience to the operation of the execution target program corresponds to environment maintenance, and the processing in steps S330 and S360 corresponds to the environment maintenance means.

アンインストーラによる処理が終了したら、環境整備部26bは、このアンインストールが成功したか否かを判別する(ステップS365)。例えば、削除対象のファイルの削除等を失敗した場合には、アンインストールが失敗したと判別する。ステップS335でアンインストールが失敗したと判別されたときには、実行結果を示すデータが環境整備失敗を示すように設定する(ステップS375)。ステップS335でアンインストールが成功したと判別されたときには、実行結果を示すデータが環境整備成功を示すように設定する(ステップS370)。以上のようにしてステップS370あるいはS375を実行した後には、図6に示す処理に復帰する。   When the process by the uninstaller is finished, the environment maintenance unit 26b determines whether or not the uninstallation is successful (step S365). For example, if deletion of a file to be deleted has failed, it is determined that uninstallation has failed. If it is determined in step S335 that the uninstallation has failed, the data indicating the execution result is set to indicate the environmental maintenance failure (step S375). If it is determined in step S335 that the uninstallation has succeeded, the data indicating the execution result is set to indicate that the environment maintenance has been successful (step S370). After executing step S370 or S375 as described above, the process returns to the process shown in FIG.

図6に示す処理に復帰すると、実行結果送信部26cは、上記ステップS370あるいはステップS375にて設定した実行結果を示すデータを管理者コンピュータ10に送信する(ステップS220)。この後、環境整備の成功あるいは失敗に応じた処理を実行するため、ファイル受信部26aが上記実行結果を示すデータを参照し、環境整備に成功したか否かを判別する(ステップS225)。ステップS225にて、環境整備に成功したと判別されない場合、管理者コンピュータ10からインストーラが送信されることはないので、上記ステップS210に戻って環境情報を受信するか否かを監視する。   When returning to the processing shown in FIG. 6, the execution result transmitting unit 26c transmits data indicating the execution result set in step S370 or step S375 to the administrator computer 10 (step S220). Thereafter, in order to execute processing according to the success or failure of the environmental maintenance, the file receiving unit 26a refers to the data indicating the execution result to determine whether or not the environmental maintenance is successful (step S225). If it is not determined in step S225 that the environment has been successfully maintained, the installer is not transmitted from the administrator computer 10, so the process returns to step S210 to monitor whether or not environment information is received.

ステップS225にて、環境整備に成功したと判別された場合には、管理者コンピュータ10から実行対象プログラムのインストーラが送信されるので、ファイル受信部26aは当該インストーラを受信して実行する(ステップS230)。この結果、実行対象プログラムを実行するための環境が整った状態のユーザコンピュータ20a〜20dに実行対象プログラムをインストールすることができる。   If it is determined in step S225 that the environment has been successfully established, the installer of the execution target program is transmitted from the administrator computer 10, and the file receiving unit 26a receives and executes the installer (step S230). ). As a result, the execution target program can be installed in the user computers 20a to 20d in a state where the environment for executing the execution target program is prepared.

(4)他の実施形態:
上記実施形態は本発明にかかる実行環境整備システム、環境整備指示装置、実行環境整備装置、実行環境整備方法および実行環境整備プログラムを実現する一例であり、むろん他の構成を採用することも可能である。例えば、環境情報や実行結果を示すデータ,インストーラを送信する前に暗号化処理を施し、データを受信するコンピュータにて復号化処理を行う構成を採用しても良い。この構成によれば、ネットワークを介して送信されるデータの内容を非公開にすることができる。
(4) Other embodiments:
The above embodiment is an example for realizing the execution environment maintenance system, the environment maintenance instruction device, the execution environment maintenance device, the execution environment maintenance method, and the execution environment maintenance program according to the present invention, and other configurations can of course be adopted. is there. For example, a configuration may be adopted in which encryption processing is performed before transmitting environment information, execution result data, and an installer, and decryption processing is performed by a computer that receives the data. According to this configuration, the contents of data transmitted via the network can be kept private.

このためには、管理者コンピュータ10とユーザコンピュータ20a〜20dとにて、暗号化を実施するモジュールと復号化を実施するモジュールとを実行可能に構成する。また暗号化および復号化を実施するための鍵データを両コンピュータの記録媒体に予め格納しておく。データの送信前には鍵データを用いて暗号化処理を行い、データの受信時には鍵データを用いて復号化処理を行えばよい。   For this purpose, the administrator computer 10 and the user computers 20a to 20d are configured to execute a module that performs encryption and a module that performs decryption. In addition, key data for performing encryption and decryption is stored in advance in recording media of both computers. The encryption process may be performed using the key data before the data is transmitted, and the decryption process may be performed using the key data when the data is received.

さらに、上記実施形態においては、主に周辺機器の制御を行うドライバプログラムおよび周辺機器と協働するユーティリティをインストール対象として説明したが、むろん、インストール対象はこれらのプログラムに限られない。例えば、周辺機器と無関係に動作するプログラムについて環境整備を行い、インストールを実行しても良い。この場合、環境情報14aにおいて周辺機器に関する情報は不要である。   Furthermore, in the above embodiment, the driver program that mainly controls the peripheral device and the utility that cooperates with the peripheral device have been described as the installation target, but the installation target is not limited to these programs. For example, an environment may be prepared for a program that operates independently of peripheral devices, and installation may be executed. In this case, information regarding peripheral devices is not necessary in the environment information 14a.

さらに、上述のような環境情報の形式は一例であり、他にも種々の形式を採用可能である。例えば、プログラムのバージョンアップに伴ってアンインストールすべきプログラムを上記アンインストール対象にて特定する形式を採用することも可能である。また、本発明では第2のコンピュータにおける環境を整備することができれば良く、環境情報に含めるべき情報も図4に示す情報のみである必要はないし、これらの情報の一部であっても良い。むろん、環境情報はテキストを含むデータであっても良いし、決められた書式で数値を列挙するデータであっても良い。   Furthermore, the format of the environmental information as described above is an example, and various other formats can be adopted. For example, it is possible to adopt a format in which a program to be uninstalled is specified as the uninstall target as the program is upgraded. Further, in the present invention, it is only necessary to maintain the environment in the second computer, and the information to be included in the environment information need not be only the information shown in FIG. 4, and may be a part of the information. Of course, the environmental information may be data including text, or data enumerating numerical values in a predetermined format.

さらに、環境情報に基づいてユーザコンピュータ20a〜20dの環境をチェックしていく順序は上記図7に示す順序通りである必要はない。例えば、上記HDD空容量をチェックする処理をステップS330,S360以降に行っても良い。この順序であれば、アンインストール後に空になったHDD容量も含めて有効に空容量を判定することができる。   Furthermore, the order in which the environments of the user computers 20a to 20d are checked based on the environment information need not be the order shown in FIG. For example, the process for checking the HDD free space may be performed after steps S330 and S360. In this order, it is possible to effectively determine the free capacity including the HDD capacity that has become empty after uninstallation.

さらに、上記実施形態においては、ユーザコンピュータ20a〜20dにおいて環境整備をした後に、管理者コンピュータ10がアンインストーラの送信対象を特定していたが、環境整備が成功したユーザコンピュータ20a〜20dにおいてインストーラの送信を要求するプル型のインストールを行っても良い。   Furthermore, in the above-described embodiment, the administrator computer 10 specifies the transmission target of the uninstaller after the environment is maintained in the user computers 20a to 20d. However, in the user computers 20a to 20d that have been successfully maintained, the installer A pull type installation that requires transmission may be performed.

さらに、上記実施形態においては、環境整備として不要なプログラムのアンインストールを行っていたが、むろん、他の要素について環境整備を行っても良い。例えば、上記環境情報に示すOSの種類によって環境整備を行っても良い。すなわち、ユーザコンピュータ20a〜20dにおいて複数のOSを実行可能である場合であって、上記図7におけるステップS310にてユーザコンピュータ20a〜20dのOSが環境情報に示すOSと一致しないと判別されたとき、環境情報が示すOSを実行するようにユーザコンピュータ20a〜20dを再起動する処理を実行する。   Furthermore, in the above-described embodiment, an unnecessary program is uninstalled as environmental maintenance, but it is needless to say that environmental maintenance may be performed for other elements. For example, environment maintenance may be performed according to the type of OS indicated in the environment information. That is, when a plurality of OSs can be executed in the user computers 20a to 20d, and it is determined in step S310 in FIG. 7 that the OSs of the user computers 20a to 20d do not match the OSs indicated in the environment information. Then, a process of restarting the user computers 20a to 20d is executed so as to execute the OS indicated by the environment information.

また、上記環境情報に示すRAM容量によって環境整備を行っても良い。例えば、上記図7におけるステップS315にて必要なRAM容量であると判別されないときに、仮想メモリとして使用するHDDの容量を大きくすることによって環境を整備する。さらに、上記環境情報に示すHDD空容量によって環境整備を行っても良い。例えば、上記図7におけるステップS320にて必要なHDD空容量であると判別されないときに、HDD内に記録されている余分なデータ(テンポラリデータ等)を削除することによって環境を整備する。以上の構成によれば、様々な環境を自動で整備することが可能である。   Further, the environmental maintenance may be performed by the RAM capacity indicated in the environmental information. For example, when it is not determined in step S315 in FIG. 7 that the RAM capacity is necessary, the environment is prepared by increasing the capacity of the HDD used as the virtual memory. Furthermore, the environment may be improved by the HDD free space indicated in the environment information. For example, when it is not determined in step S320 in FIG. 7 that the HDD free space is necessary, the environment is maintained by deleting excess data (such as temporary data) recorded in the HDD. According to the above configuration, various environments can be automatically maintained.

実行環境整備システムの概略構成図である。It is a schematic block diagram of an execution environment maintenance system. 管理者コンピュータの構成図である。It is a block diagram of an administrator computer. ユーザコンピュータの構成図である。It is a block diagram of a user computer. 環境情報の構成図である。It is a block diagram of environmental information. 配信プログラムが実施する処理のフローチャートである。It is a flowchart of the process which a delivery program implements. 受信プログラムが実施する処理のフローチャートである。It is a flowchart of the process which a receiving program implements. 環境整備処理の詳細フローチャートである。It is a detailed flowchart of an environmental maintenance process.

符号の説明Explanation of symbols

10…管理者コンピュータ、11…CPU、12…ROM、13…RAM、14…ハードディスクドライブ、14a…環境情報、14b…プリンタドライバインストーラ、14c…アプリケーションインストーラ、16…配信プログラム、16a…環境情報編集部、16b…ユーザコンピュータ選択部、16c…ファイル送信部、16d…実行結果受信部、17a…キーボード、17b…マウス、18a…ディスプレイ、20a〜20d…ユーザコンピュータ、21…CPU、22…ROM、23…RAM、24…ハードディスクドライブ、24a…環境情報、24b…プリンタドライバインストーラ、24c…アプリケーションインストーラ、26…受信プログラム、26a…ファイル受信部、26b…環境整備部、26c…実行結果送信部、27a…キーボード、27b…マウス、28a…ディスプレイ、30a〜30c…プリンタ   DESCRIPTION OF SYMBOLS 10 ... Administrator computer, 11 ... CPU, 12 ... ROM, 13 ... RAM, 14 ... Hard disk drive, 14a ... Environment information, 14b ... Printer driver installer, 14c ... Application installer, 16 ... Distribution program, 16a ... Environment information editing part , 16b ... User computer selection unit, 16c ... File transmission unit, 16d ... Execution result reception unit, 17a ... Keyboard, 17b ... Mouse, 18a ... Display, 20a-20d ... User computer, 21 ... CPU, 22 ... ROM, 23 ... RAM 24... Hard disk drive 24 a. Environment information 24 b printer driver installer 24 c application installer 26 reception program 26 a file reception unit 26 b environment maintenance unit 26 c execution result transmission , 27a ... keyboard, 27b ... mouse, 28a ... display, 30a~30c ... printer

Claims (10)

第1のコンピュータに格納されたデータを利用して第2のコンピュータにプログラムをインストールするにあたりプログラムの実行環境を整備する実行環境整備システムであって、
上記第1のコンピュータは、
プログラムを実行する環境を特定するための環境情報を送信する環境情報送信手段を備え、
上記第2のコンピュータは、
上記環境情報を受信する環境情報受信手段と、
同受信した環境情報に基づいて上記プログラムを実行するための環境を整備する環境整備手段とを備えることを特徴とする実行環境整備システム。
An execution environment maintenance system for maintaining a program execution environment when installing a program in a second computer using data stored in a first computer,
The first computer is
Environment information transmitting means for transmitting environment information for specifying the environment in which the program is executed is provided,
The second computer is
Environmental information receiving means for receiving the environmental information;
An execution environment maintenance system comprising: environment maintenance means for preparing an environment for executing the program based on the received environment information.
上記第1のコンピュータは上記プログラムのインストーラを送信するインストーラ送信手段を備え、上記第2コンピュータは同インストーラを受信するインストール受信手段を備え、上記環境整備手段は環境の整備に際して当該インストーラを実行して上記プログラムをインストールすることを特徴とする上記請求項1に記載の実行環境整備システム。 The first computer includes an installer transmission unit that transmits the installer of the program, the second computer includes an installation reception unit that receives the installer, and the environment maintenance unit executes the installer when maintaining the environment. The execution environment maintenance system according to claim 1, wherein the program is installed. 上記環境情報で示される情報は、第2のコンピュータにおける制御処理によって変更可能な環境であることを特徴とする上記請求項1または請求項2のいずれかに記載の実行環境整備システム。 3. The execution environment maintenance system according to claim 1, wherein the information indicated by the environment information is an environment that can be changed by a control process in a second computer. 上記環境情報は上記プログラムと共存できないプログラムを示す情報を含み、上記環境整備手段はこの情報に示されるプログラムをアンインストールすることを特徴とする上記請求項1〜請求項3のいずれかに記載の実行環境整備システム。 The environment information includes information indicating a program that cannot coexist with the program, and the environment maintenance means uninstalls the program indicated by the information. Execution environment maintenance system. 上記環境情報は上記プログラムのバージョンを示す情報を含み、上記環境整備手段は当該バージョン以降のプログラムが第2のコンピュータにインストール済みであるか否かを判別し、インストール済みでないときに上記プログラムをインストールすることを特徴とする上記請求項1〜請求項4のいずれかに記載の実行環境整備システム。 The environment information includes information indicating the version of the program, and the environment maintenance means determines whether or not the program after the version has been installed in the second computer, and installs the program when it has not been installed. The execution environment maintenance system according to any one of claims 1 to 4, characterized in that: 上記環境情報は上記プログラムのバージョンアップの可否を示す情報を含み、上記環境整備手段はバージョンアップが許可されているときに上記インストールを実行することを特徴とする上記請求項5に記載の実行環境整備システム。 6. The execution environment according to claim 5, wherein the environment information includes information indicating whether the program can be upgraded, and the environment maintenance unit executes the installation when the upgrade is permitted. Maintenance system. 所定の記憶媒体に格納されたデータを利用してネットワーク接続されたコンピュータにプログラムをインストールするにあたり、このコンピュータにおけるプログラムの実行環境を整備させる環境整備指示装置であって、
プログラムを実行する環境を特定するための環境情報を上記ネットワーク接続されたコンピュータに送信する環境情報送信手段を備えることを特徴とする環境整備指示装置。
An environment maintenance instructing apparatus for maintaining a program execution environment in a computer when installing the program in a computer connected to a network using data stored in a predetermined storage medium,
An environment maintenance instruction device comprising environment information transmission means for transmitting environment information for specifying an environment in which a program is executed to the computer connected to the network.
ネットワーク接続されたコンピュータの記憶媒体に格納されたデータを利用してプログラムをインストールするにあたり、このプログラムの実行環境を整備する実行環境整備装置であって、
プログラムを実行する環境を特定するための環境情報を上記コンピュータから受信する環境情報受信手段と、
同受信した環境情報に基づいて上記プログラムを実行するための環境を整備する環境整備手段とを備えることを特徴とする実行環境整備装置。
When installing a program using data stored in a storage medium of a computer connected to a network, an execution environment maintenance device that maintains the execution environment of the program,
Environment information receiving means for receiving environment information for specifying an environment for executing the program from the computer;
An execution environment maintenance device comprising: environment maintenance means for preparing an environment for executing the program based on the received environment information.
第1のコンピュータに格納されたデータを利用して第2のコンピュータにプログラムをインストールするにあたりプログラムの実行環境を整備する実行環境整備方法であって、
上記第1のコンピュータは、
プログラムを実行する環境を特定するための環境情報を送信する環境情報送信工程を備え、
上記第2のコンピュータは、
上記環境情報を受信する環境情報受信工程と、
同受信した環境情報に基づいて上記プログラムを実行するための環境を整備する環境整備工程とを備えることを特徴とする実行環境整備方法。
An execution environment maintenance method for preparing a program execution environment for installing a program in a second computer using data stored in the first computer,
The first computer is
An environment information transmission step for transmitting environment information for specifying an environment in which the program is executed;
The second computer is
An environmental information receiving step for receiving the environmental information;
An execution environment maintenance method comprising: an environment maintenance process for preparing an environment for executing the program based on the received environment information.
第1のコンピュータに格納されたデータを利用して第2のコンピュータにプログラムをインストールするにあたりプログラムの実行環境を整備する実行環境整備プログラムであって、
プログラムを実行する環境を特定するための環境情報を送信する環境情報送信機能を上記第1のコンピュータに実現させ、
上記環境情報を受信する環境情報受信機能と、
同受信した環境情報に基づいて上記プログラムを実行するための環境を整備する環境整備機能とを上記第2のコンピュータに実現させることを特徴とする実行環境整備プログラム。

An execution environment maintenance program for maintaining an execution environment of a program when installing a program in a second computer using data stored in the first computer,
An environment information transmission function for transmitting environment information for specifying an environment for executing a program is realized in the first computer,
An environment information receiving function for receiving the environment information;
An execution environment maintenance program for causing the second computer to realize an environment maintenance function for preparing an environment for executing the program based on the received environment information.

JP2004326286A 2004-11-10 2004-11-10 Execution environment maintenance system, execution environment maintenance device, and execution environment maintenance method Expired - Fee Related JP4788128B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004326286A JP4788128B2 (en) 2004-11-10 2004-11-10 Execution environment maintenance system, execution environment maintenance device, and execution environment maintenance method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004326286A JP4788128B2 (en) 2004-11-10 2004-11-10 Execution environment maintenance system, execution environment maintenance device, and execution environment maintenance method

Publications (2)

Publication Number Publication Date
JP2006139364A true JP2006139364A (en) 2006-06-01
JP4788128B2 JP4788128B2 (en) 2011-10-05

Family

ID=36620172

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004326286A Expired - Fee Related JP4788128B2 (en) 2004-11-10 2004-11-10 Execution environment maintenance system, execution environment maintenance device, and execution environment maintenance method

Country Status (1)

Country Link
JP (1) JP4788128B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009230218A (en) * 2008-03-19 2009-10-08 Ntt Docomo Inc Communication terminal and application deletion method
JP2010122963A (en) * 2008-11-20 2010-06-03 Internatl Business Mach Corp <Ibm> Method, program and system for managing application execution environment in distributed system
JP2011060237A (en) * 2009-09-14 2011-03-24 Ricoh Co Ltd Device and system for supporting program introduction, method and program for controlling display, and recording medium with the program recorded
JP2014132471A (en) * 2014-02-05 2014-07-17 Ricoh Co Ltd Information processor, program introduction support system, display control method, display control program, and recording medium with the program recorded

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106155714A (en) * 2015-03-27 2016-11-23 中兴通讯股份有限公司 A kind of method and apparatus using software

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001067232A (en) * 1999-08-31 2001-03-16 Hitachi Ltd Distribution system and receiving terminal device for software
JP2004005419A (en) * 2002-03-25 2004-01-08 Canon Inc Install processing apparatus, processing method, storage medium, and program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001067232A (en) * 1999-08-31 2001-03-16 Hitachi Ltd Distribution system and receiving terminal device for software
JP2004005419A (en) * 2002-03-25 2004-01-08 Canon Inc Install processing apparatus, processing method, storage medium, and program

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009230218A (en) * 2008-03-19 2009-10-08 Ntt Docomo Inc Communication terminal and application deletion method
JP2010122963A (en) * 2008-11-20 2010-06-03 Internatl Business Mach Corp <Ibm> Method, program and system for managing application execution environment in distributed system
JP2011060237A (en) * 2009-09-14 2011-03-24 Ricoh Co Ltd Device and system for supporting program introduction, method and program for controlling display, and recording medium with the program recorded
US9558326B2 (en) 2009-09-14 2017-01-31 Ricoh Company, Ltd. Information processing apparatus, program introduction assistance system and computer readable information recording medium
JP2014132471A (en) * 2014-02-05 2014-07-17 Ricoh Co Ltd Information processor, program introduction support system, display control method, display control program, and recording medium with the program recorded

Also Published As

Publication number Publication date
JP4788128B2 (en) 2011-10-05

Similar Documents

Publication Publication Date Title
US9703542B2 (en) Preinstalled application management method for mobile terminal and mobile terminal
US6920555B1 (en) Method for deploying an image into other partition on a computer system by using an imaging tool and coordinating migration of user profile to the imaged computer system
US8286167B2 (en) Image processing apparatus, job management method, and storage medium
US9465603B2 (en) Application management apparatus, application management system, application management method, and non-transitory computer readable medium
US20100107150A1 (en) Terminal having application update managing function, and application update managing program and system
EP1072973A2 (en) Remote loading execution method, remote loading execution system, data processing apparatus, managing apparatus and computer readable recording medium
JP2003177989A (en) Information processing apparatus, server apparatus, driver updating method, computer readable storage medium and program
JP2002287974A (en) Method and device related to control for registering and starting application program
US8782636B2 (en) Information processing apparatus, control method thereof, and program
JP2001356912A (en) Install/update/uninstall system of software
US9250933B2 (en) Information processor with configuration modification function
JP6648915B2 (en) Information processing apparatus, method and program
JP4788127B2 (en) Installation system, installation method
EP2424211A2 (en) Program state determination in an image forming apparatus
CN102360299A (en) Software system resetting method, server and client
JP4788128B2 (en) Execution environment maintenance system, execution environment maintenance device, and execution environment maintenance method
JP2008186147A (en) Software management method, software management system, information processing apparatus and software management program
JP5178319B2 (en) Application platform
US9323907B2 (en) Distribution apparatus, device, control method for distribution apparatus, and storage medium
JP4792744B2 (en) Image processing device
JP2003288211A (en) Network management program
Cisco Appendix D - Managing Cisco AS5300 Voice Feature Cards
JP2022105440A (en) Program and information processing device
JP5760618B2 (en) Management apparatus and management method
JP2006129362A (en) Digital composite machine

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20071024

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20101222

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110111

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110314

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110405

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110606

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110704

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140729

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees