JP2003030023A - System, method and program for warning file update - Google Patents

System, method and program for warning file update

Info

Publication number
JP2003030023A
JP2003030023A JP2001210586A JP2001210586A JP2003030023A JP 2003030023 A JP2003030023 A JP 2003030023A JP 2001210586 A JP2001210586 A JP 2001210586A JP 2001210586 A JP2001210586 A JP 2001210586A JP 2003030023 A JP2003030023 A JP 2003030023A
Authority
JP
Japan
Prior art keywords
file
update
warning
program
function
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.)
Withdrawn
Application number
JP2001210586A
Other languages
Japanese (ja)
Inventor
Jinko Shiiya
仁孝 椎屋
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.)
Renesas Micro Systems Co Ltd
Original Assignee
Renesas Micro Systems Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Renesas Micro Systems Co Ltd filed Critical Renesas Micro Systems Co Ltd
Priority to JP2001210586A priority Critical patent/JP2003030023A/en
Publication of JP2003030023A publication Critical patent/JP2003030023A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To give a file update warning even for copied or transferred data files and to easily perform update management of data files with a user's responsibility. SOLUTION: Program files and data files as software provided from a software provider are installed in the respective computer via a network, an update information file storing pieces of update information of the files is transferred via the network and a means corresponding to an operating system as an installed software functional means is provided to the respective computers. In addition, the operating system includes an open function and a file update warning function, the open function is called by performance of a program, the file update warning function is called and performed by the performance of the open function.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、ファイル更新警告
システムに関し、特に、ファイルの更新情報がネットワ
ーク転送され更新対象ファイルを判定し警告するファイ
ル更新警告システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file update warning system, and more particularly, to a file update warning system for updating file information transferred over a network to determine a file to be updated and give a warning.

【0002】[0002]

【従来の技術】従来、この種のファイル更新警告システ
ムは、ソフトウェア提供者から提供されコンピュータに
インストールされたソフトウェアファイルの更新管理を
ユーザの責任で行うために用いられてきた。同様な目的
のシステムとして、たとえば、MICROSOFT社の
WindowsUpdateの1部があり、特開平7−
225724号公報に記載されている更新システムの1
部がある。
2. Description of the Related Art Conventionally, this type of file update warning system has been used to manage update of software files provided by a software provider and installed in a computer at the user's responsibility. As a system having a similar purpose, for example, a part of Windows Update of MICROSOFT is available.
One of the update systems described in Japanese Patent No. 225724
There are departments.

【0003】図5は、この従来のファイル更新警告シス
テムの1例を示すブロック図である。図5を参照する
と、この従来のファイル更新情報表示システムは、ユー
ザに使用されるコンピュータおよび表示装置をそれぞれ
備える。
FIG. 5 is a block diagram showing an example of this conventional file update warning system. Referring to FIG. 5, the conventional file update information display system includes a computer and a display device used by a user.

【0004】各コンピュータは、ネットワークを介し
て、ソフトウェア提供者から提供されたソフトウェアで
あるプログラムファイルおよびデータファイルがインス
トールされ、且つ、これらファイルの更新情報を格納し
た更新情報ファイルがネットワーク転送され、また、ソ
フトウェアのインストール時には、インストールしたソ
フトウェアの登録情報を格納した登録情報ファイルを作
成する。ここで、更新情報は、更新する必要が生じたフ
ァイルのソフトウエア名,バージョン,ファイル名を含
み、登録情報は、インストールしたソフトウェアのソフ
トウエア名,バージョン,格納場所,ファイル名リスト
を含む。
In each computer, a program file and a data file, which are software provided by a software provider, are installed via a network, and an update information file storing update information of these files is transferred to the network. When installing software, create a registration information file that stores the registration information of the installed software. Here, the update information includes the software name, version, and file name of the file that needs to be updated, and the registration information includes the software name, version, storage location, and file name list of the installed software.

【0005】また、各コンピュータは、インストールし
たソフトウェア機能手段の1つとして、ファイル更新警
告手段を備える。ただし、図面では、この手段以外のソ
フトウエア機能手段は、省略記載されている。
Further, each computer is provided with a file update warning means as one of the installed software function means. However, in the drawings, software function means other than this means are omitted.

【0006】図6は、このファイル更新警告手段の処理
手順例を示す流れ図である。ステップ61で、ソフトウ
ェア提供者から転送された更新情報ファイルと登録情報
ファイルとを読み込み、ステップ62〜64で、更新情
報ファイルで順次指定の1レコードと登録情報ファイル
の各レコード間でソフトウエア名,バージョンおよびフ
ァイル名を比較照合して、一致した各レコードのファイ
ルが更新対象であると判定し、ステップ65で、警告メ
ッセージを表示する。ステップ66で、更新情報ファイ
ルの全レコードの指定終了を判定し、未終了の場合、次
のレコードを指定してステップ62〜65を繰り返す。
FIG. 6 is a flow chart showing an example of the processing procedure of the file update warning means. In step 61, the update information file and the registration information file transferred from the software provider are read, and in steps 62 to 64, the software name between one record sequentially designated in the update information file and each record of the registration information file, The version and the file name are compared and collated, and it is determined that the file of each matched record is an update target, and a warning message is displayed in step 65. In step 66, it is judged whether or not all the records of the update information file have been designated. If not, the next record is designated and steps 62 to 65 are repeated.

【0007】次に、この従来のファイル更新警告システ
ムの動作について、簡単に説明する。
Next, the operation of this conventional file update warning system will be briefly described.

【0008】まず、予め、ソフトウェア提供者から提供
されたソフトウェアであるプログラムファイルおよびデ
ータファイルがインストールされ、これらファイルの登
録情報を格納した登録情報ファイルが作成され、ソフト
ウェア提供者は、提供したソフトウェアの中で、更新す
る必要が生じたファイルの更新情報を格納した更新情報
ファイルを適宜作成している。
First, a program file and a data file, which are software provided by a software provider, are installed in advance, a registration information file storing registration information of these files is created, and the software provider determines Among them, an update information file that stores update information of a file that needs to be updated is appropriately created.

【0009】この状態において、ユーザの指示により、
または、定期的に、ファイル更新警告手段が起動され、
ネットワーク転送された更新情報ファイルと登録情報フ
ァイルとが読み込まれ、更新情報ファイルと登録情報フ
ァイルとのレコード間でソフトウエア名,バージョンお
よびファイル名が順に比較照合され、一致したレコード
のファイルが更新対象であると判定され、ファイルの格
納場所を含む警告メッセージが表示される。
In this state, according to a user's instruction,
Or, the file update warning means is activated periodically,
The update information file and the registration information file transferred over the network are read, the software name, version, and file name are compared and collated in order between the records of the update information file and the registration information file, and the file of the matching record is the update target. And a warning message including the file storage location is displayed.

【0010】さらには、このファイル更新警告システム
の次のステップとして、警告メッセージに基づきユーザ
がファイルを更新し、ファイルの更新管理がユーザの責
任で行われる。
Further, as the next step of the file update warning system, the user updates the file based on the warning message, and the user is responsible for managing the update of the file.

【0011】[0011]

【発明が解決しようとする課題】一般に、インストール
したソフトウェアがデータファイルである場合、ユーザ
は、インストール後にデータファイルをコピーまたは移
動して使用することが多い。しかし、従来のファイル更
新警告システムは、インストール時のデータファイルを
コピーまたは移動したデータファイルに対しては、ファ
イルの格納場所を含む警告メッセージを表示できなく、
ファイル更新警告システムの次のステップとして、ユー
ザが警告メッセージに基づきデータファイルを更新でき
ず、データファイルの更新管理がユーザの責任で行えな
いという問題がある。
Generally, when the installed software is a data file, the user often uses the data file by copying or moving it after the installation. However, the conventional file update warning system cannot display the warning message including the storage location of the data file that is copied or moved during installation,
As the next step of the file update warning system, there is a problem that the user cannot update the data file based on the warning message and the update management of the data file cannot be performed by the user.

【0012】その理由は、一般に、データファイルをコ
ピーまたは移動して使用する場合、そのコピー先または
移動先の格納場所は、登録情報ファイルに保存されず、
コピーまたは移動したデータファイルの格納場所をトレ
ースできないためである。
The reason is that, in general, when a data file is used by copying or moving, the storage location of the copy destination or the movement destination is not saved in the registration information file,
This is because the storage location of the copied or moved data file cannot be traced.

【0013】また、仮に、データファイルのコピー先ま
たは移動先の格納場所を登録情報ファイルに保存した場
合は、登録情報ファイルの容量が膨大になるという問題
が別途に発生する。
Further, if the storage location of the copy destination or the transfer destination of the data file is stored in the registration information file, the problem that the capacity of the registration information file becomes enormous occurs separately.

【0014】したがって、本発明の目的は、コピーまた
は移動したデータファイルに対してもファイル更新警告
を行い、データファイルの更新管理をユーザの責任で容
易に行うことにある。
Therefore, an object of the present invention is to issue a file update warning even for a copied or moved data file, and to easily manage the update of the data file under the responsibility of the user.

【0015】[0015]

【課題を解決するための手段】そのため、本発明は、ソ
フトウェア提供者から提供されたプログラムファイルお
よびデータファイルがインストールされ且つこれらファ
イルの更新情報を格納した更新情報ファイルがネットワ
ーク転送されるコンピュータを備え、前記プログラムフ
ァイルまたは前記データファイルが更新対象であるか判
定し警告メッセージを表示するファイル更新警告システ
ムにおいて、前記コンピュータがプログラムを実行し前
記データファイルを読み込んだ時点で読込み内容に対応
して前記データファイルが更新対象であるか判定してい
る。
Therefore, the present invention comprises a computer in which a program file and a data file provided by a software provider are installed and an update information file storing update information of these files is transferred to a network. In a file update warning system that determines whether the program file or the data file is to be updated and displays a warning message, the data corresponding to the read content at the time when the computer executes the program and reads the data file It is determined whether the file is the update target.

【0016】また、前記コンピュータが、ソフトウェア
機能手段として、前記データファイルの読込み内容に基
づいて識別子を計算し前記更新対象ファイル内のファイ
ル識別子と比較照合して前記データファイルが更新対象
であるか判定し警告メッセージを表示するファイル更新
警告手段を備えている。
Further, the computer, as a software function means, calculates an identifier based on the read content of the data file and compares it with the file identifier in the update target file to determine whether the data file is the update target. A file update warning means for displaying a warning message is provided.

【0017】また、本発明は、ソフトウェア提供者から
提供されたプログラムファイルおよびデータファイルが
インストールされ且つこれらファイルの更新情報を格納
した更新情報ファイルがネットワーク転送されるコンピ
ュータを用いて、前記プログラムファイルまたは前記デ
ータファイルが更新対象であるか判定し警告メッセージ
を表示するファイル更新警告方法において、前記コンピ
ュータがプログラムを実行し前記データファイルを読み
込んだ時点で読込み内容に対応して前記データファイル
が更新対象であるか判定している。
Further, the present invention uses a computer in which a program file and a data file provided by a software provider are installed and an update information file storing update information of these files is transferred via a network, In a file update warning method for determining whether the data file is an update target and displaying a warning message, the data file is an update target corresponding to the read content when the computer executes the program and reads the data file. It is determined whether there is.

【0018】また、前記コンピュータが、前記データフ
ァイルの読込み内容に基づいて識別子を計算し前記更新
対象ファイル内のファイル識別子と比較照合して前記デ
ータファイルが更新対象であるか判定し警告メッセージ
を表示するファイル更新警告関数を実行している。
Further, the computer calculates an identifier based on the read contents of the data file, compares and collates with the file identifier in the update target file, determines whether the data file is the update target, and displays a warning message. You are running the file update warning function.

【0019】また、オペレーティングシステムがオープ
ン関数および前記ファイル更新警告関数を含み、前記プ
ログラムの実行により前記オープン関数が呼び出され、
前記オープン関数の実行により前記ファイル更新警告関
数が呼び出されて実行される。
Further, the operating system includes an open function and the file update warning function, the open function is called by the execution of the program,
By executing the open function, the file update warning function is called and executed.

【0020】また、前記プログラムが前記ファイル更新
警告関数を含み、前記プログラムの実行によりオペレー
ティングシステム内のオープン関数および前記ファイル
更新警告関数が呼び出されて実行される。
Further, the program includes the file update warning function, and the execution of the program calls and executes the open function and the file update warning function in the operating system.

【0021】また、本発明は、ソフトウェア提供者から
提供されたプログラムファイルおよびデータファイルが
インストールされ且つこれらファイルの更新情報を格納
した更新情報ファイルがネットワーク転送されるコンピ
ュータに、前記プログラムファイルまたは前記データフ
ァイルが更新対象であるか判定し警告メッセージを表示
する処理を実行させるファイル更新警告プログラムにお
いて、前記データファイルの読込み内容に基づいて識別
子を計算し前記更新情報ファイル内のファイル識別子と
比較照合して前記データファイルが更新対象であるか判
定している。
[0021] The present invention also provides the program file or the data to a computer in which a program file and a data file provided by a software provider are installed and an update information file storing update information of these files is transferred to a network. In a file update warning program that executes a process of determining whether a file is an update target and displaying a warning message, an identifier is calculated based on the read content of the data file, and a comparison is performed with the file identifier in the update information file. It is determined whether the data file is to be updated.

【0022】[0022]

【発明の実施の形態】次に、本発明について図面を参照
して説明する。図1は、本発明のファイル更新警告シス
テムの実施形態1を示すブロック図である。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing a first embodiment of a file update warning system of the present invention.

【0023】図1を参照すると、本実施形態のファイル
更新警告システムは、図5の従来のファイル更新警告シ
ステムと同じく、ユーザに使用されるコンピュータおよ
び表示装置をそれぞれ備える。
Referring to FIG. 1, the file update warning system of the present embodiment includes a computer and a display device used by a user, like the conventional file update warning system of FIG.

【0024】各コンピュータは、ネットワークを介し
て、ソフトウェア提供者から提供されたソフトウェアで
あるプログラムファイルおよびデータファイルがインス
トールされ、且つ、これらファイルの更新情報を格納し
た更新情報ファイルがネットワーク転送される。
In each computer, a program file and a data file, which are software provided by a software provider, are installed via a network, and an update information file storing update information of these files is transferred to the network.

【0025】図2は、この更新情報ファイルの構成例を
示す説明図である。本実施形態では、更新情報として、
更新対象のファイルのファイル名と、更新対象ファイル
の内容に基づき一方向ハッシュ関数などを用いて計算さ
れたファイル識別子と、自由に記述出来るコメントとを
それぞれ含む。ここで、ファイル識別子は、たとえば、
一方向ハッシュ関数(MD5 RFC−1321)を用
いて計算した場合、鍵長が128ビットであり、2つの
異なるファイルが同じファイル識別子を持つ確率は、2
の128乗分の1となり、ファイルの識別に対して、実
用上、問題無いと考えられる。また、ユニークなファイ
ル識別子を得るものであれば、他の方法を用いて計算し
てもよい。
FIG. 2 is an explanatory diagram showing an example of the structure of this update information file. In this embodiment, as the update information,
It includes a file name of a file to be updated, a file identifier calculated using a one-way hash function or the like based on the content of the file to be updated, and a comment that can be freely described. Here, the file identifier is, for example,
When calculated using the one-way hash function (MD5 RFC-1321), the key length is 128 bits, and the probability that two different files have the same file identifier is 2
This is 1 / 128th of the power, and it is considered that there is no practical problem in identifying the file. Further, another method may be used as long as it can obtain a unique file identifier.

【0026】また、各コンピュータは、インストールし
たソフトウェア機能手段として、オペレーティングシス
テムに対応した手段を備える。ただし、図面では、この
手段以外のソフトウエア機能手段は、省略記載され、本
実施形態では、オペレーティングシステムがオープン関
数およびファイル更新警告関数を含み、プログラムの実
行により、オープン関数が呼び出され、オープン関数の
実行により、ファイル更新警告関数が呼び出されて実行
されることを示している。
Each computer is provided with means corresponding to the operating system as installed software function means. However, in the drawings, software function means other than this means are omitted, and in the present embodiment, the operating system includes an open function and a file update warning function, the open function is called by the execution of the program, and the open function is executed. Indicates that the file update warning function is called and executed.

【0027】図3は、このファイル更新警告関数の処理
手順例を示す流れ図である。ステップ31で、オープン
関数の引数であるデータファイルのファイル名と、ソフ
トウェア提供者から転送された更新情報ファイルに格納
されたファイル名とを比較照合し、一致の場合、ステッ
プ32で、データファイルの読込み内容に基づきハッシ
ュ関数などを用いて識別子を計算し、ステップ33で、
更新情報ファイルにファイル名と対応して格納されたフ
ァイル識別子と比較照合し、一致の場合、ステップ34
で、警告メッセージを表示する。
FIG. 3 is a flow chart showing an example of the processing procedure of this file update warning function. In step 31, the file name of the data file that is the argument of the open function and the file name stored in the update information file transferred from the software provider are compared and collated. If they match, in step 32, the data file The identifier is calculated using a hash function or the like based on the read content, and in step 33,
The update information file is compared and collated with the file identifier stored in association with the file name, and if they match, step 34
, A warning message is displayed.

【0028】次に、本実施形態のファイル更新警告シス
テムの動作について、簡単に説明する。
Next, the operation of the file update warning system of this embodiment will be briefly described.

【0029】まず、予め、ソフトウェア提供者から提供
されたソフトウェアであるプログラムファイルおよびデ
ータファイルがインストールされ、ソフトウェア提供者
は、提供したソフトウェアの中で、不具合の発生などの
理由で更新する必要が生じたデータファイルの更新情報
を格納した更新情報ファイルを適宜作成している。ま
た、この更新情報ファイルは、オペレーションシステム
が備える自動実行機能などの設定により、コンピュータ
に定期的に転送される。
First, a program file and a data file, which are software provided by a software provider, are installed in advance, and the software provider needs to update the provided software due to a failure or the like. The update information file that stores the update information of the data file is appropriately created. Further, this update information file is periodically transferred to the computer by the setting of the automatic execution function provided in the operation system.

【0030】この状態において、ユーザの指示によりプ
ログラム機能が起動され、プログラムの実行により、オ
ペレーティングシステム内のオープン関数が呼び出さ
れ、オープン関数の実行により、ファイル更新警告関数
が呼び出され、ネットワーク転送された更新情報ファイ
ルを読み込み、オープン関数の引数であるデータファイ
ルのファイル名と、更新情報ファイルに格納されたファ
イル名とを比較照合し、一致の場合、データファイルの
読込み内容に基づきハッシュ関数などを用いて識別子を
計算し、更新情報ファイルにファイル名と対応して格納
されたファイル識別子と比較照合する。ファイル名およ
びファイル識別子が一致の場合は、読み込まれたファイ
ルが更新対象であると判定され、警告メッセージが表示
され、ファイル名またはファイル識別子が不一致の場合
は何もせずにオープン関数に戻る。
In this state, the program function is activated by the user's instruction, the open function in the operating system is called by the execution of the program, the file update warning function is called by the execution of the open function, and the file is transferred to the network. Read the update information file, compare and collate the file name of the data file that is the argument of the open function with the file name stored in the update information file, and if they match, use a hash function based on the read contents of the data file. Then, the identifier is calculated and compared with the file identifier stored in the update information file in correspondence with the file name. If the file name and the file identifier match, the read file is determined to be the update target, a warning message is displayed, and if the file name or file identifier do not match, nothing is done and the process returns to the open function.

【0031】上述のように、本実施形態のファイル更新
警告システムは、コンピュータがプログラム実行しデー
タファイルを読み込んだ時点で、読込み内容に基づき識
別子を計算し更新情報ファイル内のファイル識別子と比
較照合し、データファイルが更新対象であるか判定で
き、インストール時のデータファイルをコピーまたは移
動したデータファイルに対しても、ファイル更新警告を
行え、ファイル更新警告システムの次のステップとし
て、データファイルの更新管理がユーザの責任で容易に
行える。
As described above, in the file update warning system of this embodiment, when the computer executes the program and reads the data file, the identifier is calculated based on the read contents, and the file identifier in the update information file is compared and collated. , It is possible to judge whether the data file is an update target, issue a file update warning even for the data file copied or moved at the time of installation, and as the next step of the file update warning system, the data file update management Can be easily done at the user's own risk.

【0032】なお、本実施形態のファイル更新警告シス
テムでは、ソフトウエア提供者が提供するアプリケーシ
ョンプログラムおよびデータを更新する対象とするとし
て説明したが、それ以外にオペレーションシステムや、
BIOSなどにも適用しても同様の効果が得られる。
In the file update warning system of this embodiment, the application program and data provided by the software provider have been described as targets to be updated.
The same effect can be obtained by applying it to BIOS.

【0033】図4は、本発明のファイル更新警告システ
ムの実施形態2を示すブロック図である。図4を参照す
ると、本実施形態のファイル更新警告システムは、図1
の実施形態1のファイル更新警告システムと同じく、ユ
ーザに使用されるコンピュータおよび表示装置をそれぞ
れ備え、各コンピュータは、ネットワークを介して、ソ
フトウェア提供者から提供されたソフトウェアであるプ
ログラムファイルおよびデータファイルがインストール
され、且つ、これらファイルの更新情報を格納した更新
情報ファイルがネットワーク転送される。
FIG. 4 is a block diagram showing a second embodiment of the file update warning system of the present invention. Referring to FIG. 4, the file update warning system of the present embodiment is similar to FIG.
Similarly to the file update warning system of the first embodiment of the present invention, each computer is provided with a computer and a display device, and each computer has a program file and a data file which are software provided from a software provider via a network. The update information file that is installed and stores the update information of these files is transferred to the network.

【0034】また、本実施形態のコンピュータは、イン
ストールしたソフトウェア機能手段として、オペレーテ
ィングシステムおよびプログラム機能に対応した手段を
備える。ただし、図面では、これらの手段以外のソフト
ウエア機能手段は、省略記載され、本実施形態では、プ
ログラムがファイル更新警告関数を含み、プログラムの
実行により、オペレーティングシステム内のオープン関
数およびファイル更新警告関数が呼び出されて実行され
ることを示している。
Further, the computer of this embodiment is provided with means corresponding to the operating system and program functions as the installed software function means. However, in the drawings, software function means other than these means are omitted, and in the present embodiment, the program includes a file update warning function, and the execution of the program causes an open function and a file update warning function in the operating system. Is called and executed.

【0035】本実施形態のファイル更新警告関数は、実
施形態1のファイル更新警告関数と同じであり、重複説
明を省略する。
The file update warning function of this embodiment is the same as the file update warning function of the first embodiment, and the duplicated description will be omitted.

【0036】また、本実施形態のファイル更新警告シス
テムの動作については、プログラムの実行により、オペ
レーティングシステム内のオープン関数およびファイル
更新警告関数が呼び出され実行される点を除き、実施形
態1のファイル更新警告システムの動作と同じであり、
重複説明を省略する。
Regarding the operation of the file update warning system of the present embodiment, the file update of the first embodiment is executed except that the open function and the file update warning function in the operating system are called and executed by the execution of the program. Is the same as the warning system,
Overlapping description is omitted.

【0037】[0037]

【発明の効果】以上説明したように、本発明のファイル
更新警告システムは、コンピュータがプログラムを実行
しデータファイルを読み込んだ時点で、読込み内容に基
づき識別子を計算し更新情報ファイル内のファイル識別
子と比較照合し、データファイルが更新対象であるか判
定でき、インストール時のデータファイルをコピーまた
は移動したデータファイルに対しても、ファイル更新警
告を行え、ファイル更新警告システムの次のステップと
して、データファイルの更新管理がユーザの責任で容易
に行えるなどの効果がある。
As described above, in the file update warning system of the present invention, when the computer executes the program and reads the data file, the identifier is calculated based on the read contents and the file identifier in the update information file is used. By comparing and collating, it is possible to determine whether the data file is to be updated, and a file update warning can also be issued to the data file that was copied or moved during installation, and the next step of the file update warning system It has the effect that the update management of can be done easily at the user's responsibility.

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

【図1】本発明のファイル更新警告システムの実施形態
1を示すブロック図である。
FIG. 1 is a block diagram showing a first embodiment of a file update warning system of the present invention.

【図2】図1における更新情報ファイルの構成例を示す
説明図である。
FIG. 2 is an explanatory diagram showing a configuration example of an update information file in FIG.

【図3】図1におけるファイル更新警告関数の処理手順
例を示す流れ図である。
3 is a flowchart showing an example of a processing procedure of a file update warning function in FIG.

【図4】本発明のファイル更新警告システムの実施形態
2を示すブロック図である。
FIG. 4 is a block diagram showing a second embodiment of the file update warning system of the present invention.

【図5】従来のファイル更新警告システムの1例を示す
ブロック図である。
FIG. 5 is a block diagram showing an example of a conventional file update warning system.

【図6】図5におけるファイル更新警告手段の処理手順
例を示す流れ図である。
6 is a flowchart showing an example of a processing procedure of a file update warning means in FIG.

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

31〜34,61〜66 ステップ 31-34, 61-66 steps

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) G06F 13/00 530 G06F 9/06 620K Fターム(参考) 5B076 AA06 AC01 AC03 BB06 5B082 GA05 GA14 GC06 5E501 AA02 AC20 AC25 AC35 BA06 BA07 CA02 FA13 FA46 ─────────────────────────────────────────────────── ─── Continuation of front page (51) Int.Cl. 7 Identification code FI theme code (reference) G06F 13/00 530 G06F 9/06 620K F term (reference) 5B076 AA06 AC01 AC03 BB06 5B082 GA05 GA14 GC06 5E501 AA02 AC20 AC25 AC35 BA06 BA07 CA02 FA13 FA46

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 ソフトウェア提供者から提供されたプロ
グラムファイルおよびデータファイルがインストールさ
れ且つこれらファイルの更新情報を格納した更新情報フ
ァイルがネットワーク転送されるコンピュータを備え、
前記プログラムファイルまたは前記データファイルが更
新対象であるか判定し警告メッセージを表示するファイ
ル更新警告システムにおいて、前記コンピュータがプロ
グラムを実行し前記データファイルを読み込んだ時点で
読込み内容に対応して前記データファイルが更新対象で
あるか判定することを特徴とするファイル更新警告シス
テム。
1. A computer having a program file and a data file provided by a software provider installed, and an update information file storing update information of these files being network-transferred,
In a file update warning system that determines whether the program file or the data file is an update target and displays a warning message, the data file corresponding to the read contents at the time when the computer executes the program and reads the data file A file update warning system, which determines whether a file is an update target.
【請求項2】 前記コンピュータが、ソフトウェア機能
手段として、前記データファイルの読込み内容に基づい
て識別子を計算し前記更新対象ファイル内のファイル識
別子と比較照合して前記データファイルが更新対象であ
るか判定し警告メッセージを表示するファイル更新警告
手段を備える、請求項1記載のファイル更新警告システ
ム。
2. The computer, as a software function means, calculates an identifier based on the read contents of the data file and compares it with a file identifier in the update target file to determine whether the data file is an update target. The file update warning system according to claim 1, further comprising file update warning means for displaying a warning message.
【請求項3】 ソフトウェア提供者から提供されたプロ
グラムファイルおよびデータファイルがインストールさ
れ且つこれらファイルの更新情報を格納した更新情報フ
ァイルがネットワーク転送されるコンピュータを用い
て、前記プログラムファイルまたは前記データファイル
が更新対象であるか判定し警告メッセージを表示するフ
ァイル更新警告方法において、前記コンピュータがプロ
グラムを実行し前記データファイルを読み込んだ時点で
読込み内容に対応して前記データファイルが更新対象で
あるか判定することを特徴とするファイル更新警告方
法。
3. A program file or data file provided by a software provider is installed, and an update information file storing update information of these files is transferred to a network using a computer. In a file update warning method for determining whether an update target and displaying a warning message, it is determined whether the data file is an update target corresponding to the read contents at the time when the computer executes the program and reads the data file. A file update warning method characterized in that
【請求項4】 前記コンピュータが、前記データファイ
ルの読込み内容に基づいて識別子を計算し前記更新対象
ファイル内のファイル識別子と比較照合して前記データ
ファイルが更新対象であるか判定し警告メッセージを表
示するファイル更新警告関数を実行する、請求項3記載
のファイル更新警告方法。
4. The computer calculates an identifier based on the read contents of the data file, compares and collates with the file identifier in the update target file, determines whether the data file is the update target, and displays a warning message. 4. The file update warning method according to claim 3, wherein the file update warning function is executed.
【請求項5】 オペレーティングシステムがオープン関
数および前記ファイル更新警告関数を含み、前記プログ
ラムの実行により前記オープン関数が呼び出され、前記
オープン関数の実行により前記ファイル更新警告関数が
呼び出されて実行される、請求項4記載のファイル更新
警告方法。
5. The operating system includes an open function and the file update warning function, the execution of the program calls the open function, and the execution of the open function calls and executes the file update warning function. The file update warning method according to claim 4.
【請求項6】 前記プログラムが前記ファイル更新警告
関数を含み、前記プログラムの実行によりオペレーティ
ングシステム内のオープン関数および前記ファイル更新
警告関数が呼び出されて実行される、請求項4記載のフ
ァイル更新警告方法。
6. The file update warning method according to claim 4, wherein the program includes the file update warning function, and the execution of the program calls and executes an open function and the file update warning function in an operating system. .
【請求項7】 ソフトウェア提供者から提供されたプロ
グラムファイルおよびデータファイルがインストールさ
れ且つこれらファイルの更新情報を格納した更新情報フ
ァイルがネットワーク転送されるコンピュータに、前記
プログラムファイルまたは前記データファイルが更新対
象であるか判定し警告メッセージを表示する処理を実行
させるファイル更新警告プログラムにおいて、前記デー
タファイルの読込み内容に基づいて識別子を計算し前記
更新情報ファイル内のファイル識別子と比較照合して前
記データファイルが更新対象であるか判定することを特
徴とするファイル更新警告プログラム。
7. A program file or a data file provided by a software provider is installed, and the program file or the data file is to be updated to a computer to which an update information file storing update information of these files is transferred via a network. In the file update warning program that executes the process of determining whether or not a warning message is displayed, an identifier is calculated based on the read content of the data file, and the data file is compared and collated with the file identifier in the update information file. A file update warning program that determines whether or not it is an update target.
JP2001210586A 2001-07-11 2001-07-11 System, method and program for warning file update Withdrawn JP2003030023A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001210586A JP2003030023A (en) 2001-07-11 2001-07-11 System, method and program for warning file update

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001210586A JP2003030023A (en) 2001-07-11 2001-07-11 System, method and program for warning file update

Publications (1)

Publication Number Publication Date
JP2003030023A true JP2003030023A (en) 2003-01-31

Family

ID=19046035

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001210586A Withdrawn JP2003030023A (en) 2001-07-11 2001-07-11 System, method and program for warning file update

Country Status (1)

Country Link
JP (1) JP2003030023A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008091902A1 (en) * 2007-01-26 2008-07-31 Microsoft Corporation Systems management policy validation, distribution and enactment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008091902A1 (en) * 2007-01-26 2008-07-31 Microsoft Corporation Systems management policy validation, distribution and enactment
JP2010517175A (en) * 2007-01-26 2010-05-20 マイクロソフト コーポレーション System management policy certification, distribution, and formulation

Similar Documents

Publication Publication Date Title
CN101110788B (en) Method and system for updating client software
US7703090B2 (en) Patch un-installation
US8245217B2 (en) Management of software and operating system updates required for the process of creating a virtual machine facsimile of an existing physical or virtual machine
US7606842B2 (en) Method of merging a clone file system with an original file system
US6301710B1 (en) System and method for creating a substitute registry when automatically installing an update program
US6907603B2 (en) Software update management system with update chronology generator
JP2000259456A (en) File revision management system
US20040098419A1 (en) Method and apparatus for a migration assistant
KR100411384B1 (en) Method, system and program products for operationally migrating a cluster through emulation
JP2000284987A (en) Computer, computer network system and recording medium
JP2002007129A (en) Method for updating software and system for the same
JP2001356912A (en) Install/update/uninstall system of software
EP1001339A2 (en) Apparatus and method for an installation recovery system
US20060117320A1 (en) Sharing dynamically changing resources in software systems
KR100831128B1 (en) System and method for backup/recovery of operating system, backup/recovery/update/install/run of game program and management of operating sysem
JPH11282687A (en) Method for automatically revising program
JP2003030023A (en) System, method and program for warning file update
JP2005316715A (en) Document management system, method and program
JP4554581B2 (en) Job management apparatus, system and program
JP4882291B2 (en) Module update program
JP2000315192A (en) Client-server system, method for managing server application and recording medium
JPH11134178A (en) Interrelated check system by information on number of versions of load module and program storage medium
WO2004102381A1 (en) Selective process restart based on api changes
JPH11272451A (en) Install control system for software, method therefor and recording medium recorded with program therefor
JPH1027095A (en) Software version managing system

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20081007