JP6197611B2 - Installation control program, recording medium, and installation control method - Google Patents

Installation control program, recording medium, and installation control method Download PDF

Info

Publication number
JP6197611B2
JP6197611B2 JP2013247918A JP2013247918A JP6197611B2 JP 6197611 B2 JP6197611 B2 JP 6197611B2 JP 2013247918 A JP2013247918 A JP 2013247918A JP 2013247918 A JP2013247918 A JP 2013247918A JP 6197611 B2 JP6197611 B2 JP 6197611B2
Authority
JP
Japan
Prior art keywords
update
installer
application
program
download
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.)
Active
Application number
JP2013247918A
Other languages
Japanese (ja)
Other versions
JP2015106274A (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.)
Brother Industries Ltd
Original Assignee
Brother Industries 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 Brother Industries Ltd filed Critical Brother Industries Ltd
Priority to JP2013247918A priority Critical patent/JP6197611B2/en
Publication of JP2015106274A publication Critical patent/JP2015106274A/en
Application granted granted Critical
Publication of JP6197611B2 publication Critical patent/JP6197611B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Description

本発明は、複数のアプリケーションソフトのインストールを制御するために情報処理装置で実行されるインストール制御方法とインストール制御プログラム、及びそのインストール制御プログラムが記録された記録媒体に関する。   The present invention relates to an installation control method and an installation control program executed by an information processing apparatus for controlling installation of a plurality of application software, and a recording medium on which the installation control program is recorded.

複数のアプリケーションソフト(以下「アプリ」と略す)をまとめてPCにインストールするためのプログラムとして、アプリ毎に個別にそのアプリをインストールするためのインストーラ(アプリインストーラ)と、それら複数のアプリインストーラを順次実行させることにより複数のアプリを順次インストールさせるためのインストーラ(統合インストーラ)とを有するインストールパッケージがある。このようなインストールパッケージは、一般に、CD−ROMやDVD−ROMなどの記憶媒体に記憶されてユーザに提供されることが多い。   As a program for installing multiple application software (hereinafter referred to as “apps”) together on a PC, an installer (application installer) for installing the application individually for each application and the multiple application installers are sequentially installed. There is an installation package having an installer (integrated installer) for sequentially installing a plurality of applications by executing the application. In general, such an installation package is often stored in a storage medium such as a CD-ROM or a DVD-ROM and provided to a user.

上記インストールパッケージが例えばCD−ROMにて提供されている場合、そのCD−ROMをPCに挿入すると、統合インストーラが起動し、統合インストーラが、複数のアプリインストーラを順次実行させることで各アプリを順次インストールさせていく。   When the installation package is provided on, for example, a CD-ROM, when the CD-ROM is inserted into a PC, the integrated installer is activated, and the integrated installer sequentially executes each application by sequentially executing a plurality of application installers. Let's install.

近年、ネットワークの普及により、PCをインターネットに接続して利用する形態が一般化しつつある。これに対し、統合インストーラとして、各アプリインストーラの起動前にその最新バージョンの有無をサーバに問い合わせ、CD−ROMの内容よりも更新(アップデート)された最新バージョンのアプリインストーラがある場合はそれをサーバからダウンロードしてインストールさせるという、更新確認機能を持った統合インストーラが知られている。   In recent years, with the spread of networks, a form in which a PC is connected to the Internet and used is becoming common. On the other hand, as an integrated installer, before starting each application installer, the server is inquired about the latest version, and if there is an updated version of the application installer that is updated (updated) from the contents of the CD-ROM, this is installed on the server. An integrated installer with an update confirmation function that downloads and installs from is known.

更新確認機能を持った統合インストーラによれば、CD−ROM内のアプリインストーラが古いバージョンであっても最新のアプリインストーラをダウンロードしてインストールさせることができる。しかし、ダウンロード対象のアプリインストーラが多いほど、またそのデータ量が大きいほど、ダウンロードに必要な時間が長くなるため、その分、複数のアプリインストーラによるインストールを完了させるための所要時間(ダウンロード時間を含む)が長くなってしまう。   According to the integrated installer having the update confirmation function, the latest application installer can be downloaded and installed even if the application installer in the CD-ROM is an old version. However, the more application installers to be downloaded and the larger the amount of data, the longer the time required for downloading. Therefore, the time required to complete installation by multiple app installers (including the download time) ) Will be longer.

サーバから複数のプログラムを順次ダウンロード、インストールするための所要時間を短縮する技術として、特許文献1には、ダウンロードとインストールを並行して実行する技術が記載されている。特許文献1に記載の技術によれば、例えば、ある2つのプログラムA,Bをサーバからダウンロードしてインストールする場合、まずプログラムAをダウンロードし、その後にそのプログラムAのインストールを行うのと並行してプログラムBのダウンロードも実行し、プログラムAのインストール及びプログラムBのダウンロードが完了したらプログラムBのインストールを行う。そのため、各プログラムA,Bを1つずつ順次ダウンロード及びインストールする方法に比べて、2つのプログラムのインストール及びダウンロードの並行実施期間がある分、全体としてインストール完了のための所要時間の短縮化が可能となる。   As a technique for reducing the time required for sequentially downloading and installing a plurality of programs from a server, Patent Document 1 describes a technique for executing download and installation in parallel. According to the technique described in Patent Document 1, for example, when two programs A and B are downloaded from a server and installed, the program A is downloaded first, and then the program A is installed in parallel. The program B is also downloaded, and when the installation of the program A and the download of the program B are completed, the program B is installed. Therefore, compared to the method of downloading and installing each program A and B one by one, the time required for completing the installation as a whole can be shortened as a result of the parallel execution period of the two programs being installed and downloaded. It becomes.

特開2011−238154号公報JP 2011-238154 A

しかし、単にダウンロードとインストールを並行して実行するというやり方では、統合インストーラによる複数のアプリのインストール完了までの所要時間を十分に短縮化することは難しい。例えば、2つのアプリインストーラがいずれも更新されている場合に、特許文献1に記載の技術を適用すると、まず一方のアプリインストーラのダウンロードが実行されることになるが、その間、インストール処理は行われない。一方のアプリインストーラのダウンロードが完了すれば、その後、その一方のアプリインストーラによるインストールと他方のアプリインストーラのダウンロードが並行して行われる。しかし、一方のアプリインストーラによるインストールが終わっても他方のアプリインストーラのダウンロードがまだ続いている場合は、そのダウンロードが完了するまでは当然ながらその他方のアプリインストーラによるインストールは開始されない。   However, it is difficult to sufficiently shorten the time required to complete the installation of multiple applications by the integrated installer by simply executing download and installation in parallel. For example, when two application installers have been updated and the technique described in Patent Document 1 is applied, the download of one of the application installers is executed first, while the installation process is performed during that time. Absent. If the download of one application installer is completed, then the installation by one application installer and the download of the other application installer are performed in parallel. However, if the download of the other application installer continues even after the installation by one application installer is completed, the installation by the other application installer is not started until the download is completed.

つまり、複数のアプリインストーラにおける更新の有無や、ダウンロードすべきアプリインストーラのデータ量、PCとサーバとを接続する通信回線のデータ転送速度などによっては、ダウンロードに多大な時間がかかって、アプリインストーラによるインストールが行われない期間(ダウンロード完了待ちの期間)が多く発生する可能性がある。そのため、特許文献1に記載の技術では、インストール完了までの所要時間を効果的に短縮化することは難しい。   In other words, depending on the presence or absence of updates in multiple application installers, the amount of application installer data to be downloaded, the data transfer speed of the communication line connecting the PC and the server, etc. There may be many periods when installation is not performed (waiting for download completion). Therefore, with the technique described in Patent Document 1, it is difficult to effectively shorten the time required to complete the installation.

本発明は上記課題に鑑みなされたものであり、複数のプログラムを統合的にインストールするにあたり、更新されたプログラムがある場合にはそれをできる限りその更新された新しいプログラムに更新しつつ、更新可能なプログラムの数やそのデータ量、ダウンロードに用いる通信回線の状態などにかかわらず、インストール完了までの所要時間の増大を効果的に抑制することを目的とする。   The present invention has been made in view of the above problems, and when installing a plurality of programs in an integrated manner, if there is an updated program, it can be updated while updating it to the updated new program as much as possible. The purpose is to effectively suppress an increase in the time required to complete the installation regardless of the number of programs, the amount of data, and the state of the communication line used for downloading.

上記課題を解決するためになされた本発明は、プログラムに従った処理を実行する制御部と、サーバとデータ通信を行うための通信部とを備える情報処理装置において、制御部が実行可能なインストール制御プログラムである。このインストール制御プログラムは、複数のアプリケーションソフトをインストールするためにアプリケーションソフト毎に用意されて特定の格納部に格納されたプログラムであるアプリインストーラをそれぞれ制御部に実行させることによって各アプリケーションソフトを情報処理装置にインストールさせるためのプログラムである。   The present invention made in order to solve the above-described problem is an installation that can be executed by a control unit in an information processing apparatus including a control unit that executes processing according to a program and a communication unit that performs data communication with a server. It is a control program. This installation control program processes each application software by causing the control unit to execute an application installer, which is a program prepared for each application software and stored in a specific storage unit in order to install a plurality of application softwares. This is a program for installing the apparatus.

本発明のインストール制御プログラムは、具体的には、制御部に、更新有無確認処理と、通常実行処理と、ダウンロード処理と、更新後実行処理と、第1の非更新実行処理とを実行させるためのプログラムである。   Specifically, the installation control program of the present invention causes the control unit to execute the update presence / absence confirmation process, the normal execution process, the download process, the post-update execution process, and the first non-update execution process. It is a program.

更新有無確認処理は、アプリインストーラについて、格納部に格納されている内容から更新された更新プログラムがサーバにあるか否かを通信部を介してサーバに問い合わせる処理である。   The update presence / absence confirmation process is a process for inquiring of the server whether or not an update program updated from the contents stored in the storage unit is present in the server.

通常実行処理は、更新有無確認処理によって更新プログラムがサーバにないと判断したアプリインストーラである更新不要アプリインストーラを特定の実行順序で実行させる処理である。   The normal execution process is a process in which an update unnecessary application installer, which is an application installer that has been determined that the update program does not exist on the server by the update presence confirmation process, is executed in a specific execution order.

ダウンロード処理は、更新有無確認処理によって更新プログラムがサーバにあると判断したアプリインストーラである更新可能アプリインストーラについて、通常実行処理と並行して、特定のダウンロード手順に従ってサーバからその更新プログラムをダウンロードする処理である。   The download process is a process of downloading the update program from the server according to a specific download procedure in parallel with the normal execution process for the updateable application installer that is the application installer that has been determined to be on the server by the update presence check process. It is.

更新後実行処理は、通常実行処理により更新不要アプリインストーラが全て実行されたときに、ダウンロードが完了した更新プログラムがある場合にはその更新プログラムを用いて、その更新プログラムに対応する更新可能アプリインストーラを実行させ、その更新可能アプリインストーラの実行が完了する毎に、ダウンロードが完了した他の更新プログラムがあるか否か確認して、他の更新プログラムがある場合はその更新プログラムを用いて、その更新プログラムに対応する更新可能アプリインストーラを実行させる処理である。   The post-update execution process is the updateable application installer corresponding to the update program using the update program if there is an update program that has been downloaded when all the update-free application installers are executed by the normal execution process. Each time the updateable app installer is executed, it is checked whether there is another update program that has been downloaded, and if there is another update program, This is a process for executing an updatable application installer corresponding to the update program.

第1の非更新実行処理は、更新後実行処理において、通常実行処理により更新不要アプリインストーラが全て実行されたときにダウンロードが完了した更新プログラムがなかった場合、及び更新可能アプリインストーラの実行が完了したときにダウンロードが完了した他の更新プログラムがなかった場合に、ダウンロードが完了していない更新プログラムのうち第1の選択条件により選択した更新プログラムについて、ダウンロード対象から除外して格納部に格納されているアプリインストーラを実行させる処理である。   In the first non-update execution process, in the post-update execution process, when there is no update program that has been downloaded when all the update unnecessary application installers are executed by the normal execution process, and the execution of the updatable application installer is completed When there is no other update program that has been downloaded, the update program selected according to the first selection condition among the update programs that have not been downloaded is excluded from the download target and stored in the storage unit. This is a process for executing a running application installer.

本発明のインストール制御プログラムは、アプリインストーラを連続的に順次実行させること、即ち、実行させるべきアプリインストーラがまだ全て実行されていないにもかかわらずアプリインストーラが実行されていない空白時間が発生しないようにすることを優先させる。そして、そのようにアプリインストーラを連続的に順次実行させることを優先しつつ、アプリインストーラが実行されている間にそれと並行して可能な限り更新プログラムのダウンロードも実行する。   The installation control program of the present invention causes the application installer to be executed sequentially and sequentially, i.e., so that no blank time occurs when the application installer is not executed even though all the application installers to be executed have not been executed yet. Priority is given to. Then, while giving priority to continuously executing the application installer in this manner, the update program is downloaded as much as possible while the application installer is being executed.

そのため、可能な限り更新プログラムのダウンロード(及びそれを用いたアプリインストーラの実行)を実現しつつも、格納部に格納されているアプリインストーラをそのまま実行させた場合と同等の所要時間にて、実行対象のアプリインストーラを実行完了させることが可能となる。   Therefore, while downloading the update program (and executing the application installer using it) as much as possible, it can be executed in the same amount of time as when the application installer stored in the storage unit is executed as it is It becomes possible to complete execution of the target application installer.

なお、更新プログラムを用いて更新可能アプリインストーラを実行させる、とは、例えば、格納部に格納されている更新可能アプリインストーラを起動させつつダウンロードした更新プログラムも実行させることで更新された新しいアプリケーションソフトをインストールさせることや、格納部に格納されている更新可能アプリインストーラを実行させて更新前のアプリケーションソフトをインストールさせた後に更新プログラムを実行させて新しいアプリケーションソフトに更新させること、格納部に格納されている更新可能アプリインストーラは用いずにダウンロードした更新プログラムを実行させることで新しいアプリケーションソフトをインストールさせることなど、ダウンロードした更新プログラムが用いられることで結果として更新された新しいアプリケーションソフトがインストールされた状態になるようなあらゆる実行形態を含む。   Note that the updateable application installer is executed using the update program, for example, new application software updated by executing the update program downloaded while starting the updateable application installer stored in the storage unit. Installed in the storage unit, the updateable application installer stored in the storage unit is executed to install the pre-update application software, and then the update program is executed to update to the new application software. As a result of using the downloaded update program, such as installing new application software by running the downloaded update program without using the updateable app installer Including any execution form, such as in a state that a new application software that new has been installed.

なお、本発明は、前述したインストール制御プログラムの他、当該インストール制御プログラムを記録した記録媒体、当該インストール制御プログラムの処理内容が実行される情報処理装置、インストール制御方法など、種々の形態で実現することができる。   The present invention is realized in various forms such as a recording medium on which the installation control program is recorded, an information processing apparatus that executes processing contents of the installation control program, and an installation control method in addition to the above-described installation control program. be able to.

実施形態の情報処理システム1の概略構成を示すブロック図である。It is a block diagram showing a schematic structure of information processing system 1 of an embodiment. インストールパッケージの概要を説明するための説明図である。It is explanatory drawing for demonstrating the outline | summary of an installation package. サーバに登録されているインストーラ情報テーブルを示す説明図である。It is explanatory drawing which shows the installer information table registered into the server. 統合インストール処理を表すフローチャートである。It is a flowchart showing an integrated installation process. 図4の統合インストール処理におけるS130のアップデート問い合わせ処理の詳細を示すフローチャートである。5 is a flowchart showing details of an update inquiry process in S130 in the integrated installation process of FIG. 図4の統合インストール処理におけるS170のダウンロード/インストール処理の詳細を示すフローチャートである。6 is a flowchart showing details of download / installation processing in S170 in the integrated installation processing of FIG. 図4の統合インストール処理におけるS180の再ダウンロード確認処理の詳細を示すフローチャートである。It is a flowchart which shows the detail of the redownload confirmation process of S180 in the integrated installation process of FIG. ダウンロード確認ダイアログを示す説明図である。It is explanatory drawing which shows a download confirmation dialog.

以下に、本発明の好適な実施形態を図面に基づいて説明する。なお、本発明は、下記の実施形態に示された具体的手段や構造等に限定されるものではなく、本発明の要旨を逸脱しない範囲において種々の形態を採り得る。例えば、下記の実施形態の構成の一部を、同様の機能を有する公知の構成に置き換えたり、他の実施形態の構成に対して付加、置換等したり、課題を解決できる限りにおいて省略したりしてもよい。また、下記の複数の実施形態を適宜組み合わせて構成してもよい。   Preferred embodiments of the present invention will be described below with reference to the drawings. In addition, this invention is not limited to the specific means, structure, etc. which are shown by the following embodiment, In the range which does not deviate from the summary of this invention, various forms can be taken. For example, a part of the configuration of the following embodiment is replaced with a known configuration having a similar function, added to or replaced with the configuration of another embodiment, or omitted as long as the problem can be solved. May be. Moreover, you may comprise combining the following several embodiment suitably.

(1)情報処理システム1の構成
図1に示すように、本実施形態の情報処理システム1は、パーソナルコンピュータ(以下「PC」という)3と、MFP(Multifunction Peripheral:多機能周辺装置)5とを備えている。PC3とMFP5は、ネットワーク10を通して相互にデータ通信可能に接続されている。ネットワーク10は、本実施形態では有線LANであるが、これは一例であり、他の種類のネットワークであってもよい。
(1) Configuration of Information Processing System 1 As shown in FIG. 1, an information processing system 1 according to this embodiment includes a personal computer (hereinafter referred to as “PC”) 3, an MFP (Multifunction Peripheral) 5, It has. The PC 3 and the MFP 5 are connected to each other through the network 10 so that data communication can be performed. The network 10 is a wired LAN in the present embodiment, but this is an example, and other types of networks may be used.

PC3とMFP5は、インターネット9に接続可能であり、インターネット9を通してサーバ7に接続可能である。そのため、PC3は、インターネット9を通してサーバ7から必要な情報をダウンロードしたり、逆にインターネット9を通してサーバ7へ情報をアップロードしたりすることができる。   The PC 3 and the MFP 5 can be connected to the Internet 9 and can be connected to the server 7 through the Internet 9. Therefore, the PC 3 can download necessary information from the server 7 through the Internet 9, and conversely upload information to the server 7 through the Internet 9.

(2)PC3の構成
PC3は、CPU11、ROM12、RAM13、HDD(ハードディスクドライブ)14、外部入出力部15、ネットワークI/F(インタフェース)16、表示部17、入力部18などを備えている。
(2) Configuration of PC 3 The PC 3 includes a CPU 11, a ROM 12, a RAM 13, an HDD (hard disk drive) 14, an external input / output unit 15, a network I / F (interface) 16, a display unit 17, an input unit 18, and the like.

CPU11は、ROM12やHDD14に記憶されているプログラムを実行することによってPC3の各部を制御する。また、CPU11は、外部入出力部15に挿入された記憶媒体(例えばCD−ROM)からプログラムやデータを読み込んで実行することも可能である。ROM12には、CPU11によって実行される各種プログラムやデータ等が記憶されている。RAM13は、CPU11が各種処理を実行するための主記憶装置として用いられる。ネットワークI/F16は、ネットワーク10を通して外部機器と各種データ通信を行うための通信モジュールである。表示部17は、液晶ディスプレイなどの表示デバイスにより構成される。入力部18は、ユーザにより操作されるマウスやキーボード等(図示略)により構成される。   The CPU 11 controls each unit of the PC 3 by executing a program stored in the ROM 12 or the HDD 14. The CPU 11 can also read and execute programs and data from a storage medium (for example, a CD-ROM) inserted into the external input / output unit 15. The ROM 12 stores various programs executed by the CPU 11 and data. The RAM 13 is used as a main storage device for the CPU 11 to execute various processes. The network I / F 16 is a communication module for performing various data communications with an external device through the network 10. The display unit 17 is configured by a display device such as a liquid crystal display. The input unit 18 includes a mouse, a keyboard, and the like (not shown) operated by the user.

HDD14には、各種プログラム(ソフトウェア)がインストールされている。各種ソフトウェアの中には、OS(オペレーティングシステム)や、各種のアプリ(アプリケーションソフト)が含まれている。   Various programs (software) are installed in the HDD 14. The various software includes an OS (operating system) and various applications (application software).

外部入出力部15は、CD−ROMやDVD−ROM、CD−R、DVD−R等の記憶媒体を挿抜可能であり、これら記憶媒体が挿入されているときに、その記憶媒体に記憶されたプログラムやデータ等を読み出したり、書き込み可能なタイプの記憶媒体に対してデータを書き込んだりすることができる。   The external input / output unit 15 can insert / remove storage media such as CD-ROM, DVD-ROM, CD-R, DVD-R, etc., and when these storage media are inserted, they are stored in the storage media. It is possible to read a program, data, etc., and write data to a writable type storage medium.

外部入出力部15に挿入可能な記憶媒体として、図2に示すCD−ROM50がある。このCD−ROM50には、PC3からMFP5を制御したり監視したりすることが可能な3つのアプリをPC3へインストールするための、インストールパッケージ60が格納されている。インストールパッケージ60には、図2に示すように、デバイス制御アプリ41をPC3にインストールするためのデバイス制御アプリインストーラ71と、ステータスモニタ42をPC3にインストールするためのステータスモニタインストーラ72と、PC−FAXアプリ43をPC3にインストールするためのPC−FAXアプリインストーラ73と、これら各アプリインストーラ71〜73による各アプリ41〜43のPC3へのインストールを統合的に制御する統合インストーラ70とが含まれている。   As a storage medium that can be inserted into the external input / output unit 15, there is a CD-ROM 50 shown in FIG. The CD-ROM 50 stores an installation package 60 for installing three applications that can control and monitor the MFP 5 from the PC 3 into the PC 3. As shown in FIG. 2, the installation package 60 includes a device control application installer 71 for installing the device control application 41 on the PC 3, a status monitor installer 72 for installing the status monitor 42 on the PC 3, and a PC-FAX. A PC-FAX application installer 73 for installing the application 43 on the PC 3 and an integrated installer 70 for controlling the installation of the applications 41 to 43 on the PC 3 by the application installers 71 to 73 are included. .

インストールパッケージ60は、MFP5のベンダ(製品供給元)により提供される。インストールパッケージ60が格納されたCD−ROM50をPC3の外部入出力部15に挿入すると、統合インストーラ70が起動され、統合インストーラ70が各アプリインストーラ71〜73によるインストール処理を順次実行させることによって各アプリ41〜43のインストールが行われる。   The installation package 60 is provided by a vendor (product supplier) of the MFP 5. When the CD-ROM 50 in which the installation package 60 is stored is inserted into the external input / output unit 15 of the PC 3, the integrated installer 70 is activated, and the integrated installer 70 sequentially executes the installation processing by the application installers 71 to 73, thereby causing each application. Installation of 41-43 is performed.

(3)MFP5の構成
MFP5は、原稿の画像を読み取るスキャナ機能や、記録用紙やOHPシート等の被記録媒体に画像を形成(印刷)するプリンタ機能などの各種機能を備えた多機能周辺装置である。
(3) Configuration of MFP 5 MFP 5 is a multifunction peripheral device having various functions such as a scanner function for reading an image of a document and a printer function for forming (printing) an image on a recording medium such as recording paper or an OHP sheet. is there.

MFP5は、CPU21、ROM22、RAM23、NVRAM24、ネットワークI/F25、表示部26、入力部27、印刷部28、スキャナ部29、通信回線I/F30などを備えている。   The MFP 5 includes a CPU 21, ROM 22, RAM 23, NVRAM 24, network I / F 25, display unit 26, input unit 27, printing unit 28, scanner unit 29, communication line I / F 30, and the like.

CPU21は、ROM22やNVRAM24に記憶されている各種プログラムに従ってMFP5内の各部の制御を実行する。RAM23は、各種の情報を記憶するワークエリアや画像データを記憶するメインメモリ等として利用される。NVRAM(Non Volatile RAM)24は、記憶内容を電気的に書き換え可能な不揮発性メモリであり、ファームウェアや各種設定値、各種プログラム、各種データ等が記憶される。   The CPU 21 controls each part in the MFP 5 according to various programs stored in the ROM 22 and the NVRAM 24. The RAM 23 is used as a work area for storing various information, a main memory for storing image data, and the like. An NVRAM (Non Volatile RAM) 24 is a nonvolatile memory capable of electrically rewriting stored contents, and stores firmware, various setting values, various programs, various data, and the like.

表示部26は、液晶ディスプレイやLEDなどの各種の表示装置を備えている。入力部27は、タッチパネルや各種操作ボタン等を備え、使用者による操作入力を受け付ける。印刷部28は、印刷用紙等の被記録媒体に画像を形成(印刷)する。スキャナ部29は、イメージセンサを備え、原稿の画像を読み取ってその画像データを生成する。   The display unit 26 includes various display devices such as a liquid crystal display and LEDs. The input unit 27 includes a touch panel, various operation buttons, and the like, and receives an operation input by a user. The printing unit 28 forms (prints) an image on a recording medium such as printing paper. The scanner unit 29 includes an image sensor, reads an image of a document, and generates image data thereof.

ネットワークI/F25は、ネットワーク10を通して外部機器(例えばPC3)と各種データ通信を行うための通信モジュールである。通信回線I/F30は、図示しない通信回線を通して外部通信機器と通信(例えば電話やファクシミリ通信)を行うための回線インタフェースである。   The network I / F 25 is a communication module for performing various data communications with an external device (for example, the PC 3) through the network 10. The communication line I / F 30 is a line interface for communicating with an external communication device (for example, telephone or facsimile communication) through a communication line (not shown).

(4)サーバ7の概要
サーバ7は、MFP5のベンダにより管理されている。サーバ7には、各種のプログラムやデータが格納され、インターネットを通して外部装置から各種のプログラムやデータをダウンロードできるようになっている。サーバ7に格納されているプログラムとして、上述のインストールパッケージ60(図2参照)を構成する各アプリインストーラ71〜73がある。
(4) Overview of Server 7 The server 7 is managed by the vendor of the MFP 5. The server 7 stores various programs and data, and can download various programs and data from an external device through the Internet. As programs stored in the server 7, there are application installers 71 to 73 that constitute the above-described installation package 60 (see FIG. 2).

サーバ7には、各アプリインストーラ71〜73の最新バージョンが格納されている。そのため、各アプリインストーラ71〜73がCD−ROM50に格納された後に、各アプリインストーラ71〜73の何れかがベンダ等によって更新された場合は、その更新されたアプリインストーラについては、CD−ROM50に格納されている内容よりもサーバ7に格納されている内容の方が新しくなっていることになる。   The server 7 stores the latest versions of the application installers 71 to 73. Therefore, after each application installer 71-73 is stored in the CD-ROM 50, when any of the application installers 71-73 is updated by a vendor or the like, the updated application installer is stored in the CD-ROM 50. The content stored in the server 7 is newer than the stored content.

サーバ7には、各アプリインストーラ71〜73のプログラム自体が格納されているほか、図3に示すような、インストーラ情報テーブルも格納されている。このインストーラ情報テーブルは、各種のアプリインストーラについて、それぞれ、その最新バージョンのバージョン番号、ダウンロード優先度、最新バージョンのダウンロード先のURL(本実施形態では同じサーバ7内の所定の格納先アドレス)、ファイルサイズなどが対応付けてリストアップされたものである。   The server 7 stores the programs themselves of the application installers 71 to 73, and also stores an installer information table as shown in FIG. This installer information table includes the version number of the latest version, the download priority, the URL of the download destination of the latest version (predetermined storage address in the same server 7 in this embodiment), the file for each of the various application installers. The size is listed in association with each other.

本実施形態では、CD−ROM50を用いて各アプリ41〜43のインストールが実行される際、PC3からサーバ7に対して各アプリインストーラ71〜73のバージョンの確認(更新の有無の確認)が行われる。そして、CD−ROM50内の内容よりもサーバ7の内容の方が新しいアプリインストーラがある場合は、そのアプリインストーラについては、最新バージョンのプログラム(アプリインストーラ)がサーバ7からダウンロードされてインストール処理が実行される。   In the present embodiment, when the installation of each of the applications 41 to 43 is executed using the CD-ROM 50, the version of each of the application installers 71 to 73 is confirmed (confirmation of whether there is an update) from the PC 3 to the server 7. Is called. If the contents of the server 7 are newer than the contents of the CD-ROM 50, the latest version of the program (application installer) is downloaded from the server 7 and the installation process is executed. Is done.

(5)インストールパッケージ60の説明
次に、PC3へ各種アプリ41〜43をインストールするためのインストールパッケージ60について、図2を用いて説明する。既に概要を説明したとおり、インストールパッケージ60は、各アプリ41〜43をインストールするための各アプリインストーラ71〜73と、これら各アプリインストーラ71〜73によるインストール処理を統合的に制御する統合インストーラ70とを含む。
(5) Description of Install Package 60 Next, the install package 60 for installing the various applications 41 to 43 on the PC 3 will be described with reference to FIG. As described above, the installation package 60 includes the application installers 71 to 73 for installing the applications 41 to 43, and the integrated installer 70 for controlling the installation process by the application installers 71 to 73 in an integrated manner. including.

デバイス制御アプリインストーラ71は、PC3にデバイス制御アプリ41をインストールするためのソフトウェアである。デバイス制御アプリインストーラ71は、具体的には、デバイス制御アプリ41と、このデバイス制御アプリ41をPC3にインストールするためのインストーラプログラムと、を少なくとも有する。デバイス制御アプリ41は、PC3からMFP5の各種機能を統合的に制御するためのアプリである。PC3にデバイス制御アプリインストーラ71が読み込まれてCPU11により実行されることで、PC3にデバイス制御アプリ41がインストールされる。   The device control application installer 71 is software for installing the device control application 41 in the PC 3. Specifically, the device control application installer 71 includes at least a device control application 41 and an installer program for installing the device control application 41 in the PC 3. The device control application 41 is an application for integrally controlling various functions of the MFP 5 from the PC 3. When the device control application installer 71 is read into the PC 3 and executed by the CPU 11, the device control application 41 is installed in the PC 3.

ステータスモニタインストーラ72は、PC3にステータスモニタ42をインストールするためのソフトウェアである。ステータスモニタインストーラ72は、具体的には、ステータスモニタ42と、このステータスモニタ42をPC3にインストールするためのインストーラプログラムと、を少なくとも有する。ステータスモニタ42は、PC3にてMFP5の各種状態を監視するためのアプリである。PC3にステータスモニタインストーラ72が読み込まれてCPU11により実行されることで、PC3にステータスモニタ42がインストールされる。   The status monitor installer 72 is software for installing the status monitor 42 in the PC 3. Specifically, the status monitor installer 72 has at least a status monitor 42 and an installer program for installing the status monitor 42 in the PC 3. The status monitor 42 is an application for monitoring various states of the MFP 5 by the PC 3. The status monitor installer 72 is read into the PC 3 and executed by the CPU 11, whereby the status monitor 42 is installed in the PC 3.

PC−FAXアプリインストーラ73は、PC3にPC−FAXアプリ43をインストールするためのソフトウェアである。PC−FAXアプリインストーラ73は、具体的には、PC−FAXアプリ43と、このPC−FAXアプリ43をPC3にインストールするためのインストーラプログラムと、を少なくとも有する。PC−FAXアプリ43は、PC3においてPC−FAX機能を実現するためのアプリである。ユーザは、PC−FAXアプリ43を用いることで、PC3の各種アプリで作成したファイルを通信回線I/F30を介して外部のファクシミリ機器へ送信することができる。PC3にPC−FAXアプリインストーラ73が読み込まれてCPU11により実行されることで、PC3にPC−FAXアプリ43がインストールされる。   The PC-FAX application installer 73 is software for installing the PC-FAX application 43 on the PC 3. Specifically, the PC-FAX application installer 73 includes at least a PC-FAX application 43 and an installer program for installing the PC-FAX application 43 in the PC 3. The PC-FAX application 43 is an application for realizing a PC-FAX function in the PC 3. By using the PC-FAX application 43, the user can transmit files created by various applications of the PC 3 to an external facsimile machine via the communication line I / F 30. When the PC-FAX application installer 73 is read into the PC 3 and executed by the CPU 11, the PC-FAX application 43 is installed in the PC 3.

統合インストーラ70は、各アプリインストーラ71〜73による各アプリ41〜43のインストール処理を制御するソフトウェアである。なお、各アプリインストーラ71〜73には、それぞれ、当該アプリインストーラの名前やバージョン情報も含まれている。   The integrated installer 70 is software that controls the installation process of the applications 41 to 43 by the application installers 71 to 73. Each of the application installers 71 to 73 includes the name and version information of the application installer.

以下の説明では、OSやアプリ、インストーラ等を実行するCPU11のことを、単にプログラム名で記載する場合がある。例えば、「インストーラが」という記載は、「インストーラを実行するCPU11が」を意味する場合がある。   In the following description, the CPU 11 that executes an OS, an application, an installer, or the like may be simply described by a program name. For example, the description “installer” may mean “the CPU 11 that executes the installer”.

CD−ROM50をPC3の外部入出力部15に挿入すると、PC3のCPU11により、予め決められた手順でCD−ROM50内の情報が読み込まれ、統合インストーラ70が起動する。統合インストーラ70は、起動する(CPU11により実行開始される)と、3つのアプリインストーラ71〜73を順次実行させて、対応するアプリのインストール処理を実行させる。   When the CD-ROM 50 is inserted into the external input / output unit 15 of the PC 3, the information in the CD-ROM 50 is read by the CPU 11 of the PC 3 in a predetermined procedure, and the integrated installer 70 is activated. When the integrated installer 70 is activated (executed by the CPU 11), the integrated installer 70 sequentially executes the three application installers 71 to 73 to execute the corresponding application installation process.

また、統合インストーラ70は、アプリインストーラによるインストール処理と並行して、アプリインストーラの更新の有無をサーバ7に問い合わせる。その問い合わせの結果、CD−ROM50の内容から更新された最新バージョンのプログラムがある場合には、アプリインストーラによるインストール処理と並行して、その最新バージョンのダウンロードも実行する。但し、本実施形態では、更新されているアプリインストーラがあったとしても、必ずしも、それを常にダウンロードするわけではない。本実施形態では、各アプリ41〜43のインストールを順次滞りなく実行させることを優先させるようにしている。そして、そのようにインストール処理を順次行っていく過程で、更新されているプログラムがある場合には、可能な限り(1つでも多く)、インストール処理と並行してその最新バージョンをダウンロードするようにしている。   In addition, the integrated installer 70 inquires of the server 7 whether or not the application installer has been updated in parallel with the installation process by the application installer. If there is a latest version of the program updated from the contents of the CD-ROM 50 as a result of the inquiry, the latest version is downloaded in parallel with the installation process by the application installer. However, in this embodiment, even if there is an updated application installer, it is not always downloaded. In the present embodiment, priority is given to sequentially executing the installation of each of the applications 41 to 43 without delay. In the process of sequentially performing the installation process, if there is an updated program, download the latest version in parallel with the installation process as much as possible (at least one). ing.

なお、MFP5を制御するためのドライバ(デバイスドライバ)は、OSの一部として組み込まれている。各アプリ41〜43による、MFP5とのデータのやりとりは、ドライバを介して行われる。OSを構成するレジストリには、インストールされている各種アプリに関する情報が登録され、これにより、各種アプリがOSをベースとして起動することが可能となる。   Note that a driver (device driver) for controlling the MFP 5 is incorporated as a part of the OS. Data exchange with the MFP 5 by each of the applications 41 to 43 is performed via a driver. Information on various installed applications is registered in the registry that constitutes the OS, whereby various applications can be started based on the OS.

(6)統合インストーラ70によるインストール処理
統合インストーラ70による、3つのアプリインストーラ71〜73による各アプリ41〜43のインストール処理の制御の詳細を、図4〜図8を用いて説明する。
(6) Installation Processing by Integrated Installer 70 Details of control of installation processing of each application 41 to 43 by the three application installers 71 to 73 by the integrated installer 70 will be described with reference to FIGS.

インストールパッケージ60が格納されたCD−ROM50がPC3の外部入出力部15に挿入されると、PC3のCPU11は、インストールパッケージ60内の統合インストーラ70を読み込んでその処理(統合インストール処理)を実行する。統合インストール処理の具体的内容は、図4に示す通りである。   When the CD-ROM 50 storing the installation package 60 is inserted into the external input / output unit 15 of the PC 3, the CPU 11 of the PC 3 reads the integrated installer 70 in the installation package 60 and executes the process (integrated installation process). . The specific contents of the integrated installation process are as shown in FIG.

PC3のCPU11は、図4に示す統合インストール処理を開始すると、S110で、サーバ7へ接続する。S120では、サーバ7へ接続できたか否か、即ちサーバ7とインターネット9を通してデータ通信可能か否か判断する。   When the integrated installation process shown in FIG. 4 is started, the CPU 11 of the PC 3 connects to the server 7 in S110. In S120, it is determined whether or not connection to the server 7 has been established, that is, whether or not data communication is possible through the server 7 and the Internet 9.

サーバ7に接続できなかった場合は(S120:NO)、S220で、CD内の全ての起動対象のアプリインストーラ(本実施形態では、3つのアプリインストーラ71〜73)について、順次起動・実行させてインストール処理(アプリインストーラによるアプリのインストール)を実行させる。例えば、まずデバイス制御アプリインストーラ71を起動させてインストール処理を実行させることでデバイス制御アプリ41をインストールさせた後、ステータスモニタインストーラ72を起動させてインストール処理を実行させることでステータスモニタ42をインストールさせ、その後PC−FAXアプリインストーラ73を起動させてインストール処理を実行させることでPC−FAXアプリ43をインストールさせる、という具合である。このように、S220では、3つのアプリインストーラ71〜73によるインストール処理を順次滞りなく実行させる。なお、3つのアプリインストーラ71〜73をどのような順序で実行させるかについては、適宜決めることができる。また、ここでいう「CD内」とは、CD−ROM50内のことを意味する。   If connection to the server 7 is not possible (S120: NO), in S220, all the activation target application installers in the CD (three application installers 71 to 73 in this embodiment) are sequentially activated and executed. Execute the installation process (installing the app using the app installer). For example, first, the device control application installer 71 is started and the installation process is executed to install the device control application 41, and then the status monitor installer 72 is started and the installation process is executed to install the status monitor 42. After that, the PC-FAX application installer 73 is activated and the installation process is executed to install the PC-FAX application 43. Thus, in S220, the installation process by the three application installers 71 to 73 is sequentially executed without any delay. The order in which the three application installers 71 to 73 are executed can be determined as appropriate. Further, “in the CD” here means that in the CD-ROM 50.

S120で、サーバ7に接続できた場合は(S120:YES)、S130で、アップデート問い合わせ処理を実行する。S130のアップデート問い合わせ処理の詳細を、図5に示す。CPU11は、この図5のアップデート問い合わせ処理に移行すると、S310で、CD内のインストール対象の各アプリインストーラ71〜73に関し、サーバ7へ、少なくとも次の2種類の情報を送信する。1つは、各アプリインストーラ71〜73の名前である。もう1つは、各アプリインストーラ71〜73のバージョンを示す情報である。   If it is possible to connect to the server 7 in S120 (S120: YES), update inquiry processing is executed in S130. Details of the update inquiry process in S130 are shown in FIG. When the CPU 11 shifts to the update inquiry process of FIG. 5, in step S <b> 310, the CPU 11 transmits at least the following two types of information to the server 7 regarding the application installers 71 to 73 to be installed in the CD. One is the name of each application installer 71-73. The other is information indicating the version of each application installer 71-73.

S310の処理によってサーバ7へ上記2種類の情報が送信されると、サーバ7は、送信されてきた各アプリインストーラ71〜73の情報に基づき、インストーラ情報テーブル(図3)を参照して、CD内の内容(バージョン)から更新されているアプリインストーラがあるか否かを確認する。そして、更新されているアプリインストーラがある場合は、PC3へ、その更新されているアプリインストーラについて、更新可能であることを示す通知と共にそのアプリインストーラに関する情報(更新可能インストーラ情報)を送信する。サーバ7が送信する更新可能インストーラ情報には、更新可能なアプリインストーラ毎の、アプリインストーラ名、バージョン、ダウンロード優先度、ダウンロード先URL、及びファイルサイズが含まれる。   When the above-described two types of information are transmitted to the server 7 by the process of S310, the server 7 refers to the installer information table (FIG. 3) based on the transmitted information of each of the application installers 71 to 73, and executes the CD. Check if there is an application installer updated from the contents (version) in the. If there is an updated application installer, the information about the updated application installer (updateable installer information) is transmitted to the PC 3 together with a notification indicating that the updated application installer can be updated. The updatable installer information transmitted by the server 7 includes the app installer name, version, download priority, download destination URL, and file size for each updatable app installer.

PC3のCPU11は、S310の処理後、S320で、サーバ7から送信されてくる上記の更新可能インストーラ情報を取得する。S320で更新可能インストーラ情報を取得した後は、S140(図1)に進む。   After the process of S310, the CPU 11 of the PC 3 acquires the updatable installer information transmitted from the server 7 in S320. After obtaining the updatable installer information in S320, the process proceeds to S140 (FIG. 1).

S140では、サーバ7に更新可能なアプリインストーラがあったか否か、即ちS320の処理で更新可能インストーラ情報を取得したアプリインストーラがあるか否か判断する。更新可能なアプリインストーラがなかった場合は(S140:NO)、各アプリインストーラ71〜73のいずれもCD内の内容が最新版であるということであるため、S220に進み、CD内の各アプリインストーラ71〜73によって順次インストール処理を実行させる。   In S140, it is determined whether there is an updateable application installer on the server 7, that is, whether there is an application installer that has acquired updateable installer information in the process of S320. If there is no app installer that can be updated (S140: NO), it means that the contents of each of the application installers 71 to 73 are the latest version, so the process proceeds to S220, and each of the application installers in the CD. The installation process is sequentially executed by 71 to 73.

S140で、更新可能なアプリインストーラがあった場合は(S140:YES)、S150で、インストール対象の全てのアプリインストーラ71〜73が更新可能(つまり全てのアプリインストーラ71〜73についてCD内の内容よりも新しい最新バージョンがサーバ7にある)か否か判断する。   If there is an app installer that can be updated in S140 (S140: YES), all the app installers 71 to 73 to be installed can be updated in S150 (that is, all the app installers 71 to 73 are based on the contents in the CD). It is also determined whether there is a new latest version on the server 7).

全てのアプリインストーラ71〜73が更新可能である場合は(S150:YES)、S160で、更新可能なアプリインストーラの中でダウンロード優先度の最も低いものを、CD内のアプリインストーラによりインストール処理を実行させる。つまり、ダウンロード優先度の最も低いアプリインストーラについては、ダウンロードせずにCD内のアプリインストーラを実行させることで、対応するアプリをインストールさせる。なお、ここでいうアプリインストーラの「実行」とは、アプリインストーラの起動から終了までの全体、即ち対応するアプリのインストール開始から完了までの全体を意味する。後述するS200,S430,S460,S560,S580についても同様である。   If all the application installers 71 to 73 can be updated (S150: YES), in S160, the updateable application installer having the lowest download priority is installed by the application installer in the CD. Let That is, for the application installer having the lowest download priority, the corresponding application is installed by executing the application installer in the CD without downloading. The “execution” of the application installer here means the entire process from the start to the end of the application installer, that is, the entire process from the start to the end of installation of the corresponding application. The same applies to S200, S430, S460, S560, and S580 described later.

全てのアプリインストーラ71〜73が更新可能である場合に、それらを全てダウンロードすると、少なくともそのダウンロード開始から何れか1つのアプリインストーラのダウンロードが完了するまでは、アプリのインストール処理を実行できない。そこで、本実施形態では、全てのアプリインストーラ71〜73が更新可能である場合は、それらを全てダウンロードするのではなく、ダウンロード優先度が最も低いアプリインストーラについてはダウンロードは行わずにCD内のアプリインストーラを用いてインストール処理を実行させる。   If all the application installers 71 to 73 are updatable, if all of them are downloaded, the application installation process cannot be executed until at least one of the application installers has been downloaded. Therefore, in this embodiment, when all the application installers 71 to 73 can be updated, not all of them are downloaded, but the application installer with the lowest download priority is not downloaded and the application in the CD is not downloaded. Run the installation process using the installer.

また、そのインストール処理と並行して(インストール処理の開始と共に)、他の更新可能なアプリインストーラについてはサーバ7からのダウンロードを開始する。他の更新可能なアプリインストーラが複数ある場合にそれらをどのようにダウンロードするかについては種々考えられる。例えば、ダウンロード優先度が高い順に1つずつダウンロードしてもよい。また例えば、複数のアプリインストーラを同時に(厳密には時分割多重通信で)ダウンロードするようにしてもよい。後述するS200の処理におけるダウンロードについても同様である。   In parallel with the installation process (with the start of the installation process), download of other updatable application installers from the server 7 is started. When there are a plurality of other updatable app installers, various ways of downloading them can be considered. For example, you may download one by one in descending order of download priority. Further, for example, a plurality of application installers may be downloaded simultaneously (strictly, by time division multiplex communication). The same applies to the download in the process of S200 described later.

S160で、ダウンロード優先度の最も低いアプリインストーラについてのCD内のアプリインストーラを用いたインストール処理を実行すると共に、他の更新可能なアプリインストーラのダウンロードを開始した後は、S170に進む。   In S160, the installation process using the application installer in the CD for the application installer having the lowest download priority is executed, and after the download of another updatable application installer is started, the process proceeds to S170.

S150で、全てのアプリインストーラ71〜73が更新可能ではない場合(S150:NO)、即ち、更新不要な(CD内の内容が最新バージョンとなっている)アプリインストーラが少なくとも1つある場合は、S190に進む。S190では、更新不要のアプリインストーラのうち、インストール処理がまだ実行されていない未インストール状態であって且つファイルサイズが最大のアプリインストーラを選択する。   If all the application installers 71 to 73 are not updatable in S150 (S150: NO), that is, if there is at least one application installer that does not require updating (the content in the CD is the latest version) Proceed to S190. In S190, an application installer that has not been updated yet and that has not been installed yet and that has the largest file size is selected from among the application installers that do not require updating.

S200では、S190で選択したアプリインストーラについて、CD内のアプリインストーラを起動させてインストール処理を実行させる。また、そのアプリインストーラによるインストール処理と並行して(インストール処理の開始と共に)、他の更新可能なアプリインストーラのサーバ7からのダウンロードを開始する。   In S200, for the application installer selected in S190, the application installer in the CD is activated to execute installation processing. In parallel with the installation process by the application installer (with the start of the installation process), download of another updatable application installer from the server 7 is started.

S210では、更新不要のアプリインストーラ(CD内)によるインストール処理が全て完了したか否か判断する。更新不要のアプリインストーラによるインストール処理が全て完了していない場合は(S210:NO)、S190に戻る。つまり、更新不要のアプリインストーラによるインストール処理が全て完了するまでは、S190〜S200の処理を繰り返し行うことで、更新不要のアプリインストーラによるインストール処理を順次実行させていく。その間、更新可能なアプリインストーラについては、全ての更新可能なアプリインストーラのダウンロードが完了していない限り、ダウンロードが継続される。更新不要のアプリインストーラによるインストール処理が全て完了した場合は(S210:YES)、S170に進む。   In S210, it is determined whether or not the installation process using the update-required application installer (in the CD) has been completed. If all installation processes by the application installer that does not require updating are not completed (S210: NO), the process returns to S190. That is, until the installation process using the update-free application installer is completed, the installation process using the update-free application installer is sequentially performed by repeatedly performing the processes of S190 to S200. Meanwhile, the updateable application installer continues to be downloaded unless all the updateable application installers have been downloaded. When the installation process using the application installer that does not require updating is completed (S210: YES), the process proceeds to S170.

S170では、ダウンロード/インストール処理を行う。なお、S170に進んだ時点では、更新不要のアプリインストーラについては全てCD内のアプリインストーラによりインストール処理が完了している状態となっており、インストール処理が実行されていないアプリインストーラがあるとすればそれは更新可能な(つまり現在ダウンロード中又はダウンロードの予定がある)アプリインストーラということになる。   In S170, download / installation processing is performed. At the time of proceeding to S170, all of the application installers that do not need to be updated are in a state where the installation process has been completed by the application installer in the CD, and there is an application installer that has not been installed. It's an app installer that can be updated (ie, is currently being downloaded or will be downloaded).

S170のダウンロード/インストール処理の詳細を、図6に示す。CPU11は、図6のダウンロード/インストール処理に移行すると、S410で、インストール対象の全てのアプリインストーラ71〜73による各アプリ41〜43のインストール処理が完了したか否か判断する。   Details of the download / install process in S170 are shown in FIG. When the CPU 11 proceeds to the download / install process of FIG. 6, in S410, the CPU 11 determines whether or not the install process of each of the applications 41 to 43 by all the install installers 71 to 73 to be installed has been completed.

全てのアプリインストーラ71〜73によるインストール処理が完了した場合は(S410:YES)、S180(図1)に進む。
全てのアプリインストーラ71〜73によるインストール処理がまだ完了していない場合は(S410:NO)、S420で、更新可能なアプリインストーラの中で、ダウンロードは完了しているもののインストール処理はまだ実行されていないもの(以下「ダウンロード完了&未インストール」ともいう)があるか否か判断する。
When the installation process by all the application installers 71 to 73 is completed (S410: YES), the process proceeds to S180 (FIG. 1).
If the installation process by all the application installers 71 to 73 has not yet been completed (S410: NO), in S420, among the updateable application installers, the download process has been completed but the installation process has not yet been executed. It is determined whether or not there is anything that is not (hereinafter also referred to as “download completed & not installed”).

S420で肯定判定された場合(S420:YES)、即ち「ダウンロード完了&未インストール」であって起動可能なアプリインストーラがある場合は、S430に進む。S430では、更新可能なアプリインストーラの中で、「ダウンロード完了&未インストール」のアプリインストーラについて、それを起動させてインストール処理を実行させる。このとき、起動可能な「ダウンロード完了&未インストール」のアプリインストーラが複数ある場合は、ファイルサイズが最大のものを優先的に起動させる。   If an affirmative determination is made in S420 (S420: YES), that is, if there is an app installer that can be started with “download completed & not installed”, the process proceeds to S430. In S430, among the updatable app installers, the “download completed & not installed” app installer is activated to execute the installation process. At this time, if there are a plurality of “download completed & not installed” application installers that can be activated, the one with the largest file size is activated with priority.

また、その起動させたアプリインストーラ以外の他の更新可能なアプリインストーラのうち、ダウンロードがまだ完了しておらず且つインストール処理も実行されていないものについては、ダウンロードを継続する。   Further, among the updatable app installers other than the activated app installer, the download has not been completed yet and the installation process has not been executed, and the download is continued.

S430の処理後は、S410に戻る。そして、ダウンロードが完了しているもののまだインストール処理が実行されていないアプリインストーラがある限り、S420〜S430の処理が繰り返される。   After the process of S430, the process returns to S410. Then, as long as there is an application installer that has been downloaded but has not yet been installed, the processes of S420 to S430 are repeated.

S420で否定判定された場合(S420:NO)、即ち「ダウンロード完了&未インストール」のアプリインストーラがなく、更新可能なアプリインストーラのダウンロードが行われている最中である場合は、S440に進む。S440では、更新可能なアプリインストーラの中で、ダウンロードがまだ完了しておらず、インストール処理も実行されておらず、しかもダウンロード優先度が最低のもの(以下「ダウンロード未完了&未インストール&ダウンロード優先度最低」ともいう)が、2つ以上あるか否か判断する。   If a negative determination is made in S420 (S420: NO), that is, if there is no app installer “download completed & not installed” and an updateable app installer is being downloaded, the process proceeds to S440. In S440, the downloadable application installer has not yet been downloaded, the installation process has not been executed, and the download priority is the lowest (hereinafter referred to as “download incomplete & not installed & download priority”). It is determined whether there are two or more.

S440で否定判定した場合(S440:NO)、即ち「ダウンロード未完了&未インストール&ダウンロード優先度最低」のアプリインストーラが2つ以上ない場合は、S460に進む。   If a negative determination is made in S440 (S440: NO), that is, if there are not two or more application installers of “download incomplete & not installed & download priority lowest”, the process proceeds to S460.

S440で肯定判定した場合(S440:YES)、即ち「ダウンロード未完了&未インストール&ダウンロード優先度最低」のアプリインストーラが2つ以上ある場合は、S450で、当該2つ以上のアプリインストーラの中でファイルサイズが最大のものについて、そのダウンロード優先度を下げる。つまり、サーバ7で設定されているダウンロード優先度よりも低い値にする。   When an affirmative determination is made in S440 (S440: YES), that is, when there are two or more application installers of “download incomplete & not installed & download priority lowest”, in S450, among the two or more application installers Lower the download priority for the largest file size. That is, it is set to a value lower than the download priority set in the server 7.

S460では、更新可能なアプリインストーラの中で、「ダウンロード未完了&未インストール&ダウンロード優先度最低」のアプリインストーラについて、CD内のアプリインストーラを起動させてインストール処理を実行させる。この場合、その対象となるアプリインストーラは、ダウンロード中あるいはダウンロード待ちの状態であることが想定される。つまり、CD内の内容よりも新しい最新バージョンがサーバ7にある。そのため、より好ましくは、その最新バージョンをダウンロードしてインストール処理させるのが好ましい。しかし、本実施形態では、インストール処理が実行されていない状態の時間が生じないようにする(つまり3つのアプリインストーラ71〜73を滞りなく連続的に実行させる)ことを優先して、S460に移行した時点で「ダウンロード未完了&未インストール&ダウンロード優先度最低」のアプリインストーラについては、最新バージョンではなくCD内のアプリインストーラを用いてインストール処理を実行させる。   In S460, the application installer in the CD is activated and the installation process is executed with respect to the application installer of “download not completed & not installed & download priority lowest” among the updateable application installers. In this case, it is assumed that the target application installer is being downloaded or is waiting to be downloaded. That is, the server 7 has the latest version that is newer than the contents in the CD. Therefore, more preferably, the latest version is downloaded and installed. However, in the present embodiment, priority is given to preventing the time when the installation process is not executed (that is, the three application installers 71 to 73 are continuously executed without delay), and the process proceeds to S460. At that time, the application installer having “download incomplete & not installed & download priority lowest” is executed using the application installer in the CD instead of the latest version.

S460の処理では、上記のように「ダウンロード未完了&未インストール&ダウンロード優先度最低」のアプリインストーラについてCD内のアプリインストーラを用いてインストール処理させると共に、他の更新可能なアプリインストーラの中でダウンロードがまだ完了しておらず且つインストール処理も実行されていないものについては、引き続き、ダウンロード対象のアプリインストーラとしてダウンロードを継続する。S460の処理の後は、S410に戻る。   In the process of S460, as described above, the application installer of “download incomplete & not installed & download priority lowest” is installed using the application installer in the CD, and downloaded among the other updatable application installers. If the application has not been completed yet and the installation process has not been executed, the download continues as an application installer to be downloaded. After the process of S460, the process returns to S410.

図6に示したダウンロード/インストール処理によって、最終的に、全てのアプリインストーラ71〜73によるインストール処理が全て完了する。これにより、最終的に、S410で肯定判定され、S180(図1)に進む。   By the download / install process shown in FIG. 6, all the install processes by all the application installers 71 to 73 are finally completed. As a result, an affirmative determination is finally made in S410, and the process proceeds to S180 (FIG. 1).

S180では、再ダウンロード確認処理を実行する。S170のダウンロード/インストール処理が終了した時点では、全てのアプリインストーラ71〜73によるインストール処理は一応完了している。しかし、本実施形態では、各アプリインストーラ71〜73を滞りなく連続的にインストール処理させていくことを優先しているため、場合によっては、CDの内容よりも新しい最新バージョンのプログラムがあるにもかかわらずそれがダウンロードされずにCD内の古いアプリインストーラによってインストールされたアプリが存在している可能性がある。そこで、そのような古いバージョンのアプリインストーラによりインストールされたアプリについて、あらためて、ユーザに対して最新バージョンへの更新を望むか否かを問うために、CPU11は、S180の再ダウンロード確認処理を実行する。   In S180, re-download confirmation processing is executed. At the time when the download / installation process of S170 is completed, the installation process by all the application installers 71 to 73 has been completed. However, in this embodiment, priority is given to the continuous installation processing of the application installers 71 to 73 without delay. Therefore, in some cases, there is a latest version of the program that is newer than the contents of the CD. Regardless, there may be apps installed by the old app installer on the CD without being downloaded. Therefore, in order to ask the user whether or not to update the application installed by such an old version of the application installer to the latest version, the CPU 11 executes re-download confirmation processing in S180. .

S180の再ダウンロード確認処理の詳細を、図7に示す。CPU11は、この図7の再ダウンロード確認処理に移行すると、S510で、更新可能なアプリインストーラを全てダウンロードしてインストール処理が完了したか否か判断する。更新可能なアプリインストーラを全てダウンロードしてインストール完了している場合は(S510)、統合インストール処理を終了する。   Details of the re-download confirmation process in S180 are shown in FIG. When the CPU 11 proceeds to the re-download confirmation process of FIG. 7, the CPU 11 determines whether or not the install process has been completed by downloading all updatable application installers in S510. When all the updatable application installers have been downloaded and installed (S510), the integrated installation process is terminated.

更新可能なアプリインストーラの全てをダウンロード、インストール完了していない場合(S510:NO)、即ち、インストールは全て完了しているものの、そのうち少なくとも1つが、更新可能でありながらも最新バージョンをダウンロードせずにCD内のアプリインストーラにてインストール処理を実行させたものである場合には、S520に進む。   When all of the updateable app installers have not been downloaded and installed (S510: NO), that is, all of the installations have been completed, but at least one of them has been updated but the latest version has not been downloaded If the installation process is executed by the application installer in the CD, the process proceeds to S520.

S520では、更新可能なアプリインストーラの中で、ダウンロード及びインストールが未完了のアプリインストーラ(以下「未更新アプリインストーラ」という)を対象として、その未更新アプリインストーラをダウンロードしてインストール(現バージョンからアップデート)させるべきかどうかをユーザへ尋ねるためのダウンロード確認ダイアログを、表示部17に表示させる。   In S520, among the updatable app installers, download and install the unupdated app installer for the incompletely downloaded and installed app installer (hereinafter referred to as “unupdated app installer”) (update from the current version). ) Display a download confirmation dialog for asking the user whether or not to display it on the display unit 17.

図8に、そのダウンロード確認ダイアログの一例を示す。図8に示すように、ダウンロード確認ダイアログには、未更新アプリインストーラの名称がリストアップして表示されると共に、「ダウンロードする」ボタン81と、「ダウンロードしない」ボタン82が表示される。ユーザは、リストアップされている未更新アプリインストーラの最新バージョンをダウンロードして更新させたい場合は、「ダウンロードする」ボタン81をクリックすればよく、リストアップされている未更新アプリインストーラの最新バージョンのダウンロードが不要な場合は、「ダウンロードしない」ボタン82をクリックすればよい。   FIG. 8 shows an example of the download confirmation dialog. As shown in FIG. 8, in the download confirmation dialog, names of unupdated application installers are listed and displayed, and a “download” button 81 and a “do not download” button 82 are displayed. If the user wants to download and update the latest version of the unupdated app installer listed, the user can simply click on the “Download” button 81 to update the latest version of the unupdated app installer listed. If no download is required, a “do not download” button 82 may be clicked.

S530では、ユーザにより「ダウンロードする」が選択されたか否か(即ち「ダウンロードする」ボタン81がクリックされたか否か)判断する。「ダウンロードする」が選択されなかった場合(即ち「ダウンロードしない」ボタン82がクリックされた場合)は(S530:NO)、統合インストール処理を終了する。「ダウンロードする」が選択された場合は(S530:YES)、S540に進む。   In S530, it is determined whether or not “download” is selected by the user (that is, whether or not the “download” button 81 is clicked). When “download” is not selected (that is, when the “do not download” button 82 is clicked) (S530: NO), the integrated installation process ends. If “download” is selected (S530: YES), the process proceeds to S540.

S540では、未更新アプリインストーラの中でダウンロード優先度が最高のアプリインストーラをサーバ7からダウンロードする。S550では、未更新アプリインストーラを全てダウンロード完了したか否か判断する。   In S540, the application installer having the highest download priority among the unupdated application installers is downloaded from the server 7. In S550, it is determined whether or not all the unupdated application installers have been downloaded.

未更新アプリインストーラのうちまだダウンロードしていないものがある場合は(S550:NO)、S560で、ダウンロードが完了している未更新アプリインストーラを起動させてインストール処理を実行させる。また、そのインストール処理と並行して、ダウンロードがまだ完了していない他の未更新アプリインストーラの中でダウンロード優先度が最高のアプリインストーラをダウンロードする。S560の処理後は、S550に戻る。   If there is an unupdated application installer that has not yet been downloaded (S550: NO), in S560, the unupdated application installer that has been downloaded is activated to execute the installation process. In parallel with the installation process, the application installer having the highest download priority is downloaded among other unupdated application installers that have not yet been downloaded. After the process of S560, the process returns to S550.

S550で、未更新アプリインストーラを全てダウンロード完了したと判断した場合は(S550:YES)、S570で、ダウンロードが完了した未更新アプリインストーラを起動させてインストール処理を実行させる。そしてS580で、未更新アプリインストーラの全てについて最新バージョンでのインストール処理が完了したか否か判断する。全てインストール処理が完了していない場合はS570に戻るが、全てインストール処理が完了した場合は統合インストール処理を終了する。   If it is determined in S550 that all the unupdated application installers have been downloaded (S550: YES), in S570, the downloaded unupdated application installer is activated to execute the installation process. In S580, it is determined whether or not the installation process for the latest version has been completed for all the unupdated application installers. If all installation processes have not been completed, the process returns to S570. If all installation processes have been completed, the integrated installation process is terminated.

(7)実施形態の効果等
以上説明した本実施形態の統合インストーラ70によれば、複数のアプリインストーラ71〜73を実行させて複数のアプリ41〜43をインストールさせるにあたり、複数のアプリインストーラ71〜73を滞りなく(連続的に)順次実行させることを最優先にしながら、CD内の内容よりも新しい最新バージョンのアプリインストーラがサーバ7にある場合には、複数のアプリインストーラ71〜73の連続的な実行を阻害しない範囲内で可能な限りその最新バージョンをダウンロードしてインストールさせる。そのため、可能な範囲内で最新バージョンのアプリインストーラへの更新を実現しつつ、更新可能なアプリインストーラの数やそのデータ量、ダウンロードに用いる通信回線の状態などにかかわらず、各アプリインストーラ71〜73によるインストール処理の完了までの所要時間の増大を効果的に抑制することができる。
(7) Effects of Embodiments, etc. According to the integrated installer 70 of the present embodiment described above, when the plurality of application installers 71 to 73 are executed and the plurality of applications 41 to 43 are installed, the plurality of application installers 71 to 71 are installed. If the latest version of the application installer on the server 7 is newer than the contents in the CD while giving the highest priority to the sequential execution of the application 73 without delay (continuously), the application installers 71 to 73 are continuously connected. Download and install the latest version as much as possible within the range that does not prevent proper execution. Therefore, the application installers 71 to 73 can be updated regardless of the number of updateable application installers, the amount of data, the state of the communication line used for downloading, etc. while realizing the update to the latest version of the application installer within the possible range. It is possible to effectively suppress an increase in the time required to complete the installation process.

本実施形態の統合インストーラ70の作用効果を、具体的な例を挙げて補足説明する。 例えば、A,B,C3つのアプリインストーラによりインストール処理を実行させるケースを想定する。このケースにおいて、例えば、Aインストーラ及びBインストーラは更新可能なアプリインストーラであってCインストーラは更新不要なアプリインストーラであり、AインストーラはBインストーラよりもダウンロード優先度が高いものとする。この場合、統合インストーラは、まず更新不要なCインストーラによるインストール処理を実行させると共に、それと並行して、更新可能なA,B2つのアプリインストーラについて、ダウンロード優先度の高いAインストーラから先に(あるいは両者並行して時分割多重通信で)ダウンロードを開始する。Cインストーラによるインストール処理が完了したとき、統合インストーラは、A,B2つのインストーラのダウンロード状況を確認する。このとき、A,Bいずれもまだダウンロードが完了していない場合は、何れか一方のダウンロードの完了を待つのではなく、ダウンロード優先度の最も低いBインストーラについてはダウンロード対象から除外する(もしダウンロード実行中の場合はそれを中止する)。そして、Bインストーラによるインストール処理を実行させる。Bインストーラによるインストール処理が完了したら、統合インストーラは、Aインストーラのダウンロードの状況を確認する。このとき、Aインストーラのダウンロードが完了している場合は、そのダウンロードしたAインストーラによるインストール処理を実行させる。Aインストーラのダウンロードがまだ完了していない場合は、Aインストーラについても、ダウンロードを中止して、CD内のAインストーラによりインストール処理を実行させる。   The effect of the integrated installer 70 of this embodiment will be supplementarily described with a specific example. For example, a case is assumed in which installation processing is executed by three application installers A, B, and C. In this case, for example, the A installer and the B installer are updateable application installers, the C installer is an application installer that does not need to be updated, and the A installer has a higher download priority than the B installer. In this case, the integrated installer first executes the installation process using the C installer that does not require updating, and at the same time, the two A and B app installers that can be updated are preceded by the A installer having the highest download priority (or both). Start downloading in parallel (time division multiplex communication). When the installation process by the C installer is completed, the integrated installer confirms the download status of the two installers A and B. At this time, if both A and B have not yet been downloaded, the B installer having the lowest download priority is excluded from the download target instead of waiting for the completion of the download of either one (if the download is executed) If it is inside, stop it). Then, the installation process by the B installer is executed. When the installation process by the B installer is completed, the integrated installer confirms the download status of the A installer. At this time, if the download of the A installer is completed, the installation process by the downloaded A installer is executed. If the download of the A installer has not been completed, the download of the A installer is also stopped and the installation process is executed by the A installer in the CD.

上記ケースでは、各アプリインストーラによるインストール処理の実行時間やダウンロードに要する時間によっては、更新可能なA,B2つのインストーラのいずれも最新バージョンをダウンロードしてインストール処理させることができる場合もあれば、A,B2つのインストーラのいずれもダウンロードできずにCD内の古いバージョンのインストーラでのインストール処理を余儀なくされる場合もありえる。もちろん、ダウンロード優先度の高いAインストーラについては最新バージョンをダウンロードできたもののBインストーラについてはダウンロードできなかったという場合もありえる。ただ、いずれの場合においても共通して言えることは、各アプリインストーラによるインストール処理は滞りなく順次実行され、インストール処理が行われない空白の時間がほとんど生じない(あるいは全く生じない)ということである。   In the above case, depending on the execution time of the installation process by each application installer and the time required for the download, both the updatable A and B installers may download the latest version and execute the installation process. , B There are cases where neither of the two installers can be downloaded and installation processing with an older version of the installer on the CD is forced. Of course, there may be a case where the latest version of the A installer having a high download priority can be downloaded, but the B installer cannot be downloaded. However, what can be said in common in either case is that the installation process by each application installer is executed sequentially without any delay, and there is little (or no) blank time when the installation process is not performed. .

このように、本実施形態の統合インストーラ70によれば、最新バージョンのアプリインストーラのダウンロードを行いつつも、ダウンロードせずに全てCD内のアプリインストーラをそのまま用いてインストール処理させた場合の総所要時間と同等の所要時間でインストール対象の全てのアプリのインストールを完了させることができる。   As described above, according to the integrated installer 70 of the present embodiment, the total time required when the latest version of the application installer is downloaded, but all the application installers in the CD are used as they are without being downloaded. Installation of all apps to be installed can be completed in the same amount of time.

なお、本実施形態において、統合インストーラ70は本発明のインストール制御プログラムの一例に相当し、各アプリインストーラ71〜73についてサーバ7に格納されている最新バージョンのプログラムは本発明の更新プログラムの一例に相当し、PC3は本発明の情報処理装置の一例に相当し、CD−ROM50は本発明の記録媒体の一例に相当し、PC3のCPU11は本発明の制御部の一例に相当し、アプリインストーラのファイルサイズは本発明のデータ量の一例に相当する。   In this embodiment, the integrated installer 70 corresponds to an example of the installation control program of the present invention, and the latest version program stored in the server 7 for each of the application installers 71 to 73 is an example of the update program of the present invention. The PC 3 corresponds to an example of the information processing apparatus of the present invention, the CD-ROM 50 corresponds to an example of the recording medium of the present invention, and the CPU 11 of the PC 3 corresponds to an example of the control unit of the present invention. The file size corresponds to an example of the data amount of the present invention.

[他の実施形態]
(1)図4の統合インストール処理における、S180の再ダウンロード確認処理(詳細は図7)では、ユーザにより「ダウンロードする」が選択された場合は全ての未更新アプリインストーラについてその最新バージョンをダウンロードして更新する構成であったが、未更新アプリインストーラが複数ある場合、そのうち何れか1つ又は複数をユーザが任意に選択できるようにしてもよい。
[Other Embodiments]
(1) In the re-download confirmation process (detailed in FIG. 7) of S180 in the integrated installation process of FIG. 4, if the user selects “Download”, the latest version of all unupdated application installers is downloaded. However, if there are a plurality of unupdated application installers, the user may arbitrarily select one or more of them.

(2)上記実施形態では、PC3からサーバ7へ各アプリインストーラの情報を送信することで(S310)、サーバ7にて最新バージョンがあるか否かを判断してもらって、その結果をサーバ7から取得する構成であったが(S320)、最新バージョンがあるか否かの判断は他の方法で行うようにしてもよい。例えば、サーバ7から最新バージョンの情報を取得して、それに基づいて、統合インストーラ70が主体的に判断するようにしてもよい。   (2) In the above embodiment, by transmitting information of each application installer from the PC 3 to the server 7 (S310), the server 7 determines whether there is a latest version, and the result is sent from the server 7 to the server 7. Although it was the structure to acquire (S320), you may make it judge by the other method whether there is the newest version. For example, the latest version information may be acquired from the server 7 and the integrated installer 70 may make a judgment based on the information.

(3)最新バージョンのダウンロードの進行状況とアプリインストーラの実行状況(アプリのインストールの進行状況)のうち少なくとも一方を、ユーザが視覚的に把握できるようにしてもよい。   (3) The user may be able to visually grasp at least one of the progress of downloading the latest version and the execution status of the application installer (progress status of application installation).

(4)最新バージョンがサーバ7にあるもののそれをダウンロードせずにCD内のアプリインストーラを実行させる場合、その実行の前に、ユーザに対して、最新バージョンではない古いバージョンのアプリがインストールされることを報知するようにしてもよい。更に、その報知に加えて、時間はかかっても最新バージョンによりインストールされることを望むかどうかをユーザに確認し、ユーザが望む場合には、インストール処理を一時中断して最新バージョンのアプリインストーラをダウンロードするようにしてもよい。   (4) When the application installer in the CD is executed without downloading the latest version on the server 7, an old version of the application that is not the latest version is installed before the execution. You may make it alert | report. Furthermore, in addition to the notification, the user confirms whether he / she wants to install the latest version even if it takes time. If the user desires, the installation process is suspended and the latest version of the app installer is installed. You may make it download.

(5)サーバ7からダウンロードするプログラムは、アプリインストーラのプログラム全体であってもよいし、CD−ROM50の内容を最新バージョンに更新するために必要な修正プログラムであってもよい。つまり、最終的に最新バージョンのアプリをインストールすることができる限り、サーバ7からどのような形態のプログラムをダウンロードするかについては適宜決めることができる。   (5) The program downloaded from the server 7 may be the entire application installer program, or may be a correction program required to update the contents of the CD-ROM 50 to the latest version. In other words, as long as the latest version of the application can be finally installed, what type of program is downloaded from the server 7 can be appropriately determined.

(6)上記実施形態では、インストールパッケージ60がCD−ROM50に記録されて提供される例を示したが、インストールパッケージ60は他の記録媒体を用いて提供することもできる。また、記録媒体に限らず、例えばネットワークを通して提供される構成であってもよい。また、統合インストーラ70と各アプリインストーラ71〜73が同じ記録媒体に記録されて提供されることは必須ではない。   (6) In the above embodiment, the installation package 60 is provided by being recorded on the CD-ROM 50. However, the installation package 60 can also be provided by using another recording medium. Further, the configuration is not limited to the recording medium, and may be provided through a network, for example. In addition, it is not essential that the integrated installer 70 and each of the application installers 71 to 73 are recorded and provided on the same recording medium.

1…情報処理システム、3…PC、5…MFP、7…サーバ、9…インターネット、10…ネットワーク、11,21…CPU、12,22…ROM、13,23…RAM、14…HDD、15…外部入出力部、16,25…ネットワークI/F、17,26…表示部、18,27…入力部、24…NVRAM、28…印刷部、29…スキャナ部、30…通信回線I/F、41…デバイス制御アプリ、42…ステータスモニタ、43…PC−FAXアプリ、50…CD−ROM、60…インストールパッケージ、70…統合インストーラ、71…デバイス制御アプリインストーラ、72…ステータスモニタインストーラ、73…FAXアプリインストーラ、81…「ダウンロードする」ボタン、82…「ダウンロードしない」ボタン。   DESCRIPTION OF SYMBOLS 1 ... Information processing system, 3 ... PC, 5 ... MFP, 7 ... Server, 9 ... Internet, 10 ... Network, 11, 21 ... CPU, 12, 22 ... ROM, 13, 23 ... RAM, 14 ... HDD, 15 ... External input / output unit, 16, 25 ... Network I / F, 17, 26 ... Display unit, 18, 27 ... Input unit, 24 ... NVRAM, 28 ... Printing unit, 29 ... Scanner unit, 30 ... Communication line I / F, DESCRIPTION OF SYMBOLS 41 ... Device control application, 42 ... Status monitor, 43 ... PC-FAX application, 50 ... CD-ROM, 60 ... Installation package, 70 ... Integrated installer, 71 ... Device control application installer, 72 ... Status monitor installer, 73 ... FAX Application installer, 81... "Download" button, 82 ... "Do not download" button.

Claims (8)

プログラムに従った処理を実行する制御部と、
サーバとデータ通信を行うための通信部と、
を備える情報処理装置において、
複数のアプリケーションソフトをインストールするために前記アプリケーションソフト毎に用意されて特定の格納部に格納されたプログラムであるアプリインストーラをそれぞれ前記制御部に実行させることにより各前記アプリケーションソフトを前記情報処理装置にインストールさせるための、前記制御部が実行可能なインストール制御プログラムであって、
前記制御部に、
各前記アプリインストーラについて、前記格納部に格納されている内容から更新された更新プログラムが前記サーバにあるか否かを前記通信部を介して前記サーバに問い合わせる更新有無確認処理と、
前記更新有無確認処理によって前記更新プログラムが前記サーバにないと判断した前記アプリインストーラである更新不要アプリインストーラを特定の実行順序で実行させる通常実行処理と、
前記更新有無確認処理によって前記更新プログラムが前記サーバにあると判断した前記アプリインストーラである更新可能アプリインストーラについて、前記通常実行処理と並行して、特定のダウンロード手順に従って前記サーバからその更新プログラムをダウンロードするダウンロード処理と、
前記通常実行処理により前記更新不要アプリインストーラが全て実行されたときに、前記ダウンロードが完了した前記更新プログラムがある場合にはその更新プログラムを用いて、その更新プログラムに対応する前記更新可能アプリインストーラを実行させ、その更新可能アプリインストーラの実行が完了する毎に、前記ダウンロードが完了した他の前記更新プログラムがあるか否か確認して前記他の更新プログラムがある場合はその更新プログラムを用いて、その更新プログラムに対応する前記更新可能アプリインストーラを実行させる更新後実行処理と、
前記更新後実行処理において、前記通常実行処理により前記更新不要アプリインストーラが全て実行されたときに前記ダウンロードが完了した前記更新プログラムがなかった場合、及び前記更新可能アプリインストーラの実行が完了したときに前記ダウンロードが完了した前記他の更新プログラムがなかった場合に、前記ダウンロードが完了していない前記更新プログラムのうち第1の選択条件により選択した前記更新プログラムについて、ダウンロード対象から除外して前記格納部に格納されている前記アプリインストーラを実行させる第1の非更新実行処理と、
を実行させるためのインストール制御プログラム。
A control unit that executes processing according to a program;
A communication unit for data communication with the server;
In an information processing apparatus comprising:
By causing the control unit to execute an application installer, which is a program prepared for each application software and stored in a specific storage unit in order to install a plurality of application softwares, the information processing apparatus stores each application software. An installation control program that can be executed by the control unit for installation,
In the control unit,
For each of the app installers, an update presence / absence confirmation process for inquiring of the server via the communication unit whether or not the server has an update program updated from the content stored in the storage unit;
A normal execution process for executing an update unnecessary application installer, which is the application installer that has been determined by the update presence / absence checking process, that the update program does not exist on the server, in a specific execution order;
For the updatable app installer that is the app installer that has been determined that the update program is present in the server by the update presence confirmation process, the update program is downloaded from the server according to a specific download procedure in parallel with the normal execution process. Download process to
When all the update-unnecessary application installers are executed by the normal execution process, if there is the update program that has been downloaded, the updateable application installer corresponding to the update program is used by using the update program. Each time the execution of the updatable app installer is completed, check whether there is another update program that has been downloaded, and if there is another update program, use that update program, Post-update execution processing for executing the updatable app installer corresponding to the update program;
In the post-update execution process, when all the update-unnecessary application installers are executed by the normal execution process, there is no update program that has been downloaded, and when the updateable application installer has been executed. When there is no other update program that has been downloaded, the storage unit that excludes the update program selected according to a first selection condition from among the update programs that have not been downloaded from the download target. A first non-update execution process for executing the application installer stored in
An installation control program for running
請求項1に記載のインストール制御プログラムであって、
前記更新有無確認処理によって、実行対象の各前記アプリインストーラの全てについて前記更新プログラムが前記サーバにあると判断された場合に、前記通常実行処理に代えて、各前記更新プログラムのうち前記第1の選択条件により選択した前記更新プログラムについて前記ダウンロード処理によるダウンロード対象から除外して前記格納部に格納されている前記アプリインストーラを実行させる第2の非更新実行処理
を有することを特徴とするインストール制御プログラム。
An installation control program according to claim 1,
When it is determined by the update presence / absence check process that the update program is present in the server for all the application installers to be executed, the first of the update programs instead of the normal execution process. An installation control program comprising: a second non-update execution process that causes the application installer stored in the storage unit to be excluded from a download target by the download process for the update program selected according to a selection condition .
請求項1又は請求項2に記載のインストール制御プログラムであって、
各前記アプリインストーラには、それぞれ、対応する前記更新プログラムを前記サーバからダウンロードする際の優先度が予め設定されており、
前記第1の選択条件は、前記優先度が最も低いことである
ことを特徴とするインストール制御プログラム。
The installation control program according to claim 1 or 2,
Each of the application installers has a preset priority when downloading the corresponding update program from the server,
The first selection condition is that the priority is the lowest.
請求項3に記載のインストール制御プログラムであって、
前記非更新実行処理において、前記優先度が最も低い前記更新プログラムが複数ある場合は、その複数の前記更新プログラムのうち第2の選択条件により選択した前記更新プログラムについて、前記ダウンロード処理によるダウンロード対象から除外して前記格納部に格納されている前記アプリインストーラを実行させる
ことを特徴とするインストール制御プログラム。
An installation control program according to claim 3,
In the non-update execution process, when there are a plurality of the update programs having the lowest priority, the update program selected by the second selection condition among the plurality of update programs is selected from the download target by the download process. An installation control program that causes the application installer stored in the storage unit to be excluded.
請求項4に記載のインストール制御プログラムであって、
前記第2の選択条件は、前記更新プログラムのデータ量が最も大きいことである
ことを特徴とするインストール制御プログラム。
An installation control program according to claim 4,
The installation control program according to claim 2, wherein the second selection condition is that the data amount of the update program is the largest.
請求項1〜請求項5の何れか1項に記載のインストール制御プログラムであって、
実行対象の各前記アプリインストーラが全て実行された後に、前記更新可能アプリインストーラのうち、対応する前記更新プログラムが用いられることなく前記格納部に格納されているアプリインストーラが実行された更新可能アプリインストーラである未更新アプリインストーラがあるか否か判断する未更新判断処理と、
前記未更新判断処理により前記未更新アプリインストーラがあると判断された場合に、その未更新アプリインストーラについて、前記サーバから前記更新プログラムをダウンロードして実行させるか否かの選択入力を受け付ける選択入力受付処理と、
前記選択入力受付処理により、前記更新プログラムをダウンロードして実行させる旨の選択入力が受け付けられた場合に、前記更新プログラムを前記サーバからダウンロードして、その更新プログラムを用いて、対応する前記未更新アプリインストーラを実行させる更新処理と、
を有することを特徴とするインストール制御プログラム。
An installation control program according to any one of claims 1 to 5,
After all the application installers to be executed are executed, the updatable app installer in which the app installer stored in the storage unit is executed without using the corresponding update program among the updatable app installers Unupdated determination processing for determining whether or not there is an unupdated application installer,
Selection input reception for receiving selection input as to whether or not to download and execute the update program from the server for the unupdated application installer when it is determined by the unupdated determination process that there is the unupdated application installer Processing,
When a selection input for downloading and executing the update program is received by the selection input reception process, the update program is downloaded from the server, and the corresponding unupdated program is used by using the update program. Update process to run the app installer,
An installation control program characterized by comprising:
請求項1〜請求項6の何れか1項に記載のインストール制御プログラムを記録した、コンピュータに読み取り可能な記録媒体。   A computer-readable recording medium on which the installation control program according to any one of claims 1 to 6 is recorded. サーバとデータ通信を行うことが可能な情報処理装置において、複数のアプリケーションソフトをインストールするために前記アプリケーションソフト毎に用意されて特定の格納部に格納されたプログラムであるアプリインストーラをそれぞれ実行させることにより各アプリケーションソフトを前記情報処理装置にインストールさせるために用いられるインストール制御方法であって、
各前記アプリインストーラについて、前記格納部に格納されている内容から更新された更新プログラムが前記サーバにあるか否かを問い合わせる更新有無確認ステップと、
前記更新有無確認ステップにおいて前記更新プログラムが前記サーバにないと判断された前記アプリインストーラを特定の実行順序で実行させる通常実行ステップと、
前記更新有無確認ステップにおいて前記更新プログラムが前記サーバにあると判断された前記アプリインストーラである更新可能アプリインストーラについて、前記通常実行ステップと並行して、特定のダウンロード手順に従って前記サーバからその更新プログラムをダウンロードするダウンロードステップと、
前記通常実行ステップにより実行対象の前記アプリインストーラが全て実行された後、前記ダウンロードが完了した前記更新プログラムがある場合にはその更新プログラムを用いて、その更新プログラムに対応する前記更新可能アプリインストーラを実行させ、その更新可能アプリインストーラの実行が完了する毎に、他に前記ダウンロードが完了した前記更新プログラムがある場合はその更新プログラムを用いて、その更新プログラムに対応する前記更新可能アプリインストーラを実行させる更新後実行ステップと、
前記更新後実行ステップにおいて、前記通常実行ステップにより前記更新不要アプリインストーラが全て実行されたときに前記ダウンロードが完了した前記更新プログラムがなかった場合、及び前記更新可能アプリインストーラの実行が完了したときに他に前記ダウンロードが完了した前記更新プログラムがなかった場合に、前記ダウンロードが完了していない前記更新プログラムのうち第1の選択条件により選択した前記更新プログラムについて、ダウンロード対象から除外して前記格納部に格納されている前記アプリインストーラを実行させる第1の非更新実行ステップと、
を有することを特徴とするインストール制御方法。
In an information processing apparatus capable of performing data communication with a server, in order to install a plurality of application software, an application installer that is a program prepared for each application software and stored in a specific storage unit is executed. Is an installation control method used to install each application software in the information processing apparatus,
For each application installer, an update presence / absence confirmation step for inquiring whether the server has an update program updated from the contents stored in the storage unit;
A normal execution step of causing the application installer that has been determined that the update program does not exist in the server in the update presence confirmation step to be executed in a specific execution order;
For the updatable app installer that is the app installer for which the update program is determined to be present in the server in the update presence confirmation step, the update program is downloaded from the server according to a specific download procedure in parallel with the normal execution step. A download step to download,
After all of the application installers to be executed are executed in the normal execution step, if there is the update program that has been downloaded, the update program is used to update the updatable app installer corresponding to the update program. Each time the updateable app installer is executed, if there is another update program that has been downloaded, the updateable app installer corresponding to the update program is executed using the update program. A post-update execution step,
In the post-update execution step, when all the update-unnecessary application installers are executed in the normal execution step, there is no update program that has been downloaded, and when the execution of the updatable application installer is completed. When there is no other update program that has been downloaded, the storage unit that excludes the update program selected according to the first selection condition from among the update programs that have not been downloaded from the download target. A first non-update execution step for executing the application installer stored in
An installation control method characterized by comprising:
JP2013247918A 2013-11-29 2013-11-29 Installation control program, recording medium, and installation control method Active JP6197611B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013247918A JP6197611B2 (en) 2013-11-29 2013-11-29 Installation control program, recording medium, and installation control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013247918A JP6197611B2 (en) 2013-11-29 2013-11-29 Installation control program, recording medium, and installation control method

Publications (2)

Publication Number Publication Date
JP2015106274A JP2015106274A (en) 2015-06-08
JP6197611B2 true JP6197611B2 (en) 2017-09-20

Family

ID=53436337

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013247918A Active JP6197611B2 (en) 2013-11-29 2013-11-29 Installation control program, recording medium, and installation control method

Country Status (1)

Country Link
JP (1) JP6197611B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110851151B (en) * 2019-11-15 2023-07-18 北京小米移动软件有限公司 Method, device, terminal, server and storage medium for pre-installing application
CN112631651A (en) * 2020-12-29 2021-04-09 福州智永信息科技有限公司 Version updating method and terminal for small application

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5500999B2 (en) * 2010-01-13 2014-05-21 キヤノン株式会社 Information processing apparatus, control method thereof, and program
JP2011238154A (en) * 2010-05-13 2011-11-24 Seiko Epson Corp Installation control device, installation control program and installation control method

Also Published As

Publication number Publication date
JP2015106274A (en) 2015-06-08

Similar Documents

Publication Publication Date Title
JP4168338B2 (en) Installation program, computer-readable recording medium, and installation method
JP6874405B2 (en) Information processing equipment, programs, systems
JP4533780B2 (en) Image forming system, image forming apparatus, terminal device, and driver updating method for terminal device
JP5232427B2 (en) Information processing system and firmware setting change method
JP7069826B2 (en) Information processing equipment, firmware update method, program
JP2008130060A (en) Installation method for image processor control program, communication program and image processor
JP2008015794A (en) Program management device, program management system, and program providing method
JP2010044579A (en) Peripheral device, program, and driver installation system
JP4944812B2 (en) Information processing system, information processing method, and program
JP2007007873A (en) Apparatus for accepting operation request, program, recording medium, method for controlling operation request accepting apparatus, communication system, and method for operating communication system
JP4661939B2 (en) Information processing device
US9965299B2 (en) Information processing apparatus, method for controlling the same, and storage medium
JP5696470B2 (en) DEVICE MANAGEMENT DEVICE, DEVICE MANAGEMENT METHOD, DEVICE MANAGEMENT PROGRAM, AND RECORDING MEDIUM CONTAINING THE PROGRAM
JP2009230400A (en) Print system, and unit and program for software introduction
JP6197611B2 (en) Installation control program, recording medium, and installation control method
JP5396847B2 (en) Printing apparatus and control method thereof
JP6534519B2 (en) Electronic device having firmware update function
JP7408931B2 (en) Electronic equipment, information processing systems, information processing methods and programs
JP5573411B2 (en) Image forming apparatus, program, and installation method
JP2010015267A (en) Software distribution system, software distribution method, and computer program
JP2013025460A (en) Installation system, installation program, recording medium having installation program recorded therein, and installation method of program
JP4792744B2 (en) Image processing device
KR101723857B1 (en) Print control device and method for upgrading firmware
JP2023130149A (en) Image forming system and image forming device
JP5760618B2 (en) Management apparatus and management method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20161014

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20170712

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170807

R150 Certificate of patent or registration of utility model

Ref document number: 6197611

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150