JP2003256212A - Method for managing software - Google Patents

Method for managing software

Info

Publication number
JP2003256212A
JP2003256212A JP2002051413A JP2002051413A JP2003256212A JP 2003256212 A JP2003256212 A JP 2003256212A JP 2002051413 A JP2002051413 A JP 2002051413A JP 2002051413 A JP2002051413 A JP 2002051413A JP 2003256212 A JP2003256212 A JP 2003256212A
Authority
JP
Japan
Prior art keywords
update
update data
data
software
unit
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
JP2002051413A
Other languages
Japanese (ja)
Other versions
JP4048318B2 (en
Inventor
Katsuyuki Koga
克之 古賀
Takayuki Enjiyuji
崇之 延壽寺
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 JP2002051413A priority Critical patent/JP4048318B2/en
Publication of JP2003256212A publication Critical patent/JP2003256212A/en
Application granted granted Critical
Publication of JP4048318B2 publication Critical patent/JP4048318B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To establish a technology for updating software by various patterns. <P>SOLUTION: A software updating system shown in Figure 1 updates software stored in a storing part 340 of a personal computer 100. Update data to be used for update are stored in an update data server 200, and the personal computer 100 acquires the update data by transmitting request data. The update data selected according to the request data by the selecting part 430 are transmitted by the update data server 200 so that it is possible to reduce any load related with the preparation and management of the update data, and to realize various software update corresponding to the combination of the update data. <P>COPYRIGHT: (C)2003,JPO

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ソフトウェアを更
新する技術に関する。
TECHNICAL FIELD The present invention relates to a technique for updating software.

【0002】[0002]

【従来の技術】ネットワークを介して複数のクライアン
トがプリンタを共有する環境下では、プリンタのマネー
ジメントを行うソフトウェアが活用されている。例えば
かかるソフトウェアは、新製品のプリンタに対応した機
能の拡充を図ったり不具合を修正したりするために適宜
更新する必要がある。
2. Description of the Related Art In an environment in which a plurality of clients share a printer via a network, printer management software is used. For example, such software needs to be appropriately updated in order to expand the function corresponding to the printer of the new product and to correct the defect.

【0003】ソフトウェアは、追加または変更されるフ
ァイルを新たにインストールすることにより更新され
る。旧バージョンのソフトウェア全体を新バージョンの
ソフトウェアに置換する更新が採られることもあるが、
旧バージョンと新バージョンとの差分に相当する差分フ
ァイルのみをパーケージとして提供することにより更新
時に要求されるファイルサイズを縮小することができ
る。更新データが大きなサイズである場合には差分デー
タを利用して更新を行う技術が利用される。例えば更新
前のソフトウェアが「a,b」の2つのファイルで構成
され、更新後のソフトウェアが「a,β」場合に、差分
データは要素「β」と更新対象「b」の指定とから構成
する。更新前後のソフトウェア間の重複部分は不要であ
るから差分でデータは小さなサイズとできる。
Software is updated by newly installing files that are added or changed. Updates may be taken that replace the entire old version of the software with the new version of the software,
By providing only the difference file corresponding to the difference between the old version and the new version as a package, the file size required at the time of updating can be reduced. When the update data has a large size, a technique for updating using the difference data is used. For example, when the software before update is composed of two files “a, b” and the software after update is “a, β”, the difference data is composed of the element “β” and the designation of the update target “b”. To do. Since the overlapping part between the software before and after the update is unnecessary, the data can be small in size due to the difference.

【0004】[0004]

【発明が解決しようとする課題】通常の場合にソフトウ
ェアの更新は、一度で完了するものではなく何度も繰り
返し行われることが多い。ここで全ユーザがソフトウェ
アを常に最新のバージョンに更新するとは限らないか
ら、更新用の差分ファイルのパッケージは、ユーザが保
持している可能性のあるバージョンに応じて多種類用意
する必要がある。
In the usual case, the software update is not completed once but is often repeated many times. Here, not all users always update the software to the latest version. Therefore, it is necessary to prepare many types of update difference file packages according to the version that the user may have.

【0005】例えば、ソフトウェアのバージョンについ
て、1.0→1.01→1.02と2段階更新された場
合を考える。必要な更新用パッケージは、バージョン
1.0→1.01及びバージョン1.0→1.02、バ
ージョン1.01→1.02についの三種類となる。さ
らに多くの段階について利用する場合、必要な更新用パ
ッケージの種類は爆発的に増大する。従来、このように
多種多様なパッケージの作成・管理を行う負担が非常に
大きかった。
For example, consider a case where the software version is updated in two stages of 1.0 → 1.01 → 1.02. There are three types of required update packages: version 1.0 → 1.01, version 1.0 → 1.02, and version 1.01 → 1.02. The number of required update packages explodes when used for more stages. Conventionally, the burden of creating and managing such a wide variety of packages has been extremely heavy.

【0006】本発明は、上述の課題を解決するためにな
されたものであり、ソフトウェアの更新に関し、多種多
様なパッケージの作成・管理に係る負担の軽減を図るこ
とを目的とする。
The present invention has been made to solve the above-mentioned problems, and an object of the present invention is to reduce the burden of creating and managing a wide variety of packages regarding software update.

【0007】[0007]

【課題を解決するための手段およびその作用・効果】上
記課題の少なくとも一部を解決するために、本発明で
は、次の構成を適用した。
Means for Solving the Problems and Their Actions / Effects In order to solve at least a part of the above problems, the present invention adopts the following configuration.

【0008】本発明の管理装置は、ソフトウェアの管理
装置であって、前記ソフトウェアを構成する一式のファ
イルを記憶する記憶部と、前記ソフトウェアを更新する
ための一式の更新データを入力する更新データ入力部
と、該更新データに基づいて前記ソフトウェアを更新す
る更新部とを備え、前記更新データは、更新内容に応じ
て複数グループに区分けされた新規ファイルと、前記グ
ループごとに用意され、更新されるべき前記新規ファイ
ルを特定する更新指示ファイルとを備え、前記更新部
は、前記複数の更新指示ファイルを参照して、更新を行
うことを要旨とする。
A management device of the present invention is a software management device, and is a storage unit for storing a set of files constituting the software, and update data input for inputting a set of update data for updating the software. Unit and an updating unit for updating the software based on the update data, the update data being prepared and updated for each new file divided into a plurality of groups according to the update content. An update instruction file for specifying the new file to be updated is provided, and the update unit refers to the plurality of update instruction files to perform the update.

【0009】このようにすることで、ソフトウェアの更
新に関して、多種多様なパッケージを複数の更新データ
の組み合わせに基づいて構成して利用し、データの作成
や送配付、管理などの処理の煩雑さを低減することがで
きる。
In this way, with respect to software update, various packages are constructed and used based on a combination of a plurality of update data, and the complexity of processing such as data creation, delivery, management, etc. It can be reduced.

【0010】なお、新規ファイルは、分離した複数のも
のであってもよいし、一体的に構成していてもよい。ま
た、更新指示ファイルは、新規ファイルの全部又は一部
と一体的に構成していてもよい。
The new file may be a plurality of separated files or may be integrally configured. Further, the update instruction file may be configured integrally with all or part of the new file.

【0011】ここで、更新データ入力部が行う更新デー
タの入力は、インターネットや無線通信網その他のネッ
トワークを介して行うものであってもよいし、CD(C
ompact Disk)やDVD(Digital
Video Disk)、Flash Memoryを
利用したメモリーカード等の情報記憶媒体を利用して行
うものとしてもよい。
Here, the input of the update data performed by the update data input unit may be performed via the Internet, a wireless communication network, or another network, or CD (C
Ompact Disk) and DVD (Digital)
It may be performed by using an information storage medium such as a memory card using a Video Disk) or a Flash Memory.

【0012】本発明の管理装置において、従前の更新履
歴を記憶する更新履歴記憶部を備え、前記更新部は、前
記更新履歴に基づき、前記参照すべき更新指示ファイル
を選択するものとしてもよい。
The management apparatus of the present invention may be provided with an update history storage section for storing a previous update history, and the update section may select the update instruction file to be referred to based on the update history.

【0013】このようにすることで、従前に行った更新
を再び無駄に繰り返して行うことを避けることができ
る。これにより、更新データの送配付などの煩雑な処理
を減少することができる。
By doing so, it is possible to avoid repetitively performing the update previously performed again in vain. As a result, it is possible to reduce complicated processing such as delivery of update data.

【0014】なお、更新履歴に基づき、従前の更新を取
り消して、ソフトウェアを更新前の状態に戻すことがで
きるものとしても良い。
It is also possible to cancel the previous update and return the software to the state before the update based on the update history.

【0015】本発明の管理装置において、前記更新指示
ファイル間には更新すべき順序が設定されており、前記
更新部は、該順序に従って、前記更新指示ファイルを参
照するものとしてもよい。
In the management apparatus of the present invention, the order of updating may be set between the update instruction files, and the updating unit may refer to the update instruction files in accordance with the order.

【0016】ソフトウェアの更新には、多種類の機能を
並列的に追加する場合と、段階的に機能向上を図る場合
とがある。上記態様によれば、後者の場合において、適
切な更新を実現することができる。
There are two ways to update software: one is to add many kinds of functions in parallel, and the other is to improve the functions stepwise. According to the above aspect, in the latter case, appropriate updating can be realized.

【0017】本発明の管理装置は、前記更新データを供
給するためのサーバと、ネットワークを介して接続され
ており、該サーバに対し、前記更新データの送付を要求
する要求部を備え、前記更新データ入力部は、前記サー
バから前記入力を行うものとしてもよい。
The management apparatus of the present invention is connected to a server for supplying the update data via a network, and includes a request unit for requesting the server to send the update data, The data input unit may perform the input from the server.

【0018】このようにすることで、新しい更新データ
の供給・取得を簡便に行うことができる。
By doing so, it is possible to easily supply / acquire new update data.

【0019】なお、要求部は、定期的に要求を発し続け
るものとしても良いし、ユーザの指示その他の条件に従
って、単発的に要求を発するものとしても良い。
Note that the request unit may continue to issue a request periodically, or may issue a request on a one-off basis in accordance with a user's instruction or other conditions.

【0020】ここでネットワークとしては、インターネ
ットのような広域的なネットワーク、およびローカルエ
リアネットワーク、イントラネットなどの限定的なネッ
トワークの双方を含む。またネットワークは、無線LA
Nや携帯無線電話通信技術を利用したネットワークであ
ってもよい。
Here, the network includes both wide area networks such as the Internet and limited networks such as local area networks and intranets. The network is wireless LA
It may be a network using N or mobile wireless telephone communication technology.

【0021】本発明の管理装置において、前記要求部
は、前記更新に利用する更新データを選択するための情
報を、前記更新対象のソフトウェアに基づいて前記サー
バに送信するものとしてもよい。
In the management apparatus of the present invention, the request section may transmit information for selecting update data used for the update to the server based on the software to be updated.

【0022】このようにすることで、更新対象のソフト
ウェアの情報に基づいてサーバが更新データを利用する
ことができる。従前に行った更新を再び無駄に繰り返し
行うことを避けることができるとともに、送信される更
新データ量を減らすことができる。例えば、必要となる
更新データを管理装置が選択し、それを特定する情報を
サーバに送信し、これに基づいてサーバが必要となる更
新データを選択して送信する態様をとっても良い。
By doing so, the server can use the update data based on the information of the software to be updated. It is possible to avoid re-uselessly repeating the update performed previously, and it is possible to reduce the amount of update data transmitted. For example, the management device may select necessary update data, send information specifying the same to the server, and based on this, the server may select and send the necessary update data.

【0023】また、本発明の更新データ供給サーバは、
クライアントとネットワークで接続され、該クライアン
トに保存されたソフトウェアを更新するための更新デー
タを供給する更新データ供給サーバであって、前記更新
データは、更新内容に応じて複数グループに区分けされ
た新規ファイルと、前記グループごとに用意され、更新
されるべき前記新規ファイルを特定する更新指示ファイ
ルとを備え、複数の前記更新データを、互いに関連付け
て蓄積する蓄積部と、前記更新データを要求する要求デ
ータを前記クライアントから取得する取得部と、前記要
求を解析し、前記関連に基づいて複数の前記更新データ
を選択する選択部と、該選択される複数の更新データを
出力する出力部とを備えることを要旨とする。
The update data supply server of the present invention is
An update data supply server which is connected to a client via a network and supplies update data for updating software stored in the client, wherein the update data is a new file divided into a plurality of groups according to the update content. And an update instruction file that is provided for each group and that specifies the new file to be updated, and a storage unit that stores a plurality of the update data in association with each other, and request data that requests the update data. An acquisition unit that acquires the update data from the client, a selection unit that analyzes the request and selects a plurality of the update data based on the association, and an output unit that outputs the selected update data. Is the gist.

【0024】このようにすることで、クライアントの要
求に基づいて選択した更新データを送付することがで
き、データ量を低減できる。
By doing so, the update data selected based on the request of the client can be sent, and the data amount can be reduced.

【0025】本発明の更新データ供給サーバにおいて、
例えば、前記要求データは、更新対象たる前記ソフトウ
ェアの情報を含み、前記選択部は、該情報と前記更新デ
ータ間の関連の情報とを対比することで前記選択から除
外するものを決定するものとしてもよい。
In the update data supply server of the present invention,
For example, it is assumed that the request data includes information about the software to be updated, and the selection unit determines what is excluded from the selection by comparing the information with information related to the update data. Good.

【0026】このようにすることで、従前に行った更新
を再び無駄に行うことを避けることができる。これによ
り、更新データの送配付などの煩雑な処理を減少するこ
とができる。
By doing so, it is possible to avoid wasteful renewal of the previously performed renewal. As a result, it is possible to reduce complicated processing such as delivery of update data.

【0027】本発明の更新データ供給サーバにおいて、
前記蓄積部は、前記複数の更新データの内容を包含した
多重更新データを蓄積し、前記送付部は、対応する該多
重更新データが存在しない場合に前記複数の更新データ
を、存在する場合には該多重更新データを出力するもの
としてもよい。
In the update data supply server of the present invention,
The storage unit stores multiple update data including the contents of the plurality of update data, and the sending unit stores the plurality of update data when the corresponding multiple update data does not exist, The multiple update data may be output.

【0028】このようにすることで、複数の更新データ
によって実現される更新を、単一のデータで簡便に指示
することが可能となる。例えば更新指示ファイルが複数
の更新データを特定することで多重更新データを構成す
るものとしてもよい。
By doing so, it becomes possible to simply instruct an update realized by a plurality of update data with a single data. For example, the update instruction file may form multiple update data by specifying a plurality of update data.

【0029】本発明は、ソフトウェアの管理装置、更新
データ供給サーバとしての態様の他、コンピュータを用
いてソフトウェア管理を行う方法や、コンピュータを用
いて更新データ供給を行う方法として構成するこも可能
である。また、コンピュータにソフトウェア管理を行わ
せるためのコンピュータプログラムや、コンピュータに
更新データ供給を行わせるためのコンピュータプログラ
ムなど種々の態様で構成することが可能である。さらに
た、コンピュータにソフトウェア管理を行わせるための
コンピュータプログラムや、コンピュータに更新データ
供給を行わせるためのコンピュータプログラムと同視し
得る信号として構成してもよいし、これらのコンピュー
タプログラムを記録した記録媒体として構成してもよ
い。
The present invention can be configured as a software management device and an update data supply server, as well as a software management method using a computer and a update data supply method using a computer. . Further, it can be configured in various modes such as a computer program for causing a computer to manage software and a computer program for causing a computer to supply update data. Furthermore, it may be configured as a computer program for causing a computer to perform software management or a signal that can be regarded as a signal similar to the computer program for causing the computer to supply update data, or a recording medium recording these computer programs May be configured as.

【0030】ここで記憶媒体としては、フレキシブルデ
ィスクやCD−ROM、光磁気ディスク、ICカード、
ROMカートリッジ、パンチカード、バーコードなどの
符号が印刷された印刷物、コンピュータの内部記憶装置
(RAMやROMなどのメモリ)および外部記憶装置な
どコンピュータが読取り可能な種々の媒体を利用でき
る。
Here, as the storage medium, a flexible disk, a CD-ROM, a magneto-optical disk, an IC card,
Various computer-readable media such as ROM cartridges, punched cards, printed materials on which codes such as bar codes are printed, internal storage devices (memory such as RAM and ROM) of computers, and external storage devices can be used.

【0031】[0031]

【発明の実施の形態】以下、本発明の実施の形態につい
て、実施例に基づき以下の順序で説明する。 A.第1実施例: A1.システム構成: A2.処理: A3.変形例: B.第2実施例:
BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, embodiments of the present invention will be described in the following order based on Examples. A. First Example: A1. System configuration: A2. Processing: A3. Modification: B. Second embodiment:

【0032】A.第1実施例: A1.システム構成:図1は、ソフトウェア更新システ
ムの全体構成を示す説明図である。ソフトウェア更新シ
ステムは、パーソナルコンピュータ100と更新データ
サーバ200とからなる。ネットワークINTは、パー
ソナルコンピュータ100と更新データサーバ200と
を接続するネットワークである。なお、パーソナルコン
ピュータ100が、本発明におけるソフトウェアの管理
装置に相当する。また、更新データサーバ200が、本
発明における更新データ供給サーバに相当する。
A. First embodiment: A1. System Configuration: FIG. 1 is an explanatory diagram showing the overall configuration of the software updating system. The software update system includes a personal computer 100 and an update data server 200. The network INT is a network that connects the personal computer 100 and the update data server 200. The personal computer 100 corresponds to the software management device of the present invention. The update data server 200 corresponds to the update data supply server in the present invention.

【0033】更新データサーバ200は、パーソナルコ
ンピュータ100にインストールされたソフトウェアを
バージョンアップするための更新データを供給するサー
バである。パーソナルコンピュータ100は更新データ
サーバ200に要求データを送付する。更新データサー
バは取得する要求データに基づいて更新データを選択し
て返送する。これによりパーソナルコンピュータ100
は保持するソフトウェアを更新することができる。
The update data server 200 is a server that supplies update data for upgrading the software installed in the personal computer 100. The personal computer 100 sends the request data to the update data server 200. The update data server selects and returns the update data based on the request data acquired. This enables the personal computer 100
Can update the software it holds.

【0034】パーソナルコンピュータ100は、自らが
保持するソフトウェアを更新するために、更新データサ
ーバ200に要求データを送付する。要求データ送付に
より、更新データサーバ200から更新データを取得す
ることで、ソフトウェアの更新を行うことができる。
The personal computer 100 sends request data to the update data server 200 to update the software held by the personal computer 100. The software can be updated by acquiring the update data from the update data server 200 by sending the request data.

【0035】図1にはパーソナルコンピュータ100と
更新データサーバ200との機能ブロック構成を併せて
示した。パーソナルコンピュータ100と更新データサ
ーバ200とは、それぞれ、CPUおよびメモリ等を備
えたマイクロコンピュータとして構成された制御ユニッ
トを備えている。図示する機能ブロックは、それぞれの
制御ユニットの機能としてソフトウェア的に構成されて
いる。もっとも、それぞれの機能ブロックはハードウェ
ア的に構成しても構わない。
FIG. 1 also shows the functional block configurations of the personal computer 100 and the update data server 200. The personal computer 100 and the update data server 200 each include a control unit configured as a microcomputer including a CPU, a memory, and the like. The illustrated functional blocks are configured as software as the functions of the respective control units. However, each functional block may be configured by hardware.

【0036】まず、更新データサーバ200の機能ブロ
ックについての説明を行う。取得部410は、ソフトウ
ェア更新についの要求データをパーソナルコンピュータ
100から取得する。蓄積部420は更新データを蓄積
している。ここでは、更新対象ソフトウェアのバージョ
ン段階に応じてデータ間を互いに関連付けて蓄積する
(この態様の詳細については後述する)。選択部430
は、要求データの解析を行うことで更新データの選択を
行う。このとき解析は、蓄積における関連付けを参照し
て行う。出力部440は、選択された更新データをパー
ソナルコンピュータ100に送付する。
First, the functional blocks of the update data server 200 will be described. The acquisition unit 410 acquires request data for software update from the personal computer 100. The storage unit 420 stores update data. Here, the data are stored in association with each other according to the version stage of the software to be updated (details of this aspect will be described later). Selector 430
Selects the update data by analyzing the request data. At this time, the analysis is performed by referring to the association in the storage. The output unit 440 sends the selected update data to the personal computer 100.

【0037】次に、パーソナルコンピュータ100の機
能ブロックについての説明を行う。記憶部340は、更
新対象のソフトウェアを保持している(このソフトウェ
アの詳細については後述する)。履歴記憶部330は、
更新の履歴を記憶する。要求部350は、履歴記憶部3
30が記憶する更新履歴を参照するとともに、更新デー
タサーバ200に対して要求データを送付する。更新デ
ータ入力部310はインターネットINTを介して更新
データサーバ200から更新データを取得して入力す
る。更新部320は、更新データ入力部310が入力す
る更新データに基づき、記憶部340が記憶するソフト
ウェアの更新を行うとともに履歴記憶部330にその更
新内容を記憶する。
Next, the functional blocks of the personal computer 100 will be described. The storage unit 340 holds software to be updated (details of this software will be described later). The history storage unit 330 is
Store the history of updates. The request unit 350 uses the history storage unit 3
The update history stored in 30 is referenced, and the request data is sent to the update data server 200. The update data input unit 310 acquires and inputs update data from the update data server 200 via the Internet INT. The update unit 320 updates the software stored in the storage unit 340 based on the update data input by the update data input unit 310, and stores the update content in the history storage unit 330.

【0038】本実施例では、LANに接続された種々のデ
バイスを管理するためのマネージメントソフトウェアが
記憶部340にインストールされている場合を例にとっ
て、ソフトウェアの更新方法を説明する。
In this embodiment, a method for updating software will be described by taking as an example a case where management software for managing various devices connected to the LAN is installed in the storage unit 340.

【0039】図2は、マネージメントソフトウェアの機
能を示す説明図である。パーソナルコンピュータ100
の記憶部340はマネージメントソフトウェアを構成す
る一式のファイルを記憶している。図2では、マネージ
メントソフトウェアを中心として構成されるデバイスマ
ネージメントシステムの概略構成を示している。以下図
2を用いつつマネージメントソフトウェアの機能につい
て説明する。
FIG. 2 is an explanatory diagram showing the function of the management software. Personal computer 100
The storage unit 340 stores a set of files constituting the management software. FIG. 2 shows a schematic configuration of a device management system mainly composed of management software. The function of the management software will be described below with reference to FIG.

【0040】実施例のマネージメントソフトウェアは、
ネットワークLANに、パーソナルコンピュータ100
及び種々のデバイス、クライアントが接続された環境下
で利用される。またネットワークLANは、パーソナル
コンピュータ100を介して外部のインターネットIN
Tと接続する。図2では、デバイスとしてプリンタPR
T1〜PRT4を、クライアントとしてコンピュータP
C1〜PC3をそれぞれ例示した。もっとも更に多数の
デバイスやクライアントを備えるものとしてもよい。
The management software of the embodiment is
Personal computer 100 for network LAN
Also, it is used in an environment where various devices and clients are connected. The network LAN is an external Internet IN via the personal computer 100.
Connect with T. In FIG. 2, the printer PR is used as a device.
A computer P using T1 to PRT4 as clients
C1 to PC3 are shown as examples. However, it may have a larger number of devices and clients.

【0041】各クライアントPC1〜PC3は、出力先
を特定してネットワークLANに印刷ジョブを投入する
ことにより、プリンタPRT1〜PRT4を用いて印刷
を行うことができる。印刷を行うためには、クライアン
トにプリンタPRT1〜PRT4に適合したプリンタド
ライバがインストールされる必要がある。プリンタドラ
イバは、パーソナルコンピュータ100に保存されてい
る。クライアントPC1〜PC3のユーザは、プリンタ
ドライバが必要な場合には、パーソナルコンピュータ1
00にアクセスしてプリンタドライバのインストールを
行うことができる。
Each of the clients PC1 to PC3 can print using the printers PRT1 to PRT4 by specifying the output destination and inputting the print job to the network LAN. In order to print, it is necessary to install a printer driver compatible with the printers PRT1 to PRT4 in the client. The printer driver is stored in the personal computer 100. The users of the clients PC1 to PC3 can use the personal computer 1 when a printer driver is required.
00 can be accessed to install the printer driver.

【0042】マネージメントソフトウェアは、ネットワ
ークLAN上で必要となるプリンタドライバ一式を保存
し、クライアントPC1〜PC3の要求に応じてプリン
タドライバを供給する。プリンタドライバは、プリンタ
PRT1〜PRT4のメーカによって提供されるが、繰
り返し複雑なバージョンアップが行われることが多い。
バージョンアップされたプリンタドライバは、プリンタ
ドライバデータサーバ(図示せず)によりインターネッ
トINTを介して供給される。マネージメントソフトウ
ェアは、プリンタドライバデータサーバにアクセスして
プリンタドライバを取得・保持する。
The management software stores a set of printer drivers required on the network LAN and supplies the printer drivers in response to requests from the clients PC1 to PC3. The printer driver is provided by the manufacturer of the printers PRT1 to PRT4, but it often undergoes complicated and complicated version upgrades.
The updated printer driver is supplied by the printer driver data server (not shown) via the Internet INT. The management software accesses the printer driver data server and acquires / holds the printer driver.

【0043】また、マネージメントソフトウェアは、プ
リンタPRT1〜PRT4のマネージメントを行う機能
を有する。マネージメントソフトウェアはプリンタPR
T1〜PRT4のステータス情報を取得してマネージメ
ントに利用する。ステータス情報としては、継続中の印
刷ジョブについての実行状況や、印刷用紙・インク等消
耗品の状態、電源の状態等を含む。マネージメントソフ
トウェアは、これらの情報を、パーソナルコンピュータ
100を操作するユーザやクライアントPC1〜PC3
を操作するユーザに提供することができる。
The management software also has a function of managing the printers PRT1 to PRT4. Management software is printer PR
The status information of T1 to PRT4 is acquired and used for management. The status information includes the execution status of the ongoing print job, the status of consumables such as printing paper and ink, the status of the power supply, and the like. The management software stores such information in a user operating the personal computer 100 or the clients PC1 to PC3.
Can be provided to the user who operates.

【0044】さらに、パーソナルコンピュータ100を
操作するユーザは、マネージメントソフトウェアを利用
して、プリンタPRT1〜PRT4の動作設定やネット
ワーク設定を変更したり、搭載するソフトウェアを書き
換えたりすることができる。
Further, the user operating the personal computer 100 can change the operation settings and network settings of the printers PRT1 to PRT4 and rewrite the installed software by using the management software.

【0045】マネージメントソフトウェアは、マネージ
メント可能なプリンタの機能を拡張するため、新機種の
プリンタの発売に合わせて更新される。また、マネージ
メント機能の追加・変更・削除などを図るための更新も
行われる。
The management software is updated according to the release of a new model printer in order to expand the function of the manageable printer. In addition, updates will be made to add, change, or delete management functions.

【0046】図3は、更新データの構成を示す説明図で
ある。更新データはマネージメントソフトウェアの更新
に利用される。
FIG. 3 is an explanatory diagram showing the structure of the update data. The update data is used to update the management software.

【0047】更新データは指示ファイルを含む。指示フ
ァイルは、更新データ中の他のファイルを特定しつつ更
新内容を指示する。パーソナルコンピュータ100は、
指示ファイルを参照することでマネージメントソフトウ
ェアの更新を実行することができる。
The update data includes an instruction file. The instruction file specifies the update content while specifying another file in the update data. The personal computer 100 is
The management software can be updated by referring to the instruction file.

【0048】ここでかかる更新処理は、パーソナルコン
ピュータ100に備えられた更新ソフトウェアが更新デ
ータの内容を読み出しつつ行う。なお、かかる更新ソフ
トウェアについては、更新データサーバ200が更新デ
ータに含めて供給するものとしてもよい。
The update processing is performed while the update software provided in the personal computer 100 reads the content of the update data. The update software may be included in the update data and supplied by the update data server 200.

【0049】図3では、ファイル名、ディレクトリ名等
を並べて更新データの構成を示している。図中でファイ
ル「MK_1010C.ini」は指示ファイルであ
る。指示ファイルは、図中に示したように、更新データ
に含む画像データ等を特定することで更新内容を指示す
る。図3の例ではファイル「LQ_9820.etf」
及び「mk1010c.gif」、「mk1010c.
dll」などを特定しつつ、更新内容を指示している。
ここでファイル「LQ_9820.etf」はプリンタ
のオプション装着状態を示すテンプレートファイルであ
り、ファイル「mk1010c.gif」はプリンタの
外観イメージのファイルである。
In FIG. 3, the structure of the update data is shown by arranging the file name, the directory name and the like. In the figure, the file “MK — 1010C.ini” is an instruction file. As shown in the figure, the instruction file indicates the update content by specifying the image data and the like included in the update data. In the example of FIG. 3, the file “LQ — 9820.etf” is used.
And "mk1010c.gif,""mk1010c.gif."
The update contents are instructed while specifying "dll".
Here, the file “LQ — 9820.etf” is a template file indicating the option installation state of the printer, and the file “mk1010c.gif” is a file of the external image of the printer.

【0050】なお、実施例において更新データ中の複数
のファイルは、分離した複数のファイルとして、ディレ
クトリ構造を伴って構成する場合を例示した。これらの
ファイルは、ファイルごとに分離されていてもよいし一
体的に構成してもよいし。
In the embodiment, the case where the plurality of files in the update data are configured as a plurality of separated files with a directory structure is illustrated. These files may be separated for each file or may be integrally configured.

【0051】図4は、蓄積部420が蓄積するデータの
構成を示す説明図である。蓄積部420は更新データ蓄
積部422及び関連情報蓄積部424を備えている。
FIG. 4 is an explanatory diagram showing the structure of data stored in the storage unit 420. The storage unit 420 includes an update data storage unit 422 and a related information storage unit 424.

【0052】更新データ蓄積部422は、図3に示した
更新データを複数記憶する。各更新データは、マネージ
メントソフトウェアの各バージョンアップに対応して用
意されている。
The update data storage section 422 stores a plurality of update data shown in FIG. Each update data is prepared for each version upgrade of the management software.

【0053】関連情報蓄積部424は、更新データを互
いに関連付ける関連情報を記憶している。具体的には、
更新前後のバージョン・ナンバーを組にした更新パタン
と、その更新パタンを実現する更新データとの関連を記
憶する。図中では、更新パタン「バージョン1.30→
1.31」と更新データ5,6との関連付け、及び、更
新パタン「バージョン1.31→1.32」と更新デー
タ7,8との関連付けを記憶する場合を例示している。
The related information storage section 424 stores related information for associating the update data with each other. In particular,
The relationship between the update pattern that is a set of version numbers before and after the update and the update data that realizes the update pattern is stored. In the figure, the update pattern "Version 1.30 →
1.31 ”is associated with the update data 5 and 6, and the association between the update pattern“ version 1.31 → 1.32 ”and the update data 7 and 8 is stored.

【0054】パーソナルコンピュータ100は、更新デ
ータ5,6とを利用することで更新パタン「バージョン
1.30→1.31」を利用することができる。更新パ
タン「バージョン1.31→1.32」を利用する場合
も同様である。
The personal computer 100 can use the update pattern “version 1.30 → 1.31” by using the update data 5 and 6. The same applies when the update pattern “version 1.31 → 1.32” is used.

【0055】更新パタン「バージョン1.30→1.3
2」を利用したい場合には、更新パタン「バージョン
1.30→1.31」及び「バージョン1.31→1.
32」の両者に係る更新データが必要となる。このと
き、更新データは、バージョンアップの順序に基づいて
利用しなければならない。具体的には5,6→7,8の
順序で適用する。なお、更新データ5,6、更新データ
7,8との適用順序に制限はない。
Update pattern "version 1.30 → 1.3
2 ”, the update patterns“ version 1.30 → 1.31 ”and“ version 1.31 → 1.
32 ”is required for the updated data. At this time, the update data must be used based on the order of version upgrades. Specifically, it is applied in the order of 5, 6 → 7, 8. The application order of the update data 5, 6 and the update data 7, 8 is not limited.

【0056】A2.更新処理:図5は、ソフトウェア更
新処理を示すフローチャートである。ここには、更新デ
ータサーバ200が行う更新データ出力処理と、パーソ
ナルコンピュータ100が行うソフトウェア更新処理と
を併せて示した。
A2. Update process: FIG. 5 is a flowchart showing the software update process. Here, the update data output process performed by the update data server 200 and the software update process performed by the personal computer 100 are shown together.

【0057】パーソナルコンピュータ100において、
ステップS101では、要求部350が、履歴記憶部3
30に記憶する内容を参照することで、記憶部340に
現在記憶するマネージメントソフトウェアのバージョン
情報を取得する。ステップS102では、要求部350
が、バージョン情報を含む要求データを更新データサー
バ200に送付する。
In the personal computer 100,
In step S101, the request unit 350 causes the history storage unit 3
By referring to the content stored in 30, the version information of the management software currently stored in the storage unit 340 is acquired. In step S102, the request unit 350
Sends the request data including the version information to the update data server 200.

【0058】更新データサーバ200において、ステッ
プS002では取得部410が要求データを取得する。
これは、パーソナルコンピュータ100におけるステッ
プS102の処理と同期して行われる。ステップS00
3では、選択部430が返送すべき更新データの準備を
行う。ここで選択部430は、取得した要求データと関
連情報蓄積部424の内容とを対比しつつ更新データ蓄
積部422から更新データを読み出す。ステップS00
4では、準備された更新データをパーソナルコンピュー
タ100に送付する。
In the update data server 200, the acquisition unit 410 acquires the request data in step S002.
This is performed in synchronization with the process of step S102 in the personal computer 100. Step S00
In 3, the selection unit 430 prepares update data to be returned. Here, the selection unit 430 reads the update data from the update data storage unit 422 while comparing the acquired request data with the content of the related information storage unit 424. Step S00
At 4, the prepared update data is sent to the personal computer 100.

【0059】ここで、送付すべき更新データは、パーソ
ナルコンピュータ100におけるマネージメントソフト
ウェアを最新バージョンに更新するために必要な更新デ
ータである。現在のバージョン情報に基づき、最新バー
ジョンに至る何段階かのバージョンアップの更新パタン
を特定することで、対応する更新データを更新データ蓄
積部422から取り出す。
Here, the update data to be sent is the update data necessary for updating the management software in the personal computer 100 to the latest version. Based on the current version information, the update pattern of version upgrades up to the latest version is specified, and the corresponding update data is retrieved from the update data storage unit 422.

【0060】パーソナルコンピュータ100において、
ステップS104では、更新データ入力部310が更新
データの取得を行う。これは、更新データサーバ200
のステップS004の処理と同期して行われる。取得し
た更新データは、ステップS105〜S107における
ループ処理に基づき、更新データ単位で順次インストー
ル処理を行う。ステップS105〜S107より構成す
るループ処理では、バージョンアップの順序に応じて更
新データをインストールする。例えば図4で示した更新
パタン「バージョン1.30→1.32」の場合には、
更新データ5,6を、更新データ7,8よりも先にイン
ストールする。
In the personal computer 100,
In step S104, the update data input unit 310 acquires update data. This is the update data server 200
The processing is performed in synchronization with the processing of step S004. The acquired update data is sequentially installed in update data units based on the loop processing in steps S105 to S107. In the loop process including steps S105 to S107, update data is installed according to the order of version upgrade. For example, in the case of the update pattern “version 1.30 → 1.32” shown in FIG.
The update data 5 and 6 are installed before the update data 7 and 8.

【0061】ステップS105では、更新部320が更
新データのインストール処理を行う。記憶部340にア
クセスしてマネージメントソフトウェアの書き換えや追
加記憶等の処理を行う。また、ステップS106では、
かかるインストール処理の内容を履歴記憶部330に記
憶する。例えば、ファイルの削除や追加・置き換えにつ
いての記憶を行う。ステップS107では、取得した更
新データのインストールが全て完了したか否かを調べ
る。全て完了していればソフトウェア更新処理を終了す
るが、残された更新データが存在すればループ処理を続
行する。
In step S105, the update section 320 performs update data installation processing. The storage unit 340 is accessed to perform processing such as rewriting of management software and additional storage. In step S106,
The contents of the installation process are stored in the history storage unit 330. For example, it stores information about file deletion and addition / replacement. In step S107, it is checked whether the installation of the acquired update data has been completed. If all the updates are completed, the software update process ends, but if there is any update data left, the loop process continues.

【0062】本実施例におけるソフトウェア更新システ
ムによれば、ソフトウェアの更新において、多種多様な
パッケージの作成・管理に係る負担の軽減を実現するこ
とができる。複数の更新データの組み合わせに基づくパ
ッケージを利用して多種多様な更新パタンを実現するこ
とができる。
According to the software update system of the present embodiment, it is possible to reduce the burden of creating and managing various packages when updating software. A wide variety of update patterns can be realized using a package based on a combination of a plurality of update data.

【0063】ここで、更新に利用する更新データの選択
を行う処理はサーバ側で一括して行うために、クライア
ント側の負担を軽減することができる。
Here, since the process of selecting the update data used for the update is collectively performed on the server side, the load on the client side can be reduced.

【0064】なお、蓄積部420は、複数の更新データ
の内容を包含した包含更新データを蓄積していてもよ
い。例えば、図4に示す更新データ5,6,7,8を包
含し、更新パタン「バージョン1.31→1.32」を
実現する更新データを独立して保持するものとしても良
い。
The storage section 420 may store inclusive update data containing the contents of a plurality of update data. For example, the update data including the update data 5, 6, 7, and 8 shown in FIG. 4 may be independently held to realize the update pattern “version 1.31 → 1.32”.

【0065】A3.変形例:図6は、更新データの選択
に係る変形例を示す説明図である。実施例において要求
データはバージョン情報を含むものであり、バージョン
情報と関連情報とを対比すること更新データの選択を行
っていた。本変形例では、要求データはカテゴリ1,2
の2区分の情報を含んで、より柔軟な要求内容を示す。
A3. Modified Example: FIG. 6 is an explanatory diagram showing a modified example relating to selection of update data. In the embodiment, the request data includes version information, and the update data is selected by comparing the version information with related information. In this modified example, the request data includes categories 1 and 2.
The more flexible request content is indicated by including the information of the two categories.

【0066】図6には、本変形例において関連情報蓄積
部424aに記憶するデータの一例を示した。要求デー
タはカテゴリ1,2の2区分の情報を含む。カテゴリ1
では、バージョンアップの系列を指定する。図示するよ
うに、マネージメントソフトウェアの系列の他に、PM
プリンタシリーズの系列を指定することができる。
FIG. 6 shows an example of data stored in the related information storage section 424a in this modification. The request data includes information of two categories, categories 1 and 2. Category 1
Then, specify the upgrade sequence. As shown in the figure, in addition to the management software series, PM
A series of printer series can be specified.

【0067】カテゴリ1でマネージメントソフトウェア
の系列を指定される場合、カテゴリ2で指定するバージ
ョン情報に基づいて、実施例と同様の処理が行われる。
When the management software series is designated in category 1, the same processing as that of the embodiment is performed based on the version information designated in category 2.

【0068】カテゴリ1でPMプリンタシリーズの系列
を指定する場合には、PMプリンタシリーズのインスト
ールを行うことができる。カテゴリ2でPMプリンタシ
リーズのPM200,PM220,PM240等のバー
ジョン情報を指定することで、後続機種に係る更新デー
タのインストールを行うことができる。
When the PM printer series series is designated in category 1, the PM printer series can be installed. By designating the version information of PM200, PM220, PM240, etc. of the PM printer series in category 2, it is possible to install the update data related to the subsequent model.

【0069】図6に示すデータ構成を利用する更新デー
タサーバを利用することで、多種多様な更新データの要
求に応じることができる。このとき、多様な要求に応え
るために、更新データを組み合わせて利用することで、
更新データの作成・管理における負担を低減することが
できる。
By using the update data server which uses the data structure shown in FIG. 6, it is possible to meet various requests for update data. At this time, by using the update data in combination to meet various requests,
It is possible to reduce the burden of creating / managing update data.

【0070】図7は、蓄積部の構成に係る変形例を示す
説明図である。図中には、更新データ1,2,3を示し
た。更新データ1に含む指示ファイル「LP_1010
C.ini」は、指示ファイルの内容中に更新データ
2,3を特定する記述を含む。
FIG. 7 is an explanatory diagram showing a modification of the structure of the storage section. Update data 1, 2, and 3 are shown in the figure. The instruction file “LP — 1010 included in the update data 1
C. "ini" includes a description for specifying the update data 2 and 3 in the content of the instruction file.

【0071】更新データ2,3は、更新データ1とは独
立して記憶する。更新を行うパーソナルコンピュータ
は、更新データ1〜3を取得し、更新データ1の指示フ
ァイル内容に応じて更新データ2,3を併せて利用する
ことができる。このとき、更新データ2,3に含む指示
ファイルを利用することで、それぞれ、更新データ2,
3のインストールを行う。
The update data 2 and 3 are stored independently of the update data 1. The personal computer that performs the update can acquire the update data 1 to 3 and use the update data 2 and 3 together according to the contents of the instruction file of the update data 1. At this time, by using the instruction file included in the update data 2 and 3, respectively,
Install 3.

【0072】なお、更新データ1の指示ファイル中の記
述に従って、更新データ1に更新データ2,3を併合し
て送付してもよいし、各別に分離したまま送付してもよ
い。また、更新データサーバは当初は更新データ1のみ
の送付を行い、パーソナルコンピュータは更新データ1
の指示ファイルに応じて更新データ2,3の要求を行う
ものとしてもよい。
According to the description in the instruction file of the update data 1, the update data 1 and the update data 2 and 3 may be merged or may be separately sent. Also, the update data server initially sends only the update data 1 and the personal computer sends the update data 1
The update data 2 and 3 may be requested in accordance with the instruction file.

【0073】ここで蓄積部において更新データ2,3
は、更新データ1以外の更新データにおける指示ファイ
ルからも特定される。また更新データ2,3は、それ自
体、独立して送付の対象となる。例えば更新データ2,
3は、複数のプリンタにかかる共通更新データであって
もよいし、特定の汎用的な処理に係る共通更新データで
あってもよい。
Here, update data 2 and 3 are stored in the storage unit.
Is also specified from the instruction file in update data other than update data 1. Further, the update data 2 and 3 themselves are targets for sending independently. For example, update data 2,
3 may be common update data for a plurality of printers or common update data for specific general-purpose processing.

【0074】上記のように構成する更新データを利用す
ることで、蓄積部における記憶容量を削減することがで
きる。また、新たな更新パタンを利用したい場合に、既
存の更新データをそのまま利用しつつ簡便に更新を実現
することができる。
By using the update data configured as described above, the storage capacity in the storage section can be reduced. In addition, when it is desired to use a new update pattern, it is possible to easily realize the update while using the existing update data as it is.

【0075】B.第2実施例:図8は、第2実施例にお
けるシステム構成を示す説明図である。本実施例でパー
ソナルコンピュータ100bは、更新データ記憶装置2
00bとネットワークINTを介して接続して更新デー
タを読み出す。更新データ記憶装置200bは、更新デ
ータ選択機能を有さない点で既述の更新データサーバ2
00と相違する。ただし本実施例において、パーソナル
コンピュータ100bは更新データの選択機能を有す
る。更新データ記憶装置200bは記憶する更新データ
の要約情報の出力を行い、パーソナルコンピュータ10
0bはかかる要約情報を利用して選択処理を行うこと
で、更新データの要求を行う。
B. Second Embodiment: FIG. 8 is an explanatory diagram showing a system configuration in the second embodiment. In this embodiment, the personal computer 100b is the update data storage device 2
00b and the network INT to connect to read the update data. The update data storage device 200b has the update data selection function described above in that it does not have the update data selection function.
Different from 00. However, in this embodiment, the personal computer 100b has a function of selecting update data. The update data storage device 200b outputs summary information of the update data to be stored, and the personal computer 10
0b requests the update data by performing a selection process using the summary information.

【0076】図8にはパーソナルコンピュータ100b
の機能ブロック構成を併せて示した。以下では、第1実
施例の場合と相違する点に注目しつつ図示する機能ブロ
ックの説明を行う。
FIG. 8 shows a personal computer 100b.
The functional block configuration of is also shown. In the following, the functional blocks shown in the figure will be described, paying attention to the points different from the case of the first embodiment.

【0077】はじめに要求部350bは要約情報の要求
を行う。更新部320bは、取得する要約情報を、履歴
記憶部330bの記憶内容と対比することで、第1実施
例の更新データサーバ200と同様に更新データの選択
を行う。ここで要約情報には、記憶する更新データの一
覧を表にした情報や、更新データと更新パタンとを関連
付けた表の情報を含む。
First, the request unit 350b requests summary information. The update unit 320b compares the acquired summary information with the storage content of the history storage unit 330b, and selects update data as in the update data server 200 of the first embodiment. Here, the summary information includes information in which a list of update data to be stored is tabulated and information in a table in which the update data and the update pattern are associated with each other.

【0078】要求部350bは、更新部320bの選択
処理に基づいて更新データの要求を発する。更新データ
入力部310bは、要求に基づいた更新データを入力す
る。更新部320bは、選択結果に応じた更新データを
利用して記憶部340bに記憶するソフトウェアの更新
を行うとともに、更新内容に応じて履歴記憶部330b
の履歴情報を改訂する。
The request unit 350b issues a request for update data based on the selection process of the update unit 320b. The update data input unit 310b inputs the update data based on the request. The update unit 320b updates the software stored in the storage unit 340b using the update data according to the selection result, and the history storage unit 330b according to the update content.
Revision history information.

【0079】図9は、第2実施例における処理を示すフ
ローチャートである。これはパーソナルコンピュータ1
00bが行う処理である。
FIG. 9 is a flow chart showing the processing in the second embodiment. This is a personal computer 1
This is the process performed by 00b.

【0080】ステップS301では、要約情報の読み出
しを行う。要求部350bが要求を発し、更新データ入
力部310bが読み出しを行う。ステップS302で、
要約情報を履歴記憶部330bの記憶内容と対比するこ
とで更新データの選択を行う。ステップS303では、
選択結果に基づいて実際に更新データを読み出す。この
後、図5に示したステップS105〜S107における
ループ処理を行ってインストール等の処理を行う。
In step S301, the summary information is read. The request unit 350b issues a request, and the update data input unit 310b performs reading. In step S302,
The update data is selected by comparing the summary information with the storage content of the history storage unit 330b. In step S303,
The update data is actually read based on the selection result. After this, the loop processing in steps S105 to S107 shown in FIG. 5 is performed to perform processing such as installation.

【0081】本実施例におけるソフトウェア更新システ
ムによれば、簡潔な構成の更新データ記憶装置を利用し
てソフトウェア更新システムを実現することができる。
要約情報に基づいて予め選択した更新データのみが通信
されるために、更新データ量を低減することができる。
According to the software updating system of this embodiment, the software updating system can be realized by using the update data storage device having a simple structure.
Since only the update data selected in advance based on the summary information is communicated, the update data amount can be reduced.

【0082】なお、要約情報の要求を行うことなく、要
求部350bは所定の属性を有する更新データを全て取
り出すものとしてもよい。更新部320bは、読み出し
た更新データの全てをインストールしてもよいし、選択
処理を行った後にその結果に基づいてインストールを行
っても良い。
The request unit 350b may retrieve all update data having a predetermined attribute without requesting the summary information. The update unit 320b may install all of the read update data, or may perform the selection process and then install based on the result.

【0083】なお、第1実施例の更新データサーバ20
0に第2実施例のパーソナルコンピュータ100bが接
続する場合も考えられる。このときには、サーバ側とク
ライアント側の両者で選択処理を備えることとなる。2
段階の選択で絞り込みを行うものとしてもよいし、クラ
イアント側のコンピュータを操作するユーザのユーザ入
力その他の条件に従っていずれかの選択処理のみを利用
するものとしてもよい。
The update data server 20 of the first embodiment
It is also possible that the personal computer 100b of the second embodiment is connected to 0. At this time, selection processing is provided on both the server side and the client side. Two
The selection may be performed by selecting the stages, or only one of the selection processes may be used according to the user input of the user who operates the client-side computer and other conditions.

【0084】ここで指示ファイルは例えば、「.in
i」など特定の拡張子を有するファイルとして更新デー
タ中で特定されるものとしても良い。また、一定のファ
イル名を有するものとしてもよいし、更新データ中の先
頭に位置するファイルとして特定されるものとしてもよ
く、種々の構成を利用することができる。
Here, the instruction file is, for example, ".in
It may be specified in the update data as a file having a specific extension such as "i". Further, it may have a fixed file name, or may be specified as the file located at the beginning of the update data, and various configurations can be used.

【0085】以上、実施例に基づき本発明にかかるを説
明してきたが、上述した発明の実施の形態は、本発明の
理解を容易にするためのものであり、本発明を限定する
ものではない。例えば、マネージメントソフトウェアの
更新だけでなく、本発明は種々のソフトウェアの更新に
適用可能である。また、その趣旨並びに特許請求の範囲
を逸脱することなく、本発明は変更・改良され得る。
Although the present invention has been described above based on the embodiments, the embodiments of the present invention described above are intended to facilitate understanding of the present invention and are not intended to limit the present invention. . For example, the present invention can be applied not only to updating management software but also to updating various software. The present invention can be modified or improved without departing from the spirit and scope of the claims.

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

【図1】ソフトウェア更新システムの全体構成を示す説
明図である。
FIG. 1 is an explanatory diagram showing an overall configuration of a software update system.

【図2】デバイスのマネージメントソフトウェアの機能
を示す説明図である。
FIG. 2 is an explanatory diagram showing functions of device management software.

【図3】更新データの構成を示す説明図である。FIG. 3 is an explanatory diagram showing a structure of update data.

【図4】蓄積部が蓄積するデータの構成を示す説明図で
ある。
FIG. 4 is an explanatory diagram showing a configuration of data stored in a storage unit.

【図5】ソフトウェア更新処理を示すフローチャートで
ある。
FIG. 5 is a flowchart showing a software update process.

【図6】更新データの選択に係る変形例を示す説明図で
ある。
FIG. 6 is an explanatory diagram showing a modified example related to selection of update data.

【図7】蓄積部の構成に係る変形例を示す説明図であ
る。
FIG. 7 is an explanatory diagram showing a modified example of the configuration of the storage unit.

【図8】第2実施例におけるシステム構成を示す説明図
である。
FIG. 8 is an explanatory diagram showing a system configuration in a second embodiment.

【図9】第2実施例における処理を示すフローチャート
である。
FIG. 9 is a flowchart showing a process in the second embodiment.

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

100…パーソナルコンピュータ 200…更新データサーバ 310…更新データ入力部 320…更新部 330…履歴記憶部 340…記憶部 350…要求部 410…取得部 420…蓄積部 422…更新データ蓄積部 424…関連情報蓄積部 430…選択部 440…出力部 424a…関連情報蓄積部 100b…パーソナルコンピュータ 310b…更新データ入力部 320b…更新部 330b…履歴記憶部 340b…記憶部 350b…要求部 100 ... Personal computer 200 ... Update data server 310 ... Update data input section 320 ... Update unit 330 ... History storage unit 340 ... Storage unit 350 ... request section 410 ... Acquisition unit 420 ... Accumulation section 422 ... Update data storage unit 424 ... Related information storage unit 430 ... Selector 440 ... Output unit 424a ... Related information storage unit 100b ... Personal computer 310b ... Update data input section 320b ... Update unit 330b ... History storage unit 340b ... Storage unit 350b ... Requesting unit

Claims (13)

【特許請求の範囲】[Claims] 【請求項1】 ソフトウェアの管理装置であって、 前記ソフトウェアを構成する一式のファイルを記憶する
記憶部と、 前記ソフトウェアを更新するための一式の更新データを
入力する更新データ入力部と、 該更新データに基づいて前記ソフトウェアを更新する更
新部とを備え、 前記更新データは、 更新内容に応じて複数グループに区分けされた新規ファ
イルと、 前記グループごとに用意され、更新されるべき前記新規
ファイルを特定する更新指示ファイルとを備え、 前記更新部は、前記複数の更新指示ファイルを参照し
て、更新を行う管理装置。
1. A software management apparatus, comprising: a storage unit for storing a set of files constituting the software; an update data input unit for inputting a set of update data for updating the software; An update unit for updating the software based on data, wherein the update data includes a new file divided into a plurality of groups according to update contents, and a new file prepared for each group and to be updated. An update instruction file that identifies the management apparatus, wherein the update unit refers to the plurality of update instruction files and performs update.
【請求項2】 請求項1記載の管理装置であって、 従前の更新履歴を記憶する更新履歴記憶部を備え、 前記更新部は、前記更新履歴に基づき、前記参照すべき
更新指示ファイルを選択する管理装置。
2. The management device according to claim 1, further comprising an update history storage unit that stores a previous update history, wherein the update unit selects the update instruction file to be referred to based on the update history. Management device.
【請求項3】 請求項1記載の管理装置であって、 前記更新指示ファイル間には更新すべき順序が設定され
ており、 前記更新部は、該順序に従って、前記更新指示ファイル
を参照する管理装置。
3. The management apparatus according to claim 1, wherein an order in which the update instruction files should be updated is set between the update instruction files, and the update unit refers to the update instruction files according to the order. apparatus.
【請求項4】 請求項1記載の管理装置であって、 前記更新データを供給するためのサーバと、ネットワー
クを介して接続されており、 該サーバに対し、前記更新データの送付を要求する要求
部を備え、 前記更新データ入力部は、前記サーバから前記入力を行
う管理装置。
4. The management device according to claim 1, wherein the management device is connected to a server for supplying the update data via a network, and requests the server to send the update data. A management unit that performs the input from the server.
【請求項5】 請求項4記載の管理装置であって、 前記要求部は、前記更新に利用する更新データを選択す
るための情報を、前記更新対象のソフトウェアに基づい
て前記サーバに送信する管理装置。
5. The management device according to claim 4, wherein the request unit transmits information for selecting update data used for the update to the server based on the software to be updated. apparatus.
【請求項6】 クライアントとネットワークで接続さ
れ、該クライアントに保存されたソフトウェアを更新す
るための更新データを供給する更新データ供給サーバで
あって、 前記更新データは、 更新内容に応じて複数グループに区分けされた新規ファ
イルと、 前記グループごとに用意され、更新されるべき前記新規
ファイルを特定する更新指示ファイルとを備え、 複数の前記更新データを、互いに関連付けて蓄積する蓄
積部と、 前記更新データを要求する要求データを前記クライアン
トから取得する取得部と、 前記要求を解析し、前記関連に基づいて複数の前記更新
データを選択する選択部と、 該選択される複数の更新データを出力する出力部とを備
える更新データ供給サーバ。
6. An update data supply server, which is connected to a client via a network and supplies update data for updating software stored in the client, wherein the update data is divided into a plurality of groups according to update contents. A storage unit that stores a divided new file and an update instruction file that is prepared for each group and that specifies the new file to be updated, and a storage unit that stores a plurality of the update data in association with each other; An acquisition unit that acquires request data for requesting from the client, a selection unit that analyzes the request and selects a plurality of the update data based on the association, and an output that outputs the selected update data. And an update data supply server including a unit.
【請求項7】 請求項6記載の更新データ供給サーバで
あって、 前記要求データは、更新対象たる前記ソフトウェアの情
報を含み、 前記選択部は、該情報と前記更新データ間の関連の情報
とを対比することで前記選択から除外するものを決定す
る更新データ供給サーバ。
7. The update data supply server according to claim 6, wherein the request data includes information on the software to be updated, and the selection unit stores information related to the information and the update data. An update data supply server that determines what is excluded from the selection by comparing
【請求項8】 請求項6記載の更新データ供給サーバで
あって、 前記蓄積部は、前記複数の更新データの内容を包含した
多重更新データを蓄積し、 前記送付部は、対応する該多重更新データが存在しない
場合に前記複数の更新データを、存在する場合には該多
重更新データを出力する更新データ供給サーバ。
8. The update data supply server according to claim 6, wherein the storage unit stores multiple update data including contents of the plurality of update data, and the sending unit corresponds to the multiple update. An update data supply server that outputs the plurality of update data when the data does not exist, and outputs the multiple update data when the data exists.
【請求項9】 ソフトウェアの管理方法であって、 前記ソフトウェアを構成する一式のファイルを記憶する
工程と、 前記ソフトウェアを更新するための一式の更新データを
入力する工程と、 該更新データに基づいて前記ソフトウェアを更新する更
新工程とを備え、 前記更新データは、 更新内容に応じて複数グループに区分けされた新規ファ
イルと、 前記グループごとに用意され、更新されるべき前記新規
ファイルを特定する更新指示ファイルとを備え、 前記更新工程は、前記複数の更新指示ファイルを参照し
て、更新を行う方法。
9. A method of managing software, comprising the steps of storing a set of files constituting the software, inputting a set of update data for updating the software, and based on the update data. An update step of updating the software, wherein the update data is a new file divided into a plurality of groups according to the update content, and an update instruction for specifying the new file to be updated that is prepared for each group A file, and the updating step refers to the plurality of update instruction files to perform updating.
【請求項10】 クライアントとネットワークで接続さ
れたサーバを用いて、該クライアントに保存されたソフ
トウェアを更新するための更新データを供給させる更新
データ供給方法であって、 前記更新データは、 更新内容に応じて複数グループに区分けされた新規ファ
イルと、 前記グループごとに用意され、更新されるべき前記新規
ファイルを特定する更新指示ファイルとを備え、 複数の前記更新データを、互いに関連付けて蓄積する工
程と、 前記更新データを要求する要求データを前記クライアン
トから取得する工程と、 前記要求を解析し、前記関連に基づいて複数の前記更新
データを選択する工程と、 該選択される複数の更新データを出力する工程とを備え
る方法。
10. An update data supply method for supplying update data for updating software stored in the client using a server connected to the client via a network, wherein the update data is A new file that is divided into a plurality of groups according to the group, and an update instruction file that is prepared for each group and that identifies the new file that is to be updated, and stores a plurality of the update data in association with each other; Acquiring the request data requesting the update data from the client, analyzing the request and selecting a plurality of the update data based on the association, and outputting the plurality of selected update data And a step of performing.
【請求項11】 コンピュータに、ソフトウェアの管理
をさせるためのコンピュータプログラムであって、 前記ソフトウェアを構成する一式のファイルを記憶する
機能と、 前記ソフトウェアを更新するための一式の更新データを
入力する機能と、 該更新データに基づいて前記ソフトウェアを更新する更
新機能とを前記コンピュータに実現させるためのコンピ
ュータプログラムであり、 前記更新データは、 更新内容に応じて複数グループに区分けされた新規ファ
イルと、 前記グループごとに用意され、更新されるべき前記新規
ファイルを特定する更新指示ファイルとを備え、 前記更新機能は、前記複数の更新指示ファイルを参照し
て更新を行うコンピュータプログラム。
11. A computer program for causing a computer to manage software, a function of storing a set of files constituting the software, and a function of inputting a set of update data for updating the software. And a computer program for causing the computer to realize an update function of updating the software based on the update data, wherein the update data is a new file divided into a plurality of groups according to update content, A computer program, comprising: an update instruction file that is prepared for each group and that identifies the new file to be updated, wherein the update function refers to the plurality of update instruction files and performs update.
【請求項12】 クライアントとネットワークで接続さ
れたサーバに、該クライアントに保存されたソフトウェ
アを更新するための更新データを供給させるためのコン
ピュータプログラムであって、 前記更新データは、 更新内容に応じて複数グループに区分けされた新規ファ
イルと、 前記グループごとに用意され、更新されるべき前記新規
ファイルを特定する更新指示ファイルとを備え、 複数の前記更新データを、互いに関連付けて蓄積する機
能と、 前記更新データを要求する要求データを前記クライアン
トから取得する機能と、 前記要求を解析し、前記関連に基づいて複数の前記更新
データを選択する機能と、 該選択される複数の更新データを出力する機能とを前記
コンピュータに実現させるためのコンピュータプログラ
ム。
12. A computer program for causing a server connected to a client via a network to supply update data for updating software stored in the client, wherein the update data corresponds to update content. A new file that is divided into a plurality of groups, and an update instruction file that is prepared for each group and that identifies the new file to be updated, and a function of storing a plurality of the update data in association with each other; A function of obtaining request data requesting update data from the client, a function of analyzing the request and selecting a plurality of update data based on the association, and a function of outputting the plurality of selected update data. And a computer program for causing the computer to realize.
【請求項13】 請求項11、12いずれか記載のコン
ピュータプログラムを記録したコンピュータ読み取り可
能な記録媒体。
13. A computer-readable recording medium on which the computer program according to claim 11 is recorded.
JP2002051413A 2002-02-27 2002-02-27 Software management method Expired - Fee Related JP4048318B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002051413A JP4048318B2 (en) 2002-02-27 2002-02-27 Software management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002051413A JP4048318B2 (en) 2002-02-27 2002-02-27 Software management method

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2007187723A Division JP4155331B2 (en) 2007-07-19 2007-07-19 Software management method, management apparatus, server therefor, and computer program

Publications (2)

Publication Number Publication Date
JP2003256212A true JP2003256212A (en) 2003-09-10
JP4048318B2 JP4048318B2 (en) 2008-02-20

Family

ID=28663388

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002051413A Expired - Fee Related JP4048318B2 (en) 2002-02-27 2002-02-27 Software management method

Country Status (1)

Country Link
JP (1) JP4048318B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005196745A (en) * 2003-12-10 2005-07-21 Ricoh Co Ltd Information processing device, program recovery method, program recovery program, and recording medium
US7865891B2 (en) 2005-03-25 2011-01-04 Seiko Epson Corporation Initiation of a program module corresponding to multiple versions
JP2014157594A (en) * 2013-02-18 2014-08-28 Jushikufusahe Komuterusain Led lighting plate data setting system and data setting method
JP2016532986A (en) * 2014-09-05 2016-10-20 シャオミ・インコーポレイテッド Upgrade method, apparatus, device, program, and recording medium
US9619244B2 (en) 2014-09-05 2017-04-11 Xiaomi Inc. Method and system for upgrading an electronic device
JP2018156181A (en) * 2017-03-15 2018-10-04 Phcホールディングス株式会社 Injury/illness name change information output program, injury/illness name change information output system, and injury/illness name change information output method

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005196745A (en) * 2003-12-10 2005-07-21 Ricoh Co Ltd Information processing device, program recovery method, program recovery program, and recording medium
US7865891B2 (en) 2005-03-25 2011-01-04 Seiko Epson Corporation Initiation of a program module corresponding to multiple versions
JP2014157594A (en) * 2013-02-18 2014-08-28 Jushikufusahe Komuterusain Led lighting plate data setting system and data setting method
JP2016532986A (en) * 2014-09-05 2016-10-20 シャオミ・インコーポレイテッド Upgrade method, apparatus, device, program, and recording medium
US9619244B2 (en) 2014-09-05 2017-04-11 Xiaomi Inc. Method and system for upgrading an electronic device
JP2018156181A (en) * 2017-03-15 2018-10-04 Phcホールディングス株式会社 Injury/illness name change information output program, injury/illness name change information output system, and injury/illness name change information output method

Also Published As

Publication number Publication date
JP4048318B2 (en) 2008-02-20

Similar Documents

Publication Publication Date Title
CN100361080C (en) Automatic mounting system and method for printer driving program
US20010027517A1 (en) System comprising host device and peripheral device
US20120044534A1 (en) Non-transitory computer readable recording medium stored with printer driver updating program and printer driver updating method
US20070182988A1 (en) Image forming system
JP6823378B2 (en) Update system, server device, image forming device and their control method, and program
CN102707907B (en) Device and printer having frame
JP2001236298A (en) Data processor, printing system and method for controlling setting of driver software for them
JP2007200247A (en) Installation method for device driver, information processor, and image processing system
US20070195336A1 (en) Information processing apparatus, print setting method, and computer-readable medium
JP4048318B2 (en) Software management method
JP4155331B2 (en) Software management method, management apparatus, server therefor, and computer program
JP3772517B2 (en) PRINT SYSTEM, PRINT METHOD, RECORDING MEDIUM CONTAINING PRINT PROCESSING PROGRAM, PRINT CONTROL DEVICE USED FOR PRINT SYSTEM, PRINT CONTROL METHOD, RECORDING MEDIUM RECORDED PRINT CONTROL PROGRAM
JP2009075923A (en) File system, data processor, file reference method, program, and storage medium
JP2002373064A (en) Printer and information processor
JPH11143657A (en) Printing processor and printing processing method
JP2005173725A (en) Print server, and method and program for print history management
JP2006059191A (en) Data processing system, data processing method and program
US7450258B2 (en) Systems and methods for remote management of printing devices
JP2005115660A (en) Printing service system, printing processing method, storage medium storing computer readable program, and the program
EP0854416A2 (en) Character processing in window system
JP2010146324A (en) Standard format data management server device and standard document preparation system
JP2003150342A (en) Driver management system
JP6115342B2 (en) Pull print system, pull print server and computer program
JP4109965B2 (en) Information processing apparatus, control method therefor, and program
JP2000259538A (en) Network control unit, network setting method and storage medium storing computer readable program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040811

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070309

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070327

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070522

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070619

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070719

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20070824

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070925

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071004

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20071112

R150 Certificate of patent or registration of utility model

Ref document number: 4048318

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20101207

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20101207

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20111207

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20111207

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20121207

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20121207

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20131207

Year of fee payment: 6

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