JP6209854B2 - Information processing system - Google Patents

Information processing system Download PDF

Info

Publication number
JP6209854B2
JP6209854B2 JP2013100635A JP2013100635A JP6209854B2 JP 6209854 B2 JP6209854 B2 JP 6209854B2 JP 2013100635 A JP2013100635 A JP 2013100635A JP 2013100635 A JP2013100635 A JP 2013100635A JP 6209854 B2 JP6209854 B2 JP 6209854B2
Authority
JP
Japan
Prior art keywords
version
information processing
software
program
update program
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.)
Expired - Fee Related
Application number
JP2013100635A
Other languages
Japanese (ja)
Other versions
JP2014219939A (en
Inventor
中村 秀一
秀一 中村
修二 阿部
修二 阿部
寛樹 龍野
寛樹 龍野
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2013100635A priority Critical patent/JP6209854B2/en
Publication of JP2014219939A publication Critical patent/JP2014219939A/en
Application granted granted Critical
Publication of JP6209854B2 publication Critical patent/JP6209854B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、情報処理システムに関する。   The present invention relates to an information processing system.

従来、アップデートプログラムを利用してプログラムのアップデートを効率的に行うテレビジョン放送受信機が知られている(例えば特許文献1参照)。   Conventionally, a television broadcast receiver that efficiently updates a program using an update program is known (for example, see Patent Document 1).

従来のテレビジョン放送受信機はデジタル放送により送信されるアップデートプログラムを受信抽出してダウンロードし、記憶保持する。また、実行プログラムの現バージョン情報を記憶保持する。そして、従来のテレビジョン放送受信機は記憶保持しているアップデートプログラムのうちから、バージョン情報が対応するものを選択してアップデート処理を実行していた。   A conventional television broadcast receiver receives and extracts an update program transmitted by digital broadcasting, downloads it, and stores it. In addition, the current version information of the execution program is stored and held. The conventional television broadcast receiver selects the one corresponding to the version information from the update programs stored therein and executes the update process.

情報処理システムに含まれる情報処理装置の処理は、情報処理装置に搭載されているソフトウェアによって行われる。情報処理装置に搭載されているソフトウェアはバージョンアップ等のために、更新を必要とする場合がある。また、ソフトウェアを更新する為に必要なプログラム(更新プログラム)は、その情報処理装置に搭載されているソフトウェアのバージョン等によって異なる場合がある。   Processing of the information processing apparatus included in the information processing system is performed by software installed in the information processing apparatus. The software installed in the information processing apparatus may need to be updated due to version upgrade or the like. In addition, a program (update program) necessary for updating software may vary depending on the version of software installed in the information processing apparatus.

したがって、情報処理装置は更新プログラムを保存するサーバ装置などの更新プログラム保存装置から複数の更新プログラムを受信し、その更新プログラムから搭載されているソフトウェアの更新に不要な更新プログラムを選択してソフトウェアの更新していた。   Therefore, the information processing device receives a plurality of update programs from an update program storage device such as a server device that stores the update program, selects an update program that is unnecessary for updating the installed software from the update program, and It was updated.

しかしながら、情報処理装置は更新プログラム保存装置から複数の更新プログラムを受信し、その更新プログラムから、搭載されているソフトウェアの更新に必要な更新プログラムを選択するため、無駄な更新プログラムの通信が発生していた。   However, since the information processing apparatus receives a plurality of update programs from the update program storage device and selects an update program necessary for updating the installed software from the update program, useless update program communication occurs. It was.

本発明の一実施形態は上記の点に鑑みなされたもので、更新プログラムの受信を効率的に行うことのできる情報処理システムを提供することを目的とする。   One embodiment of the present invention has been made in view of the above points, and an object thereof is to provide an information processing system capable of efficiently receiving an update program.

上記目的を達成するため、本願請求項1は、ソフトウェアが搭載された情報処理装置と、前記ソフトウェアを更新する為の更新プログラムを保存するプログラム保存装置と、を有する情報処理システムであって、前記情報処理装置は、最新バージョンの前記更新プログラムを前記プログラム保存装置から取得する最新更新プログラム取得手段と、取得した前記更新プログラムにより更新が可能な前記ソフトウェアのバージョンと前記情報処理装置に搭載された前記ソフトウェアのバージョンとを比較し、その比較結果に基づいて、前記更新プログラムにより更新が可能な前記ソフトウェアのバージョンに、前記情報処理装置に搭載された前記ソフトウェアのバージョンを更新する為の他の更新プログラムが必要かを判定するバージョン判定手段と、前記バージョン判定手段により必要と判定された前記他の更新プログラムを前記プログラム保存装置から順次取得する更新プログラム取得手段と、を有することを特徴とする。 To achieve the above object, the present claim 1 is an information processing system including an information processing apparatus which software is mounted, and a program storage device for storing an update for updating the software, the The information processing apparatus includes a latest update program acquisition unit that acquires the latest version of the update program from the program storage device, a version of the software that can be updated by the acquired update program, and the software installed in the information processing apparatus. Another update program for comparing the version of the software installed in the information processing apparatus with the version of the software that can be updated by the update program based on the comparison result Version judgment hand that judges whether or not it is necessary When, and having a an update program acquisition means for sequentially acquiring the other updates that have been determined to be necessary from the program storage device by the version determination means.

本発明の一実施形態によれば、更新プログラムの受信を効率的に行うことができる。   According to an embodiment of the present invention, it is possible to efficiently receive an update program.

本実施形態に係る情報処理システムの一例の構成図である。It is a lineblock diagram of an example of an information processing system concerning this embodiment. 本実施形態に係るコンピュータシステムの一例のハードウェア構成図である。It is a hardware block diagram of an example of the computer system which concerns on this embodiment. 本実施形態に係る情報処理装置の一例の処理ブロック図である。It is a processing block diagram of an example of an information processor concerning this embodiment. パッチファイルを取得する処理の一例の説明図である。It is explanatory drawing of an example of the process which acquires a patch file. パッチプログラムを取得する情報処理装置の処理の一例のフローチャートである。It is a flowchart of an example of a process of the information processing apparatus which acquires a patch program.

次に、本発明の実施の形態について、詳細に説明する。
[第1の実施形態]
<システム構成>
図1は本実施形態に係る情報処理システムの一例の構成図である。図1の情報処理システム1は一台以上の情報処理装置10及びプログラム保存装置20がLAN(Local Area Network)やインターネットなどのネットワークN1に接続されている。
Next, embodiments of the present invention will be described in detail.
[First Embodiment]
<System configuration>
FIG. 1 is a configuration diagram of an example of an information processing system according to the present embodiment. In the information processing system 1 of FIG. 1, one or more information processing apparatuses 10 and a program storage apparatus 20 are connected to a network N1 such as a LAN (Local Area Network) or the Internet.

情報処理装置10は搭載されているソフトウェアを更新する為に必要なプログラム(更新プログラム)をプログラム保存装置20から受信し、搭載されているソフトウェアを更新する。プログラム保存装置20は一台以上の情報処理装置10に搭載されているプログラムの更新プログラムを保存し、情報処理装置10からの要求に基づいて更新プログラムを提供する。   The information processing apparatus 10 receives a program (update program) necessary for updating the installed software from the program storage device 20, and updates the installed software. The program storage device 20 stores an update program for a program installed in one or more information processing devices 10 and provides the update program based on a request from the information processing device 10.

情報処理装置10は搭載されているソフトウェアを更新するPC、スマートフォン、タブレット端末、携帯電話などの端末装置、複合機(MFP)やプロジェクタなどの電子機器など、である。   The information processing apparatus 10 is a terminal device such as a PC, a smartphone, a tablet terminal, or a mobile phone that updates installed software, or an electronic device such as a multifunction peripheral (MFP) or a projector.

更新プログラムには例えばパッチプログラム(差分パッチ)がある。パッチプログラムはソフトウェアの一部分を変更する為に必要な部分が抽出された差分データである。このようにパッチプログラムを利用したソフトウェアの更新はパッチ形式と呼ばれる。   The update program includes, for example, a patch program (differential patch). The patch program is differential data in which a part necessary for changing a part of software is extracted. Software update using a patch program in this way is called a patch format.

プログラム保存装置20は、パッチプログラムとバージョン情報ファイルとを保存している。情報処理装置10は、例えば所定期間ごとにプログラム保存装置20にアクセスしてハッチプログラムの存在有無を確認する。情報処理装置10は、必要に応じてプログラム保存装置20からパッチプログラムを取得する。なお、プログラム保存装置20は複数のコンピュータに分散して構成するようにしてもよい。   The program storage device 20 stores a patch program and a version information file. For example, the information processing apparatus 10 accesses the program storage apparatus 20 every predetermined period to check whether a hatch program exists. The information processing apparatus 10 acquires a patch program from the program storage apparatus 20 as necessary. The program storage device 20 may be configured to be distributed among a plurality of computers.

<ハードウェア構成>
情報処理装置10は例えば図2に示すハードウェア構成のコンピュータシステムにより実現される。なお、プログラム保存装置20も図2に示したハードウェア構成を含む構成である。図2は、本実施形態に係るコンピュータシステムの一例のハードウェア構成図である。
<Hardware configuration>
The information processing apparatus 10 is realized by, for example, a computer system having a hardware configuration shown in FIG. Note that the program storage device 20 also includes the hardware configuration shown in FIG. FIG. 2 is a hardware configuration diagram of an example of a computer system according to the present embodiment.

図2のコンピュータシステム100は、入力装置101、表示装置102、外部I/F103、RAM104、ROM105、CPU106、通信I/F107及びHDD108などを備え、それぞれがバスBで相互に接続されている。入力装置101はキーボードやマウス、タッチパネルなどを含み、コンピュータシステム100に各操作信号を入力するために用いられる。   The computer system 100 in FIG. 2 includes an input device 101, a display device 102, an external I / F 103, a RAM 104, a ROM 105, a CPU 106, a communication I / F 107, an HDD 108, and the like. The input device 101 includes a keyboard, a mouse, a touch panel, and the like, and is used to input each operation signal to the computer system 100.

表示装置102はディスプレイなどを含み、コンピュータシステム100による処理結果を表示する。通信I/F107はコンピュータシステム100をネットワークN1に接続するインターフェースである。これにより、コンピュータシステム100は通信I/F107を介して、プログラム保存装置20等とデータ通信を行うことができる。   The display device 102 includes a display and the like, and displays a processing result by the computer system 100. The communication I / F 107 is an interface that connects the computer system 100 to the network N1. Thereby, the computer system 100 can perform data communication with the program storage device 20 and the like via the communication I / F 107.

HDD108は、プログラムやデータを格納している不揮発性の記憶装置である。格納されるプログラムやデータには、コンピュータシステム100全体を制御する基本ソフトウェアであるOS(Operating System)、及び、OS上において各種機能を提供するアプリケーションソフトウェアなどがある。また、HDD108は、格納しているプログラムやデータを、所定のファイルシステム及び/又はDB(Data Base)により管理している。   The HDD 108 is a non-volatile storage device that stores programs and data. The stored programs and data include an OS (Operating System) that is basic software for controlling the entire computer system 100, and application software that provides various functions on the OS. The HDD 108 manages stored programs and data by a predetermined file system and / or DB (Data Base).

外部I/F103は、外部装置とのインターフェースである。外部装置には、記録媒体103aなどがある。これにより、コンピュータシステム100は外部I/F103を介して、記録媒体103aの読み取り及び/又は書き込みを行うことができる。なお、記録媒体103aにはフレキシブルディスク、CD、DVD(Digital Versatile Disk)、SDメモリカード、USB(Universal Serial Bus)メモリ等がある。   The external I / F 103 is an interface with an external device. The external device includes a recording medium 103a. Thereby, the computer system 100 can read and / or write the recording medium 103a via the external I / F 103. The recording medium 103a includes a flexible disk, a CD, a DVD (Digital Versatile Disk), an SD memory card, a USB (Universal Serial Bus) memory, and the like.

ROM105は、電源を切ってもプログラムやデータを保持することができる不揮発性の半導体メモリ(記憶装置)である。ROM105には、コンピュータシステム100の起動時に実行されるBIOS(Basic Input/Output System)、OS設定、及びネットワーク設定などのプログラムやデータが格納されている。RAM104は、プログラムやデータを一時保持する揮発性の半導体メモリ(記憶装置)である。   The ROM 105 is a nonvolatile semiconductor memory (storage device) that can retain programs and data even when the power is turned off. The ROM 105 stores programs and data such as BIOS (Basic Input / Output System), OS settings, and network settings that are executed when the computer system 100 is started. The RAM 104 is a volatile semiconductor memory (storage device) that temporarily stores programs and data.

CPU106は、ROM105やHDD108などの記憶装置からプログラムやデータをRAM104上に読み出し、処理を実行することで、コンピュータシステム100全体の制御や機能を実現する演算装置である。   The CPU 106 is an arithmetic device that realizes control and functions of the entire computer system 100 by reading a program and data from a storage device such as the ROM 105 and the HDD 108 onto the RAM 104 and executing processing.

本実施形態に係るコンピュータシステム100は、上記ハードウェア構成により、後述するような各種処理を実現できる。   The computer system 100 according to the present embodiment can realize various processes as described later with the above hardware configuration.

<ソフトウェア構成>
《情報処理装置10》
本実施形態に係る情報処理装置10は例えば図3に示すように構成される。図3は本実施形態に係る情報処理装置10の一例の処理ブロック図である。情報処理装置10はプログラムを実行することで、バージョン判定機能部11、パッチ取得機能部12、パッチ検索機能部13、バージョン取得機能部14を実現している。また、プログラム保存装置20は図3に示すように、パッチプログラム及びバージョン情報ファイルの組み21を1つ以上保存している。なお、バージョン情報ファイルはパッチプログラムのファイル名に含めておくこともできる。
<Software configuration>
<< Information processing apparatus 10 >>
The information processing apparatus 10 according to the present embodiment is configured as shown in FIG. 3, for example. FIG. 3 is a processing block diagram of an example of the information processing apparatus 10 according to the present embodiment. The information processing apparatus 10 implements a version determination function unit 11, a patch acquisition function unit 12, a patch search function unit 13, and a version acquisition function unit 14 by executing a program. Further, as shown in FIG. 3, the program storage device 20 stores one or more sets 21 of patch programs and version information files. The version information file can be included in the file name of the patch program.

バージョン取得機能部14は、プログラム保存装置20から最新のパッチプログラムのバージョン(最新パッチバージョン)を取得する。また、バージョン取得機能部14はプログラム保存装置20から取得したパッチプログラムと組みのバージョン情報ファイルを取得する。   The version acquisition function unit 14 acquires the latest patch program version (latest patch version) from the program storage device 20. Further, the version acquisition function unit 14 acquires a version information file combined with the patch program acquired from the program storage device 20.

バージョン判定機能部11は、バージョン取得機能部14が取得したバージョン情報ファイルが示す適用可能バージョンと、情報処理装置10に搭載されているソフトウェアのバージョン(システムバージョン)と、を比較する。バージョン判定機能部11は比較結果に基づき、パッチプログラムの取得が必要か否かを判定する。   The version determination function unit 11 compares the applicable version indicated by the version information file acquired by the version acquisition function unit 14 and the version (system version) of the software installed in the information processing apparatus 10. The version determination function unit 11 determines whether it is necessary to acquire a patch program based on the comparison result.

パッチ検索機能部13は、取得が必要と判定したバージョンのパッチプログラムがプログラム保存装置20に存在するか否かを検索する。パッチ取得機能部12は、取得が必要と判定したバージョンのパッチプログラムをプログラム保存装置20から取得する。   The patch search function unit 13 searches for whether or not the version of the patch program determined to be necessary exists in the program storage device 20. The patch acquisition function unit 12 acquires from the program storage device 20 a version of the patch program determined to be required.

<処理の詳細>
以下では、本実施形態に係る情報処理システム1の処理の詳細について説明する。
<Details of processing>
Below, the detail of the process of the information processing system 1 which concerns on this embodiment is demonstrated.

《パッチファイルの取得》
図4はパッチファイルを取得する処理の一例の説明図である。図4は三台の情報処理装置10A〜10Cと、一台のプログラム保存装置20と、を表している。図4の情報処理装置10A〜10Cはシステムバージョンが異なっている。
<< Acquisition of patch file >>
FIG. 4 is an explanatory diagram of an example of processing for acquiring a patch file. FIG. 4 shows three information processing apparatuses 10 </ b> A to 10 </ b> C and one program storage apparatus 20. The information processing apparatuses 10A to 10C in FIG. 4 have different system versions.

情報処理装置10Aは、システムバージョンが「1.0」である。また、情報処理装置10Bはシステムバージョンが「1.1」である。また、情報処理装置10Cはシステムバージョンが「1.2」である。また、プログラム保存装置20は最新パッチバージョンとして「V1.4」を有している。プログラム保存装置20は最新パッチバージョン「V1.4」のパッチファイル(V1.4)とパッチバージョン「V1.3」のパッチファイル(V1.3)とパッチバージョン「V1.2」のパッチファイル(V1.2)とパッチバージョン「V1.1」のパッチファイル(V1.1)とを保存している。   The information processing apparatus 10A has a system version “1.0”. The information processing apparatus 10B has a system version “1.1”. The information processing apparatus 10C has a system version “1.2”. Further, the program storage device 20 has “V1.4” as the latest patch version. The program storage device 20 includes a patch file (V1.4) of the latest patch version “V1.4”, a patch file (V1.3) of the patch version “V1.3”, and a patch file (V1) of the patch version “V1.2”. .2) and a patch file (V1.1) of the patch version “V1.1” are stored.

例えば図4に示したパッチファイル(V1.4)は適用可能バージョン「1.3」である。パッチファイル(V1.3)は適用可能バージョン「1.1」である。パッチファイル(V1.2)は適用可能バージョン「1.1」である。パッチファイル(V1.1)は適用可能バージョン「1.0」である。   For example, the patch file (V1.4) shown in FIG. 4 is an applicable version “1.3”. The patch file (V1.3) is the applicable version “1.1”. The patch file (V1.2) is the applicable version “1.1”. The patch file (V1.1) is the applicable version “1.0”.

例えば情報処理装置10Aはシステムバージョン「1.0」であるため、パッチファイル(V1.4)だけを取得しても最新のバージョンにバージョンアップできない。そこで図4の情報処理装置10Aは、バージョン「1.0」から最新のバージョン「1.4」にバージョンアップするため、バージョン「V1.1」「V1.3」及び「V1.4」のパッチファイルをプログラム保存装置20から取得する。情報処理装置10Aは搭載されているソフトウェアをバージョン「V1.1」「V1.3」及び「V1.4」のパッチファイルにより更新する(パッチを当てる)ことにより、最新のバージョンにバージョンアップできる。   For example, since the information processing apparatus 10A has the system version “1.0”, even if only the patch file (V1.4) is acquired, it cannot be upgraded to the latest version. Therefore, the information processing apparatus 10A in FIG. 4 upgrades the version “V1.1”, “V1.3”, and “V1.4” to the latest version “1.4” from the version “1.0”. A file is acquired from the program storage device 20. The information processing apparatus 10 </ b> A can be upgraded to the latest version by updating the installed software with patch files of the versions “V1.1”, “V1.3”, and “V1.4”.

例えば情報処理装置10Bはシステムバージョン「1.1」であるため、パッチファイル(V1.4)だけを取得しても最新のバージョンにバージョンアップできない。そこで図4の情報処理装置10Bは、バージョン「1.1」から最新のバージョン「1.4」にバージョンアップするため、バージョン「V1.3」及び「V1.4」のパッチファイルをプログラム保存装置20から取得する。情報処理装置10Bは搭載されているソフトウェアをバージョン「V1.3」及び「V1.4」のパッチファイルにより更新することにより、最新のバージョンにバージョンアップできる。   For example, since the information processing apparatus 10B has the system version “1.1”, even if only the patch file (V1.4) is acquired, it cannot be upgraded to the latest version. Therefore, the information processing apparatus 10B of FIG. 4 upgrades the patch files of the versions “V1.3” and “V1.4” from the version “1.1” to the latest version “1.4”. Get from 20. The information processing apparatus 10 </ b> B can be upgraded to the latest version by updating the installed software with patch files of the versions “V1.3” and “V1.4”.

例えば情報処理装置10Cはシステムバージョン「1.2」であるため、パッチファイル(V1.4)だけを取得しても最新のバージョンにバージョンアップできない。そこで図4の情報処理装置10Cは、バージョン「1.2」から最新のバージョン「1.4」にバージョンアップするため、バージョン「V1.3」及び「V1.4」のパッチファイルをプログラム保存装置20から取得する。情報処理装置10Cは搭載されているソフトウェアをバージョン「V1.3」及び「V1.4」のパッチファイルにより更新することにより、最新のバージョンにバージョンアップできる。   For example, since the information processing apparatus 10C has the system version “1.2”, even if only the patch file (V1.4) is acquired, it cannot be upgraded to the latest version. Therefore, the information processing apparatus 10C in FIG. 4 upgrades the version “1.2” to the latest version “1.4”, so that the patch storage files of the versions “V1.3” and “V1.4” Get from 20. The information processing apparatus 10 </ b> C can be upgraded to the latest version by updating the installed software with patch files of the versions “V1.3” and “V1.4”.

このように、図4では搭載されているソフトウェアのバージョンの異なる情報処理装置10A〜10Cが最新のバージョンにバージョンアップする場合に取得するパッチファイルの例を表している。図4の情報処理装置10B及び10Cはソフトウェアのバージョンが異なるが、最新のバージョンにバージョンアップする為に必要なパッチファイルが同一である。   As described above, FIG. 4 illustrates an example of a patch file acquired when the information processing apparatuses 10A to 10C having different versions of installed software are upgraded to the latest version. The information processing apparatuses 10B and 10C in FIG. 4 have different software versions, but the patch files necessary for upgrading to the latest version are the same.

図5はパッチプログラムを取得する情報処理装置10の処理の一例のフローチャートである。ステップS1において情報処理装置10のバージョン取得機能部14はプログラム保存装置20から最新パッチバージョンを取得する。プログラム保存装置20は前述した最新パッチバージョンのリストが配置されている。バージョン取得機能部14は取得した最新パッチバージョンをバージョンXとする。   FIG. 5 is a flowchart of an example of processing of the information processing apparatus 10 that acquires a patch program. In step S <b> 1, the version acquisition function unit 14 of the information processing apparatus 10 acquires the latest patch version from the program storage device 20. In the program storage device 20, the list of the latest patch versions is arranged. The version acquisition function unit 14 sets the acquired latest patch version as version X.

ステップS2において、情報処理装置10のバージョン判定機能部11はバージョンXがシステムバージョン(クライアントバージョン)より新しいか否かを判定する。   In step S2, the version determination function unit 11 of the information processing apparatus 10 determines whether the version X is newer than the system version (client version).

バーションXがクライアントバージョンより新しければ、情報処理装置10のパッチ取得機能部12はステップS3において、バージョンXのパッチプログラムをプログラム保存装置20から取得する。   If the version X is newer than the client version, the patch acquisition function unit 12 of the information processing apparatus 10 acquires the version X patch program from the program storage device 20 in step S3.

ステップS4において、バージョン取得機能部14はバージョンXのパッチプログラムの適用可能バージョンを取得する。バージョン取得機能部14は取得したバージョンXのバッチプログラムの適用可能バージョンをバージョンXとした後、ステップS2の処理に戻る。   In step S4, the version acquisition function unit 14 acquires an applicable version of the version X patch program. The version acquisition function unit 14 sets the applicable version of the acquired version X batch program to version X, and then returns to the process of step S2.

なお、ステップS2において、バーションXがクライアントバージョンより新しくなければ、情報処理装置10のパッチ取得機能部12は最新のバージョンにバージョンアップする為に必要なパッチファイルの取得が終了したと判定し、図5のフローチャートの処理を終了する。   In step S2, if the version X is not newer than the client version, the patch acquisition function unit 12 of the information processing apparatus 10 determines that acquisition of the patch file necessary for upgrading to the latest version has been completed, The process of the flowchart of FIG.

例えば図4の情報処理装置10Aの例では、最初のステップS1〜S4の処理により最新のパッチファイル(V1.4)を取得する。また、2回目のステップS2〜S4の処理ではパッチファイル(V1.3)を取得する。また、3回目のステップS2〜S4の処理ではパッチファイル(V1.1)を取得する。   For example, in the example of the information processing apparatus 10A in FIG. 4, the latest patch file (V1.4) is acquired by the processing of the first steps S1 to S4. In the second process of steps S2 to S4, a patch file (V1.3) is acquired. In the third process of steps S2 to S4, a patch file (V1.1) is acquired.

なお、本実施形態に係る情報処理システム1は情報処理装置10がプログラム保存装置20にパッチファイルの更新を定期的に確認してもよいし、プログラム保存装置20から情報処理装置10にパッチファイルの更新を通知することも可能である。本実施形態に係る情報処理システム1の構成は一例であり、用途や目的に応じて様々なシステム構成例があることは言うまでもない。   In the information processing system 1 according to the present embodiment, the information processing apparatus 10 may periodically check the program storage apparatus 20 for updates of the patch file, or the program storage apparatus 20 may transfer the patch file to the information processing apparatus 10. It is also possible to notify the update. The configuration of the information processing system 1 according to the present embodiment is an example, and it goes without saying that there are various system configuration examples depending on the application and purpose.

<まとめ>
本実施形態の情報処理システム1は、情報処理装置10に搭載されているソフトウェアを最新のバージョンにバージョンアップする為に必要な更新プログラムを判定してプログラム保存装置20から取得できる。したがって、本実施形態の情報処理システム1では無駄な更新プログラムの通信を無くし、通信時間の短縮やトラフィックの低減を図ることが可能となる。
<Summary>
The information processing system 1 according to the present embodiment can determine an update program necessary for upgrading the software installed in the information processing apparatus 10 to the latest version and acquire the update program from the program storage apparatus 20. Therefore, in the information processing system 1 of the present embodiment, it is possible to eliminate useless communication of update programs, and to shorten communication time and traffic.

また、本実施形態の情報処理システム1ではプログラム保存装置20に保存している更新プログラムに、どのバージョンから適用可能かを表す情報(適用可能バージョン)を含めておく。これにより、本実施形態の情報処理システム1は最新バージョンへの更新プログラム、その更新プログラムの適用可能バージョンへの更新プログラム、と辿り、クライアントバージョンから最新のバージョンにバージョンアップが可能となる。   In the information processing system 1 according to the present embodiment, the update program stored in the program storage device 20 includes information indicating which version is applicable (applicable version). As a result, the information processing system 1 according to the present embodiment can be updated from the client version to the latest version by tracing the update program to the latest version and the update program to the applicable version of the update program.

以上のように、本実施形態の情報処理システム1は最新バージョンへの更新プログラムを受信した後で、その更新プログラムを適用可能なソフトウェアのバージョンを確認してシステムバージョンと比較することで、他の更新プログラムが必要かを判定できる。本実施形態の情報処理システム1は、必要最低限の更新プログラムの取得によりソフトウェアの更新が可能であり、更新プログラムの受信を効率的に行うことができる。   As described above, after the information processing system 1 according to the present embodiment receives an update program to the latest version, the version of software to which the update program can be applied is confirmed and compared with the system version. You can determine whether an update program is required. The information processing system 1 according to the present embodiment can update software by acquiring the minimum necessary update program, and can efficiently receive the update program.

なお、本実施形態は本発明の範囲を限定するものではなく、プログラム保存装置20がバージョン判定機能部11、パッチ検索機能部13、バージョン取得機能部14を備えていてもよい。また、情報処理システム1は複数台のコンピュータシステムにより構成されてもよく、どのコンピュータシステムにプログラム保存装置20がバージョン判定機能部11、パッチ検索機能部13、バージョン取得機能部14を備えさせてもよい。   Note that this embodiment does not limit the scope of the present invention, and the program storage device 20 may include a version determination function unit 11, a patch search function unit 13, and a version acquisition function unit 14. Further, the information processing system 1 may be configured by a plurality of computer systems. In any computer system, the program storage device 20 may include the version determination function unit 11, the patch search function unit 13, and the version acquisition function unit 14. Good.

本発明は、具体的に開示された上記の実施形態に限定されるものではなく、特許請求の範囲から逸脱することなく、種々の変形や変更が可能である。なお、特許請求の範囲に記載した最新更新プログラム取得手段及び更新プログラム取得手段はパッチ取得機能部12に相当する。バージョン判定手段はバージョン判定機能部11に相当する。保存手段はプログラム保存装置20のバージョン情報ファイルに相当する。最新バージョン保存手段はプログラム保存装置20が有する最新パッチバージョンに相当する。   The present invention is not limited to the specifically disclosed embodiments, and various modifications and changes can be made without departing from the scope of the claims. The latest update program acquisition unit and the update program acquisition unit described in the claims correspond to the patch acquisition function unit 12. The version determination unit corresponds to the version determination function unit 11. The storage means corresponds to the version information file of the program storage device 20. The latest version storage means corresponds to the latest patch version of the program storage device 20.

1 情報処理システム
10、10A〜10C 情報処理装置
11 バージョン判定機能部
12 パッチ取得機能部
13 パッチ検索機能部
14 バージョン取得機能部
20 プログラム保存装置
21 パッチプログラム及びバージョン情報ファイルの組み
100 コンピュータシステム
101 入力装置
102 表示装置
103 外部I/F
103a 記録媒体
104 RAM
105 ROM
106 CPU
107 通信I/F
108 HDD
B バス
N1 ネットワーク
DESCRIPTION OF SYMBOLS 1 Information processing system 10, 10A-10C Information processing apparatus 11 Version determination function part 12 Patch acquisition function part 13 Patch search function part 14 Version acquisition function part 20 Program storage device 21 Combination of patch program and version information file 100 Computer system 101 Input Device 102 Display device 103 External I / F
103a Recording medium 104 RAM
105 ROM
106 CPU
107 Communication I / F
108 HDD
B bus N1 network

特開2005−222140号公報JP 2005-222140 A

Claims (7)

ソフトウェアが搭載された情報処理装置と、前記ソフトウェアを更新する為の更新プログラムを保存するプログラム保存装置と、を有する情報処理システムであって、
前記情報処理装置は、
最新バージョンの前記更新プログラムを前記プログラム保存装置から取得する最新更新プログラム取得手段と、
取得した前記更新プログラムにより更新が可能な前記ソフトウェアのバージョンと前記情報処理装置に搭載された前記ソフトウェアのバージョンとを比較し、その比較結果に基づいて、前記更新プログラムにより更新が可能な前記ソフトウェアのバージョンに、前記情報処理装置に搭載された前記ソフトウェアのバージョンを更新する為の他の更新プログラムが必要かを判定するバージョン判定手段と、
前記バージョン判定手段により必要と判定された前記他の更新プログラムを前記プログラム保存装置から順次取得する更新プログラム取得手段と、
を有することを特徴とする情報処理システム。
An information processing system having an information processing device on which software is installed, and a program storage device that stores an update program for updating the software,
The information processing apparatus includes:
Latest update program acquisition means for acquiring the latest version of the update program from the program storage device ;
The version of the software that can be updated by the acquired update program is compared with the version of the software that is installed in the information processing apparatus, and based on the comparison result, the version of the software that can be updated by the update program Version determination means for determining whether another update program for updating the version of the software installed in the information processing apparatus is necessary for the version;
Update program acquisition means for sequentially acquiring the other update programs determined to be necessary by the version determination means from the program storage device ;
An information processing system comprising:
前記バージョン判定手段は、取得した前記更新プログラムにより更新が可能な前記ソフトウェアのバージョンが前記情報処理装置に搭載された前記ソフトウェアのバージョンよりも新しいとき、前記更新プログラムにより更新が可能な前記ソフトウェアのバージョンに、前記情報処理装置に搭載された前記ソフトウェアのバージョンを更新する為の他の更新プログラムが必要と判定すること
を特徴とする請求項1記載の情報処理システム。
The version determination means, when the version of the software that can be updated by the acquired update program is newer than the version of the software installed in the information processing apparatus, the version of the software that can be updated by the update program The information processing system according to claim 1, further determining that another update program for updating the version of the software installed in the information processing apparatus is necessary.
前記更新プログラムにより更新が可能な前記ソフトウェアのバージョン情報を保存する保存手段、
を更に有すること
を特徴とする請求項1又は2記載の情報処理システム。
Storage means for storing version information of the software that can be updated by the update program;
The information processing system according to claim 1, further comprising:
前記更新プログラムにより更新が可能な前記ソフトウェアのバージョン情報は、前記更新プログラムのファイル名に含まれること
を特徴とする請求項1又は2記載の情報処理システム。
The information processing system according to claim 1, wherein version information of the software that can be updated by the update program is included in a file name of the update program.
前記更新プログラムの最新バージョンを保持する最新バージョン保存手段、
を更に有すること
を特徴とする請求項1乃至4何れか一項記載の情報処理システム。
Latest version storage means for holding the latest version of the update program;
The information processing system according to claim 1, further comprising:
前記更新プログラムはパッチプログラムであること
を特徴とする請求項1乃至5何れか一項記載の情報処理システム。
The information processing system according to claim 1, wherein the update program is a patch program.
ソフトウェアが搭載された情報処理装置に搭載されるアプリケーションと、前記ソフトウェアを更新する為の更新プログラムを保存するプログラム保存装置と、を有する情報処理システムであって、
前記アプリケーションが、
最新バージョンの前記更新プログラムを前記プログラム保存装置から取得する最新更新プログラム取得手段と、
取得した前記更新プログラムにより更新が可能な前記ソフトウェアのバージョンと前記情報処理装置に搭載された前記ソフトウェアのバージョンとを比較し、その比較結果に基づいて、前記更新プログラムにより更新が可能な前記ソフトウェアのバージョンに、前記情報処理装置に搭載された前記ソフトウェアのバージョンを更新する為の他の更新プログラムが必要かを判定するバージョン判定手段と、
前記バージョン判定手段により必要と判定された前記他の更新プログラムを前記プログラム保存装置から順次取得する更新プログラム取得手段と、
を有することを特徴とする情報処理システム。
An information processing system having an application installed in an information processing apparatus on which software is installed, and a program storage device that stores an update program for updating the software,
The application
Latest update program acquisition means for acquiring the latest version of the update program from the program storage device ;
The version of the software that can be updated by the acquired update program is compared with the version of the software that is installed in the information processing apparatus, and based on the comparison result, the version of the software that can be updated by the update program Version determination means for determining whether another update program for updating the version of the software installed in the information processing apparatus is necessary for the version;
Update program acquisition means for sequentially acquiring the other update programs determined to be necessary by the version determination means from the program storage device ;
An information processing system comprising:
JP2013100635A 2013-05-10 2013-05-10 Information processing system Expired - Fee Related JP6209854B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013100635A JP6209854B2 (en) 2013-05-10 2013-05-10 Information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013100635A JP6209854B2 (en) 2013-05-10 2013-05-10 Information processing system

Publications (2)

Publication Number Publication Date
JP2014219939A JP2014219939A (en) 2014-11-20
JP6209854B2 true JP6209854B2 (en) 2017-10-11

Family

ID=51938297

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013100635A Expired - Fee Related JP6209854B2 (en) 2013-05-10 2013-05-10 Information processing system

Country Status (1)

Country Link
JP (1) JP6209854B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104866307B (en) * 2015-05-14 2018-04-27 百度在线网络技术(北京)有限公司 The restorative procedure and device of a kind of application program

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007323322A (en) * 2006-05-31 2007-12-13 Fujifilm Corp Photographing device and photographing device control method
JP4838338B2 (en) * 2009-08-31 2011-12-14 株式会社ソニー・コンピュータエンタテインメント Information processing device
JP5790222B2 (en) * 2011-07-12 2015-10-07 株式会社リコー Communication device, update method, and update program

Also Published As

Publication number Publication date
JP2014219939A (en) 2014-11-20

Similar Documents

Publication Publication Date Title
US20230291722A1 (en) Information processing device, information management method, and information processing system
US9098370B2 (en) Apparatus and methods for improving uninstall process
US20140380295A1 (en) Method and system for updating application, and computer storage medium thereof
JP6011479B2 (en) Application management apparatus, application management system, and program
US20140310332A1 (en) Method for accessing plural cloud storages, electronic apparatus and non-transitory computer readable medium
JP2017107307A (en) Apparatus, information processing system, information processing method, and program
US20140149644A1 (en) Electronic apparatus, method of updating firmware, and computer-readable recording medium
CN107291481B (en) Component updating method, device and system
US9116808B2 (en) Method and system for determining device configuration settings
US20170024202A1 (en) Information processing apparatus, method, and program
US20180349125A1 (en) Information processing apparatus and program management method
CN111694585A (en) Method, system, terminal and storage medium for replacing system partition file
JP2012146241A (en) Software update method, software update device, and software update program
JP6209854B2 (en) Information processing system
EP2813947B1 (en) Electronic device and method for mounting file system using virtual block device
US20220334820A1 (en) System and method for intermediate software upgrades for information handling systems
US20140137092A1 (en) Information processing apparatus, information processing system, non-transitory computer-readable storage medium having stored therein information processing program, and information processing method
CN114610366A (en) Difference package upgrading method and system, intelligent electronic equipment and storage medium
TW201504945A (en) Host and method of upgrading connection manager of dongle
JP2017167755A (en) Information processing system, information processing device, information processing method, and program
EP3447640B1 (en) Operating system up boot optimizations
JP6099365B2 (en) Information processing system, information processing apparatus, information processing program, application execution method, and storage medium
JP2015118477A (en) Installation program, information terminal, and installation system
CN109086066B (en) Application program updating method and device, computer equipment and storage medium
JP6337520B2 (en) Information processing apparatus, program, information processing system, and information processing method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160419

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20170217

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20170228

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170427

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170828

R151 Written notification of patent or utility model registration

Ref document number: 6209854

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

LAPS Cancellation because of no payment of annual fees