JP2018180767A - Information processing apparatus, information processing method, and information processing program - Google Patents

Information processing apparatus, information processing method, and information processing program Download PDF

Info

Publication number
JP2018180767A
JP2018180767A JP2017076800A JP2017076800A JP2018180767A JP 2018180767 A JP2018180767 A JP 2018180767A JP 2017076800 A JP2017076800 A JP 2017076800A JP 2017076800 A JP2017076800 A JP 2017076800A JP 2018180767 A JP2018180767 A JP 2018180767A
Authority
JP
Japan
Prior art keywords
restoration
file
self
program
downloaded
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
JP2017076800A
Other languages
Japanese (ja)
Other versions
JP6773980B2 (en
Inventor
祐司 寺田
Yuji Terada
祐司 寺田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2017076800A priority Critical patent/JP6773980B2/en
Publication of JP2018180767A publication Critical patent/JP2018180767A/en
Application granted granted Critical
Publication of JP6773980B2 publication Critical patent/JP6773980B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To reduce communication traffic when a self-restoration format file is downloaded.SOLUTION: An information processing apparatus comprises: a storage unit for storing a restoration program part included in a self-restoration format file including a compressed data part compressed by a predetermined compression method and a restoration program part restoring a compressed data part; a control unit for downloading parts excluding the restoration program part in the self-restoration format file to be downloaded when the restoration program part of the self-restoration format file to be downloaded is stored in the storage unit; and an acquisition unit for acquiring a self-restoration format file by combining a part other than the downloaded restoration program part of the self-restoration format file with a restoration program part of the self-restoration format file to be downloaded stored in the storage unit.SELECTED DRAWING: Figure 6

Description

本発明は、情報処理装置、情報処理方法、及び、情報処理プログラムに関する。   The present invention relates to an information processing apparatus, an information processing method, and an information processing program.

サーバからデータをダウンロードする際の通信量の削減方法として、データを所定の圧縮方式で圧縮する方法がある。また、圧縮データとともに当該圧縮データを復元するための復元プログラムを含む自己復元形式ファイルがある。自己復元形式ファイルは、自己解凍ファイルとも称される。自己復元形式ファイルが実行されることにより当該自己復元形式ファイルに含まれる復元プログラムが実行され、当該自己復元形式ファイルに含まれる圧縮データが元のデータに復元される。   As a method of reducing the amount of communication when downloading data from a server, there is a method of compressing data by a predetermined compression method. There is also a self-restoration format file that includes a compression program and a decompression program for decompressing the compressed data. The self-restoration type file is also referred to as a self-extraction file. By executing the self-restoration format file, the restoration program included in the self-restoration format file is executed, and the compressed data included in the self-restoration format file is restored to the original data.

特開2006−227979号公報Unexamined-Japanese-Patent No. 2006-227979 特開平6−337825号公報Unexamined-Japanese-Patent No. 6-337825

しかしながら、自己復元形式ファイルのダウンロードの際には、同一の復元プログラムを有する自己復元形式ファイルが既に取得されている場合でも、復元プログラムを含むファイル全体がダウンロードされる。したがって、同一の復元プログラム部分のダウンロードは、重複するデータのダウンロードとなる。   However, when downloading the self-restoration type file, even if the self-restoration type file having the same restoration program has already been acquired, the entire file including the restoration program is downloaded. Thus, downloading the same restore program portion results in downloading duplicate data.

本発明の一態様は、自己復元形式ファイルをダウンロードする際の通信量を削減可能な情報処理装置、情報処理方法、及び、情報処理プログラムを提供することを目的とする。   An aspect of the present invention aims to provide an information processing apparatus, an information processing method, and an information processing program capable of reducing the amount of communication when downloading a self-restoration type file.

本発明の態様の一つは、記憶部と、制御部と、取得部とを備える情報処理装置である。記憶部は、所定の圧縮方式で圧縮された圧縮データ部分と圧縮データ部分を復元する復元プログラム部分とを含む自己復元形式ファイルに含まれる復元プログラム部分を記憶する。制御部は、ダウンロード対象の自己復元形式ファイルの復元プログラム部分が記憶部に記憶されている場合には、ダウンロード対象の自己復元形式ファイル内の復元プログラム部分を除いてダウンロードする。取得部は、ダウンロードされた自己復元形式ファイルの復元プログラム部分以外の部分と、記憶部に記憶されているダウンロード対象の自己復元形式ファイルの復元プログラム部分と、を結合して、自己復元形式ファイルを取得する。   One aspect of the present invention is an information processing apparatus including a storage unit, a control unit, and an acquisition unit. The storage unit stores a restoration program part included in a self-restoration format file including a compressed data part compressed according to a predetermined compression method and a restoration program part for restoring the compressed data part. When the restoration program portion of the self-restoration format file to be downloaded is stored in the storage unit, the control unit downloads excluding the restoration program portion in the self-restoration format file to be downloaded. The acquisition unit combines a portion of the downloaded self-restoration format file other than the restoration program portion with the restoration program portion of the self-restoration format file to be downloaded stored in the storage unit, and generates the self-restoration format file get.

開示の情報処理装置、情報処理方法、及び、情報処理プログラムによれば、自己復元形式ファイルをダウンロードする際の通信量を削減することができる。   According to the disclosed information processing apparatus, information processing method, and information processing program, it is possible to reduce the amount of communication when downloading a self-restoration type file.

図1は、第1実施形態に係るソフトウェア配信システムのシステム構成の一例を示す図である。FIG. 1 is a diagram showing an example of a system configuration of a software distribution system according to the first embodiment. 図2は、自己復元形式ファイルのデータ構造の一例を示す図である。FIG. 2 is a diagram showing an example of the data structure of the self-restoration type file. 図3は、サーバのハードウェア構成の一例を示す図である。FIG. 3 is a diagram illustrating an example of the hardware configuration of the server. 図4は、サーバの機能構成の一例を示す図である。FIG. 4 is a diagram showing an example of a functional configuration of the server. 図5は、ファイル構成情報の一例を示す図である。FIG. 5 is a diagram showing an example of file configuration information. 図6は、クライアント端末の機能構成の一例を示す図である。FIG. 6 is a diagram showing an example of a functional configuration of the client terminal. 図7は、クライアント端末の更新対象一覧画面の一例である。FIG. 7 is an example of the update target list screen of the client terminal. 図8は、第1実施形態に係るサーバの処理のフローチャートの一例である。FIG. 8 is an example of a flowchart of processing of the server according to the first embodiment. 図9Aは、第1実施形態に係るクライアント端末の処理のフローチャートの一例である。FIG. 9A is an example of a flowchart of processing of the client terminal according to the first embodiment. 図9Bは、第1実施形態に係るクライアント端末の処理のフローチャートの一例である。FIG. 9B is an example of a flowchart of processing of the client terminal according to the first embodiment. 図9Cは、第1実施形態に係るクライアント端末の処理のフローチャートの一例である。FIG. 9C is an example of a flowchart of processing of the client terminal according to the first embodiment. 図10は、第1実施形態に係るソフトウェア配信システムにおけるサーバとクライアント端末間の処理のシーケンスの一例を示す図である。FIG. 10 is a diagram showing an example of a processing sequence between the server and the client terminal in the software distribution system according to the first embodiment. 図11は、第2実施形態に係るサーバの処理のフローチャートの一例である。FIG. 11 is an example of a flowchart of processing of the server according to the second embodiment. 図12Aは、第2実施形態に係るクライアント端末の処理のフローチャートの一例である。FIG. 12A is an example of a flowchart of processing of the client terminal according to the second embodiment. 図12Bは、第2実施形態に係るクライアント端末の処理のフローチャートの一例である。FIG. 12B is an example of a flowchart of processing of the client terminal according to the second embodiment.

以下、図面に基づいて、本発明の実施の形態を説明する。以下の実施形態の構成は例示であり、本発明は実施形態の構成に限定されない。   Hereinafter, embodiments of the present invention will be described based on the drawings. The configuration of the following embodiment is an exemplification, and the present invention is not limited to the configuration of the embodiment.

<第1実施形態>
図1は、第1実施形態に係るソフトウェア配信システム100のシステム構成の一例を示す図である。ソフトウェア配信システム100は、サーバ1と、クライアント端末2とを含む。
First Embodiment
FIG. 1 is a diagram showing an example of a system configuration of a software distribution system 100 according to the first embodiment. The software distribution system 100 includes a server 1 and a client terminal 2.

サーバ1は、例えば、クライアント端末2の製造メーカによって管理され、クライアント端末2の機種、型番、OS(Operating System)名、OSのバージョン等ごとのに区分けされた複数のソフトウェアの更新ファイルを自己復元形式ファイルとして保持しているサーバである。ソフトウェアの更新ファイルは、ソフトウェアの更新プログラムが記述されたファイルである。サーバ1は、「生成部」、「記憶部」、「送信部」を備える「情報処理装置」の一例である。   For example, the server 1 is managed by the manufacturer of the client terminal 2 and self-restores update files of a plurality of software divided according to the model of the client terminal 2, model number, OS (Operating System) name, OS version, etc. It is a server held as a format file. The software update file is a file in which a software update program is described. The server 1 is an example of an “information processing apparatus” including a “generation unit”, a “storage unit”, and a “transmission unit”.

クライアント端末2は、サーバ1に問い合わせて、更新可能な複数のソフトウェアの更新ファイルを一括してダウンロードする。一括ダウンロードとは、一回の指示入力によって、複数のファイルをダウンロードすることである。クライアント端末2は、「記憶部」、「制御部」、「取得部」を備える「情報処理装置」の一例である。   The client terminal 2 inquires of the server 1 and collectively downloads update files of a plurality of software that can be updated. Batch download is to download a plurality of files by one instruction input. The client terminal 2 is an example of an “information processing apparatus” including a “storage unit”, a “control unit”, and an “acquisition unit”.

第1実施形態では、クライアント端末2は、ダウンロード対象の自己復元形式ファイルの復元プログラム部分が記憶部に格納されていない場合には、サーバ1から当該自己復元形式ファイル全体をダウンロードする。クライアント端末2は、ダウンロードした自己復元形式ファイルから、復元プログラム部分を抽出して、記憶部に格納する。   In the first embodiment, when the restoration program portion of the self-restoration format file to be downloaded is not stored in the storage unit, the client terminal 2 downloads the entire self-restoration format file from the server 1. The client terminal 2 extracts a restoration program portion from the downloaded self-restoration format file, and stores it in the storage unit.

ダウンロード対象の自己復元形式ファイルの復元プログラム部分が記憶部に格納されている場合には、クライアント端末2は、サーバ1から当該ファイルの圧縮データ部分を指定してダウンロードする。クライアント端末2は、ダウンロードした圧縮データ部分と記憶部に記憶されている復元プログラム部分とを結合して、自己復元形式ファイルを取得する。これによって、同一の復元プログラム部分を有する自己復元形式ファイルを取得済みである場合に、重複する復元プログラム部分のダウンロードを削減することができる。   When the restoration program portion of the self-restoration format file to be downloaded is stored in the storage unit, the client terminal 2 specifies and downloads the compressed data portion of the file from the server 1. The client terminal 2 combines the downloaded compressed data portion and the restoration program portion stored in the storage unit to obtain a self-restoration type file. This makes it possible to reduce the download of duplicate restoration program parts when a self-restoration file having the same restoration program part has been obtained.

なお、ソフトウェアの更新ファイルのダウンロードは、複数の自己復元形式ファイルの一括ダウンロードの一例であって、第1実施形態において説明される技術の適用先は、ソフトウェアの更新ファイルのダウンロードに限定されない。また、第1実施形態において説明される技術の適用先は、複数の自己復元形式ファイルの一括ダウンロードに限定されない。第1実施形態において説明される技術は、自己復元形式ファイルのダウンロードに適用可能である。   The download of the software update file is an example of batch downloading of a plurality of self-restoration format files, and the application destination of the technology described in the first embodiment is not limited to the download of the software update file. Further, application destinations of the technology described in the first embodiment are not limited to batch downloading of a plurality of self-restoration format files. The technology described in the first embodiment is applicable to downloading of a self-restoration type file.

図2は、自己復元形式ファイルのデータ構造の一例を示す図である。自己復元形式ファイルは、例えば、拡張子が「.exe」の実行可能なファイルである。自己復元形式ファイルは、復元プログラム部分と、圧縮データ部分とを含む。第1実施形態では、ソフトウェアの更新ファイルは自己復元形式ファイルであるとする。ただし、ソフトウェアの更新ファイルは、自己復元形式ファイルに限定されない。   FIG. 2 is a diagram showing an example of the data structure of the self-restoration type file. The self-restoration type file is, for example, an executable file with the extension “.exe”. The self-restoration type file includes a restoration program portion and a compressed data portion. In the first embodiment, the software update file is a self-restoration type file. However, software update files are not limited to self-restoration files.

ソフトウェアの更新ファイルが自己復元形式ファイルである場合には、例えば、自己復元形式ファイルの圧縮データ部分はソフトウェアパッケージが圧縮されたデータである。ソフトウェアパッケージとは、例えば、該当のソフトウェアの本体、該当のソフトウェアのインストール及び実行時に用いられる複数のファイルを含むセットであり、サーバ1及びクライアント端末2においては、例えば、フォルダを含むツリー構造として表示される。   When the software update file is a self-restoration type file, for example, the compressed data portion of the self-restoration type file is data in which the software package is compressed. The software package is, for example, a set including the main body of the corresponding software, and a plurality of files used at the time of installation and execution of the corresponding software, and displayed as a tree structure including, for example, folders in the server 1 and the client terminal 2 Be done.

データの圧縮形式は、例えば、自己復元形式ファイルの作成プログラムに依る。例えば、固定の1つのデータ圧縮形式を用いる自己復元形式ファイルの作成プログラムもあれば、複数の中からユーザによって選択されたデータ圧縮形式を用いる自己復元形式ファイルの作成プログラムもある。   The data compression format depends on, for example, a self-restoration file creation program. For example, there is a program for creating a self-restoration format file using one fixed data compression format, and another program for creating a self-restoration format file using a data compression format selected by the user from among a plurality of data compression formats.

また、復元プログラム部分に含まれる復元プログラムの記述が固定されているか可変であるかは、例えば、自己復元形式ファイルの作成プログラムに依る。例えば、自己復元形式ファイルの作成プログラムが固定の1つのデータ圧縮形式を用いるものである場合には、復元プログラム部分に含まれるプログラムの記述は、当該固定の1つのデータ圧縮形式に対応する記述となる。例えば、自己復元形式ファイルの作成プログラムが複数のデータ圧縮形式に対応するものである場合には、復元プログラム部分に含まれるプログラムの記述は、圧縮データ部分の圧縮形式に対応する記述であったり、自己復元形式ファイルの作成プログラムが対応する全てのデータ圧縮方式に対応する記述であったりする。   Further, whether the description of the restoration program included in the restoration program portion is fixed or variable depends on, for example, a self-restoration file creation program. For example, when the creation program of the self-restoration format file uses one fixed data compression format, the description of the program included in the decompression program portion is a description corresponding to the fixed one data compression format. Become. For example, when the creation program of the self-restoration format file corresponds to a plurality of data compression formats, the description of the program included in the decompression program portion is a description corresponding to the compression format of the compression data portion, or It may be a description corresponding to all data compression methods corresponding to the creation program of the self-restoration type file.

すなわち、復元プログラム部分のデータは、同じ自己復元形式ファイルの作成プログラムによって作成された自己復元形式ファイル同士であっても、同じデータが含まれている場合と、異なるデータが含まれている場合とがある。なお、第1実施形態では、復元プログラムのデータ部分は、同じ自己復元形式ファイルの作成プログラムによって作成された自己復元形式ファイル同士では、一致することを前提として説明される。   That is, even if the data of the restoration program part is the same self-restoration type files created by the same self-restoration type file creation program, the case where the same data is included and the case where different data are included There is. In the first embodiment, the data portion of the restoration program is described on the premise that the self-restoration format files created by the creation program of the same self-restoration format file match.

図2に示される例では、復元プログラム部分は自己復元形式ファイルの先頭に格納されているが、復元プログラム部分の格納場所はファイルの先頭に限定されない。例えば、復元プログラム部分の格納場所はファイルの末尾、圧縮データ部分と圧縮データ部分との間であってもよい。自己復元形式ファイル内の復元プログラム部分の格納場所は、自己復元形式ファイルの作成プログラムに依る。   In the example shown in FIG. 2, although the restoration program portion is stored at the beginning of the self-restoration format file, the storage location of the restoration program portion is not limited to the beginning of the file. For example, the storage location of the decompression program portion may be the end of the file, between the compressed data portion and the compressed data portion. The storage location of the restoration program portion in the self-restoration file depends on the self-restoration file creation program.

自己復元形式ファイルの作成プログラムには、自己復元形式ファイル内の復元プログラム部分の格納位置が、予め判明しているプログラムと、予め判明していないプログラムとがある。また、自己復元形式ファイルの作成プログラムには、自己復元形式ファイル内の
復元プログラム部分の格納位置が、全ファイルで共通しているものと、ファイルごとに異なるものとが存在する。
The creation program of the self-restoration type file includes a program in which the storage position of the restoration program portion in the self-restoration type file is previously known and a program in which the storage position is not previously known. Further, in the creation program of the self-restoration format file, the storage location of the restoration program portion in the self-restoration format file includes one common to all files and one different for each file.

<装置構成>
図3は、サーバ1のハードウェア構成の一例を示す図である。サーバ1は、例えば、専用又は汎用のコンピュータである。サーバ1は、CPU(Central Processing Unit)1
01、主記憶装置102、入力装置103、出力装置104、補助記憶装置105、ネットワークインタフェース107を備える。また、これらはバス109により互いに接続されている。
<Device configuration>
FIG. 3 is a diagram showing an example of the hardware configuration of the server 1. The server 1 is, for example, a dedicated or general-purpose computer. The server 1 is a CPU (Central Processing Unit) 1
A main storage unit 102, an input unit 103, an output unit 104, an auxiliary storage unit 105, and a network interface 107 are provided. Also, they are connected to one another by a bus 109.

入力装置103は、例えば、キーボード、マウス等である。入力装置103から入力されたデータは、CPU 101に出力される。出力装置104は、CPU 101の処理の結果を出力する。出力装置104は、ディスプレイ、プリンタを含む。   The input device 103 is, for example, a keyboard, a mouse or the like. Data input from the input device 103 is output to the CPU 101. The output device 104 outputs the processing result of the CPU 101. The output device 104 includes a display and a printer.

補助記憶装置105は、様々なプログラムや、各プログラムの実行に際してCPU 101が使用するデータを格納する。補助記憶装置105は、例えば、EPROM(Erasable Programmable ROM)、フラッシュメモリ、又はハードディスクドライブ(Hard Disk Drive)等の不揮発性のメモリである。補助記憶装置105は、例えば、オペレーティングシステム(OS)、ファイル配信プログラム105P、自己復元形式ファイル作成プログラム、その他様々なアプリケーションプログラムを保持する。ファイル配信プログラム105Pは、送信要求を受けたファイルを配信するためのプログラムである。   The auxiliary storage device 105 stores various programs and data used by the CPU 101 when executing each program. The auxiliary storage device 105 is, for example, a non-volatile memory such as an EPROM (Erasable Programmable ROM), a flash memory, or a hard disk drive. The auxiliary storage device 105 holds, for example, an operating system (OS), a file distribution program 105P, a self-restoration type file creation program, and various other application programs. The file distribution program 105P is a program for distributing a file for which a transmission request has been received.

主記憶装置102は、CPU 101に、補助記憶装置105に格納されているプログラムをロードする記憶領域および作業領域を提供したり、バッファとして用いられたりする。主記憶装置102は、例えば、RAM(Random Access Memory)のような半導体メモリを含む。   The main storage device 102 provides the CPU 101 with a storage area and a work area for loading a program stored in the auxiliary storage device 105, and is used as a buffer. The main storage device 102 includes, for example, a semiconductor memory such as a random access memory (RAM).

CPU 101は、補助記憶装置105に保持されたOSや様々なアプリケーションプログラムを主記憶装置102にロードして実行することによって、様々な処理を実行する。CPU 101は、1つに限られず、複数備えられてもよい。   The CPU 101 executes various processes by loading the OS and various application programs held in the auxiliary storage device 105 into the main storage device 102 and executing them. The number of CPUs 101 is not limited to one, and a plurality of CPUs may be provided.

ネットワークインタフェース107は、ネットワークとの情報の入出力を行うインタフェースである。ネットワークインタフェース107は、有線のネットワークと接続するインタフェース、無線のネットワークと接続するインタフェースを含む。ネットワークインタフェース107は、例えば、NIC(Network Interface Card)、無線LAN(Local Area Network)カード等である。ネットワークインタフェース107で受信されたデータ等は、CPU 101に出力される。   The network interface 107 is an interface that inputs and outputs information with the network. The network interface 107 includes an interface connected to a wired network and an interface connected to a wireless network. The network interface 107 is, for example, a network interface card (NIC), a wireless local area network (LAN) card, or the like. Data and the like received by the network interface 107 are output to the CPU 101.

なお、図3に示されるサーバ1のハードウェア構成は、一例であり、上記に限られず、実施の形態に応じて適宜構成要素の省略や置換、追加が可能である。例えば、サーバ1は、可搬記録媒体駆動装置を備え、可搬記録媒体に記録されたプログラムを実行してもよい。可搬記録媒体は、例えば、SDカード、miniSDカード、microSDカード、USB(Universal Serial Bus)フラッシュメモリ、CD(Compact Disc)、DVD(Digital Versatile Disc)、Blu−ray(登録商標) Disc、又はフラッシュメモリカードのような記録媒体である。例えば、サーバ1は、入力装置103、出力装置104を備えていなくてもよい。   The hardware configuration of the server 1 illustrated in FIG. 3 is an example, and the present invention is not limited to the above, and omission, replacement, or addition of components can be appropriately made according to the embodiment. For example, the server 1 may include a portable recording medium drive and execute a program recorded in the portable recording medium. The portable recording medium is, for example, an SD card, a miniSD card, a microSD card, a USB (Universal Serial Bus) flash memory, a CD (Compact Disc), a DVD (Digital Versatile Disc), a Blu-ray (registered trademark) Disc, or a flash. It is a recording medium such as a memory card. For example, the server 1 may not include the input device 103 and the output device 104.

図4は、サーバ1の機能構成の一例を示す図である。サーバ1は、機能構成要素として、ソフトウェアパッケージ登録部11、ソフトウェアパッケージ格納部12、ファイル変換部13、送信用ファイル格納部14、ファイル解析部15、ファイル構成情報格納部1
6、送信制御部17を備える。
FIG. 4 is a diagram showing an example of a functional configuration of the server 1. The server 1 includes a software package registration unit 11, a software package storage unit 12, a file conversion unit 13, a transmission file storage unit 14, a file analysis unit 15, and a file configuration information storage unit 1 as functional components.
6, the transmission control unit 17 is provided.

ソフトウェアパッケージ登録部11、ソフトウェアパッケージ格納部12、送信用ファイル格納部14、ファイル解析部15、ファイル構成情報格納部16、送信制御部17は、例えば、サーバ1のCPU 101がファイル配信プログラム105Pを実行することによって達成される機能構成要素である。   The software package registration unit 11, the software package storage unit 12, the transmission file storage unit 14, the file analysis unit 15, the file configuration information storage unit 16, and the transmission control unit 17 are, for example, the CPU 101 of the server 1 performs the file distribution program 105P. It is a functional component achieved by executing.

ソフトウェアパッケージ登録部11は、ユーザインタフェースである。ソフトウェアパッケージ登録部11には、ユーザ操作によるソフトウェアパッケージの入力を受け付ける。ソフトウェアパッケージ登録部11は、入力されたソフトウェアパッケージをソフトウェアパッケージ格納部12に格納する。また、ソフトウェアパッケージ登録部11は、ソフトウェアパッケージをソフトウェアパッケージ格納部12に格納すると、ファイル変換部13に当該ソフトウェアパッケージの自己復元形式ファイルへの変換要求を出力する。   The software package registration unit 11 is a user interface. The software package registration unit 11 receives an input of a software package by user operation. The software package registration unit 11 stores the input software package in the software package storage unit 12. Further, when the software package registration unit 11 stores the software package in the software package storage unit 12, the software package registration unit 11 outputs, to the file conversion unit 13, a conversion request for converting the software package into a self-restoration format file.

ソフトウェアパッケージ格納部12は、ソフトウェアパッケージを保持する。ソフトウェアパッケージ格納部12は、例えば、補助記憶装置105内のファイル配信プログラム105P用に確保された記憶領域の一部である。   The software package storage unit 12 holds the software package. The software package storage unit 12 is, for example, part of a storage area secured for the file distribution program 105P in the auxiliary storage device 105.

ファイル変換部13は、サーバ1のCPU 101が自己復元形式ファイルの作成プログラムを実行することによって達成される機能構成要素である。サーバ1のCPU 101が実行する自己復元形式ファイルの作成プログラムは、1種類とは限らず、複数種類の自己復元形式ファイルの作成プログラムの中から実行されることもある。   The file conversion unit 13 is a functional component achieved by the CPU 101 of the server 1 executing the creation program of the self-restoration type file. The creation program of the self-restoration type file executed by the CPU 101 of the server 1 is not limited to one type, and may be executed from among a plurality of types of self-restoration type file creation programs.

ファイル変換部13は、ソフトウェアパッケージ登録部11から、自己復元形式ファイルへの変換要求の入力を受けると、ソフトウェアパッケージ格納部12に格納されているソフトウェアパッケージを読み出して変換して自己復元形式ファイルを生成する。具体的には、ファイル変換部13は、ソフトウェアパッケージを所定のデータ圧縮方式に従って圧縮して圧縮データ部分を取得し当該圧縮データ部分と復号プログラム部分とを結合して自己復元形式ファイルを取得する。ファイル変換部13は、作成した自己復元形式ファイルを送信用ファイル格納部14に格納する。ファイル変換部13は、「生成部」の一例である。   When the file conversion unit 13 receives an input of a conversion request to a self-restoration format file from the software package registration unit 11, the file conversion unit 13 reads out and converts the software package stored in the software package storage unit 12 and converts the self-restoration format file. Generate Specifically, the file conversion unit 13 compresses the software package in accordance with a predetermined data compression method to obtain a compressed data portion, and combines the compressed data portion and the decoding program portion to obtain a self-restoration format file. The file conversion unit 13 stores the created self-restoration format file in the transmission file storage unit 14. The file conversion unit 13 is an example of a “generation unit”.

送信用ファイル格納部14は、自己復元形式ファイルを保持する。送信用ファイル格納部14は、例えば、補助記憶装置105内のファイル配信プログラム105P用に確保された記憶領域の一部である。   The transmission file storage unit 14 holds a self-restoration type file. The transmission file storage unit 14 is, for example, part of a storage area secured for the file distribution program 105P in the auxiliary storage device 105.

ファイル解析部15は、送信用ファイル格納部14に格納された自己復元形式ファイルを解析して、ファイル構成情報を取得する。取得されたファイル構成情報は、ファイル構成情報格納部16に格納される。ファイル構成情報の詳細は後述される。ファイル構成情報は、「ファイル構成情報」の一例である。   The file analysis unit 15 analyzes the self-restoration format file stored in the transmission file storage unit 14 and acquires file configuration information. The acquired file configuration information is stored in the file configuration information storage unit 16. Details of the file configuration information will be described later. The file configuration information is an example of “file configuration information”.

ファイル構成情報格納部16は、送信用ファイル格納部14に格納されている自己復元形式ファイルに対応するファイル構成情報を保持する。ファイル構成情報格納部16は、例えば、補助記憶装置105内のファイル配信プログラム105P用に確保された記憶領域の一部である。ファイル構成情報格納部16は、「記憶部」の一例である。   The file configuration information storage unit 16 holds file configuration information corresponding to the self-restoration format file stored in the transmission file storage unit 14. The file configuration information storage unit 16 is, for example, part of a storage area secured for the file distribution program 105P in the auxiliary storage device 105. The file configuration information storage unit 16 is an example of a “storage unit”.

送信制御部17は、クライアント端末2からのファイル送信要求を受信し、対象のファイルを送信する。クライアント端末2からのファイル送信要求にファイルの区間指定が含まれている場合には、送信制御部17は、対象のファイルの区間指定に該当するデータをクライアント端末2に送信する。   The transmission control unit 17 receives a file transmission request from the client terminal 2 and transmits a target file. When the file transmission request from the client terminal 2 includes the section specification of the file, the transmission control unit 17 transmits data corresponding to the section specification of the target file to the client terminal 2.

また、送信制御部17は、クライアント端末2から更新対象のソフトウェアの一覧要求を受信し、更新対象のソフトウェアの一覧情報と、更新対象の各ソフトウェアの更新ファイルのファイル構成情報とをクライアント端末2に送信する。送信制御部17の処理の詳細は後述される。送信制御部17は、「制御部」の一例である。   In addition, the transmission control unit 17 receives a list request of software to be updated from the client terminal 2, and transmits list information of software to be updated and file configuration information of update files of each software to be updated to the client terminal 2. Send. Details of the processing of the transmission control unit 17 will be described later. The transmission control unit 17 is an example of a “control unit”.

なお、ソフトウェアパッケージ格納部12に格納されているソフトウェアパッケージは、例えば、変換により当該ソフトウェアパッケージから自己復元形式ファイルが作成され、送信用ファイル格納部14に格納された場合に、ファイル変換部13によって削除されてもよい。   The software package stored in the software package storage unit 12 is converted by the file conversion unit 13 when, for example, a self-restoration format file is created from the software package by conversion and stored in the transmission file storage unit 14. It may be deleted.

なお、CPU 101が実行する自己復元形式ファイルの作成プログラムが1種類である場合には、ファイル解析部15が備えられず、ファイル解析部15の代わりにファイル変換部13がファイル構成情報を作成してもよい。   If there is only one type of self-restoration format file creation program executed by the CPU 101, the file analysis unit 15 is not provided, and the file conversion unit 13 creates file configuration information instead of the file analysis unit 15. May be

図5は、ファイル構成情報の一例を示す図である。ファイル構成情報は、ソフトウェアパッケージ格納部12に格納されている自己復元形式ファイルに関する情報である。ファイル構成情報は、例えば、ファイル名、自己復元形式ファイルの作成元の作成プログラムのプログラム名、復元プログラムの格納位置を示す情報を含む。   FIG. 5 is a diagram showing an example of file configuration information. The file configuration information is information on the self-restoration format file stored in the software package storage unit 12. The file configuration information includes, for example, a file name, a program name of a creation program of a creation source of the self-restoration format file, and information indicating a storage position of the restoration program.

ファイル名は、構成情報の対象となる自己復元形式ファイルを識別するための情報である。ファイル名に限定されず、例えば、送信用ファイル格納部14に格納される自己復元形式ファイルが複数の記憶領域にわたる場合には、記憶領域の位置を含めたパス名にできる。また、ファイル構成情報は自己復元形式ファイルと1対1で対応させなくてもよく、例えば、ワイルドカードの形で指定することによって複数の自己復元形式ファイルを対象として指定させることもできる。   The file name is information for identifying a self-restoration format file which is an object of configuration information. The file name is not limited to the file name. For example, when the self-restoration format file stored in the transmission file storage unit 14 spans a plurality of storage areas, it can be a path name including the position of the storage area. Also, the file configuration information need not be in one-to-one correspondence with the self-restoration format file. For example, a plurality of self-restoration format files can be designated as targets by specifying them in the form of a wildcard.

自己復元形式ファイルの作成元の作成プログラムのプログラム名は、自己復元形式ファイルの作成プログラムの種類を識別するための情報である。プログラム名に限定されず、自己復元形式ファイルの作成プログラムの種類を識別可能な情報であれば、ファイル構成情報に含めることができる。自己復元形式ファイルの作成元の作成プログラムのプログラム名は、「自己復元方式ファイルを作成したプログラムの識別情報」の一例である。   The program name of the creation program of the creation source of the self-restoration format file is information for identifying the type of the creation program of the self-restoration format file. The information is not limited to the program name, and any information that can identify the type of the self-restoration format file creation program can be included in the file configuration information. The program name of the creation program of the creation source of the self-restoration type file is an example of “identification information of the program that has created the self-restoration type file”.

復元プログラム部分の格納位置を示す情報は、復元プログラム部分の開始位置又は終了位置と復元プログラムのサイズとの組合せであってもよい。例えば、復元プログラム部分の格納位置を示す情報は、先頭から100バイト、末尾から100バイト、等である。または、復元プログラム部分の格納位置を示す情報は、復元プログラム部分の開始位置と終了位置との組合せであってもよい。例えば、復元プログラム部分の格納位置を示す情報は、先頭から0バイトの位置から100バイトの位置までのように、区間で指定されてもよい。ファイル構成情報に含まれる復元プログラム部分の格納位置を示す情報は、「復元プログラム部分の格納位置に関する情報」の一例である。   The information indicating the storage position of the restoration program portion may be a combination of the start position or the end position of the restoration program portion and the size of the restoration program. For example, the information indicating the storage position of the restoration program portion is 100 bytes from the head, 100 bytes from the end, and the like. Alternatively, the information indicating the storage position of the restoration program portion may be a combination of the start position and the end position of the restoration program portion. For example, the information indicating the storage position of the restoration program portion may be designated in a section, such as from the position of 0 byte to the position of 100 bytes from the head. The information indicating the storage position of the restoration program portion included in the file configuration information is an example of “information regarding the storage position of the restoration program portion”.

なお、図5に示されるファイル構成情報のデータ構造は、一例であって、これに限定されない。例えば、ファイル構成情報は、復元プログラム部分の格納位置を示す情報の代わりに、又は、復元プログラム部分の格納位置を示す情報に加えて、圧縮データ部分の格納位置示す情報を含んでもよい。例えば、ファイル構成情報は、自己復元形式ファイルのサイズを含んでもよい。   The data structure of the file configuration information shown in FIG. 5 is an example, and the present invention is not limited to this. For example, the file configuration information may include information indicating the storage position of the compressed data portion instead of information indicating the storage position of the decompression program portion or in addition to information indicating the storage position of the decompression program portion. For example, the file configuration information may include the size of the self-restoration type file.

図6は、クライアント端末2の機能構成の一例を示す図である。クライアント端末2は、例えば、PC(Personal Computer)、スマートフォン、タブレット端末等の端末装置
である。クライアント端末2のハードウェア構成は、例えば、サーバ1とほぼ同様であり、図示を省略する。クライアント端末2は、ハードウェア構成要素として、例えば、CPU、主記憶装置、補助記憶装置、入力装置、出力装置、ネットワークインタフェースを備える。クライアント端末2は、「情報処理装置」の一例である。
FIG. 6 is a diagram showing an example of a functional configuration of the client terminal 2. The client terminal 2 is, for example, a terminal device such as a PC (Personal Computer), a smartphone, or a tablet terminal. The hardware configuration of the client terminal 2 is, for example, substantially the same as that of the server 1 and is not shown. The client terminal 2 includes, for example, a CPU, a main storage device, an auxiliary storage device, an input device, an output device, and a network interface as hardware components. The client terminal 2 is an example of the “information processing apparatus”.

クライアント端末2は、補助記憶装置に、例えば、OS、更新ファイルダウンロード制御プログラム、自己復元形式ファイルを復元するための復元プログラム、ソフトウェアインストールプログラムを備える。更新ファイルダウンロード制御プログラムは、クライアント端末2のソフトウェアの更新ファイルをダウンロードするためのプログラムである。更新ファイルダウンロード制御プログラムは、「情報処理プログラム」の一例である。自己復元形式ファイルを復元するための復元プログラムは、自己復元形式ファイルからソフトウェアパッケージを取得するためのプログラムである。ソフトウェアインストールプログラムは、ソフトウェアパッケージをインストールするためのプログラムである。   The client terminal 2 includes, for example, an OS, an update file download control program, a restoration program for restoring a self-restoration format file, and a software installation program in the auxiliary storage device. The update file download control program is a program for downloading the software update file of the client terminal 2. The update file download control program is an example of the “information processing program”. The restoration program for restoring the self-restoration type file is a program for acquiring the software package from the self-restoration type file. The software installation program is a program for installing a software package.

クライアント端末2は、機能構成要素として、受信制御部21、受信ファイル格納部22、復元プログラム部分抽出部23、復元プログラム部分格納部24、受信データ結合部25、ファイル復元部26、ソフトウェアパッケージ格納部27、インストール部28、一次記憶部29を備える。   The client terminal 2 includes, as functional components, a reception control unit 21, a reception file storage unit 22, a restoration program partial extraction unit 23, a restoration program partial storage unit 24, a reception data combining unit 25, a file restoration unit 26, and a software package storage unit 27, an installation unit 28, and a primary storage unit 29.

受信制御部21、受信ファイル格納部22、復元プログラム部分抽出部23、復元プログラム部分格納部24、受信データ結合部25は、例えば、クライアント端末2のCPUが更新ファイルダウンロード制御プログラムを実行することによって達成される機能構成要素である。   The reception control unit 21, the reception file storage unit 22, the restoration program partial extraction unit 23, the restoration program partial storage unit 24, and the reception data combination unit 25 are executed, for example, by the CPU of the client terminal 2 executing the update file download control program It is a functional component to be achieved.

受信制御部21は、ユーザ操作によって、クライアント端末2のソフトウェアの更新一覧表示の指示が入力されると、サーバ1に更新対象のソフトウェアの一覧要求を送信する。更新対象のソフトウェアの一覧要求には、例えば、クライアント端末2の実行環境情報が含まれる。クライアント端末2の実行環境情報には、例えば、クライアント端末2の機種名、型番、OS名、OSのバージョン等が含まれる。   When an instruction to display an update list of software of the client terminal 2 is input by a user operation, the reception control unit 21 transmits a list request of software to be updated to the server 1. The list request of software to be updated includes, for example, execution environment information of the client terminal 2. The execution environment information of the client terminal 2 includes, for example, a model name of the client terminal 2, a model number, an OS name, a version of the OS, and the like.

受信制御部21は、更新対象のソフトウェアの一覧要求の応答として、サーバ1から、クライアント端末2の実行環境情報に応じた更新対象のソフトウェアの一覧情報と、当該ソフトウェアの更新ファイルである自己復元形式ファイルのファイル構成情報とを受信する。受信制御部21は、受信したファイル構成情報を一時記憶部29に格納する。   The reception control unit 21 receives, from the server 1 as a response to a list request for software to be updated, list information on software to be updated according to the execution environment information of the client terminal 2 and a self-restoration format that is an update file of the software. Receive file configuration information of a file. The reception control unit 21 stores the received file configuration information in the temporary storage unit 29.

受信制御部21は、サーバ1から受信した更新対象ソフトウェアの一覧情報の中からクライアント端末2が更新可能なソフトウェアの情報を抽出し、抽出したソフトウェアのリストを含む更新対象一覧画面をディスプレイに出力する。更新対象一覧画面は、クライアント端末2のユーザに、更新可能なソフトウェアの情報を提供し、更新対象のソフトウェアを選択させるための画面である。更新対象一覧画面の詳細は、後述される。   The reception control unit 21 extracts information of software that can be updated by the client terminal 2 from the list information of update target software received from the server 1 and outputs an update target list screen including the extracted software list to the display . The update target list screen is a screen for providing the user of the client terminal 2 with information of software that can be updated, and selecting software to be updated. Details of the update target list screen will be described later.

受信制御部21は、例えば、更新対象一覧画面に対するユーザ操作によって、更新対象のソフトウェアの指定と更新開始との指示の入力を受ける。受信制御部21は、指示の入力を受けると、サーバ1から更新対象のソフトウェアの更新ファイルのダウンロードを開始する。   The reception control unit 21 receives, for example, an input of designation of software to be updated and an instruction of update start by a user operation on the update target list screen. When receiving the instruction, the reception control unit 21 starts downloading the update file of the software to be updated from the server 1.

ダウンロード対象の更新ファイルが複数である場合には、受信制御部21は、各ファイルに対して少なくとも1つの送信要求を送信して、ファイルをダウンロードする。ファイルのダウンロード処理では、受信制御部21は、サーバ1にファイル送信要求を送信し、ファイル送信要求の応答として、対象のファイルをサーバ1から受信する。ファイル送信
要求には、例えば、ダウンロード対象のファイル名と、ダウンロード対象となる区間指定とが含まれている。
When there are a plurality of update files to be downloaded, the reception control unit 21 transmits at least one transmission request to each file to download the file. In the file download process, the reception control unit 21 transmits a file transmission request to the server 1 and receives a target file from the server 1 as a response to the file transmission request. The file transmission request includes, for example, a file name to be downloaded and a section designation to be downloaded.

ダウンロード対象の自己復元形式ファイルの復元プログラム部分が復元プログラム部分格納部24に格納されていない場合には、受信制御部21は、当該自己復元形式ファイル全体をサーバ1からダウンロードする。この場合には、ファイル送信要求には、区間指定が含まれない。受信制御部21は、ダウンロードした自己復元形式ファイルを受信ファイル格納部22に格納する。また、受信制御部21は、復元プログラム部分抽出部23に対して、ダウンロードした自己復元形式ファイルから復元プログラム部分を抽出するよう指示を出力する。   When the restoration program portion of the self-restoration format file to be downloaded is not stored in the restoration program partial storage unit 24, the reception control unit 21 downloads the entire self-restoration format file from the server 1. In this case, the file transmission request does not include the section designation. The reception control unit 21 stores the downloaded self-restoration format file in the reception file storage unit 22. The reception control unit 21 also outputs an instruction to the restoration program partial extraction unit 23 to extract the restoration program portion from the downloaded self-restoration format file.

ダウンロード対象の自己復元形式ファイルの復元プログラム部分が復元プログラム部分格納部24に格納されている場合には、受信制御部21は、当該自己復元形式ファイルの復元プログラム部分の格納位置をファイル構成情報から取得し、圧縮データ部分をサーバ1からダウンロードする。この場合には、ファイル送信要求には、圧縮データ部分の区間指定が含まれる。なお、復元プログラム部分の格納位置がファイルの先頭又は末尾でなく、圧縮データ部分が復元プログラム部分によって分断されて複数である場合には、ファイル送信要求は各圧縮データ部分について送信される。受信制御部21は、一時記憶部29に対象の自己復元形式ファイルのダウンロードした圧縮データ部分を格納する。また、受信制御部21は、受信データ結合部25に対して、当該圧縮データ部分と復元プログラム部分との結合の指示と、を出力する。受信制御部21は、「制御部」の一例である。   When the restoration program portion of the self-restoration format file to be downloaded is stored in the restoration program portion storage unit 24, the reception control unit 21 determines the storage location of the restoration program portion of the self-restoration format file from the file configuration information. Acquire and download compressed data from the server 1. In this case, the file transmission request includes section designation of the compressed data portion. When the storage position of the decompression program portion is not at the beginning or end of the file and the compressed data portion is divided by the decompression program portion into a plurality, the file transmission request is transmitted for each compressed data portion. The reception control unit 21 stores the downloaded compressed data portion of the target self-restoration format file in the temporary storage unit 29. Further, the reception control unit 21 outputs, to the reception data combining unit 25, an instruction to combine the compressed data portion and the restoration program portion. The reception control unit 21 is an example of a “control unit”.

一時記憶部29は、例えば、一時記憶部29用に確保される主記憶装置102内の共有メモリとして用いられる記憶領域である。一時記憶部29は、ファイル構成情報と自己復元形式ファイルのダウンロードされた圧縮データ部分とを一時的に記憶する。なお、ファイル更新情報は、ダウンロード対象のファイルのダウンロードが完了すると、一時記憶部29から削除される。一次記憶部29は、「第2の記憶部」の一例である。   The temporary storage unit 29 is, for example, a storage area used as a shared memory in the main storage device 102 secured for the temporary storage unit 29. The temporary storage unit 29 temporarily stores the file configuration information and the downloaded compressed data portion of the self-restoration format file. The file update information is deleted from the temporary storage unit 29 when the download of the file to be downloaded is completed. The primary storage unit 29 is an example of a “second storage unit”.

受信ファイル格納部22は、ダウンロードされた自己復元形式ファイルを保持する。受信ファイル格納部22は、例えば、クライアント端末2の補助記憶装置内の更新ファイルダウンロード制御プログラム用に確保された記憶領域の一部である。   The reception file storage unit 22 holds the downloaded self-restoration format file. The received file storage unit 22 is, for example, a part of a storage area secured for the update file download control program in the auxiliary storage device of the client terminal 2.

復元プログラム部分抽出部23は、受信制御部21からの指示を受けて、当該指示によって指定された受信ファイル格納部22に格納されている自己復元形式ファイルから復元プログラム部分を抽出する。当該自己復元形式ファイルの復元プログラム部分は、受信制御部21から指定されるファイル名にファイル名が一致するファイル構成情報から取得される。復元プログラム部分抽出部23は、当該自己復元形式ファイルから抽出した復元プログラム部分を復元プログラム部分格納部24に格納する。復元プログラム部分抽出部23は、「抽出部」の一例である。   In response to the instruction from the reception control unit 21, the restoration program partial extraction unit 23 extracts a restoration program portion from the self-restoration format file stored in the reception file storage unit 22 designated by the instruction. The restoration program portion of the self-restoration format file is acquired from file configuration information whose file name matches the file name designated by the reception control unit 21. The restoration program partial extraction unit 23 stores the restoration program portion extracted from the self-restoration format file in the restoration program partial storage unit 24. The restoration program partial extraction unit 23 is an example of the “extraction unit”.

復元プログラム部分格納部24は、自己復元形式ファイルから抽出された復元プログラム部分を保持する。復元プログラム部分格納部24は、例えば、クライアント端末2の補助記憶装置内の更新ファイルダウンロード制御プログラム用に確保された記憶領域の一部、又は、ユーザによって更新ファイル(自己復元形式ファイル)の格納場所として指定されたクライアント端末2の補助記憶装置内の記憶領域である。復元プログラム部分格納部24は、「記憶部」の一例である。   The restoration program partial storage unit 24 holds the restoration program part extracted from the self-restoration format file. The restoration program partial storage unit 24 is, for example, a part of the storage area secured for the update file download control program in the auxiliary storage device of the client terminal 2, or the storage location of the update file (self restoration format file) by the user. Storage area of the auxiliary storage device of the client terminal 2 designated as. The restoration program partial storage unit 24 is an example of the “storage unit”.

受信データ結合部25は、受信制御部21から復元プログラム部分と圧縮データ部分との結合の指示の入力を受ける。受信データ結合部25は、例えば、指定されたファイル名に対応する圧縮データ部分を一時記憶部29から取得する。受信データ結合部25は、例
えば、指定されたファイル名にファイル名が一致するファイル構成情報に基づいて、指定されたファイル名の圧縮データ部分に対応する復元プログラム部分を復元プログラム部分格納部24から取得する。
The reception data combining unit 25 receives an input of an instruction for combining the restored program portion and the compressed data portion from the reception control unit 21. The reception data combining unit 25 acquires, for example, a compressed data portion corresponding to the designated file name from the temporary storage unit 29. For example, based on the file configuration information in which the file name matches the specified file name, the reception data combining unit 25 extracts the restoration program portion corresponding to the compressed data portion of the specified file name from the restoration program partial storage unit 24. get.

受信データ結合部25は、当該ファイル構成情報に従った復元プログラム部分の格納位置に復元プログラム部分格納部24から取得した復元プログラム部分を格納し、一時記憶部29から読み出した圧縮データ部分と結合して、自己復元形式ファイルを取得する。   The reception data combining unit 25 stores the recovery program portion acquired from the recovery program portion storage unit 24 at the storage position of the recovery program portion according to the file configuration information, and combines with the compressed data portion read from the temporary storage unit 29. To obtain a self-restoring file.

受信データ結合部25は、自己復元形式ファイルの取得の結果を受信制御部21に通知する。自己復元形式ファイルの取得が失敗するのは、例えば、以下の場合である。例えば、復元プログラム部分格納部24にいずれの復元プログラム部分も格納されていない場合である。例えば、一時記憶部29内のファイル構成情報に、指定ファイル名にファイル名が一致するファイル構成情報が含まれていない場合である。例えば、指定ファイル名に対応するファイル構成情報によって示される復元プログラム部分のサイズと復元プログラム部分格納部24から取得された復元プログラム部分とのサイズが一致しない場合である。   The reception data combining unit 25 notifies the reception control unit 21 of the result of acquisition of the self-restoration format file. The acquisition of the self-restoration type file fails, for example, in the following cases. For example, there is a case where no restoration program part is stored in the restoration program part storage unit 24. For example, the file configuration information in the temporary storage unit 29 does not include file configuration information whose file name matches the designated file name. For example, the size of the restoration program portion indicated by the file configuration information corresponding to the designated file name does not match the size of the restoration program portion acquired from the restoration program portion storage unit 24.

受信データ結合部25は、取得した自己復元形式ファイルを受信ファイル格納部22に格納する。受信データ結合部25は、「取得部」の一例である。   The reception data combining unit 25 stores the acquired self-restoration format file in the reception file storage unit 22. The reception data combining unit 25 is an example of an “acquisition unit”.

ファイル復元部26、ソフトウェアパッケージ格納部27は、例えば、クライアント端末2のCPUが自己復元形式ファイルを復元するための復元プログラムを実行することによって達成される機能構成要素である。   The file restoration unit 26 and the software package storage unit 27 are functional components achieved by, for example, the CPU of the client terminal 2 executing a restoration program for restoring a self-restoration type file.

ファイル復元部26は、例えば、受信制御部21からの指示、又は、ユーザ操作による指示の入力に従って、受信ファイル格納部22内の指定された自己復元形式ファイルの復元プログラム部分に含まれる復元プログラムを実行して、圧縮データ部分からソフトウェアパッケージを取得する。ファイル復元部26は、取得したソフトウェアパッケージをソフトウェアパッケージ格納部27に格納する。   For example, the file restoration unit 26 includes a restoration program included in the restoration program portion of the designated self-restoration type file in the reception file storage unit 22 according to an instruction from the reception control unit 21 or an instruction input by the user operation. Execute to get the software package from the compressed data part. The file restoration unit 26 stores the acquired software package in the software package storage unit 27.

ソフトウェアパッケージ格納部27は、ソフトウェアパッケージを保持する。ソフトウェアパッケージ格納部27は、例えば、クライアント端末2の補助記憶装置内の自己復元形式ファイルの復元プログラム用に確保された記憶領域の一部、又は、ユーザによってソフトウェアパッケージの格納場所として指定されたクライアント端末2の補助記憶装置内の記憶領域である。   The software package storage unit 27 holds the software package. The software package storage unit 27 is, for example, a part of a storage area secured for a restoration program of a self-restoration type file in the auxiliary storage device of the client terminal 2, or a client designated as a storage location of a software package by the user. It is a storage area in the auxiliary storage device of the terminal 2.

インストール部28は、例えば、クライアント端末2のCPUがソフトウェアインストールプログラムを実行することによって達成される機能構成要素である。インストール部28は、例えば、受信制御部21からの指示、又は、ユーザ操作による指示の入力に従って、ソフトウェアパッケージ格納部27内のソフトウェアパッケージのインストール処理を行う。   The installation unit 28 is a functional component achieved by, for example, the CPU of the client terminal 2 executing a software installation program. The installation unit 28 installs the software package in the software package storage unit 27 according to, for example, an instruction from the reception control unit 21 or an instruction input by a user operation.

なお、受信ファイル格納部22に格納されている自己復元形式ファイルは、例えば、復元されたソフトウェアパッケージがソフトウェアパッケージ格納部27に格納された場合に、ファイル復元部26によって削除されてもよい。復元プログラム部分格納部24に格納されている復元プログラム部分は、例えば、一括ダウンロードに係る処理が終了した場合に、受信制御部21によって削除されてもよい。ソフトウェアパッケージ格納部27に格納されているソフトウェアパッケージは、例えば、当該ソフトウェアパッケージのインストールが完了した場合に、インストール部28によって削除されてもよい。   The self-restoration format file stored in the received file storage unit 22 may be deleted by the file restoration unit 26, for example, when the restored software package is stored in the software package storage unit 27. The restoration program portion stored in the restoration program portion storage unit 24 may be deleted by the reception control unit 21, for example, when the process relating to batch downloading is completed. The software package stored in the software package storage unit 27 may be deleted by the installation unit 28, for example, when the installation of the software package is completed.

図7は、クライアント端末2の更新対象一覧画面の一例である。例えば、更新対象一覧
画面は、ユーザ操作によって更新ファイルダウンロード制御プログラムが起動されると、クライアント端末2のディスプレイに表示される画面である。
FIG. 7 is an example of the update target list screen of the client terminal 2. For example, the update target list screen is a screen displayed on the display of the client terminal 2 when the update file download control program is activated by a user operation.

更新対象一覧画面には、クライアント端末2の実行環境情報に応じた更新可能なソフトウェアの一覧が表示される。更新対象一覧画面に表示されるソフトウェアは、例えば、サーバ1が保持するソフトウェアとクライアント端末2が保持する同ソフトウェアとの、バージョンの比較、リリース日の比較の結果抽出されたソフトウェアである。いずれの比較においても、クライアント端末2が保持するソフトウェアの情報よりもサーバ1が保持するソフトウェアの情報の方が新しい場合に、更新対象一覧画面に表示されるソフトウェアとして選択される。なお、更新対象一覧画面に、サーバ1から通知された全ソフトウェアの情報を表示してもよい。   In the update target list screen, a list of software that can be updated according to the execution environment information of the client terminal 2 is displayed. The software displayed on the update target list screen is, for example, software extracted as a result of version comparison and release date comparison between the software held by the server 1 and the software held by the client terminal 2. In any comparison, when the information of the software held by the server 1 is newer than the information of the software held by the client terminal 2, the software is selected as the software displayed on the update target list screen. Note that information on all software notified from the server 1 may be displayed on the update target list screen.

更新対象一覧画面中には、表示されるソフトウェア名に対応してチェックボックスが配置されており、ユーザは操作によってチェックボックスにチェックを付けることによって、更新を所望するソフトウェアを選択することができる。   In the update target list screen, check boxes are arranged corresponding to the software names to be displayed, and the user can select the software desired to be updated by checking the check boxes by operation.

また、更新対象一覧画面には、更新開始ボタンB1が含まれている。例えば、ユーザ操作によって、更新開始ボタンB1が押下されると、チェックボックスにチェックが付けられたソフトウェアの更新ファイルを対象とするダウンロードが開始される。   Further, the update target list screen includes an update start button B1. For example, when the update start button B1 is pressed by the user's operation, download for the update file of software whose check box is checked is started.

なお、更新開始ボタンB1の押下によって、ソフトウェアの更新ファイルのダウンロードからインストールまでの処理が行われてもよい。この場合には、受信制御部21によって、ファイル復元部26への自己復元形式ファイルの復元処理の指示、インストール部28へのインストール処理の指示が行われる。   Note that processing from downloading to installation of the software update file may be performed by pressing the update start button B1. In this case, the reception control unit 21 instructs the file restoration unit 26 to perform the restoration process of the self-restoration format file and the installation process to the installation unit 28.

または、更新開始ボタンB1の押下によってソフトウェアの更新ファイルのダウンロードまでが実行されてもよい。この場合には、例えば、対象ファイルを選択するユーザ操作によって、ファイル復元部26への自己復元形式ファイルの復元処理の指示、インストール部28へのインストール処理の指示が行われる。対象ファイルを選択するユーザ操作は、例えば、対象ファイルのアイコンをダブルクリックする操作である。   Alternatively, the download of the software update file may be executed by pressing the update start button B1. In this case, for example, by the user's operation of selecting the target file, an instruction to restore the file of the self-restoration type to the file restoration unit 26 and an instruction to install the installation unit 28 are issued. The user operation of selecting the target file is, for example, an operation of double-clicking the icon of the target file.

例えば、ディスプレイに表示された、ユーザ指定の格納場所に格納された自己復元形式ファイルのアイコンがダブルクリックされることによって、ファイル復元部26へ当該自己復元形式ファイルの復元処理の指示が入力され、ソフトウェアパッケージが得られる。例えば、ディスプレイに表示された、ユーザ指定の格納場所に格納されたソフトウェアパッケージ(フォルダ)内の実行ファイルのアイコンがダブルクリックされることによって、インストール部28へ当該ソフトウェアパッケージのインストール処理の指示が入力され、ソフトウェアパッケージがインストールされる。   For example, when the icon of the self-restoration format file stored in the user-specified storage location displayed on the display is double-clicked, an instruction of the self-restoration format file restoration processing is input to the file restoration unit 26; A software package is obtained. For example, when the icon of the executable file in the software package (folder) stored in the user-specified storage location displayed on the display is double-clicked, an instruction to install the software package is input to the installing unit 28 And the software package is installed.

または、更新開始ボタンB1の押下によってはソフトウェアの更新ファイルのダウンロードまで実行され、ダウンロード後、当該ソフトウェアの更新ファイルのインストールの実行の可否をユーザに問い合わせる画面が表示されてもよい。この場合には、例えば、インストールの実行の可否を問い合わせる画面の制御は、受信制御部21(更新ファイルダウンロード制御プログラム)によって行われる。したがって、この場合には、ファイル復元部26への自己復元形式ファイルの復元処理の指示、インストール部28へのインストール処理の指示は、インストールの実行を指示するユーザ操作の入力に従って、受信制御部21によって、行われる。   Alternatively, when the update start button B1 is pressed, the download of the software update file may be executed, and after downloading, a screen may be displayed asking the user whether to install the update file of the software. In this case, for example, control of a screen inquiring whether or not installation can be performed is performed by the reception control unit 21 (updated file download control program). Therefore, in this case, the reception control unit 21 instructs the file restoration unit 26 to perform the restoration process of the self-restoration format file and the installation process to the installation unit 28 according to the input of the user operation instructing to execute the installation. Is done by

<処理の流れ>
図8は、第1実施形態に係るサーバ1の処理のフローチャートの一例である。図8に示
される処理は、例えば、サーバ1がクライアント端末2から送信要求を受信すると開始される。図8に示される処理の実行主体は、サーバ1のCPU 101であるが、便宜上、CPU 101がファイル配信プログラム105Pを実行することによって達成される機能構成である送信制御部17を主体として説明される。
<Flow of processing>
FIG. 8 is an example of a flowchart of processing of the server 1 according to the first embodiment. The process shown in FIG. 8 is started, for example, when the server 1 receives a transmission request from the client terminal 2. Although the execution subject of the process shown in FIG. 8 is the CPU 101 of the server 1, for convenience, the transmission control unit 17 which is a functional configuration achieved by executing the file distribution program 105P is mainly described. Ru.

OP1では、送信制御部17は、受信した送信要求が更新対象のソフトウェアの一覧要求であるか否かを判定する。受信した送信要求が更新対象のソフトウェアの一覧要求である場合には(OP1:YES)、処理がOP2に進む。受信した送信要求が更新対象のソフトウェアの一覧要求でない場合には(OP1:NO)、処理がOP4に進む。   In OP1, the transmission control unit 17 determines whether the received transmission request is a list request of software to be updated. If the received transmission request is a list request of software to be updated (OP1: YES), the process proceeds to OP2. If the received transmission request is not a list request of software to be updated (OP1: NO), the process proceeds to OP4.

OP2、OP3の処理は、更新対象のソフトウェアの一覧要求が受信された場合の処理である。OP2では、送信制御部17は、例えば、クライアント端末2の実行環境情報に応じたソフトウェアの一覧情報と、当該ソフトウェアの更新ファイルのファイル構成情報とを、ファイル構成情報格納部16から取得する。ソフトウェアの一覧情報には、例えば、ソフトウェア名と、ソフトウェアの更新情報とが含まれている。ソフトウェアの更新情報には、例えば、ソフトウェアの更新日時、バーション等のソフトウェアの新しさを示す情報が含まれている。クライアント端末2の実行環境情報は、更新対象のソフトウェアの一覧要求に含まれている。   The processes of OP2 and OP3 are processes when a list request of software to be updated is received. In OP2, the transmission control unit 17 acquires, for example, list information of software corresponding to the execution environment information of the client terminal 2 and file configuration information of an update file of the software from the file configuration information storage unit 16. The software list information includes, for example, a software name and software update information. The software update information includes, for example, information indicating the software update date and time, the version of the software, and the like. The execution environment information of the client terminal 2 is included in the list request of software to be updated.

OP3では、送信制御部17は、クライアント端末2の実行環境情報に応じたソフトウェアの一覧情報と、当該ソフトウェアの更新ファイルのファイル構成情報とを、クライアント端末2に送信する。その後、図8に示される処理が終了する。   In OP3, the transmission control unit 17 transmits, to the client terminal 2, software list information according to the execution environment information of the client terminal 2 and file configuration information of the update file of the software. Thereafter, the process shown in FIG. 8 ends.

OP4では、送信制御部17は、受信した送信要求がファイル送信要求であるか否かを判定する。受信した送信要求がファイル送信要求である場合には(OP4:YES)、処理がOP5に進む。受信した送信要求がファイル送信要求でない場合には(OP4:NO)、図8に示される処理が終了する。   In OP4, the transmission control unit 17 determines whether the received transmission request is a file transmission request. If the received transmission request is a file transmission request (OP4: YES), the process proceeds to OP5. If the received transmission request is not a file transmission request (OP4: NO), the processing shown in FIG. 8 ends.

OP5以降の処理は、ファイル送信要求が受信された場合の処理である。OP5では、送信制御部17は、ファイル送信要求の対象のファイルに対応する自己復元形式ファイルが送信用ファイル格納部14に格納されているか否かを判定する。該当する自己復元形式ファイルが送信用ファイル格納部14に格納されている場合には(OP5:YES)、処理がOP6に進む。該当する自己復元形式ファイルが送信用ファイル格納部14に格納されていない場合には(OP5:NO)、送信制御部17は、ファイル送信要求の対象のファイルに対応するソフトウェアパッケージの送信を判定し、処理がOP9に進む。   The processing after OP5 is processing when a file transmission request is received. In OP5, the transmission control unit 17 determines whether or not the transmission file storage unit 14 stores a self-restoration format file corresponding to the file of the file transmission request target. If the corresponding self-restoration format file is stored in the transmission file storage unit 14 (OP5: YES), the process proceeds to OP6. When the corresponding self-restoration format file is not stored in the transmission file storage unit 14 (OP5: NO), the transmission control unit 17 determines the transmission of the software package corresponding to the file of the file transmission request target. Processing proceeds to OP9.

OP6からOP8の処理は、ファイル送信要求の対象のファイルに対応する自己復元形式ファイルを送信する処理である。OP6では、送信制御部17は、ファイル送信要求に区間指定が含まれているか否かを判定する。ファイル送信要求に区間指定が含まれている場合には(OP6:YES)、処理がOP7に進む。ファイル送信要求に区間指定が含まれていない場合には(OP6:NO)、処理がOP8に進む。   The processing of OP6 to OP8 is processing of transmitting a self-restoration format file corresponding to the file of the target of the file transmission request. In OP6, the transmission control unit 17 determines whether the file transmission request includes a section designation. If the file transmission request includes a section designation (OP6: YES), the process proceeds to OP7. If the file transmission request does not include the section designation (OP6: NO), the process proceeds to OP8.

OP7では、送信制御部17は、送信用ファイル格納部14から該当する自己復元形式ファイルのファイル送信要求に含まれる区間指定に該当する区間を読み出し、クライアント端末2に送信する。その後、図8に示される処理が終了する。   In OP7, the transmission control unit 17 reads the section corresponding to the section specification included in the file transmission request of the corresponding self-restoration format file from the transmission file storage section 14 and transmits the section to the client terminal 2. Thereafter, the process shown in FIG. 8 ends.

OP8では、送信制御部17は、送信用ファイル格納部14からファイル送信要求の対象のファイルに対応する自己復元形式ファイルを読み出し、クライアント端末2に送信する。その後、図8に示される処理が終了する。   In OP8, the transmission control unit 17 reads the self-restoration format file corresponding to the target file of the file transmission request from the transmission file storage unit 14 and transmits the file to the client terminal 2. Thereafter, the process shown in FIG. 8 ends.

OP9からOP11の処理は、ファイル送信要求の対象のファイルに対応するソフトウェアパッケージを送信する処理である。OP9では、送信制御部17は、ファイル送信要求に区間指定が含まれているか否かを判定する。ファイル送信要求に区間指定が含まれている場合には(OP9:YES)、処理がOP10に進む。ファイル送信要求に区間指定が含まれていない場合には(OP9:NO)、処理がOP11に進む。   The processes of OP9 to OP11 are processes of transmitting the software package corresponding to the target file of the file transmission request. At OP9, the transmission control unit 17 determines whether or not the file transmission request includes a section designation. If the file transmission request includes a section designation (OP9: YES), the process proceeds to OP10. If the file transmission request does not include the section designation (OP9: NO), the process proceeds to OP11.

OP10では、送信制御部17は、ソフトウェアパッケージ格納部12からファイル送信要求の対象のファイルに対応するソフトウェアパッケージのファイル送信要求に含まれる区間指定に該当する区間を読み出し、クライアント端末2に送信する。その後、図8に示される処理が終了する。   In OP10, the transmission control unit 17 reads the section corresponding to the section specification included in the file transmission request of the software package corresponding to the file of the file transmission request target from the software package storage unit 12, and transmits the section to the client terminal 2. Thereafter, the process shown in FIG. 8 ends.

OP11では、送信制御部17は、ソフトウェアパッケージ格納部12からファイル送信要求の対象のファイルに対応するソフトウェアパッケージを読み出し、クライアント端末2に送信する。その後、図8に示される処理が終了する。   In OP11, the transmission control unit 17 reads the software package corresponding to the target file of the file transmission request from the software package storage unit 12 and transmits the software package to the client terminal 2. Thereafter, the process shown in FIG. 8 ends.

図9A、図9B、及び、図9Cは、第1実施形態に係るクライアント端末2の処理のフローチャートの一例である。図9Aに示される処理は、更新ソフトウェアダウンロード制御プログラムが起動されると開始される。図9A〜図9Cに示される処理の実行主体は、クライアント端末2のCPUであるが、便宜上、クライアント端末2のCPUが更新ソフトウェアダウンロード制御プログラムを実行することによって達成される機能構成要素である受信制御部21を主体として説明される。   FIG. 9A, FIG. 9B, and FIG. 9C are an example of the flowchart of a process of the client terminal 2 which concerns on 1st Embodiment. The process shown in FIG. 9A is started when the update software download control program is started. Although the execution subject of the processing shown in FIGS. 9A to 9C is the CPU of the client terminal 2, reception is a functional component achieved by executing the update software download control program by the CPU of the client terminal 2 for convenience. The control unit 21 is mainly described.

OP21では、受信制御部21は、クライアント端末2の実行環境情報を取得する。実行環境情報は、例えば、OSに問い合わせることによって取得される。   In OP21, the reception control unit 21 acquires execution environment information of the client terminal 2. The execution environment information is acquired, for example, by querying the OS.

OP22では、受信制御部21は、サーバ1に更新対象のソフトウェアの一覧要求を送信する。更新対象のソフトウェアの一覧要求には、OP21で取得されたクライアント端末2の実行環境情報が含まれている。   In OP22, the reception control unit 21 transmits, to the server 1, a list request of software to be updated. The list request of software to be updated includes the execution environment information of the client terminal 2 acquired in OP21.

OP23では、受信制御部21は、サーバ1から、クライアント端末2の実行環境情報に応じた更新対象のソフトウェアの一覧情報と、当該ソフトウェアの更新ファイルのファイル構成情報とが受信されたか否かを判定する。サーバ1からソフトウェアの更新対象のソフトウェアの一覧情報と当該ソフトウェアの更新ファイルのファイル構成情報とが受信された場合には(OP23:YES)、受信制御部21は、受信したソフトウェアの更新ファイルのファイル構成情報を一時記憶部29に格納する。処理がOP24に進む。サーバ1から更新対象のソフトウェアの一覧情報と、当該ソフトウェアの更新ファイルのファイル構成情報とが受信されない場合には(OP23:NO)、例えば、エラーとなり、図9Aに示される処理が終了する。   In OP23, the reception control unit 21 determines whether or not list information of software to be updated according to the execution environment information of the client terminal 2 and file configuration information of an update file of the software are received from the server 1 Do. When the list information of software to be updated and the file configuration information of the update file of the software are received from the server 1 (OP23: YES), the reception control unit 21 receives the file of the received update file of the software The configuration information is stored in temporary storage unit 29. The process proceeds to OP24. When the list information of software to be updated and the file configuration information of the update file of the software are not received from the server 1 (OP23: NO), for example, an error occurs and the process shown in FIG. 9A ends.

OP24では、受信制御部21は、サーバ1から受信された更新対象のソフトウェアの一覧情報にソフトウェアの情報が含まれているか否かを判定する。サーバ1から更新対象のソフトウェアの一覧情報にソフトウェアの情報が含まれている場合には(OP24:YES)、処理がOP25に進む。サーバ1から受信された更新対象のソフトウェアの一覧情報にソフトウェアの情報が含まれていない場合には(OP24:NO)、図9Aに示される処理が終了する。   In OP24, the reception control unit 21 determines whether or not the software list information is included in the list information of the software to be updated received from the server 1. If the software 1 is included in the list information of software to be updated from the server 1 (OP24: YES), the process proceeds to OP25. When software information is not included in the list information of software to be updated received from the server 1 (OP24: NO), the process shown in FIG. 9A ends.

OP25では、受信制御部21は、サーバ1から更新対象のソフトウェアの一覧情報の中から、更新可能なソフトウェアの更新ファイルを抽出する。例えば、サーバ1から受信された更新対象のソフトウェアの一覧情報のうち、クライアント端末2において既に更新済みのソフトウェアの情報は除外される。   In OP25, the reception control unit 21 extracts an update file of software that can be updated from the list information of software to be updated from the server 1. For example, among the list information of software to be updated received from the server 1, information of software already updated in the client terminal 2 is excluded.

OP26では、受信制御部21は、更新対象一覧画面をディスプレイに表示させる。更新対象一覧画面には、OP25において抽出した更新可能なソフトウェアのソフトウェア名が含まれている。   In OP26, the reception control unit 21 causes the display to display the update target list screen. The update target list screen includes the software names of the updatable software extracted in OP25.

OP27では、受信制御部21は、ユーザ操作による更新開始指示の入力を待機する。更新開始指示のユーザ操作が入力されると(OP27:YES)、処理が図9BのOP28に進む。更新開始指示のユーザ操作が入力されないまま、例えば、更新ソフトウェアダウンロード制御プログラムの停止のユーザ操作が入力されると(OP27:NO)、図9Aに示される処理が終了する。更新ソフトウェアダウンロード制御プログラムの停止のユーザ操作は、例えば、更新対象一覧画面を閉じる操作である。   In OP27, the reception control unit 21 waits for the input of the update start instruction by the user operation. When the user operation of the update start instruction is input (OP27: YES), the process proceeds to OP28 of FIG. 9B. For example, when the user operation of stopping the update software download control program is input (OP27: NO) while the user operation of the update start instruction is not input, the process shown in FIG. 9A ends. The user operation of stopping the update software download control program is, for example, an operation of closing the update target list screen.

図9BのOP28では、受信制御部21は、ユーザによって選択された更新対象のソフトウェアの更新ファイルである自己復元形式ファイルの復元プログラム部分が取得済みであるか否かを判定する。更新対象のソフトウェアの更新ファイルである自己復元形式ファイルを、以降、ダウンロード対象の自己復元形式ファイルと称する。   In OP28 of FIG. 9B, the reception control unit 21 determines whether the restoration program portion of the self-restoration format file, which is the update file of the software to be updated selected by the user, has been acquired. The self-restoration format file, which is an update file of software to be updated, is hereinafter referred to as a self-restoration format file to be downloaded.

例えば、ダウンロード対象の自己復元形式ファイルと、復元プログラム部分格納部24に格納されている復元プログラム部分の抽出元の自己復元形式ファイルと、で作成プログラムのプログラム名が一致する場合に、ダウンロード対象の自己復元形式ファイルの復元プログラム部分が取得済みであることが判定される。自己復元形式ファイルの作成プログラムのプログラム名は、自己復元形式ファイルのファイル構成情報から取得される。   For example, if the program name of the created program matches the self-restoration type file of the download target and the self-restoration type file of the extraction source of the restoration program portion stored in the restoration program portion storage unit 24, It is determined that the restoration program portion of the self-restoration format file has been acquired. The program name of the self-restoration file creation program is obtained from the file configuration information of the self-restoration format file.

ダウンロード対象の自己復元形式ファイルの復元プログラム部分が取得済みである場合には(OP28:YES)、処理が図9CのOP34に進む。ダウンロード対象の自己復元形式ファイルの復元プログラム部分が取得済みでない場合には(OP28:NO)、処理がOP29に進む。   If the restoration program portion of the self-restoration format file to be downloaded has been acquired (OP28: YES), the process proceeds to OP34 of FIG. 9C. If the restoration program portion of the self-restoration format file to be downloaded has not been acquired (OP28: NO), the process proceeds to OP29.

OP29では、受信制御部21は、ダウンロード対象の自己復元形式ファイルについてファイル送信要求をサーバ1に送信する。OP29で送信されるファイル送信要求には、区間指定は含まれていない。OP29で送信されるファイル送信要求は、ダウンロード対象の自己復元形式ファイルの復元プログラム部分と圧縮データ部分とを含むファイル全体の送信を要求するものである。   In OP29, the reception control unit 21 transmits a file transmission request for the download target self-restoration type file to the server 1. A section designation is not included in the file transmission request transmitted in OP29. The file transmission request transmitted in OP29 requests transmission of the entire file including the restoration program portion of the self-restoration type file to be downloaded and the compressed data portion.

OP30では、受信制御部21は、ダウンロード対象の自己復元形式ファイルが受信されたか否かを判定する。ダウンロード対象の自己復元形式ファイルが受信された場合には(OP30:YES)、処理がOP31に進む。ダウンロード対象の自己復元形式ファイルが受信されない場合には(OP30:NO)、受信制御部21は、例えば、ダウンロード対象の自己復元形式ファイルが受信されるまで待機する。   In OP30, the reception control unit 21 determines whether a self-restoration type file to be downloaded has been received. If the download target self-restoration format file is received (OP30: YES), the process proceeds to OP31. If the download target self-restoration type file is not received (OP30: NO), the reception control unit 21 waits, for example, until the download target self-restoration type file is received.

OP31では、受信制御部21は、受信した自己復元形式ファイルを受信ファイル格納部22に格納する。OP32では、受信制御部21は、受信した自己復元形式ファイルから復元プログラム部分を抽出するように、復元プログラム部分抽出部23に指示する。これによって、OP30で受信された自己復元形式ファイルから復元プログラム部分が抽出され、抽出された復元プログラム部分が復元プログラム部分格納部24に格納される。受信された自己復元形式ファイルの復元プログラム部分の格納位置は、受信された自己復元形式ファイルのファイル構成情報から取得される。   In OP31, the reception control unit 21 stores the received self-restoration format file in the reception file storage unit 22. In OP32, the reception control unit 21 instructs the restoration program partial extraction unit 23 to extract the restoration program part from the received self-restoration format file. As a result, the restoration program portion is extracted from the self-restoration format file received in OP30, and the extracted restoration program portion is stored in the restoration program portion storage unit 24. The storage position of the restoration program portion of the received self-restoration format file is obtained from the file configuration information of the received self-restoration format file.

OP33では、受信制御部21は、次のダウンロード対象となる自己復元形式ファイル、すなわち、次の更新対象のソフトウェアが存在するか否かを判定する。次のダウンロー
ド対象となる自己復元形式ファイルが存在する場合には(OP33:YES)、処理がOP28に進み、次のダウンロード対象のファイルについてOP28からの処理が繰り返し実行される。次のダウンロード対象となる自己復元形式ファイルが存在しない場合には(OP33:NO)、図9Bに示される処理が終了する。
In OP33, the reception control unit 21 determines whether there is a self-restoration type file to be downloaded next, that is, the software to be updated next. If there is a self-restoration type file to be downloaded next (OP33: YES), the process proceeds to OP28, and the processing from OP28 is repeatedly executed for the next file to be downloaded. If there is no self-restoration type file to be downloaded next (OP33: NO), the processing shown in FIG. 9B ends.

図9Cに示される処理は、ダウンロード対象の自己復元形式ファイルの復元プログラム部分が取得済みである場合の処理である。OP34では、受信制御部21は、ダウンロード対象の自己復元形式ファイルのファイル構成情報から、ダウンロード対象の自己復元形式ファイルの圧縮データ部分の区間を取得する。   The process shown in FIG. 9C is a process when the restoration program portion of the self-restoration format file to be downloaded has been acquired. In OP34, the reception control unit 21 acquires the section of the compressed data portion of the self-restoration format file to be downloaded from the file configuration information of the self-restoration format file to be downloaded.

OP35では、受信制御部21は、ダウンロード対象の自己復元形式ファイルの圧縮データ部分の1区間についてのファイル送信要求をサーバ1に送信する。OP35において送信されるファイル送信要求には、ダウンロード対象の自己復元形式ファイルの圧縮データ部分の1区間を指定する区間指定が含まれている。   In OP35, the reception control unit 21 transmits, to the server 1, a file transmission request for one section of the compressed data portion of the self-restoration type file to be downloaded. The file transmission request transmitted in OP35 includes a section specification that specifies one section of the compressed data portion of the self-restoration format file to be downloaded.

OP36では、受信制御部21は、OP35において送信されたファイル送信要求の対象の区間のデータが受信されたか否かを判定する。OP35において送信されたファイル送信要求の対象の区間のデータが受信された場合には(OP36:YES)、受信制御部21は、受信した区間のデータを一時記憶部29に格納し、処理がOP37に進む。OP35において送信されたファイル送信要求の対象の区間のデータが受信されない場合には(OP36:NO)、当該区間のデータが受信されるまで受信制御部21は待機する。   In OP36, the reception control unit 21 determines whether or not the data of the section targeted for the file transmission request transmitted in OP35 is received. When the data of the section of the target of the file transmission request transmitted in OP35 is received (OP36: YES), the reception control unit 21 stores the data of the received section in the temporary storage unit 29, and the processing is OP37 Go to If the data of the section targeted for the file transmission request transmitted in OP35 is not received (OP36: NO), the reception control unit 21 waits until the data of the section is received.

OP37では、受信制御部21は、ダウンロード対象の自己復元形式ファイルの圧縮データ部分に次に送信要求の対象となる区間が存在するか否かを判定する。例えば、復元プログラム部分が自己復元形式ファイルの先頭又は末尾以外に存在する場合には、圧縮データ部分が複数存在するので、OP37の判定はYESとなる。ダウンロード対象の自己復元形式ファイルの圧縮データ部分に次に送信要求の対象となる区間が存在する場合には(OP37:YES)、処理がOP35に進み、次の圧縮データの部分の区間について、OP35からの処理が行われる。   In OP37, the reception control unit 21 determines whether or not there is a section to which a transmission request is to be made next in the compressed data portion of the self-restoration type file to be downloaded. For example, if the decompressed program portion exists at other than the head or the end of the self-restructing format file, a plurality of compressed data portions exist, so the determination of OP37 becomes YES. If there is a section to which a transmission request is made next in the compressed data portion of the self-restoration format file to be downloaded (OP37: YES), the process proceeds to OP35 and OP35 for the section of the next compressed data portion. Processing from is performed.

ダウンロード対象の自己復元形式ファイルの圧縮データ部分に次に送信要求の対象となる区間が存在しない場合には(OP37:NO)、処理がOP38に進む。   If there is no section to which a transmission request is made next in the compressed data portion of the self-restoration format file to be downloaded (OP37: NO), the process proceeds to OP38.

OP38では、受信制御部21は、受信した自己復元形式ファイルの圧縮データ部分と対応する復元プログラム部分とを結合するように受信データ結合部25に指示する。受信制御部21からの指示を受けて、受信データ結合部25は、指定された自己復元形式ファイルの圧縮データ部分を一時記憶部29から読み出し、当該圧縮データ部分に対応する復元プログラム部分を復元プログラム部分格納部24から読み出し、当該圧縮データ部分と当該復元プログラム部分とを結合させて、自己復元形式ファイルを取得する。受信データ結合部25は、例えば、ファイル構成情報に基づいて、指定された自己復元形式ファイルの圧縮データ部分を含む自己復元形式ファイルと作成元のプログラムのプログラム名が一致する、復元プログラム部分格納部24に格納されている復元プログラム部分を含む自己復元形式ファイルを特定することによって、指定された自己復元形式ファイルの圧縮データ部分に対応する復元プログラム部分を特定する。   In OP38, the reception control unit 21 instructs the reception data combining unit 25 to combine the compressed data portion of the received self-restoration type file with the corresponding restoration program portion. In response to the instruction from the reception control unit 21, the reception data combining unit 25 reads the compressed data portion of the designated self-restoration format file from the temporary storage unit 29, and the restoration program portion corresponding to the compression data portion is restored It reads from the partial storage unit 24 and combines the compressed data portion and the decompression program portion to obtain a self-restoration format file. The received data combining unit 25 is, for example, a restored program partial storage unit in which the self-restoration format file including the compressed data portion of the designated self-restoration format file matches the program name of the creation source program based on the file configuration information By specifying the self-restoration type file including the restoration program portion stored in 24, the restoration program portion corresponding to the compressed data portion of the designated self-restoration type file is specified.

OP39では、受信制御部21は、自己復元形式ファイルの作成が成功したか否かを判定する。自己復元形式ファイルの作成の成功又は失敗は、受信データ結合部25から受信制御部21に入力される。自己復元形式ファイルの作成が成功した場合には(OP39:YES)、処理がOP42に進む。自己復元形式ファイルの作成が失敗した場合には(OP39:NO)、処理がOP40に進む。   In OP39, the reception control unit 21 determines whether the creation of the self-restoration type file is successful. The success or failure of creation of the self-restoration type file is input from the reception data combining unit 25 to the reception control unit 21. If the creation of the self-restoration type file is successful (OP39: YES), the process proceeds to OP42. If creation of the self-restoration type file fails (OP39: NO), the process proceeds to OP40.

OP40では、受信制御部21は、自己復元形式ファイルの作成が失敗したので、ダウンロード対象の自己復元形式ファイルに対応するソフトウェアパッケージについてファイル送信要求をサーバ1に送信する。OP41では、受信制御部21は、サーバ1から受信したソフトウェアパッケージを受信ファイル格納部22に格納する。   In OP40, since creation of the self-restoration format file has failed, the reception control unit 21 transmits a file transmission request to the server 1 for the software package corresponding to the self-restoration format file to be downloaded. In OP <b> 41, the reception control unit 21 stores the software package received from the server 1 in the reception file storage unit 22.

OP42では、受信制御部21は、次のダウンロード対象となる自己復元形式ファイル、すなわち、次の更新対象のソフトウェアが存在するか否かを判定する。次のダウンロード対象となる自己復元形式ファイルが存在する場合には(OP42:YES)、処理が図9BのOP28に進み、次のダウンロード対象のファイルについて図9BのOP28からの処理が繰り返し実行される。次のダウンロード対象となる自己復元形式ファイルが存在しない場合には(OP42:NO)、図9Cに示される処理が終了する。   In OP42, the reception control unit 21 determines whether there is a self-restoration type file to be downloaded next, that is, the software to be updated next. If there is a self-restoration type file to be downloaded next (OP42: YES), the process proceeds to OP28 in FIG. 9B, and the processing from OP28 in FIG. 9B is repeatedly executed for the next download target file. . If there is no self-restoration type file to be downloaded next (OP42: NO), the processing shown in FIG. 9C ends.

図10は、第1実施形態に係るソフトウェア配信システム100におけるサーバ1とクライアント端末2間の処理のシーケンスの一例を示す図である。図10に示される例の前提条件として、クライアント端末2は、いずれの復元プログラム部分も保持していないこととする。   FIG. 10 is a diagram showing an example of a processing sequence between the server 1 and the client terminal 2 in the software distribution system 100 according to the first embodiment. As a precondition of the example shown in FIG. 10, it is assumed that the client terminal 2 does not hold any restoration program part.

S1では、クライアント端末2は、ユーザ操作による更新ソフトウェアダウンロード制御プログラムの起動によって、更新対象のソフトウェアの一覧表示の指示の入力を受ける。S2では、クライアント端末2は、更新対象のソフトウェアの一覧要求をサーバ1に送信する(図9A、OP22)。   In S1, the client terminal 2 receives an input of an instruction to display a list of software to be updated, by activating the update software download control program by user operation. At S2, the client terminal 2 transmits a list request of software to be updated to the server 1 (FIG. 9A, OP22).

S3では、サーバ1は、クライアント端末2から更新対象のソフトウェアの一覧要求を受信し(図8、OP1:YES)、クライアント端末2の実行環境情報に応じた更新ソフトウェアの一覧情報とファイル構成情報とをクライアント端末2に送信する(図8、OP3)。例えば、S3においてサーバ1から送信される更新ソフトウェアの一覧情報には、ソフトウェアA〜Gのソフトウェア名が含まれていることとする。また、S3においてサーバ1から送信されるファイル構成情報には、ソフトウェアA〜Fの作成元のプログラムとしてプログラムX、ソフトウェアGの作成元のプログラムとしてプログラムYが含まれていることとする。   In S3, the server 1 receives a list request of software to be updated from the client terminal 2 (FIG. 8, OP1: YES), and list information of update software and file configuration information according to the execution environment information of the client terminal 2 Are transmitted to the client terminal 2 (FIG. 8, OP3). For example, it is assumed that the list information of the updated software transmitted from the server 1 in S3 includes the software names of the software A to G. Further, it is assumed that the file configuration information transmitted from the server 1 in S3 includes the program X as the creation source program of the software A to F and the program Y as the creation source program of the software G.

S4では、クライアント端末2は、更新対象一覧画面において、サーバ1から受信した更新ソフトウェアの一覧情報から更新可能なソフトウェアの一覧を表示する(図9A、OP26)。S5では、クライアント端末2は、更新開始指示の入力を受ける(図9A、OP27:YES)。例えば、更新対象一覧画面において、ソフトウェアA〜Gが表示され、ユーザによって、更新対象として、ソフトウェアA〜Gが選択されたとする。   In S4, the client terminal 2 displays a list of software that can be updated from the list information of the updated software received from the server 1 on the update target list screen (FIG. 9A, OP26). At S5, the client terminal 2 receives an input of an update start instruction (FIG. 9A, OP27: YES). For example, it is assumed that software A to G is displayed on the update target list screen, and software A to G is selected as the update target by the user.

S6では、クライアント端末2は、1つ目のダウンロード対象としてソフトウェアAの更新ファイルについてファイル送信要求をサーバ1に送信する。クライアント端末2は、いずれの復元プログラム部分も保持していないので、S6において送信されるファイル送信要求は、区間指定を含んでおらず、ソフトウェアAの更新ファイル全体を要求するものである(図9B、OP28:NO、OP29)。   In S6, the client terminal 2 transmits a file transmission request for the update file of the software A as the first download target to the server 1. Since the client terminal 2 does not hold any restoration program part, the file transmission request transmitted in S6 does not include the section designation and requests the entire update file of software A (FIG. 9B). , OP28: NO, OP29).

S7では、サーバ1は、クライアント端末2からのソフトウェアAの更新ファイルについてのファイル送信要求を受信し(図8、OP4:YES)、ソフトウェアAの更新ファイルをクライアント端末2に送信する(図8、OP6:NO、OP8)。   In S7, the server 1 receives a file transmission request for the update file of software A from the client terminal 2 (FIG. 8, OP4: YES), and transmits the update file of software A to the client terminal 2 (FIG. 8, OP6: NO, OP8).

S8では、クライアント端末2は、ソフトウェアAの更新ファイルを受信し(図9B、OP30:YES)、ソフトウェアAの更新ファイルから復元プログラム部分を抽出する
(図9B、OP32)。
In S8, the client terminal 2 receives the update file of the software A (FIG. 9B, OP30: YES), and extracts the restoration program portion from the update file of the software A (FIG. 9B, OP32).

S9では、クライアント端末2は、2つ目のダウンロード対象としてソフトウェアBの更新ファイルについてファイル送信要求をサーバ1に送信する。クライアント端末2は、ソフトウェアAの復元プログラム部分を保持しており、ソフトウェアAとソフトウェアBとは、いずれも自己復元形式ファイルの作成元の作成プログラムがプログラムXである。そのため、S9において送信されるファイル送信要求は、ソフトウェアBの圧縮データ部分について区間指定を含む(図9B、OP28:YES、図9C、OP35)。   In S9, the client terminal 2 transmits a file transmission request for the update file of the software B to the server 1 as the second download target. The client terminal 2 holds the restoration program portion of the software A, and both the software A and the software B are the program X which is the creation source of the self-restoration format file. Therefore, the file transmission request transmitted in S9 includes section designation for the compressed data portion of the software B (FIG. 9B, OP28: YES, FIG. 9C, OP35).

S10では、サーバ1は、クライアント端末2からのソフトウェアBの更新ファイルについてのファイル送信要求を受信し(図8、OP4:YES)、指定されたソフトウェアBの圧縮データ部分をクライアント端末2に送信する(図8、OP6:YES、OP7)。   In S10, the server 1 receives a file transmission request for the update file of software B from the client terminal 2 (FIG. 8, OP4: YES), and transmits the compressed data portion of the designated software B to the client terminal 2 (FIG. 8, OP6: YES, OP7).

S11では、クライアント端末2は、サーバ1から受信したソフトウェアBの圧縮データ部分と、保持しているソフトウェアAの復元プログラム部分とを結合して、ソフトウェアBの更新ファイルを取得する(図9C、OP38)。   In S11, the client terminal 2 combines the compressed data portion of the software B received from the server 1 and the restoration program portion of the held software A to obtain an update file of the software B (FIG. 9C, OP38) ).

S12では、クライアント端末2は、次のダウンロード対象としてソフトウェアCの更新ファイルについてファイル送信要求をサーバ1に送信する。S12において送信されるファイル送信要求は、ソフトウェアCの圧縮データ部分について区間指定を含む(図9B、OP28:YES、図9C、OP35)。以降、ソフトウェアC〜Fについて、S9〜S11と同様の処理が行われる。   In S12, the client terminal 2 transmits a file transmission request for the update file of the software C to the server 1 as the next download target. The file transmission request transmitted in S12 includes section designation for the compressed data portion of the software C (FIG. 9B, OP28: YES, FIG. 9C, OP35). Thereafter, the same processes as S9 to S11 are performed on the software C to F.

S13では、クライアント端末2は、ダウンロード対象としてソフトウェアGの更新ファイルについてファイル送信要求をサーバ1に送信する。クライアント端末2は、ソフトウェアAの復元プログラム部分を保持している。しかしながら、ソフトウェアAの自己復元形式ファイルの作成元の作成プログラムはプログラムXであり、ソフトウェアGの自己復元形式ファイルの作成元の作成プログラムはプログラムYである。したがって、クライアント端末2は、ソフトウェアGの自己復元形式ファイルに対応する復元プログラム部分を保持していない。S13において送信されるファイル送信要求は、区間指定を含んでおらず、ソフトウェアCの更新ファイル全体を要求するものである(図9B、OP28:NO、OP29)。   In S13, the client terminal 2 transmits a file transmission request for the update file of the software G as a download target to the server 1. The client terminal 2 holds a restoration program portion of software A. However, the creation program of the creation source of the self-restoration format file of software A is program X, and the creation program of the creation source of the self-restoration format file of software G is program Y. Therefore, the client terminal 2 does not hold the restoration program portion corresponding to the self-restoration type file of the software G. The file transmission request transmitted in S13 does not include the section designation, and requests the entire update file of software C (FIG. 9B, OP28: NO, OP29).

S14では、サーバ1は、クライアント端末2からのソフトウェアGの更新ファイルについてのファイル送信要求を受信し(図8、OP4:YES)、ソフトウェアGの更新ファイルをクライアント端末2に送信する(図8、OP6:NO、OP8)。   In S14, the server 1 receives a file transmission request for the update file of software G from the client terminal 2 (FIG. 8, OP4: YES), and transmits the update file of software G to the client terminal 2 (FIG. 8, OP6: NO, OP8).

S15では、クライアント端末2は、ソフトウェアGの更新ファイルを受信し(図9B、OP30:YES)、ソフトウェアGの更新ファイルから復元プログラム部分を抽出する(図9B、OP32)。ソフトウェアGは更新対象の最後のソフトウェアであるので、クライアント端末2の更新対象のソフトウェアの更新ファイルのダウンロードの処理は終了する。以降、適宜、各ソフトウェアA〜Gは、自己復元形式ファイルがソフトウェアパッケージに復元され、ソフトウェアパッケージがインストールされて、更新される。   At S15, the client terminal 2 receives the update file of the software G (FIG. 9B, OP30: YES), and extracts the restoration program portion from the update file of the software G (FIG. 9B, OP32). Since the software G is the last software to be updated, the process of downloading the update file of the software to be updated of the client terminal 2 ends. Thereafter, in each of the software A to G, the self-restoration type file is restored to the software package, and the software package is installed and updated.

<第1実施形態の作用効果>
第1実施形態では、クライアント端末2は、ダウンロード対象の自己復元形式ファイルの復元プログラム部分が復元プログラム部分格納部24に保持されている場合には、ダウンロード対象の自己復元形式ファイルの圧縮データ部分をダウンロードする。これによって、重複する復元プログラム部分のダウンロードを省略することができ、自己復元形式フ
ァイルのダウンロードに係る通信量を削減することができる。
<Operation and effect of the first embodiment>
In the first embodiment, when the restoration program portion of the self-restoration format file to be downloaded is held in the restoration program partial storage unit 24, the client terminal 2 selects the compressed data portion of the self-restoration format file to be downloaded to download. By this, it is possible to omit the download of the redundant restoration program part, and it is possible to reduce the amount of communication related to the download of the self-restoration type file.

また、第1実施形態では、クライアント端末2は、ダウンロード対象の自己復元形式ファイルの復元プログラム部分が復元プログラム部分格納部24に保持されていない場合には、当該自己復元形式ファイルを復元プログラム部分を含めてダウンロードする。クライアント端末2は、ダウンロードした自己復元形式ファイルから復元プログラム部分を抽出して、復元プログラム部分格納部24に保持する。これによって、クライアント端末2が復元プログラム部分を保持していない場合でも、ダウンロードした自己復元式ファイルから復元プログラム部分を取得することができる。また、当該自己復元形式ファイル以降にダウンロードされる自己復元形式ファイルの作成元のプログラムと同じプログラムによって作成された自己復元形式ファイルの復元プログラム部分のダウンロードを省略することができ、自己復元形式ファイルのダウンロードに係る通信量を削減することができる。   In the first embodiment, when the restoration program portion of the self-restoration format file to be downloaded is not held in the restoration program portion storage unit 24, the client terminal 2 restores the self-restoration format file as the restoration program portion. Download including. The client terminal 2 extracts the restoration program portion from the downloaded self-restoration format file, and holds it in the restoration program portion storage unit 24. Thus, even when the client terminal 2 does not hold the restoration program part, the restoration program part can be acquired from the downloaded self-restoration file. In addition, it is possible to omit downloading of the restoration program portion of the self-restoration format file created by the same program as the self-restoration format file creation source program downloaded after the self-restoration format file. It is possible to reduce the amount of communication related to downloading.

また、第1実施形態では、クライアント端末2はサーバ1からファイル構成情報を取得する。ファイル構成情報には、例えば、自己復元形式ファイルの作成元の作成プログラムのプログラム名と、復元プログラム部分の格納位置を示す情報が含まれている。ファイル構成情報によって、クライアント端末2は、ダウンロード対象の複数の自己復元形式ファイルの復元プログラム部分の格納位置がファイルごとに異なっている場合でも、対応する復元プログラム部分が保持されている場合には、復元プログラム部分のダウンロードを省略することができる。また、ファイル構成情報によって、クライアント端末2は、ダウンロード対象の複数の自己復元形式ファイルの作成元の作成プログラムのプログラム名が異なっている場合でも、同じ作成元の作成プログラムの自己復元形式ファイルの復元プログラム部分が取得済みであるか否かを判定できる。   In the first embodiment, the client terminal 2 acquires file configuration information from the server 1. The file configuration information includes, for example, the program name of the creation program of the creation source of the self-restoration format file, and information indicating the storage location of the restoration program portion. Even when the storage locations of the restoration program portions of the plurality of self-restoration format files to be downloaded are different for each file depending on the file configuration information, if the corresponding restoration program portions are held, The download of the restoration program portion can be omitted. Also, even if the program names of the creation programs of the creation sources of the plurality of self-restoration format files to be downloaded are different depending on the file configuration information, the restoration of the self-restoration format files of the same creation source creation program It can be determined whether the program part has been acquired.

また、第1実施形態では、クライアント端末2がファイル送信要求に区間指定を含めることによって、クライアント端末2が自己復元形式ファイルの復元プログラム部分を除いて自己復元形式ファイルをダウンロードすることができる。   In the first embodiment, the client terminal 2 can download the self-restoration type file excluding the restoration program portion of the self-restoration type file by including the section designation in the file transmission request.

また、第1実施形態では、クライアント端末2が自己復元形式ファイルをダウンロードするか、圧縮データ部分をダウンロードするかを判定するので、自己復元形式ファイルの送信要求の処理に係るサーバ1の処理負荷の増加を抑制することができる。   Further, in the first embodiment, since it is determined whether the client terminal 2 downloads the self-restoration format file or the compressed data part, the processing load of the server 1 related to the processing of the transmission request of the self-restoration format file The increase can be suppressed.

また、第1実施形態では、サーバ1は、自己復元形式ファイルの送信要求の発生よりも前に、圧縮データ部分、自己復元形式ファイル、及び、ファイル構成情報を生成し、記憶しておく。これによって、自己復元形式ファイルの送信要求が発生に応じて、圧縮データ部分、自己復元形式ファイル、及び、ファイル構成情報の生成処理を行わなくてよくなり、自己復元形式ファイルの送信要求の処理に係るサーバ1の処理負荷の増加を抑制することができる。   Further, in the first embodiment, the server 1 generates and stores the compressed data portion, the self-restoration type file, and the file configuration information before the transmission request for the self-restoration type file is generated. As a result, the process of generating the compressed data portion, the self-restoration format file, and the file configuration information does not have to be performed when the transmission request for the self-restoration format file is generated, and the processing for the transmission request for the self-restoration format file An increase in processing load of the server 1 can be suppressed.

<第2実施形態>
第1実施形態では、クライアント端末2が自己復元形式ファイルをダウンロードするか、自己復元形式ファイルの圧縮データ部分をダウンロードするかの判定を行う。第2実施形態では、自己復元形式ファイルをダウンロードするか、自己復元形式ファイルの圧縮データ部分をダウンロードするかの判定を、サーバ1が行う。第2実施形態では、第1実施形態と共通する説明は省略される。
Second Embodiment
In the first embodiment, it is determined whether the client terminal 2 downloads the self-restoration type file or whether to download the compressed data portion of the self-restoration type file. In the second embodiment, the server 1 determines whether to download the self-restoration type file or to download the compressed data portion of the self-restoration type file. In the second embodiment, the description common to the first embodiment is omitted.

第2実施形態では、ソフトウェア配信システム100のシステム構成、サーバ1及びクライアント端末2のハードウェア構成及び機能構成は、第1実施形態と同様である。第2実施形態において、サーバ1の送信制御部17とクライアント端末2の受信制御部21との処理は、第1実施形態と異なる。   In the second embodiment, the system configuration of the software distribution system 100 and the hardware configuration and functional configuration of the server 1 and the client terminal 2 are the same as those in the first embodiment. In the second embodiment, processing of the transmission control unit 17 of the server 1 and the reception control unit 21 of the client terminal 2 is different from that of the first embodiment.

第2実施形態では、クライアント端末2の受信制御部21は、自己復元形式ファイルをダウンロードする際に、自己復元形式ファイルの復元プログラム部分が取得済みであるか否かの判定を行わない。第2実施形態では、クライアント端末2の受信制御部21が自己復元形式ファイルをダウンロードする際に送信するいずれのファイル送信要求にも、区間指定が含まれない。第2実施形態に係るクライアント端末2の受信制御部21の処理の詳細は後述される。   In the second embodiment, when downloading the self-restoration type file, the reception control unit 21 of the client terminal 2 does not determine whether the restoration program portion of the self-restoration type file has already been acquired. In the second embodiment, any file transmission request transmitted when the reception control unit 21 of the client terminal 2 downloads a self-restoration format file does not include a section designation. Details of the process of the reception control unit 21 of the client terminal 2 according to the second embodiment will be described later.

第2実施形態では、サーバ1の送信制御部17は、クライアント端末2に自己復元形式ファイルを送信する際に、送信対象の自己復元形式ファイルの復元プログラム部分を送信済みであるか否かを判定する。送信対象の自己復元形式ファイルの復元プログラム部分を送信済みでない場合には、サーバ1の送信制御部17は、送信対象の自己復元形式ファイル全体をクライアント端末2に送信する。送信対象の自己復元形式ファイルの復元プログラム部分を送信済みである場合には、サーバ1の送信制御部17は、送信対象の自己復元形式ファイルの圧縮データ部分をクライアント端末2に送信する。第2実施形態に係るサーバ1の送信制御部17の処理の詳細は後述される。   In the second embodiment, when transmitting the self-restoration type file to the client terminal 2, the transmission control unit 17 of the server 1 determines whether or not the restoration program portion of the transmission target self-restoration type file has been transmitted. Do. If the restoration program portion of the transmission target self-restoration format file has not been transmitted, the transmission control unit 17 of the server 1 transmits the entire transmission target self-restoration format file to the client terminal 2. When the restoration program portion of the transmission target self-restoration format file has been transmitted, the transmission control unit 17 of the server 1 transmits the compressed data portion of the transmission target self-restoration format file to the client terminal 2. Details of processing of the transmission control unit 17 of the server 1 according to the second embodiment will be described later.

また、第2実施形態では、ファイル構成情報には、ファイル名、作成元の作成プログラムのプログラム名、復元プログラム部分の格納位置に加えて、自己復元形式ファイルのサイズが含まれる。ファイル構成情報に、自己復元形式ファイルのサイズが含まれることによって、クライアント端末2は、サーバ1から受信した自己復元形式ファイルが、自己復元形式ファイル全体であるのか、圧縮データ部分であるのかを判定することができる。   In the second embodiment, the file configuration information includes the size of the self-restoration format file in addition to the file name, the program name of the creation program of the creation source, and the storage position of the restoration program portion. By including the size of the self-restoration format file in the file configuration information, the client terminal 2 determines whether the self-restoration format file received from the server 1 is the entire self-restoration format file or a compressed data portion. can do.

図11は、第2実施形態に係るサーバ1の処理のフローチャートの一例である。図11に示される処理は、例えば、サーバ1がクライアント端末2から送信要求を受信すると開始される。図11に示される処理の実行主体は、サーバ1のCPU 101であるが、便宜上、CPU 101がファイル配信プログラム105Pを実行することによって達成される機能構成である送信制御部17を主体として説明される。   FIG. 11 is an example of a flowchart of processing of the server 1 according to the second embodiment. The process shown in FIG. 11 is started, for example, when the server 1 receives a transmission request from the client terminal 2. Although the execution subject of the process shown in FIG. 11 is the CPU 101 of the server 1, for convenience, the transmission control unit 17 which is a functional configuration achieved by executing the file delivery program 105P is mainly described. Ru.

OP51からOP55の処理は、図8のOP1からOP3の処理と同様である。受信した送信要求が更新対象のソフトウェアの一覧要求である場合には(OP51:YES)、送信制御部17は、例えば、クライアント端末2の実行環境情報に応じたソフトウェアの一覧情報と、当該ソフトウェアの更新ファイルのファイル構成情報とをファイル構成情報格納部16から取得し(OP52)、クライアント端末2に送信する(OP53)。   The processes of OP51 to OP55 are the same as the processes of OP1 to OP3 of FIG. If the received transmission request is a list request of software to be updated (OP51: YES), the transmission control unit 17 may, for example, list information on software according to execution environment information of the client terminal 2 and the software The file configuration information of the update file is acquired from the file configuration information storage unit 16 (OP52), and transmitted to the client terminal 2 (OP53).

受信した送信要求が更新対象のファイル送信要求であり(OP54:YES)、ファイル送信要求に含まれるファイル名に対応する自己復元形式ファイルが送信用ファイル格納部14に格納されている場合には(OP55:YES)、処理がOP57に進む。該当する自己復元形式ファイルが送信用ファイル格納部14に格納されていない場合には(OP55:NO)、送信制御部17は、ファイル送信要求に含まれるファイル名に対応するソフトウェアパッケージの送信を判定し、処理がOP56に進む。   If the received transmission request is a file transmission request to be updated (OP 54: YES), and the self-restoration format file corresponding to the file name included in the file transmission request is stored in the transmission file storage unit 14 ( OP55: YES), the process proceeds to OP57. When the corresponding self-restoration format file is not stored in the transmission file storage unit 14 (OP55: NO), the transmission control unit 17 determines transmission of the software package corresponding to the file name included in the file transmission request. Then, the process proceeds to OP56.

OP56では、送信制御部17は、ファイル送信要求に含まれるファイル名に対応するソフトウェアパッケージをソフトウェアパッケージ格納部12から読み出して、クライアント端末2に送信する。その後、図11に示される処理が終了する。   In OP56, the transmission control unit 17 reads the software package corresponding to the file name included in the file transmission request from the software package storage unit 12, and transmits the software package to the client terminal 2. Thereafter, the process shown in FIG. 11 ends.

OP57からOP60の処理は、ファイル送信要求の対象のファイルに対応する自己復元形式ファイルを送信する場合の処理である。OP57では、送信制御部17は、ファイル送信要求の対象のファイルに対応する自己復元形式ファイルの復元プログラム部分が送信済みであるか否かを判定する。例えば、送信制御部17は、クライアント端末2に送信
された自己復元形式ファイルのファイル構成情報を主記憶装置102内の共有メモリに記録する。当該共有メモリ内のファイル構成情報に、送信対象の自己復元形式ファイルの作成元の作成プログラムのプログラム名とプログラム名が一致するファイル構成情報が含まれている場合に、送信対象の自己復元形式ファイルの復元プログラム部分が送信済みであることを判定する。
The processing of OP 57 to OP 60 is processing in the case of transmitting a self-restoration format file corresponding to the file of the target of the file transmission request. In OP57, the transmission control unit 17 determines whether or not the restoration program portion of the self-restoration format file corresponding to the target file of the file transmission request has been transmitted. For example, the transmission control unit 17 records the file configuration information of the self-restoration type file transmitted to the client terminal 2 in the shared memory in the main storage device 102. When the file configuration information in the shared memory includes file configuration information whose program name matches the program name of the creation program of the creation source of the self-restoration format file to be transmitted, the self-restoration format file to be transmission It is determined that the restoration program portion of has been sent.

ファイル送信要求の対象のファイルに対応する自己復元形式ファイルの復元プログラム部分が送信済みである場合には(OP57:YES)、処理がOP58に進む。ファイル送信要求の対象のファイルに対応する自己復元形式ファイルの復元プログラム部分が未送信である場合には(OP57:NO)、処理がOP59に進む。   If the restoration program portion of the self-restoration format file corresponding to the target file of the file transmission request has already been transmitted (OP57: YES), the process proceeds to OP58. If the restoration program portion of the self-restoration format file corresponding to the file of the file transmission request target has not been transmitted (OP57: NO), the process proceeds to OP59.

OP58では、送信制御部17は、送信用ファイル格納部14から送信対象の自己復元形式ファイルの圧縮データ部分を読み出し、クライアント端末2に送信する。圧縮データ部分が複数区間に分断されている場合には、OP58の処理が複数回実行される。   In OP 58, the transmission control unit 17 reads the compressed data portion of the self-restoration format file to be transmitted from the transmission file storage unit 14, and transmits it to the client terminal 2. When the compressed data portion is divided into a plurality of sections, the process of OP58 is performed a plurality of times.

OP59では、送信制御部17は、送信用ファイル格納部14からファイル送信要求の対象のファイルに対応する自己復元形式ファイルを読み出し、クライアント端末2に送信する。   In OP59, the transmission control unit 17 reads the self-restoration format file corresponding to the target file of the file transmission request from the transmission file storage unit 14 and transmits the file to the client terminal 2.

OP60では、送信制御部17は、OP58又はOP59において送信された自己復元形式ファイルのファイル構成情報を共有メモリに記録する。その後、図11に示される処理が終了する。なお、共有メモリ内のファイル構成情報は、クライアント端末2へのファイルの送信終了後、所定時間経過後に削除される。   In OP60, the transmission control unit 17 records the file configuration information of the self-restoration type file transmitted in OP58 or OP59 in the shared memory. Thereafter, the process shown in FIG. 11 ends. The file configuration information in the shared memory is deleted after a predetermined time has elapsed after the transmission of the file to the client terminal 2 is completed.

図12A、及び、図12Bは、第2実施形態に係るクライアント端末2の処理のフローチャートの一例である。図12A及び図12Bに示される処理は、第2実施形態において、図9Aに示される処理に続いて図9B及び図9Cの代わりに実行される処理である。すなわち、第2実施形態においても、図9Aに示される処理は実行される。図12A及び図12Bに示される処理の実行主体は、クライアント端末2のCPUであるが、便宜上、クライアント端末2のCPUが更新ソフトウェアダウンロード制御プログラムを実行することによって達成される機能構成要素である受信制御部21を主体として説明される。   12A and 12B are an example of a flowchart of processing of the client terminal 2 according to the second embodiment. The process shown in FIGS. 12A and 12B is a process executed in place of FIGS. 9B and 9C following the process shown in FIG. 9A in the second embodiment. That is, also in the second embodiment, the process shown in FIG. 9A is performed. Although the execution subject of the processing shown in FIGS. 12A and 12B is the CPU of the client terminal 2, reception is a functional component achieved by executing the update software download control program by the CPU of the client terminal 2 for convenience. The control unit 21 is mainly described.

OP71では、受信制御部21は、更新対象のソフトウェアの更新ファイルである自己復元形式ファイルについて、ファイル送信要求をサーバ1に送信する。更新対象のソフトウェアの更新ファイルである自己復元形式ファイルを、以降、ダウンロード対象の自己復元形式ファイルと称する。   In OP71, the reception control unit 21 transmits a file transmission request to the server 1 for a self-restoration format file that is an update file of software to be updated. The self-restoration format file, which is an update file of software to be updated, is hereinafter referred to as a self-restoration format file to be downloaded.

OP72では、受信制御部21は、OP71において送信されたファイル送信要求に対する応答としてのデータが受信されたか否かを判定する。ファイル送信要求に対する応答としてのデータが受信された場合には(OP72:YES)、処理がOP73に進む。ファイル送信要求に対する応答としてのデータが受信されない場合には(OP72:NO)、受信制御部21は、ファイル送信要求に対する応答としてのデータが受信されるまで待機する。   In OP72, the reception control unit 21 determines whether data as a response to the file transmission request transmitted in OP71 is received. If data as a response to the file transmission request is received (OP72: YES), the process proceeds to OP73. If data as a response to the file transmission request is not received (OP72: NO), the reception control unit 21 waits until data as a response to the file transmission request is received.

OP73では、受信制御部21は、サーバ1から受信したデータが自己復元形式ファイル全体であるか否かを判定する。例えば、ダウンロード対象の自己復元形式ファイルのサイズと、サーバ1から受信されたデータのサイズとが一致する場合に、送信制御部17は、サーバ1から受信したデータが自己復元形式ファイル全体であることを判定する。ダウンロード対象の自己復元形式ファイルのサイズは、ファイル構成情報から取得される。   In OP73, the reception control unit 21 determines whether the data received from the server 1 is the entire self-restoration format file. For example, when the size of the self-restoration format file to be downloaded matches the size of the data received from the server 1, the transmission control unit 17 determines that the data received from the server 1 is the entire self-restoration format file. Determine The size of the self-restoration file to be downloaded is obtained from the file configuration information.

サーバ1から受信したデータが自己復元形式ファイル全体である場合には(OP73:YES)、処理がOP74に進む。サーバ1から受信したデータが自己復元形式ファイル全体でない場合には(OP73:NO)、サーバ1から受信したデータは圧縮データ部分であると判定され、処理が図12BのOP77に進む。   If the data received from the server 1 is the entire self-restoration format file (OP73: YES), the process proceeds to OP74. If the data received from the server 1 is not the entire self-restoration format file (OP73: NO), the data received from the server 1 is determined to be a compressed data portion, and the process proceeds to OP77 of FIG. 12B.

OP74では、受信制御部21は、受信した自己復元形式ファイルを受信ファイル格納部22に格納する。OP75では、受信制御部21は、受信した自己復元形式ファイルから復元プログラム部分を抽出するように、復元プログラム部分抽出部23に指示する。これによって、OP73で受信された自己復元形式ファイルから復元プログラム部分が抽出され、抽出された復元プログラム部分が復元プログラム部分格納部24に格納される。受信された自己復元形式ファイルの復元プログラム部分の格納位置は、受信された自己復元形式ファイルのファイル構成情報から取得される。   In OP74, the reception control unit 21 stores the received self-restoration format file in the reception file storage unit 22. In OP75, the reception control unit 21 instructs the restoration program partial extraction unit 23 to extract the restoration program part from the received self-restoration format file. As a result, the restoration program portion is extracted from the self-restoration format file received in OP 73, and the extracted restoration program portion is stored in the restoration program portion storage unit 24. The storage position of the restoration program portion of the received self-restoration format file is obtained from the file configuration information of the received self-restoration format file.

OP76では、受信制御部21は、次のダウンロード対象となる自己復元形式ファイル、すなわち、次の更新対象のソフトウェアが存在するか否かを判定する。次のダウンロード対象となる自己復元形式ファイルが存在する場合には(OP76:YES)、処理がOP71に進み、次のダウンロード対象のファイルについてOP71からの処理が繰り返し実行される。次のダウンロード対象となる自己復元形式ファイルが存在しない場合には(OP76:NO)、図12Aに示される処理が終了する。   In OP76, the reception control unit 21 determines whether there is a self-restoration type file to be downloaded next, that is, software to be updated next. If there is a self-restoration type file to be downloaded next (OP 76: YES), the process proceeds to OP 71, and the processing from OP 71 is repeatedly executed for the next file to be downloaded. If there is no self-restoration type file to be downloaded next (OP 76: NO), the processing shown in FIG. 12A ends.

図12Bに示される処理は、サーバ1からダウンロード対象の自己復元形式ファイルの圧縮データ部分が受信された場合の処理である。OP77では、受信制御部21は、ダウンロード対象の自己復元形式ファイルに次の圧縮データ部分の区間があるか否かを判定する。例えば、サーバ1から受信したダウンロード対象の自己復元形式ファイルの圧縮データ部分と復元プログラム部分との合計値が、ダウンロード対象の自己復元形式ファイルのサイズに達しない場合に、受信制御部21は、次の圧縮データ部分の区間があることを判定する。   The process shown in FIG. 12B is a process when the compressed data portion of the self-restoration type file to be downloaded is received from the server 1. In OP77, the reception control unit 21 determines whether or not there is a section of the next compressed data portion in the download target self-restoration format file. For example, if the total value of the compressed data portion and the restoration program portion of the download target self-restoration format file received from the server 1 does not reach the size of the download target self-restoration format file, the reception control unit 21 It is determined that there is a section of the compressed data portion of

ダウンロード対象の自己復元形式ファイルに次の圧縮データ部分の区間がある場合には(OP77:YES)、処理が図12AのOP72に進む。ダウンロード対象の自己復元形式ファイルに次の圧縮データ部分の区間がない場合には(OP77:NO)、処理がOP78に進む。   If there is a section of the next compressed data portion in the download target self-restoration format file (OP77: YES), the process proceeds to OP72 of FIG. 12A. If there is no section of the next compressed data portion in the download target self-restoration format file (OP77: NO), the process proceeds to OP78.

OP78では、受信制御部21は、受信した自己復元形式ファイルの圧縮データ部分と、対応する復元プログラム部分と、を結合するように受信データ結合部25に指示する。受信制御部21からの指示を受けて、受信データ結合部25は、該当の圧縮データ部分を一時記憶部29から読み出し、当該圧縮データ部分に対応する復元プログラム部分を復元プログラム部分格納部24から読み出し、当該圧縮データ部分と当該復元プログラム部分とを結合させて、自己復元形式ファイルを取得する。   In OP78, the reception control unit 21 instructs the reception data combining unit 25 to combine the compressed data portion of the received self-restoration type file with the corresponding restoration program portion. In response to the instruction from the reception control unit 21, the reception data combining unit 25 reads the corresponding compressed data portion from the temporary storage unit 29, and reads the restoration program portion corresponding to the compression data portion from the restoration program portion storage unit 24. And combining the compressed data portion and the decompressed program portion to obtain a self-retracting format file.

OP79では、受信制御部21は、自己復元形式ファイルの作成が成功したか否かを判定する。自己復元形式ファイルの作成の成功又は失敗は、受信データ結合部25から受信制御部21に入力される。自己復元形式ファイルの作成が成功した場合には(OP79:YES)、処理がOP82に進む。自己復元形式ファイルの作成が失敗した場合には(OP79:NO)、処理がOP80に進む。   In OP79, the reception control unit 21 determines whether the creation of the self-restoration type file is successful. The success or failure of creation of the self-restoration type file is input from the reception data combining unit 25 to the reception control unit 21. If the creation of the self-restoration type file is successful (OP79: YES), the process proceeds to OP82. If creation of the self-restoration type file fails (OP79: NO), the process proceeds to OP80.

OP80では、受信制御部21は、自己復元形式ファイルの作成が失敗したので、ダウンロード対象の自己復元形式ファイルに対応するソフトウェアパッケージについてファイル送信要求をサーバ1に送信する。OP81では、受信制御部21は、サーバ1から受信したソフトウェアパッケージを受信ファイル格納部22に格納する。   In OP80, the reception control unit 21 transmits a file transmission request to the server 1 for the software package corresponding to the self-restoration type file to be downloaded because creation of the self-restoration type file has failed. In OP81, the reception control unit 21 stores the software package received from the server 1 in the reception file storage unit 22.

OP82では、受信制御部21は、次のダウンロード対象となる自己復元形式ファイル、すなわち、次の更新対象のソフトウェアが存在するか否かを判定する。次のダウンロード対象となる自己復元形式ファイルが存在する場合には(OP82:YES)、処理が図12AのOP71に進み、次のダウンロード対象のファイルについて図12AのOP71からの処理が繰り返し実行される。次のダウンロード対象となる自己復元形式ファイルが存在しない場合には(OP82:NO)、図12Bに示される処理が終了する。   In OP82, the reception control unit 21 determines whether there is a self-restoration type file to be downloaded next, that is, software to be updated next. If there is a self-restoration format file to be downloaded next (OP 82: YES), the process proceeds to OP 71 in FIG. 12A, and the processing from OP 71 in FIG. 12A is repeatedly executed for the next download target file. . If there is no self-restoration type file to be downloaded next (OP 82: NO), the processing shown in FIG. 12B ends.

<第2実施形態の作用効果>
第2実施形態では、サーバ1が送信対象の自己復元形式ファイルのファイル全体を送信するか、圧縮データ部分を送信するかの判定を行う。送信対象の自己復元形式ファイルの復元プログラム部分がクライアント端末2に送信済みである場合には、サーバ1は送信対象の自己復元形式ファイルの圧縮データ部分を送信する。したがって、第2実施形態によれば、複数の自己復元形式ファイルの配信において、重複する復元プログラム部分の送信を省略することができ、複数の自己復元形式ファイルの配信に係る通信量を削減することができる。
<Operation and effect of the second embodiment>
In the second embodiment, it is determined whether the server 1 transmits the entire file of the self-restoration format file to be transmitted or transmits the compressed data portion. If the restoration program portion of the transmission target self-restoration format file has already been transmitted to the client terminal 2, the server 1 transmits the compressed data portion of the transmission target self-restoration format file. Therefore, according to the second embodiment, in the delivery of a plurality of self-restoration format files, it is possible to omit the transmission of duplicate restoration program parts, and reduce the amount of communication related to the delivery of a plurality of self-restoration format files. Can.

<その他>
第1実施形態及び第2実施形態において、クライアント端末2が保持する復元プログラム部分は、サーバ1からダウンロードした自己復元形式ファイルから抽出して取得される。ただし、これに限定されず、クライアント端末2に、予め、複数種類の自己復元形式ファイルの復元プログラム部分を記憶させてもよい。または、クライアント端末2がサーバ1に復元プログラム部分について送信要求を送信して取得してもよい。
<Others>
In the first and second embodiments, the restoration program portion held by the client terminal 2 is extracted and acquired from the self-restoration format file downloaded from the server 1. However, the present invention is not limited to this, and the client terminal 2 may store, in advance, restoration program portions of a plurality of types of self-restoration format files. Alternatively, the client terminal 2 may transmit and acquire a transmission request for the restoration program portion to the server 1.

クライアント端末2の復元プログラム部分格納部24に格納されている復元プログラム部分は、一括ダウンロードの処理が終了すると削除される。この場合には、クライアント端末2のメモリ資源の圧迫を抑制することができる。ただし、これに限られず、クライアント端末2の復元プログラム部分格納部24に格納されている復元プログラム部分は、一括ダウンロードの処理が終了しても復元プログラム部分格納部24に保持されたままであってもよい。この場合には、復元プログラム部分格納部24に格納されている復元プログラム部分を含む自己復元形式ファイルのファイル構成情報も併せて保存してもよい。これによって、次回のダウンロード処理の際に、自己復元形式ファイル全体をダウンロードして復元プログラム部分を抽出する処理を省くことができる。   The restoration program portion stored in the restoration program portion storage unit 24 of the client terminal 2 is deleted when the batch download processing is completed. In this case, the memory resources of the client terminal 2 can be suppressed. However, the present invention is not limited to this, even if the restoration program portion stored in the restoration program partial storage unit 24 of the client terminal 2 is held in the restoration program partial storage unit 24 even after the batch download processing is completed. Good. In this case, the file configuration information of the self-restoration format file including the restoration program portion stored in the restoration program partial storage unit 24 may be stored together. By this, it is possible to omit the process of downloading the entire self-restoration type file and extracting the restoration program portion in the next download processing.

第1実施形態及び第2実施形態において、自己復元形式ファイルが、復元プログラム部分と圧縮データ部分以外のデータを含む場合には、圧縮データ部分とともに当該データは送信される。自己復元形式ファイルの復元プログラム部分と圧縮データ部分以外のデータは、例えば、ファイルのインデックスである。   In the first and second embodiments, when the self-restoration type file includes data other than the restoration program portion and the compressed data portion, the data is transmitted together with the compressed data portion. Data other than the decompression program portion and the compressed data portion of the self decompression type file are, for example, an index of the file.

また、第1実施形態及び第2実施形態において、ファイル構成情報は、更新対象のソフトウェアの一覧情報とともにクライアント端末2に送信されるが、クライアント端末2のファイル構成情報の取得方法はこれに限定されない。例えば、ファイル構成情報は、自己復元形式ファイル所定の位置に埋め込まれており、クライアント端末2は自己復元形式ファイルの当該所定の位置からファイル構成情報を取得してもよい。また、例えば、ファイル構成情報は、予め、クライアント端末2に記憶されていてもよい。また、ファイル構成情報は、更新対象のソフトウェアの一覧情報とともにサーバ1から取得されるのではなく、自己復元形式ファイルについてファイル送信要求が発生する度に、サーバ1に要求して取得されてもよい。   In the first and second embodiments, the file configuration information is transmitted to the client terminal 2 together with the list information of software to be updated, but the method of acquiring the file configuration information of the client terminal 2 is not limited to this. . For example, the file configuration information is embedded at a predetermined position of the self-restoration format file, and the client terminal 2 may acquire the file configuration information from the predetermined position of the self-restoration format file. Also, for example, the file configuration information may be stored in the client terminal 2 in advance. Also, the file configuration information may not be acquired from the server 1 together with the list information of software to be updated, and may be requested and acquired to the server 1 every time a file transmission request is generated for the self-restoration format file. .

また、サーバ1において使用される自己復元形式ファイルの作成プログラムが1種類で
あり、当該作成プログラムのプログラム名が判明しており、且つ、当該作成プログラムによって作成される自己復元形式ファイル内の復元プログラム部分の格納位置が判明している場合には、サーバ1はファイル構成情報を作成しなくてもよい。この場合には、例えば、クライアント端末2の補助記憶装置の所定の記憶領域に、サーバ1において使用される自己復元形式ファイルの作成プログラムの復元プログラム部分と、復元プログラムの格納位置とを格納しておけばよい。第2実施形態の場合には、サーバ1の補助記憶装置105の所定の記憶領域にも、サーバ1において使用される自己復元形式ファイルの作成プログラムの復元プログラム部分の格納位置を格納しておく。
In addition, there is one type of program for creating a self-restoration format file used in the server 1, the program name of the creation program is known, and the restoration program in the self-restoration format file created by the creation program When the storage position of the part is known, the server 1 may not create the file configuration information. In this case, for example, the restoration program portion of the creation program of the self-restoration format file used in the server 1 and the storage position of the restoration program are stored in a predetermined storage area of the auxiliary storage device of the client terminal 2 You should save. In the case of the second embodiment, the storage location of the restoration program portion of the self-restoration format file creation program used in the server 1 is also stored in a predetermined storage area of the auxiliary storage device 105 of the server 1.

第1実施形態及び第2実施形態において、圧縮データ部分の圧縮方式がクライアント端末2が取得済みの復元プログラム部分が対応する圧縮方式と異なる場合には、当該圧縮データ部分と取得済みの復元プログラム部分とを結合して取得される自己復元形式ファイルは、復元に失敗する。この場合に、クライアント端末2のファイル復元部26は、自己復元形式ファイルの復元の失敗を受信制御部21に通知し、受信制御部21は、当該自己復元形式ファイル全体をサーバ1からダウンロードするようにしてもよい。これによって、クライアント端末2が取得済みの復元プログラム部分が対応する圧縮方式と異なる圧縮方式で作成された圧縮データ部分がダウンロードされた場合でも、当該圧縮データ部分を含む自己復元形式ファイルを取得することができる。   In the first embodiment and the second embodiment, when the compression method of the compressed data portion is different from the compression method corresponding to the restored program portion acquired by the client terminal 2, the compressed data portion and the acquired restored program portion The self-restoration format file obtained by combining the two and fails to be restored. In this case, the file restoration unit 26 of the client terminal 2 notifies the reception control unit 21 of failure in restoration of the self-restoration format file, and the reception control unit 21 downloads the entire self-restoration format file from the server 1 You may By this, even when a compressed data portion created by a compression method different from the corresponding compression method is downloaded, the client terminal 2 acquires a self-restoration format file including the compressed data portion. Can.

第1実施形態及び第2実施形態では、サーバ1によって用いられる自己復元形式ファイルの作成プログラムは、当該作成プログラムによって作成された自己復元形式ファイルの復元プログラム部分が共通するものであることが前提として説明された。ただし、これに限定されず、サーバ1によって用いられる自己復元形式ファイルの作成プログラムは、複数のデータ圧縮方式に対応し、圧縮データ部分のデータ圧縮方式に応じて復元プログラム部分が異なるものが用いられてもよい。   In the first embodiment and the second embodiment, it is assumed that the creation program of the self-restoration format file used by the server 1 has a common restoration program portion of the self-restoration format file created by the creation program. Explained. However, the present invention is not limited to this, and the creation program of the self-restoration format file used by the server 1 corresponds to a plurality of data compression methods, and a different restoration program portion is used according to the data compression method of the compressed data portion May be

この場合には、ファイル構成情報には、ファイル名、作成元のプログラムのプログラム名、復元プログラム部分の格納位置に加えて、圧縮データ部分の圧縮方式の情報が含まれる。クライアント端末2の受信制御部21は、例えば、ダウンロード対象の自己復元形式ファイルと、ファイル構成情報の作成元のプログラムのプログラム名及び圧縮データ部分の圧縮方式が一致する自己復元形式ファイルの復元プログラム部分が復元プログラム部分格納部24に格納されているか否かを判定することで、ダウンロード対象の自己復元形式ファイルの復元プログラム部分を取得済みであるか否かを判定する。   In this case, the file configuration information includes information on the compression method of the compressed data portion, in addition to the file name, the program name of the creation source program, and the storage position of the restoration program portion. For example, the reception control unit 21 of the client terminal 2 restores the self-restoration type file in which the self-restoration type file to be downloaded matches the program name of the program of the file configuration information creation source and the compression method of the compressed data portion. Is stored in the restoration program partial storage unit 24, it is determined whether the restoration program part of the self-restoration format file to be downloaded has been acquired.

<プロセッサ>
上記実施形態において、サーバ1及びクライアント端末2は、CPUを備え、主記憶装置内にプログラムから展開された命令を実行することによって、説明された処理を実行する。CPUは、MPU(Microprocessor)、プロセッサとも呼ばれる。CPUは、単一のプロセッサに限定される訳ではなく、マルチプロセッサ構成であってもよい。また、単一のソケットで接続される単一のCPUがマルチコア構成を有していても良い。上記各部の少なくとも一部の処理は、CPU以外のプロセッサ、例えば、Digital Signal Processor(DSP)、Graphics Processing Unit(GPU)、数値演算プロセッサ、ベクトルプロセッサ、画像処理プロセッサ等の専用プロセッサで行われても良い。また、上記各部の少なくとも一部の処理は、集積回路(IC)、その他のディジタル回路であっても良い。また、上記各部の少なくとも一部にアナログ回路が含まれても良い。集積回路は、LSI、Application Specific Integrated Circuit(ASIC)、プログラマブルロジックデバイス(PLD
)を含む。PLDは、例えば、Field-Programmable Gate Array(FPGA)を含む。上記各部
は、プロセッサと集積回路との組み合わせであっても良い。組み合わせは、例えば、マイクロコントローラ(MCU)、SoC(System-on-a-chip),システムLSI、チップセットなどと呼ばれる。
<Processor>
In the above embodiment, the server 1 and the client terminal 2 have a CPU, and execute the processing described by executing an instruction expanded from a program in the main storage device. The CPU is also called an MPU (Microprocessor) or a processor. The CPU is not limited to a single processor, and may be a multiprocessor configuration. Also, a single CPU connected by a single socket may have a multi-core configuration. The processing of at least a part of the above-described units may be performed by a processor other than the CPU, for example, a dedicated processor such as a digital signal processor (DSP), a graphics processing unit (GPU), a numerical operation processor, a vector processor, or an image processing processor. good. Further, at least a part of the processing of each of the above-described units may be an integrated circuit (IC) or another digital circuit. In addition, at least a part of the respective units may include an analog circuit. Integrated circuits are LSIs, application specific integrated circuits (ASICs), programmable logic devices (PLDs)
)including. The PLD includes, for example, a field-programmable gate array (FPGA). Each of the units described above may be a combination of a processor and an integrated circuit. The combination is called, for example, a microcontroller (MCU), an SoC (System-on-a-chip), a system LSI, a chipset, or the like.

<記録媒体>
コンピュータその他の機械、装置(以下、コンピュータ等)に上記いずれかの機能を実現させるプログラムをコンピュータ等が読み取り可能な記録媒体に記録することができる。コンピュータ等に、この記録媒体のプログラムを読み込ませて実行させることにより、その機能を提供させることができる。
<Recording medium>
A program that causes a computer or other machine or device (hereinafter referred to as a computer or the like) to realize any of the functions described above can be recorded in a recording medium readable by the computer or the like. The functions can be provided by causing a computer or the like to read and execute the program of the recording medium.

ここで、コンピュータ等が読み取り可能な記録媒体とは、データやプログラム等の情報を電気的、磁気的、光学的、機械的、または化学的作用によって蓄積し、コンピュータ等から読み取ることができる非一時的な記録媒体をいう。このような記録媒体のうちコンピュータ等から取り外し可能なものとしては、例えばフレキシブルディスク、光磁気ディスク、CD−ROM、CD−R/W、DVD、ブルーレイディスク、DAT、8mmテープ、フラッシュメモリなどのメモリカード等がある。また、コンピュータ等に固定された記録媒体としてハードディスク、ROM(リードオンリーメモリ)等がある。さらに、SSD(Solid State Drive)は、コンピュータ等から取り外し可能な記録媒体としても、コ
ンピュータ等に固定された記録媒体としても利用可能である。
Here, a recording medium readable by a computer etc. is a non-transitory information that can store information such as data and programs electrically, magnetically, optically, mechanically, or chemically and read from a computer etc. Recording media. Among such recording media, those removable from the computer etc. include, for example, memory such as flexible disk, magneto-optical disk, CD-ROM, CD-R / W, DVD, Blu-ray disk, DAT, 8 mm tape, flash memory etc. There is a card etc. Further, as a recording medium fixed to a computer or the like, there are a hard disk, a ROM (Read Only Memory), and the like. Furthermore, a solid state drive (SSD) can be used as a recording medium removable from a computer or the like, or as a recording medium fixed to the computer or the like.

1 サーバ
2 クライアント端末
11 ソフトウェアパッケージ登録部
12、27 ソフトウェアパッケージ格納部
13 ファイル変換部
14 送信用ファイル格納部
15 ファイル解析部
16 ファイル構成情報格納部
17 送信制御部
21 受信制御部
22 受信ファイル格納部
23 復元プログラム部分抽出部
24 復元プログラム部分格納部
25 受信データ結合部
26 ファイル復元部
28 インストール部
101 CPU
102 主記憶装置
103 入力装置
104 出力装置
105 補助記憶装置
105P ファイル配信プログラム
Reference Signs List 1 server 2 client terminal 11 software package registration unit 12, 27 software package storage unit 13 file conversion unit 14 transmission file storage unit 15 file analysis unit 16 file configuration information storage unit 17 transmission control unit 21 reception control unit 22 reception file storage unit 23 Restoration program partial extraction unit 24 Restoration program partial storage unit 25 Reception data combining unit 26 File restoration unit 28 Installation unit 101 CPU
102 Main storage unit 103 Input unit 104 Output unit 105 Auxiliary storage unit 105 P File distribution program

Claims (9)

所定の圧縮方式で圧縮された圧縮データ部分と前記圧縮データ部分を復元する復元プログラム部分とを含む自己復元形式ファイルに含まれる前記復元プログラム部分を記憶する記憶部と、
ダウンロード対象の自己復元形式ファイルの復元プログラム部分が前記記憶部に記憶されている場合には、前記ダウンロード対象の自己復元形式ファイル内の復元プログラム部分を除いてダウンロードする制御部と、
前記ダウンロードされた自己復元形式ファイルの復元プログラム部分以外の部分と、前記記憶部に記憶されている前記ダウンロード対象の自己復元形式ファイルの復元プログラム部分と、を結合して、自己復元形式ファイルを取得する取得部と、
を備える情報処理装置。
A storage unit for storing the decompression program portion included in a self-decompression type file including a compressed data portion compressed by a predetermined compression method and a decompression program portion for decompressing the compressed data portion;
A control unit for downloading excluding the restoration program portion in the self-restoration format file to be downloaded when the restoration program portion of the self-restoration format file to be downloaded is stored in the storage unit;
The self-restoration type file is obtained by combining the portion other than the restoration program portion of the downloaded self-restoration type file and the restoration program portion of the self-restoration type file to be downloaded stored in the storage unit. Acquisition department,
An information processing apparatus comprising:
ダウンロードされた自己復元形式ファイルから復元プログラム部分を抽出し、前記抽出した復元プログラム部分を前記記憶部に格納する抽出部、
をさらに備え、
前記制御部は、前記ダウンロード対象の自己復元形式ファイルの復元プログラム部分が前記記憶部に記憶されていない場合には、前記ダウンロード対象の自己復元形式ファイルを復元プログラム部分を含めてダウンロードする、
請求項1に記載の情報処理装置。
An extraction unit which extracts a restoration program portion from the downloaded self-restoration format file, and stores the extracted restoration program portion in the storage unit;
And further
When the restoration program portion of the self-restoration format file to be downloaded is not stored in the storage unit, the control unit downloads the self-restoration format file to be downloaded including the restoration program portion.
An information processing apparatus according to claim 1.
前記ダウンロード対象の自己復元形式ファイルについて、復元プログラム部分の格納位置に関する情報を含むファイル構成情報を記憶する第2の記憶部、
をさらに備え、
前記制御部は、前記ダウンロード対象の自己復元形式ファイルの復元プログラム部分が前記記憶部に記憶されている場合には、前記ダウンロード対象の自己復元形式ファイル内の復元プログラム部分の格納位置を前記ファイル構成情報に基づいて取得し、ダウンロード対象区間として前記復元プログラムの格納位置以外の区間を指定して、前記ダウンロード対象の自己復元形式ファイル内の復元プログラム部分を除いてダウンロードする、
る請求項1又は2に記載の情報処理装置。
A second storage unit storing file configuration information including information on a storage position of a restoration program portion for the download target self-restoration format file;
And further
The control unit, when the restoration program portion of the self-restoration format file to be downloaded is stored in the storage unit, the storage location of the restoration program portion in the self-restoration format file to be downloaded is the file configuration Acquired based on information, designating a section other than the storage position of the restoration program as a download target section, and downloading excluding the restoration program portion in the self-restoration format file of the download target,
The information processing apparatus according to claim 1 or 2.
前記第2の記憶部は、複数の自己復元形式ファイルそれぞれについてのファイル構成情報を記憶し、
前記ファイル構成情報は、自己復元形式ファイルを作成したプログラムの識別情報をさらに含み、
前記制御部は、前記ダウンロード対象の自己復元形式ファイルを作成したプログラムの識別情報と、前記記憶部に記憶されている復元プログラムを含む自己復元形式ファイルを作成したプログラムの識別情報とが一致する場合に、前記ダウンロード対象の自己復元形式ファイルの復元プログラム部分が前記記憶部に記憶されていると判定する、
請求項3に記載の情報処理装置。
The second storage unit stores file configuration information for each of a plurality of self-restoration format files,
The file configuration information further includes identification information of a program that has created the self-restoration format file,
The control unit matches the identification information of the program that created the self-restoration format file to be downloaded with the identification information of the program that created the self-restoration format file including the restoration program stored in the storage unit And determining that the restoration program portion of the self-restoration format file to be downloaded is stored in the storage unit.
The information processing apparatus according to claim 3.
前記取得部は、前記ダウンロード対象の自己復元形式ファイルのファイル構成情報に基づいて、前記ダウンロードされた自己復元形式ファイルの復元プログラム部分以外の部分と、前記記憶部に記憶されている前記ダウンロード対象の自己復元形式ファイルの復元プログラム部分と、を結合して、自己復元形式ファイルを取得する、
請求項3又は4に記載の情報処理装置。
The acquisition unit is a part other than the restoration program part of the downloaded self-restoration format file based on the file configuration information of the self-restoration format file to be downloaded, and the download target stored in the storage unit. Combine the self-restoration type file restoration program with the self-restoration type file, and
The information processing apparatus according to claim 3.
所定の圧縮方式で圧縮された圧縮データ部分と前記圧縮データ部分を復元する復元プログラム部分とを含む自己復元形式ファイルに含まれる前記復元プログラム部分を記憶部に記憶し、
ダウンロード対象の自己復元形式ファイルの復元プログラム部分が前記記憶部に記憶されている場合には、前記ダウンロード対象の自己復元形式ファイル内の復元プログラム部分を除いてダウンロードし、
前記ダウンロードされた自己復元形式ファイルの復元プログラム部分以外の部分と、前記記憶部に記憶されている前記ダウンロード対象の自己復元形式ファイルの復元プログラム部分と、を結合して、自己復元形式ファイルを取得する、
情報処理方法。
Storing, in a storage unit, the restoration program part included in a self-restoration format file including a compressed data part compressed by a predetermined compression method and a restoration program part for restoring the compressed data part;
When the restoration program portion of the self-restoration format file to be downloaded is stored in the storage unit, downloading is performed excluding the restoration program portion in the self-restoration format file to be downloaded,
The self-restoration type file is obtained by combining the portion other than the restoration program portion of the downloaded self-restoration type file and the restoration program portion of the self-restoration type file to be downloaded stored in the storage unit. Do,
Information processing method.
コンピュータに、
所定の圧縮方式で圧縮された圧縮データ部分と前記圧縮データ部分を復元する復元プログラム部分とを含む自己復元形式ファイルに含まれる前記復元プログラム部分を記憶部に記憶させ、
ダウンロード対象の自己復元形式ファイルの復元プログラム部分が前記記憶部に記憶されている場合には、前記ダウンロード対象の自己復元形式ファイル内の復元プログラム部分を除いてダウンロードさせ、
前記ダウンロードされた自己復元形式ファイルの復元プログラム部分以外の部分と、前記記憶部に記憶されている前記ダウンロード対象の自己復元形式ファイルの復元プログラム部分と、を結合して、自己復元形式ファイルを取得させる、
ための情報処理プログラム。
On the computer
Storing in the storage unit the decompression program portion included in a self decompression type file including a compressed data portion compressed by a predetermined compression method and a decompression program portion for decompressing the compressed data portion;
When the restoration program portion of the self-restoration format file to be downloaded is stored in the storage unit, downloading is performed excluding the restoration program portion in the self-restoration format file to be downloaded,
The self-restoration type file is obtained by combining the portion other than the restoration program portion of the downloaded self-restoration type file and the restoration program portion of the self-restoration type file to be downloaded stored in the storage unit. Let
Information processing program.
所定の圧縮方式で圧縮された圧縮データ部分と前記圧縮データ部分を復元する復元プログラム部分とを含む自己復元形式ファイルを生成する生成部と、
前記自己復元形式ファイルの前記復元プログラム部分の格納位置に関する情報を含むファイル構成情報を記憶する記憶部と、
前記ファイル構成情報を送信する送信部と、
を備える情報処理装置。
A generation unit for generating a self-restoration format file including a compressed data portion compressed by a predetermined compression method and a restoration program portion for restoring the compressed data portion;
A storage unit storing file configuration information including information on the storage position of the restoration program portion of the self-restoration format file;
A transmitter for transmitting the file configuration information;
An information processing apparatus comprising:
前記送信部は、送信対象の自己復元形式ファイルの復元プログラム部分を送信先に送信済みである場合に、前記送信対象の自己復元形式ファイルを復元プログラム部分を除いて前記送信先に送信し、前記送信対象の自己復元形式ファイルの復元プログラム部分を前記送信先に送信済みでない場合に、前記送信対象の自己復元形式ファイルを前記復元プログラム部分を含めて前記送信先に送信する
請求項8に記載の情報処理装置。
The transmitting unit transmits the self-restoration format file to be transmitted to the transmission destination excluding the restoration program portion, when the restoration program portion of the self-restoration format file to be transmitted has been transmitted to the transmission destination, 9. The self-restoration type file to be transmitted is transmitted to the transmission destination including the restoration program portion when the restoration program portion of the self-restoration type file to be transmitted has not been transmitted to the transmission destination. Information processing device.
JP2017076800A 2017-04-07 2017-04-07 Information processing equipment, information processing methods, and information processing programs Active JP6773980B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017076800A JP6773980B2 (en) 2017-04-07 2017-04-07 Information processing equipment, information processing methods, and information processing programs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017076800A JP6773980B2 (en) 2017-04-07 2017-04-07 Information processing equipment, information processing methods, and information processing programs

Publications (2)

Publication Number Publication Date
JP2018180767A true JP2018180767A (en) 2018-11-15
JP6773980B2 JP6773980B2 (en) 2020-10-21

Family

ID=64275449

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017076800A Active JP6773980B2 (en) 2017-04-07 2017-04-07 Information processing equipment, information processing methods, and information processing programs

Country Status (1)

Country Link
JP (1) JP6773980B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110928837A (en) * 2019-12-02 2020-03-27 胥攀 File repair method, system, mobile terminal and storage medium
WO2023145187A1 (en) * 2022-01-31 2023-08-03 住友電気工業株式会社 Software updating system, communication device, data structure of update information, and software updating method

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09223052A (en) * 1996-02-19 1997-08-26 Nec Corp Electronic mail system
JPH11219324A (en) * 1998-02-02 1999-08-10 Hitachi Ltd Transfer data compressing/defrosting association system between client and server
JPH11312105A (en) * 1998-04-28 1999-11-09 Ddi Corp Method for downloading file and the download file
JP2001211080A (en) * 2000-01-25 2001-08-03 Sony Corp Data processor, data processing method and contents data creating method, and program providing media
CN101364181A (en) * 2007-08-09 2009-02-11 捷讯研究有限公司 Method and apparatus for determining the state of a computing device
US20110066671A1 (en) * 2009-09-15 2011-03-17 Hiroomi Motohashi Projector, projector system, and control method
JP2016071879A (en) * 2014-10-01 2016-05-09 シャープ株式会社 Information processor, software distribution system, and software distribution method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09223052A (en) * 1996-02-19 1997-08-26 Nec Corp Electronic mail system
JPH11219324A (en) * 1998-02-02 1999-08-10 Hitachi Ltd Transfer data compressing/defrosting association system between client and server
JPH11312105A (en) * 1998-04-28 1999-11-09 Ddi Corp Method for downloading file and the download file
JP2001211080A (en) * 2000-01-25 2001-08-03 Sony Corp Data processor, data processing method and contents data creating method, and program providing media
CN101364181A (en) * 2007-08-09 2009-02-11 捷讯研究有限公司 Method and apparatus for determining the state of a computing device
US20110066671A1 (en) * 2009-09-15 2011-03-17 Hiroomi Motohashi Projector, projector system, and control method
JP2016071879A (en) * 2014-10-01 2016-05-09 シャープ株式会社 Information processor, software distribution system, and software distribution method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110928837A (en) * 2019-12-02 2020-03-27 胥攀 File repair method, system, mobile terminal and storage medium
WO2023145187A1 (en) * 2022-01-31 2023-08-03 住友電気工業株式会社 Software updating system, communication device, data structure of update information, and software updating method

Also Published As

Publication number Publication date
JP6773980B2 (en) 2020-10-21

Similar Documents

Publication Publication Date Title
CN108650287B (en) Upgrading method and device for terminal device in Internet of things and computer readable medium
JP2013517565A (en) Operating system automatic update procedure
US10095699B2 (en) Computer-readable recording medium, execution control method, and information processing apparatus
CN109800005B (en) Client hot update method and device
JP2005044360A (en) System and method for intra-package delta compression (intra-packetdeltacompression) of data
JP2009536396A (en) Program upgrade method and system for portable device capable of OTA (Over-the-air)
CN113518094B (en) Data processing method, device, robot and storage medium
WO2016202000A1 (en) Differential rollback upgrading method and apparatus
CN110362338B (en) Game resource packaging and resource quick access method under mobile platform
CN110096290B (en) Method for upgrading software of main control board of battery simulator
CN107239309A (en) Patch generation method and device, update method, electronic equipment, storage medium
JP2018180767A (en) Information processing apparatus, information processing method, and information processing program
CN114201234A (en) File processing method, device, system, equipment and storage medium
US8473943B2 (en) Using ecoprint for cloning of applications
JP5906906B2 (en) Log management method, log management system, and information processing apparatus
US9170802B2 (en) Method and information processing apparatus for extracting software correction patch for virtual machine
US20230168974A1 (en) Information processing system, information processing method, and storage medium
CN112269601B (en) BMC (baseboard management controller) and component asset information management method, device and storage medium thereof
CN104657131B (en) A kind of generation system and method for software installation packet
CN113326054A (en) Software deployment method and device, computer-readable storage medium and electronic equipment
CN116150114A (en) De-duplication of container image files
CN114090070A (en) Application program installation package file processing method and electronic equipment
JP7040272B2 (en) Source code conversion program and source code conversion method
JP2021157612A (en) Information processing system, program, and information processing method
CN112905211A (en) Firmware upgrade file updating method, system, equipment and storage medium

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20180706

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20180710

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20180912

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190327

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200124

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200303

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200410

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200914

R150 Certificate of patent or registration of utility model

Ref document number: 6773980

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250