JPH11272451A - Install control system for software, method therefor and recording medium recorded with program therefor - Google Patents

Install control system for software, method therefor and recording medium recorded with program therefor

Info

Publication number
JPH11272451A
JPH11272451A JP6974598A JP6974598A JPH11272451A JP H11272451 A JPH11272451 A JP H11272451A JP 6974598 A JP6974598 A JP 6974598A JP 6974598 A JP6974598 A JP 6974598A JP H11272451 A JPH11272451 A JP H11272451A
Authority
JP
Japan
Prior art keywords
software
update
file
time
installation
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.)
Pending
Application number
JP6974598A
Other languages
Japanese (ja)
Inventor
Takeshi Tsuruoka
剛 鶴岡
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.)
Hitachi Information Systems Ltd
Original Assignee
Hitachi Information Systems Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Information Systems Ltd filed Critical Hitachi Information Systems Ltd
Priority to JP6974598A priority Critical patent/JPH11272451A/en
Publication of JPH11272451A publication Critical patent/JPH11272451A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To reduce the load of an operator related with the install of software, and to prevent erroneous operation. SOLUTION: A file management table 3f constituted of the designation of all software already installed in a computer, the update date, and manually inputted update condition (for example, 'update when an update date is different', 'update when an update date is old', and 'update when an update date is new' or the like) is preliminarily prepared. Then, at the time of the install of software accompanied with version-up, whether or not this software is present in a hard disk being the destination of install is successively checked based on the table by a file comparing part 3d. When any software is not present, the install is operated, and when the software is present, the update date of the software is compared, and collated with the update condition, and when the update condition is fulfilled, the install of the software is operated by a file updating part 3e.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、コンピュータで用
いるプログラムファイルやデータファイル等のソフトウ
ェアのインストールを制御する技術に係わり、特に、イ
ンストール済みのソフトウェアの更新時等におけるイン
ストール処理を効率化するのに好適なソフトウェアのイ
ンストール制御システムと方法およびそのプログラムを
記録した記録媒体に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a technique for controlling the installation of software such as a program file and a data file used in a computer, and more particularly, to an efficient installation process when updating installed software. The present invention relates to a suitable software installation control system and method and a recording medium on which the program is recorded.

【0002】[0002]

【従来の技術】従来のコンピュータへのソフトウェアの
インストールを制御する技術には、インストールするフ
ァイル(ソフトウェア)と同名のファイルがインストー
ル先のハードディスク等にあった場合、その都度ダイア
ログボックス等を表示し、ユーザ自身にそのファイルの
上書きの可否を判断させながらインストールを行うもの
や、まったく同名ファイルの判定をせず、無条件に上書
きを行うもの等がある。
2. Description of the Related Art In a conventional technology for controlling software installation on a computer, a dialog box or the like is displayed each time a file having the same name as a file (software) to be installed is present on a hard disk or the like at an installation destination. There are a method of performing installation while allowing the user to determine whether or not the file can be overwritten, and a method of performing unconditional overwriting without completely determining a file having the same name.

【0003】また、特開平7−225724号公報に記
載の技術のように、ソフトウェア提供者が作成・更新し
たソフトウェアを、多数のソフトウェア・ユーザに対し
て迅速・適切に配布・提供することを目的として、更新
後のソフトウェア構成を一致させるための対象ソフトウ
ェア更新指示情報を作成し、インストール元とインスト
ール先の同期を取ることによって、適切なインストール
を行うものもある。
Another object of the present invention is to quickly and appropriately distribute and provide software created and updated by a software provider to a large number of software users, as disclosed in Japanese Patent Application Laid-Open No. 7-225724. In some cases, appropriate installation is performed by creating target software update instruction information for matching the updated software configuration and synchronizing the installation source and the installation destination.

【0004】さらに、特開平6−324927号公報に
は、複数ファイルの一部のバージョンが変更されたとき
などに、各ファイルのバージョンの組合せ条件を自動的
に設定して各ファイルのローディングを行い、これによ
って、バージョンアップ作業の時間を大幅に短縮し、さ
らに、バージョン不一致に起因する誤動作の発生を防止
することを目的として、各ファイル毎にバージョン情報
データを作成して、これをバージョン管理部によって一
括管理する技術が開示されている。
Further, Japanese Patent Application Laid-Open No. Hei 6-324927 discloses that, when a partial version of a plurality of files is changed, the conditions for combining the versions of each file are automatically set to load each file. In this way, version information data is created for each file for the purpose of greatly reducing the time required for version upgrade work and preventing occurrence of malfunction due to version mismatch, and the version management data is created by the version management unit. Discloses a technique for collectively managing the information.

【0005】この技術では、各ファイルの更新や新たな
ファイルの追加があったとき、各ファイルのバージョン
情報データに基づいて、ローディング対象となるファイ
ルを決定してローディングを行ない、プログラム保存部
に保存する。そして、その後、各ファイルのバージョン
情報データのバージョン組み合わせ条件を更新する。こ
のことにより、各ファイルの一部のバージョンが変更さ
れたとき、対応するファイルのみローディングを行なう
ので、プログラムのバージョンアップ作業の時間を短縮
することができる。
According to this technique, when each file is updated or a new file is added, a file to be loaded is determined based on the version information data of each file, loading is performed, and the file is stored in a program storage unit. I do. After that, the version combination condition of the version information data of each file is updated. Thus, when a partial version of each file is changed, only the corresponding file is loaded, so that it is possible to reduce the time required to upgrade the program.

【0006】しかし、ソフトウェア(ファイル)のイン
ストール、特にバージョンアップでは、同じファイルを
そのまま引き継ぐことや、同名の新しいファイルに置き
換えるといったことが多い。この場合、既にインストー
ルされている同名ファイルのバージョン(更新日時)
が、同じであったり、より最新のものであれば、更新す
る必要がなかったり、逆に更新してはいけないなど、さ
まざまな状況が考えられる。
However, in software (file) installation, especially in version upgrade, the same file is often taken over as it is or replaced with a new file having the same name. In this case, the version of the file with the same name already installed (update date and time)
However, there may be various situations, such as not being updated if they are the same or more recent, or not being updated.

【0007】上述の従来技術にように、同名ファイルを
検出する毎に、ユーザの判断にまかせることが考えられ
るが、この場合、逐一ユーザが煩雑な操作を行う必要が
あり、入力ミス等が生じる危険もある。また、上記特開
平7−225724号公報の技術では、あくまでもイン
ストール先とインストール元のソフトウェア構成を一致
させることに留まるため、インストール先における更新
日時の新しいファイルを古いファイルで書き換えてしま
う場合や、敢えて古いファイルを新しいファイルで書き
換えたくない、といった状況に対応することはできな
い。
As in the above-described prior art, it is conceivable to let the user make a decision every time a file having the same name is detected. In this case, however, the user needs to perform a complicated operation and an input error or the like occurs. There is also danger. Further, in the technique disclosed in Japanese Patent Application Laid-Open No. 7-225724, since the software configuration of the installation destination and the software of the installation source are merely matched, a file with a new update date and time at the installation destination may be rewritten with an old file, You can't handle situations where you don't want to overwrite old files with new ones.

【0008】上記特開平6−324927号公報に記載
された技術においても、やはりファイルのバージョン情
報に基づいて、一意に新しいバージョンに更新するもの
であるため、上述の問題が生じる。以下、敢えて古いフ
ァイルを新しいファイルに書き換えたくない場合につい
て説明する。
In the technique described in Japanese Patent Laid-Open No. 6-324927, the above-described problem occurs because the file is uniquely updated to a new version based on the version information of the file. Hereinafter, a case where the user does not want to rewrite an old file with a new file will be described.

【0009】プログラム実行時にライブラリが動的にリ
ンクされる場合において、このライブラリを格納した
「dll(ダイナミックリンクライブラリ)ファイル」と
いうものが存在する。このファイルは、様々なアプリケ
ーションプログラムが共用して使用するファイルであ
る。そのため、例えば、あるアプリケーションプログラ
ムをバージョンアップした場合、従来の技術では、「dl
lファイル」も新しいバージョンのものに更新してしま
う。
When a library is dynamically linked at the time of program execution, there is a "dll (dynamic link library) file" storing this library. This file is a file used in common by various application programs. Therefore, for example, when a certain application program is upgraded, in the related art, "dl
The "l file" is also updated to the new version.

【0010】その結果、バージョンアップしていない他
のアプリケーションプログラムが正常に動作しなくなる
ことがしばしば生じる。このような問題を避けるために
は、敢えて、「dllファイル」だけは更新しないように
しなければならない。これ以外にも、敢えて古いファイ
ルを新しいファイルに書き換えたくない場合の例は種々
ある。例えば、テスト用やデバッグ用に一時的に入れた
ファイルを元に戻す場合には、新しいテスト用のファイ
ルを古いもの(テスト用でないもの)に置き換える必要
が生じる。
As a result, other application programs that have not been upgraded often do not operate normally. In order to avoid such problems, it is necessary to avoid updating only the "dll file". There are various other examples where the user does not want to rewrite an old file with a new file. For example, when restoring a file temporarily put in for testing or debugging, it is necessary to replace a new test file with an old (non-test) file.

【0011】[0011]

【発明が解決しようとする課題】解決しようとする問題
点は、従来の技術では、ソフトウェアのバージョンアッ
プにおける種々のケースに自動的に対応したインストー
ル制御ができない点である。本発明の目的は、これら従
来技術の課題を解決し、ソフトウェアのインストールに
係わる操作者の負荷の軽減、および、操作ミスの防止を
可能とするソフトウェアのインストール制御システムと
方法およびそのプログラムを記録した記録媒体を提供す
ることである。
The problem to be solved is that the conventional technology cannot perform installation control automatically corresponding to various cases of software version up. An object of the present invention is to solve the problems of the prior art and record a software installation control system and method and a program thereof, which can reduce the load on an operator involved in software installation and prevent operation errors. It is to provide a recording medium.

【0012】[0012]

【課題を解決するための手段】上記目的を達成するた
め、本発明のソフトウェアのインストール制御システム
および方法では、予め、コンピュータへインストール済
の全てのソフトウェアの名称とその更新日時、および、
人手により入力された更新条件(例えば、「更新日時が
違ったら更新」、「更新日時が古ければ更新」、「更新
日時が新しければ更新」など)からなる一覧表(ファイ
ル管理テーブル)を用意しておく。そして、バージョン
アップ等に伴うソフトウェアのインストール時には、そ
のテーブルに基づき、このソフトウェアがインストール
先のハードディスク等に存在するか否かを逐次チェック
する。存在しない場合は、そのままインストールを行
い、存在した場合は、さらにソフトウェアの更新日時を
比較し、かつ、更新条件と突き合わせる。その結果、更
新条件を満たしていれば、ソフトウェアのインストール
を行う。
In order to achieve the above object, in the software installation control system and method of the present invention, the names of all the software already installed on the computer, the update date and time of the software, and
A list (file management table) consisting of manually input update conditions (for example, "update if update date is different", "update if update date is old", "update if update date is new", etc.) Have it ready. At the time of software installation accompanying a version upgrade or the like, it is sequentially checked based on the table whether or not this software exists on a hard disk or the like at the installation destination. If the software does not exist, the software is installed as it is. If the software exists, the software update date and time are further compared and matched with the update condition. As a result, if the update condition is satisfied, the software is installed.

【0013】[0013]

【発明の実施の形態】以下、本発明の実施例を、図面に
より詳細に説明する。図1は、本発明のソフトウェアの
インストール制御システムの本発明に係る構成の一実施
例を示すブロック図である。本図1において、1はフロ
ッピーディスク駆動装置やCD−ROM駆動装置等から
なるフレキシブルディスク装置、2はキーボードやマウ
スおよびCRT(Cathode Ray Tube)等からなる入
出力装置、3はCPU(Central Processing Unit)
を具備して蓄積プログラム方式による種々のコンピュー
タ処理を行なうパーソナルコンピュータ等の情報処理装
置、4はハードディスク装置等からなる外部記憶装置
(図中、「HDD」と記載)、5は本発明のソフトウェ
アのインストール制御プログラムを記録しCD−ROM
等の光モジュール(図中、「OM」と記載)、6は光モ
ジュール5との情報のやり取りを行う光モジュール駆動
装置(図中、「OM駆動装置」と記載)である。
Embodiments of the present invention will be described below in detail with reference to the drawings. FIG. 1 is a block diagram showing one embodiment of a configuration according to the present invention of a software installation control system of the present invention. In FIG. 1, reference numeral 1 denotes a flexible disk drive including a floppy disk drive and a CD-ROM drive, 2 denotes an input / output device including a keyboard, a mouse, a CRT (Cathode Ray Tube), and 3 denotes a CPU (Central Processing Unit). )
, An information processing device such as a personal computer for performing various computer processes according to a storage program method, 4 is an external storage device (denoted as “HDD” in the figure) such as a hard disk device, and 5 is software of the present invention. CD-ROM recording installation control program
Reference numeral 6 denotes an optical module driving device (described as “OM driving device” in the figure) for exchanging information with the optical module 5.

【0014】フレキシブルディスク装置1は、フロッピ
ーディスクやCD−ROM等の記憶媒体からインストー
ル対象のソフトウェアを読み出し、情報処理装置3に渡
す。入出力装置2は、ソフトウェアのインストールに関
してのユーザへの情報の表示や、ユーザからの指定、選
択の入力を行う。外部記憶装置4には、情報処理装置3
のOS(Operating System)を含む種々のソフトウェ
アがインストールされている。
The flexible disk device 1 reads out software to be installed from a storage medium such as a floppy disk or a CD-ROM, and transfers it to the information processing device 3. The input / output device 2 displays information on installation of software to a user and inputs designation and selection from the user. The external storage device 4 includes the information processing device 3
Various software including OS (Operating System) are installed.

【0015】情報処理装置3は、CPUで構成される主
制御部3aの処理により、光モジュール駆動装置6を介
して光モジュール5から所定のプログラムをメインメモ
リ上に読み込み、テーブル作成部3bと条件登録部3
c、および、ファイル比較部3dとファイル更新部3e
を構成する。テーブル作成部3bは、フレキシブルディ
スク装置1を介して読み込んだインストール対象のファ
イル(ソフトウェア)から、そのファイル名と更新日時
を検出、抽出してファイル管理テーブル3fを作成す
る。
The information processing device 3 reads a predetermined program from the optical module 5 into the main memory via the optical module driving device 6 by the processing of the main control portion 3a composed of a CPU, and reads the predetermined program from the table creating portion 3b. Registration part 3
c, a file comparison unit 3d and a file update unit 3e
Is configured. The table creation unit 3b detects and extracts the file name and the update date and time from the installation target file (software) read via the flexible disk device 1, and creates the file management table 3f.

【0016】条件登録部3cは、入出力装置2からのユ
ーザ操作に基づき入力される、インストール済みの各フ
ァイルに対する更新条件を、そのファイル名に対応付け
てファイル管理テーブル3fに登録する。この更新条件
は、本発明のインストール制御に必要なものであり、例
えば、「更新日時が違ったら更新」、「更新日時が古け
れば更新」、「更新日時が新しければ更新」などからな
る。
The condition registering unit 3c registers an update condition for each installed file, which is input based on a user operation from the input / output device 2, in the file management table 3f in association with the file name. The update condition is necessary for the installation control of the present invention, and includes, for example, "update if update date is different", "update if update date is old", "update if update date is new", and the like. .

【0017】また、ファイル比較部3dは、インストー
ル対象のファイルから、その名称と更新日時を検出し、
ファイル管理テーブル3fを参照して、インストール対
象のファイルが外部記憶装置4に既に存在するか否か、
存在すればその更新日時の一致・不一致を調べる。そし
て、ファイル更新部3eは、ファイル比較部3dの判別
結果、および、ファイル管理テーブル3fに登録された
更新条件に基づき、ファイルの更新処理を行う。
The file comparison unit 3d detects the name and update date and time of the installation target file,
Referring to the file management table 3f, whether the file to be installed already exists in the external storage device 4,
If so, it checks for a match / mismatch in the update date and time. Then, the file update unit 3e performs a file update process based on the determination result of the file comparison unit 3d and the update condition registered in the file management table 3f.

【0018】尚、テーブル作成部3bによる、インスト
ール対象のファイルに付与されている名称や更新日時の
情報からファイル管理テーブル3fを生成する技術は、
公知の技術が用いられる。また、このファイル管理テー
ブル3fへの条件登録部3cによる登録は、コンピュー
タを所有する個々のユーザが入出力装置2を介して指定
することにより行なわれる。また、ファイル更新部3e
により、外部記憶装置4内のファイルが更新、あるい
は、新たにインストールされた場合、テーブル作成部3
bは、ファイル管理テーブル3fの「更新日時」を新た
なものに更新する。
The technique for generating the file management table 3f from the information on the name and update date and time given to the file to be installed by the table creation unit 3b is as follows.
A known technique is used. The registration in the file management table 3f by the condition registration unit 3c is performed by each user who owns the computer designates via the input / output device 2. The file update unit 3e
When the file in the external storage device 4 is updated or newly installed, the table creation unit 3
b updates the “update date and time” of the file management table 3f to a new one.

【0019】図2は、図1におけるファイル管理テーブ
ルの構成例を示す説明図である。本例のファイル管理テ
ーブル3fは、「ファイル名」と「更新日時」および
「更新条件」の各項目からなり、例えば、ファイル名
「AAA」のファイルに関して、その更新日時「97/
02/28 12:00:00」と、その更新条件
「違」が対応付けて登録されている。
FIG. 2 is an explanatory diagram showing a configuration example of the file management table in FIG. The file management table 3f of this example includes items of “file name”, “update date and time”, and “update condition”. For example, for a file having a file name “AAA”, the update date and time of “97 /
02/28 12:00:00 ”and the update condition“ difference ”are registered in association with each other.

【0020】尚、この更新条件における「違」は、更新
日時が違った場合にこのファイル名のファイルの更新を
行うとの条件を示し、また、「古」は、インストール済
みのファイルの更新日時が、これからインストールする
ファイルの更新日時より古い場合に更新を行い、「新」
はインストール済みのファイルの更新日時が、これから
インストールするファイルの更新日時より新しい場合に
更新を行うとの条件を示している。
In this update condition, "difference" indicates a condition that the file with this file name is updated when the update date and time are different, and "old" indicates the update date and time of the installed file. Updates the file if it is older than the update date and time of the file to be installed.
Indicates a condition that the update is performed when the update date and time of the installed file is later than the update date and time of the file to be installed.

【0021】以下、このような登録内容のファイル管理
テーブル3fを用いた図1における情報処理装置3の動
作を、図3に基づき説明する。図3は、図1におけるソ
フトウェアのインストール制御システムの本発明に係る
動作例を示すフローチャートである。本例は、図1にお
ける情報処理装置3の、特に、ファイル比較部3dとフ
ァイル更新部3eによる動作手順を示しており、その動
作の前提として、図1のテーブル作成部3bおよび条件
登録部3cにより、インストールするファイルのファイ
ル名と更新日時および更新条件からなる図2に詳細を示
したファイル管理テーブル3fが作成されていることと
する。
The operation of the information processing apparatus 3 in FIG. 1 using such a registered content file management table 3f will be described below with reference to FIG. FIG. 3 is a flowchart showing an operation example according to the present invention of the software installation control system in FIG. This example shows an operation procedure of the information processing device 3 in FIG. 1, in particular, a file comparison unit 3 d and a file update unit 3 e, and the table preparation unit 3 b and the condition registration unit 3 c in FIG. Thus, it is assumed that the file management table 3f including the file name of the file to be installed, the update date and time, and the update condition is created as shown in FIG.

【0022】まず、ファイル比較部3dにより、図2の
ファイル管理テーブル3fから一件ずつ、ファイル情報
(インストールするファイル名、更新日時、更新条件)
を読み込む(ステップ301)。そして、このファイル
名に基づき、インストール対象のファイルが外部記憶装
置4内に存在するか否かを調べる(ステップ302)。
同名ファイルがない場合には、無条件にそのファイルの
インストールを行う(ステップ303)。同名のファイ
ルがあった場合には、更新日時の一致/不一致の判定を
行う(ステップ304)。
First, the file information (file name to be installed, update date and time, update condition) is read from the file management table 3f of FIG.
Is read (step 301). Then, based on this file name, it is checked whether or not the file to be installed exists in the external storage device 4 (step 302).
If there is no file with the same name, the file is unconditionally installed (step 303). If there is a file with the same name, it is determined whether or not the update date and time match (step 304).

【0023】このファイル比較部3dの各判定結果に基
づき、ファイル更新部3eは、以下の処理を行う。ま
ず、ファイル比較部3dで更新日時が一致すると判定し
た場合には、完全に同一ファイルであるから、ファイル
の更新を行う必要はなく、インストール動作を停止す
る。これにより、無駄なファイルの更新処理を抑え、イ
ンストール時間を短縮できる。
The file updating unit 3e performs the following processing based on each determination result of the file comparing unit 3d. First, when the file comparison unit 3d determines that the update date and time match, the files do not need to be updated because the files are completely the same, and the installation operation is stopped. As a result, useless file update processing can be suppressed, and installation time can be reduced.

【0024】次に、更新日時が不一致で、更新条件が
「更新日時が違ったら更新」である場合には(ステップ
305)、条件を満たしているので、ファイルの更新を
行う(ステップ306)。また、更新日時の大小比較を
行った結果、インストール済みファイル(旧ファイル)
の方が更新日時が古く、かつ更新条件が「更新日時が古
ければ更新」である場合にも、ファイルの更新を行う
(ステップ307〜309)。
Next, if the update date and time do not match and the update condition is "update if the update date and time differ" (step 305), the condition is satisfied, and the file is updated (step 306). Also, as a result of comparing the update date and time, the installed file (old file)
The file is also updated if the update date is older and the update condition is "update if the update date is older" (steps 307 to 309).

【0025】同様に、インストール済みファイルの方が
更新日時が新しく、かつ更新条件が「更新日時が新しけ
れば更新」である場合も、ファイルの更新を行う(ステ
ップ310、ステップ311)。以上の処理を、ファイ
ル管理テーブル3fに登録されている全てのファイルに
ついて行う(ステップ312)。
Similarly, if the installed file has a newer update date and time and the update condition is "update if the update date is newer", the file is updated (step 310, step 311). The above processing is performed for all the files registered in the file management table 3f (step 312).

【0026】以上、図1〜図3を用いて説明したよう
に、本実施例のソフトウェアのインストール制御システ
ムおよび方法では、予めインストール済のファイル(ソ
フトウェア)名と、そのファイルの更新日時、および、
人手により指定入力された更新条件からなるファイル管
理テーブル3fを作成しておき、インストールを行う
際、そのファイル管理テーブル3fに存在するファイル
に対しては、更新日時と更新条件を参照することによ
り、適切なインストール制御を行う。例えば、同名ファ
イルの更新に対し、予め更新条件を設定しておくことに
より、様々なケースのバージョンアップに対応できる。
その結果、インストール途中でのユーザ操作を行わなく
て済むことや、無駄なファイルの更新を回避することが
できるので、安全確実かつ迅速なインストールを行うこ
とが可能となる。
As described above with reference to FIGS. 1 to 3, in the software installation control system and method of the present embodiment, the name of a previously installed file (software), the update date and time of the file, and
A file management table 3f including update conditions manually input and created is created, and at the time of installation, files existing in the file management table 3f are referred to by the update date and time and the update condition. Perform appropriate installation controls. For example, by setting an update condition in advance for updating a file with the same name, it is possible to cope with version upgrades in various cases.
As a result, it is not necessary to perform a user operation during installation, and it is possible to avoid useless updating of files, so that safe, secure, and quick installation can be performed.

【0027】尚、本発明は、図1〜図3を用いて説明し
た実施例に限定されるものではなく、その要旨を逸脱し
ない範囲において種々変更可能である。例えば、更新条
件は、本例のように、ファイル1つ1つに設定しても良
いが、ファイル全体に対して設定しておいても良い。ま
た、ファイル管理テーブル3fは、本例では、コンピュ
ータを所有する個々のユーザが作成するようにしている
が、例えばネットワークにパーソナルコンピュータが複
数接続されている場合等においては、そのネットワーク
に接続された管理用パーソナルコンピュータの管理者が
一括して作成して、各パーソナルコンピュータに配布す
るようにしても良い。
The present invention is not limited to the embodiment described with reference to FIGS. 1 to 3, and can be variously modified without departing from the gist thereof. For example, the update condition may be set for each file as in this example, or may be set for the entire file. In this example, the file management table 3f is created by each user who owns a computer. For example, when a plurality of personal computers are connected to a network, the file management table 3f is connected to the network. An administrator of the management personal computer may collectively create and distribute it to each personal computer.

【0028】[0028]

【発明の効果】本発明によれば、ソフトウェアのバージ
ョンアップにおける種々のケースに自動的に対応したイ
ンストール制御ができ、ソフトウェアのインストールに
係わる操作者の負荷の軽減、および、操作ミスの防止が
可能である。
According to the present invention, it is possible to perform installation control automatically corresponding to various cases of software version-up, to reduce the load on the operator involved in software installation, and to prevent operation errors. It is.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明のソフトウェアのインストール制御シス
テムの本発明に係る構成の一実施例を示すブロック図で
ある。
FIG. 1 is a block diagram showing one embodiment of a configuration according to the present invention of a software installation control system of the present invention.

【図2】図1におけるファイル管理テーブルの構成例を
示す説明図である。
FIG. 2 is an explanatory diagram showing a configuration example of a file management table in FIG. 1;

【図3】図1におけるソフトウェアのインストール制御
システムの本発明に係る動作例を示すフローチャートで
ある。
FIG. 3 is a flowchart showing an operation example according to the present invention of the software installation control system in FIG. 1;

【符号の説明】[Explanation of symbols]

1:フレキシブルディスク装置、2:入出力装置、3:
情報処理装置、3a:主制御部、3b:テーブル作成
部、3c:条件登録部、3d:ファイル比較部、3e:
ファイル更新部、3f:ファイル管理テーブル、4:外
部記憶装置(「HDD」)、5光モジュール(「O
M」)、6:光モジュール駆動装置(「OM駆動装
置」)。
1: flexible disk device, 2: input / output device, 3:
Information processing device, 3a: main control unit, 3b: table creation unit, 3c: condition registration unit, 3d: file comparison unit, 3e:
File update unit, 3f: file management table, 4: external storage device (“HDD”), 5 optical module (“O
M "), 6: Optical module drive (" OM drive ").

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 ソフトウェアのコンピュータへのインス
トールを制御するシステムであって、上記ソフトウェア
のインストール後、該ソフトウェアの識別情報と更新日
時を検出してテーブルに登録する手段と、インストール
した上記ソフトウェアに対して操作者から指示された更
新条件を、上記テーブルに、上記識別情報と更新日時に
対応付けて登録する手段と、上記ソフトウェアのインス
トール時、該ソフトウェアの識別情報と更新日時を検出
して上記テーブルを参照し、該ソフトウェアがインスト
ール済みか否か、インストール済みであれば更新日時の
一致、不一致を判別する手段と、上記ソフトウェアがイ
ンストール済みでなければ、上記ソフトウェアのインス
トールを継続し、上記ソフトウェアがインストール済み
で、更新日時が一致していれば、上記ソフトウェアのイ
ンストールを停止し、上記ソフトウェアがインストール
済みで、更新日時が不一致であれば、上記テーブルに登
録された上記更新条件に基づき上記ソフトウェアのイン
ストールを継続もしくは停止する手段とを有することを
特徴とするソフトウェアのインストール制御システム。
1. A system for controlling installation of software on a computer, comprising: after installation of the software, means for detecting identification information and update date and time of the software and registering the information in a table; Means for registering the update condition specified by the operator in the table in association with the identification information and the update date and time, and detecting the identification information and the update date and time of the software when installing the software, and A means for determining whether or not the software has been installed, and if the software has been installed, determining whether or not the update date and time match, and if the software has not been installed, continuing the installation of the software, and Installed and updated date and time match Means for stopping the installation of the software, if the software has been installed and the update date and time do not match, a means for continuing or stopping the installation of the software based on the update condition registered in the table; A software installation control system, comprising:
【請求項2】 コンピュータへのソフトウェアのインス
トール後、該ソフトウェアの識別情報と更新日時を検出
してテーブルに登録しておき、該テーブルの登録内容に
基づき上記ソフトウェアのインストールの実行、停止を
制御する方法であって、上記インストールしたソフトウ
ェアに対して操作者から指示された更新条件を、上記テ
ーブルに、上記識別情報と更新日時に対応付けて登録す
るステップと、上記ソフトウェアのインストール時、該
ソフトウェアの識別情報と更新日時を検出するステップ
と、該検出したソフトウェアの識別情報に基づき上記テ
ーブルを参照し、該ソフトウェアがインストール済みか
否か、インストール済みであれば更新日時の一致、不一
致を判別するステップと、上記ソフトウェアがインスト
ール済みでなければ、上記ソフトウェアのインストール
を継続するステップと、上記ソフトウェアがインストー
ル済みで、更新日時が一致していれば、上記ソフトウェ
アのインストールを停止するステップと、上記ソフトウ
ェアがインストール済みで、更新日時が不一致であれ
ば、上記テーブルに登録された上記更新条件に基づき上
記ソフトウェアのインストールを継続もしくは停止する
ステップとを有することを特徴とするソフトウェアのイ
ンストール制御方法。
2. After the software is installed in the computer, the identification information and the update date and time of the software are detected and registered in a table, and the execution and stop of the installation of the software are controlled based on the registered contents of the table. Registering update conditions instructed by an operator with respect to the installed software in the table in association with the identification information and the update date and time. A step of detecting the identification information and the update date and time, and a step of referring to the table based on the identification information of the detected software and determining whether the software has been installed, and if the software has been installed, determining whether the update date and time match or mismatch. And if the above software is not installed If the step of continuing the installation of the software and the step of stopping the installation of the software if the software has been installed and the update date and time match, the step of stopping the installation of the software and the step of A step of continuing or stopping the installation of the software based on the update condition registered in the table.
【請求項3】 ソフトウェアのコンピュータへのインス
トールを制御するためのプログラムを記録した記録媒体
であって、上記ソフトウェアのインストール後、該ソフ
トウェアの識別情報と更新日時を検出してテーブルに登
録する手順と、上記インストールしたソフトウェアに対
して操作者から指示された更新条件を、上記テーブル
に、上記識別情報と更新日時に対応付けて登録する手順
と、上記ソフトウェアのインストール時、該ソフトウェ
アの識別情報と更新日時を検出して上記テーブルを参照
し、該ソフトウェアがインストール済みか否か、インス
トール済みであれば更新日時の一致、不一致を判別する
手順と、上記ソフトウェアがインストール済みでなけれ
ば、上記ソフトウェアのインストールを継続する手順
と、上記ソフトウェアがインストール済みで、更新日時
が一致していれば、上記ソフトウェアのインストールを
停止する手順と、上記ソフトウェアがインストール済み
で、更新日時が不一致であれば、上記テーブルに登録さ
れた上記更新条件に基づき上記ソフトウェアのインスト
ールを継続もしくは停止する手順とを、上記コンピュー
タに実行させるプログラムを記録したことを特徴とする
記録媒体。
3. A recording medium on which a program for controlling installation of software on a computer is recorded, wherein after installing the software, a procedure of detecting identification information and update date and time of the software and registering the same in a table. Registering update conditions instructed by an operator with respect to the installed software in the table in association with the identification information and the update date and time; and, when installing the software, identifying and updating the software identification information. A procedure for detecting the date and time and referring to the above table to determine whether or not the software has been installed. If the software has been installed, determine whether the update date and time match or not. If the software has not been installed, install the software. And the above software If the software has been installed and the update date and time match, the procedure for stopping the installation of the software will be described. If the software has been installed and the update date and time do not match, the above procedure will be performed based on the above update conditions registered in the table. A recording medium storing a program for causing the computer to execute a procedure for continuing or stopping installation of software.
JP6974598A 1998-03-19 1998-03-19 Install control system for software, method therefor and recording medium recorded with program therefor Pending JPH11272451A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6974598A JPH11272451A (en) 1998-03-19 1998-03-19 Install control system for software, method therefor and recording medium recorded with program therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6974598A JPH11272451A (en) 1998-03-19 1998-03-19 Install control system for software, method therefor and recording medium recorded with program therefor

Publications (1)

Publication Number Publication Date
JPH11272451A true JPH11272451A (en) 1999-10-08

Family

ID=13411657

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6974598A Pending JPH11272451A (en) 1998-03-19 1998-03-19 Install control system for software, method therefor and recording medium recorded with program therefor

Country Status (1)

Country Link
JP (1) JPH11272451A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6604295B2 (en) 2000-03-14 2003-08-12 Mitutoyo Corporation Microscopic geometry measuring device
JP2006331160A (en) * 2005-05-27 2006-12-07 Ricoh Co Ltd Software introduction environment configuration apparatus, software introduction environment configuration method, software introduction environment configuration program and recording medium
US7552474B2 (en) 2004-03-01 2009-06-23 International Business Machines Corporation Detecting the presence of an installation on a data processing system based on the relative storage locations of one or more files
US8130470B2 (en) 2006-12-14 2012-03-06 Hitachi Global Storage Technologies, Netherlands B.V. Suspension assembly including a limiter having a gross length larger than a between-coupling-portions distance between coupling portions
JP2014041430A (en) * 2012-08-21 2014-03-06 Panasonic Corp Mobile terminal, medical information system and program
JP2015153334A (en) * 2014-02-19 2015-08-24 日本電気株式会社 Information processing device, bios update method and program

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6604295B2 (en) 2000-03-14 2003-08-12 Mitutoyo Corporation Microscopic geometry measuring device
US7552474B2 (en) 2004-03-01 2009-06-23 International Business Machines Corporation Detecting the presence of an installation on a data processing system based on the relative storage locations of one or more files
US8122502B2 (en) 2004-03-01 2012-02-21 International Business Machines Corporation Detecting the presence of an installation on a data processing system based on the relative storage locations of one or more files
JP2006331160A (en) * 2005-05-27 2006-12-07 Ricoh Co Ltd Software introduction environment configuration apparatus, software introduction environment configuration method, software introduction environment configuration program and recording medium
US8130470B2 (en) 2006-12-14 2012-03-06 Hitachi Global Storage Technologies, Netherlands B.V. Suspension assembly including a limiter having a gross length larger than a between-coupling-portions distance between coupling portions
JP2014041430A (en) * 2012-08-21 2014-03-06 Panasonic Corp Mobile terminal, medical information system and program
JP2015153334A (en) * 2014-02-19 2015-08-24 日本電気株式会社 Information processing device, bios update method and program

Similar Documents

Publication Publication Date Title
US6327706B1 (en) Method of installing software on and/or testing a computer system
EP1133738B1 (en) Method and apparatus for new device driver installation by an operating system
US9213534B2 (en) Method for restoring software applications on desktop computers
US7769990B1 (en) Using a monitoring process to update system configuration settings during restore operations
US8132186B1 (en) Automatic detection of hardware and device drivers during restore operations
US6161218A (en) Software patch architecture
US7886185B1 (en) Creation of a device database and synthesis of device driver information during dissimilar system restore
US20060271924A1 (en) Method and apparatus for automating updates to dependencies
US7191436B1 (en) Computer system utility facilitating dynamically providing program modifications for identified programs
EP1691281A2 (en) Memory dump program boot method
US6615406B1 (en) Apparatus for use in the manufacture of a computer system
US6427236B1 (en) Method for installing a patch based on patch criticality and software execution format
US6279155B1 (en) Method of installing software on and/or testing a computer system
JP5024036B2 (en) Program distribution server, distribution system, distribution method, and distribution target program
JPH11272451A (en) Install control system for software, method therefor and recording medium recorded with program therefor
US6915512B1 (en) Software editing with indication of format and processing state of each process of the software
JPH11134178A (en) Interrelated check system by information on number of versions of load module and program storage medium
JP2002318694A (en) Installing method, installation system, processor, computer program and recording medium
AU3583999A (en) A method of installing software on and/or testing a computer system
JP2004206353A (en) Installation method of software
JPH1027095A (en) Software version managing system
JP3525693B2 (en) Software installation method and recording medium
JP3903563B2 (en) Program execution environment repair method
JP2001265572A (en) Device and method for managing source program, and recording medium with its program recorded thereon
JP2022136477A (en) Test control program, information processing device and test control method

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040604

A02 Decision of refusal

Effective date: 20041102

Free format text: JAPANESE INTERMEDIATE CODE: A02