JP2011203917A - Program for generating installation instructing file and installer controlling program - Google Patents

Program for generating installation instructing file and installer controlling program Download PDF

Info

Publication number
JP2011203917A
JP2011203917A JP2010069426A JP2010069426A JP2011203917A JP 2011203917 A JP2011203917 A JP 2011203917A JP 2010069426 A JP2010069426 A JP 2010069426A JP 2010069426 A JP2010069426 A JP 2010069426A JP 2011203917 A JP2011203917 A JP 2011203917A
Authority
JP
Japan
Prior art keywords
installation
application software
file
instruction file
installer
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.)
Pending
Application number
JP2010069426A
Other languages
Japanese (ja)
Inventor
Katsumichi Miyamoto
勝道 宮本
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.)
Dainippon Screen Manufacturing Co Ltd
Original Assignee
Dainippon Screen Manufacturing 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 Dainippon Screen Manufacturing Co Ltd filed Critical Dainippon Screen Manufacturing Co Ltd
Priority to JP2010069426A priority Critical patent/JP2011203917A/en
Publication of JP2011203917A publication Critical patent/JP2011203917A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To execute an operation based on optionally set setup processing before and after installation of application software when the application software is installed in a computer, and to especially cope with recovery at the time of installation failure.SOLUTION: An installer, which installs application software in a computer, is designated to generate an installation execution definition file, and then a setup instruction file is generated, which describes instructions for customizing processing for installation of the application software which is executed by the designated installer. By this, customizing processing can be directed when the application software is installed by the designated installer.

Description

コンピュータにアプリケーションソフトウェアをインストールするプログラムを制御するためのインストール指示ファイルの作成、および該インストール指示ファイルによって制御されるインストーラプログラムに関する。   The present invention relates to creation of an installation instruction file for controlling a program for installing application software on a computer, and an installer program controlled by the installation instruction file.

アプリケーションソフトウェアをコンピュータに導入する作業を「インストール」と呼び、プログラムやデータなどのファイルをハードディスクなどにコピーして必要な設定を行なう。このインストール作業を自動的に行なうことでインストール作業を支援するソフトウェアがインストーラである。
インストーラを起動して、使用する機能の選択やインストール先のハードディスク、旧ヴァージョンの削除の有無などを対話形式で指示すると、該指示に従ってインストーラが動作することにより、自動的にインストールが行なわれる。
The operation of installing application software on a computer is called "installation", and files such as programs and data are copied to a hard disk and necessary settings are made. Software that supports the installation work by automatically performing the installation work is an installer.
When the installer is activated and the selection of the function to be used, the installation destination hard disk, the presence / absence of deletion of the old version, and the like are instructed interactively, the installer operates automatically according to the instruction and the installation is automatically performed.

最近では、このようなインストーラを複数連続して動作させることにより、複数のアプリケーションソフトウェアのコンピュータへのインストールを効率的に行ない、インストール作業における操作手順の簡素化を実現する技術が開示されている。   Recently, a technique has been disclosed in which a plurality of such installers are continuously operated to efficiently install a plurality of application software on a computer and to simplify the operation procedure in the installation work.

特開2004−302929JP2004-302929

特許文献1に記載の発明では、複数のソフトウェアを自動で最後まで完了させる自動インストールプログラムを開示しており、OSが再起動したときに自己プログラムを自動的に起動する機能を有し、自己プログラムが起動したときに複数のソフトウェアのインストールにおける進捗状況を把握して複数のソフトウェアのインストールを未実行または異常終了位置から再開することを特徴としている。   The invention described in Patent Document 1 discloses an automatic installation program for automatically completing a plurality of software to the end, and has a function of automatically starting a self program when the OS is restarted. It is characterized by grasping the progress status of the installation of a plurality of software and starting the installation of the plurality of software from an unexecuted or abnormally ended position when starting up.

特許文献1に記載の発明は、例えば異常終了位置からの再開を行なうなど、複数のソフトウェアのインストールを自動的に実行することができるが、各インストールの前後で行なうべきアプリケーションソフトウェアのセットアップ処理、特にインストーラによるインストール失敗時の復旧について対応ができないという問題があった。   The invention described in Patent Document 1 can automatically execute installation of a plurality of software, for example, restarting from an abnormal end position, etc., but application software setup processing to be performed before and after each installation, particularly There was a problem that it was not possible to cope with recovery when installation failed by the installer.

すなわち、特許文献1に代表される従来の技術では、インストールが異常終了した場合は、異常終了位置からインストールを再開するのみであるため、インストール失敗時は旧ヴァージョンのプログラムを復帰することや、あるいはオペレータ介入など、インストール後の処理について対応ができないという問題があった。   That is, in the conventional technique represented by Patent Document 1, when the installation ends abnormally, only the installation is restarted from the abnormal end position. Therefore, when the installation fails, the old version program is restored, or There was a problem that processing after installation, such as operator intervention, could not be handled.

また、インストール失敗時に旧ヴァージョンのプログラムを復帰するには、インストール前にシステム全体、あるいはインストール対象となるプログラムについてバックアップを取っておく必要があるが、従来の技術ではそのようなインストール前の処理については対応を行なっていない、という問題があった。   In addition, to restore the previous version of a program when installation fails, it is necessary to make a backup of the entire system or the program to be installed before installation. Had a problem of not responding.

そこで、本発明は、アプリケーションソフトウェアをコンピュータにインストールするに際して、任意に設定された該アプリケーションソフトウェアのインストール前後のセットアップ処理に基づいた動作を実行し、特にインストール失敗時の復旧についての対応を可能とすることで従来技術の問題を解決したインストール指示ファイル作成プログラム、およびインストーラ制御プログラムを提供することを目的とする。   Therefore, the present invention executes an operation based on a setup process before and after installation of the application software, which is arbitrarily set, when installing the application software on a computer, and particularly makes it possible to cope with recovery when installation fails. It is an object of the present invention to provide an installation instruction file creation program and an installer control program that solve the problems of the prior art.

かかる課題を解決する為に、請求項1に係る発明は、アプリケーションソフトウェアをコンピュータにインストールするためのインストーラ制御プログラムに対するインストール指示ファイル作成プログラムであって、前記コンピュータのCPUが前記インストール指示ファイル作成プログラムをメモリにて実行することにより、前記アプリケーションソフトウェアをコンピュータにインストールするインストーラを指定することによりインストール実行定義ファイルを作成する機能と、前記インストール実行定義ファイルで指定されたインストーラによって行なわれる前記アプリケーションソフトウェアのインストールに対するカスタマイズ処理の指示を記述したセットアップ指示ファイルを作成する機能と、を実現することを特徴としている。   In order to solve this problem, the invention according to claim 1 is an installation instruction file creation program for an installer control program for installing application software in a computer, wherein the CPU of the computer stores the installation instruction file creation program. A function of creating an installation execution definition file by specifying an installer for installing the application software in a computer by executing the program in a memory; and installation of the application software performed by the installer specified in the installation execution definition file And a function to create a setup instruction file that describes customization processing instructions for

また、請求項2に係わる発明は、請求項1に記載のインストール指示ファイル作成プログラムであって、前記セットアップ指示ファイルを作成する機能が、前記アプリケーションソフトウェアのインストール前のカスタマイズ処理、およびインストール後のカスタマイズ処理を行なうための指示を記述したセットアップ指示ファイルを作成すること、を特徴としている。   The invention according to claim 2 is the installation instruction file creation program according to claim 1, wherein the function of creating the setup instruction file includes customization processing before installation of the application software and customization after installation. It is characterized by creating a setup instruction file describing instructions for processing.

さらに、請求項3に係わる発明は、請求項2に記載のインストール指示ファイル作成プログラムであって、前記セットアップ指示ファイルを作成する機能が、前記アプリケーションソフトウェアのインストール後のカスタマイズ処理として、前記インストーラによるアプリケーションソフトウェアのインストール時に異常が生じた場合に対応する復旧指示を記述したレストア指示ファイルを作成する機能と、を実現することを特徴としている。   Further, the invention according to claim 3 is the installation instruction file creation program according to claim 2, wherein the function of creating the setup instruction file is an application by the installer as a customization process after installation of the application software. And a function of creating a restore instruction file in which a recovery instruction corresponding to an abnormality occurring during software installation is described.

請求項4に係わる発明は、アプリケーションソフトウェアをコンピュータにインストールするためのインストーラ制御プログラムであって、前記コンピュータのCPUが前記インストーラ制御プログラムをメモリにて実行することにより、前記アプリケーションソフトウェアをコンピュータにインストールするインストーラを指定することによりインストール実行定義ファイルを作成する機能と、前記インストール実行定義ファイルで指定されたインストーラによって行なわれる前記アプリケーションソフトウェアのインストールに対するカスタマイズ処理の指示を記述したセットアップ指示ファイルを作成する機能と、前記インストール実行定義ファイル、およびセットアップ指示ファイルの指示に従い、前記アプリケーションソフトウェアの前記コンピュータへのインストールを制御する機能と、を実現することを特徴としている。   The invention according to claim 4 is an installer control program for installing application software in a computer, and the CPU of the computer executes the installer control program in a memory so that the application software is installed in the computer. A function for creating an installation execution definition file by designating an installer, and a function for creating a setup instruction file that describes instructions for customization processing for installation of the application software performed by the installer specified by the installation execution definition file; According to the instructions of the installation execution definition file and the setup instruction file. It is characterized in that to realize a function of controlling the installation of the serial computer.

また、請求項5に係わる発明は、請求項4に記載のインストーラ制御プログラムであって、前記セットアップ指示ファイルを作成する機能が、前記アプリケーションソフトウェアのインストール前のカスタマイズ処理、およびインストール後のカスタマイズ処理を行なうための指示を記述したセットアップ指示ファイルを作成することにより、前記コンピュータへのインストールを制御する機能が前記インストール実行定義ファイル、およびセットアップ指示ファイルの指示に従い、前記アプリケーションソフトウェアの前記コンピュータへのインストールを行なうこと、を特徴としている。   The invention according to claim 5 is the installer control program according to claim 4, wherein the function of creating the setup instruction file performs customization processing before installation of the application software and customization processing after installation. By creating a setup instruction file in which instructions for performing are created, the function of controlling installation on the computer installs the application software on the computer in accordance with the instructions of the installation execution definition file and the setup instruction file. It is characterized by doing.

そして、請求項6に係わる発明は、請求項5に記載のインストーラ制御プログラムであって、前記セットアップ指示ファイルを作成する機能が、前記アプリケーションソフトウェアのインストール後のカスタマイズ処理として、前記インストーラによるアプリケーションソフトウェアのインストール時に異常が生じた場合に対応する復旧指示を記述したレストア指示ファイルを作成する機能を備え、前記コンピュータへのインストールを制御する機能が前記インストール実行定義ファイル、セットアップ指示ファイル、およびレストア指示ファイルの指示に従い、前記アプリケーションソフトウェアの前記コンピュータへのインストールを行なうこと、
を特徴としている。
An invention according to claim 6 is the installer control program according to claim 5, wherein the function of creating the setup instruction file is a customization process after installation of the application software, and the application software by the installer A function for creating a restore instruction file describing a recovery instruction corresponding to an abnormality during installation, and a function for controlling installation on the computer includes the installation execution definition file, the setup instruction file, and the restore instruction file. Following the instructions to install the application software on the computer;
It is characterized by.

請求項1に記載のインストール指示ファイル作成プログラムは、アプリケーションソフトウェアをコンピュータにインストールするインストーラを指定してインストール実行定義ファイルを作成し、指定されたインストーラによって行なわれるアプリケーションソフトウェアのインストールに対するカスタマイズ処理の指示を記述したセットアップ指示ファイルを作成することにより、指定されたインストーラによるアプリケーションソフトウェアのインストールに際してカスタマイズ処理を指示できるので、従来技術の問題を解決することができる。   The installation instruction file creation program according to claim 1 creates an installation execution definition file by designating an installer for installing application software on a computer, and gives an instruction for customization processing for installation of application software performed by the designated installer. By creating the described setup instruction file, the customization process can be instructed when installing the application software by the designated installer, so that the problems of the prior art can be solved.

請求項2に記載のインストール指示ファイル作成プログラムは、セットアップ指示ファイルを作成するに際して、アプリケーションソフトウェアのインストール前のカスタマイズ処理、およびインストール後のカスタマイズ処理を行なうための指示を記述したセットアップ指示ファイルを作成することにより、指定されたインストーラによるアプリケーションソフトウェアのインストールの前後におけるカスタマイズ処理を指示できるので、従来技術の問題を解決することができる。   When creating the setup instruction file, the installation instruction file creation program according to claim 2 creates a setup instruction file describing instructions for performing customization processing before installation of application software and customization processing after installation. As a result, it is possible to instruct customization processing before and after the installation of the application software by the designated installer, so that the problems of the prior art can be solved.

請求項3に記載のインストール指示ファイル作成プログラムは、セットアップ指示ファイルを作成するに際して、アプリケーションソフトウェアのインストール後のカスタマイズ処理として、インストーラによるアプリケーションソフトウェアのインストール時に異常が生じた場合に対応する復旧指示を記述したレストア指示ファイルを作成することにより、インストール失敗時の復旧についての対応を可能としたので従来技術の問題を解決することができる。   The installation instruction file creation program according to claim 3 describes a restoration instruction corresponding to a case where an abnormality occurs during installation of the application software by the installer as a customization process after the installation of the application software when creating the setup instruction file. By creating the restore instruction file, it is possible to cope with recovery when installation fails, so that the problems of the prior art can be solved.

請求項4に記載のインストーラ制御プログラムは、アプリケーションソフトウェアをコンピュータにインストールするインストーラを指定してインストール実行定義ファイルを作成し、指定されたインストーラによって行なわれるアプリケーションソフトウェアのインストールに対するカスタマイズ処理の指示を記述したセットアップ指示ファイルを作成するので、インストール実行定義ファイルで指定されたインストーラが設置アップ指示ファイルで指示されたカスタマイズ処理を実行することにより、従来技術の問題を解決することができる。   An installer control program according to claim 4 specifies an installer for installing application software on a computer, creates an installation execution definition file, and describes an instruction of customization processing for installation of application software performed by the specified installer. Since the setup instruction file is created, the installer specified in the installation execution definition file executes the customization process specified in the installation up instruction file, so that the problems of the conventional technology can be solved.

請求項5に記載のインストーラ制御プログラムは、セットアップ指示ファイルを作成するに際して、アプリケーションソフトウェアのインストール前のカスタマイズ処理、およびインストール後のカスタマイズ処理を行なうための指示を記述したセットアップ指示ファイルを作成するので、指定されたインストーラによって行なわれるアプリケーションソフトウェアのインストールの前後におけるカスタマイズ処理を実行することにより、従来技術の問題を解決することができる。   When creating the setup instruction file, the installer control program according to claim 5 creates a setup instruction file describing instructions for performing customization processing before installation of application software and customization processing after installation. By executing the customization process before and after the installation of the application software performed by the designated installer, the problems of the prior art can be solved.

請求項6に記載のインストーラ制御プログラムは、セットアップ指示ファイルを作成するに際して、アプリケーションソフトウェアのインストール後のカスタマイズ処理として、インストーラによるアプリケーションソフトウェアのインストール時に異常が生じた場合に対応する復旧指示を記述したレストア指示ファイルを作成するので、指定されたインストーラによって行なわれるアプリケーションソフトウェアのインストール失敗時の復旧を実行することにより、従来技術の問題を解決することができる。   The installer control program according to claim 6, when creating the setup instruction file, as a customization process after installing the application software, a restore instruction that describes a recovery instruction corresponding to an abnormality occurring during installation of the application software by the installer is described. Since the instruction file is created, the problem of the prior art can be solved by executing the recovery when the installation of the application software failed by the designated installer.

プログラムPG1の動作するコンピュータ1を説明するための図である。It is a figure for demonstrating the computer 1 with which program PG1 operate | moves. プログラムPG1が、CPU11によってメモリ17によって実行される動作を説明するためのフローチャートである。4 is a flowchart for explaining an operation of a program PG1 executed by a memory 17 by a CPU 11. メニューMIDFを説明するための図である。It is a figure for demonstrating menu MIDF. インストール実行定義ファイルIDFを説明するための図である。It is a figure for demonstrating the installation execution definition file IDF. メニューMSDFを説明するための図である。It is a figure for demonstrating menu MSDF. セットアップ実行ファイルSDFを説明するための図である。It is a figure for demonstrating the setup execution file SDF. レストア指示ファイルRDFを説明するための図である。It is a figure for demonstrating the restore instruction | indication file RDF. プログラムPG2の動作するコンピュータ2を説明するための図である。It is a figure for demonstrating the computer 2 with which program PG2 operate | moves. プログラムPG2が、CPU21によってメモリ27によって実行される動作を説明するためのフローチャートである。7 is a flowchart for explaining an operation executed by a memory 27 by a CPU 21 by a program PG2.

以下、図面を利用しながら、本発明を実施形態について、説明を行なう。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

〈第1の実施形態〉
図1は、本発明に係わるインストール指示ファイル作成プログラムが動作するコンピュータ1を説明するための図である。コンピュータ1は、一般的に使用されているパーソナルコンピュータであり、CPU11、表示部12、入力部13、ネットワークI/F14、メディアドライブ15、記憶部16、メモリ17より構成されている。
<First Embodiment>
FIG. 1 is a diagram for explaining a computer 1 on which an installation instruction file creation program according to the present invention operates. The computer 1 is a commonly used personal computer, and includes a CPU 11, a display unit 12, an input unit 13, a network I / F 14, a media drive 15, a storage unit 16, and a memory 17.

CPU11は、コンピュータ1全体を制御し、特にメディアドライブ15に挿入されたメディアディスク18に記録されているプログラムPG1をメモリ17において実行することによって、インストール指示ファイル作成プログラムの機能を実現する。
表示部12は、インストール指示ファイル作成のために必要な情報を表示するために使用される。
入力部13は、マウスやキーボードで構成されており、コンピュータ1に対してオペレータが指示を入力するために使用する。
ネットワークI/F14は、コンピュータ1とネットワークNとを接続するためのものである。ネットワークI/F14を介して、コンピュータ1はネットワークNに接続されている図示しないサーバより、インストール指示ファイル作成プログラムPG1をダウンロードすることが可能である。また、ネットワークI/F14を介して、コンピュータCinstに対してインストール指示ファイルを送信することができる。
メディアドライブ15は、メディアディスク18に記録されているプログラムPG1を読み取るために使用する。メディアドライブ15で読み取られたプログラムPG1により、インストール指示ファイル作成プログラムの機能が実現される。
また、インストール指示ファイルをメディアディスク18へ記録することにより、オフラインでインストール指示ファイルをコンピュータCinstに送付するようにしてもよい。
記憶部16は、メディアドライブ15で読み取られたプログラムPG1を格納する。また、記憶部16が、インストール指示ファイルを記憶するようにしてもよい。
The CPU 11 controls the entire computer 1 and implements the function of the installation instruction file creation program by executing the program PG1 recorded on the media disk 18 inserted in the media drive 15 in the memory 17 in particular.
The display unit 12 is used to display information necessary for creating an installation instruction file.
The input unit 13 includes a mouse and a keyboard, and is used by an operator to input instructions to the computer 1.
The network I / F 14 is for connecting the computer 1 and the network N. The computer 1 can download the installation instruction file creation program PG1 from a server (not shown) connected to the network N via the network I / F 14. In addition, an installation instruction file can be transmitted to the computer Cinst via the network I / F 14.
The media drive 15 is used to read the program PG1 recorded on the media disk 18. The function of the installation instruction file creating program is realized by the program PG1 read by the media drive 15.
In addition, the installation instruction file may be sent offline to the computer Cinst by recording the installation instruction file on the media disk 18.
The storage unit 16 stores the program PG1 read by the media drive 15. Further, the storage unit 16 may store the installation instruction file.

メモリ17は、記憶部16によって記憶されたプログラムPG1をCPU11が実行するためのワークエリアである。CPU11によってプログラムPG1が実行された結果、メモリ17において、インストール実行定義ファイル作成部171、セットアップ指示ファイル作成部172、ファイル出力部173の機能が実現される。   The memory 17 is a work area for the CPU 11 to execute the program PG1 stored in the storage unit 16. As a result of execution of the program PG1 by the CPU 11, the functions of the installation execution definition file creation unit 171, the setup instruction file creation unit 172, and the file output unit 173 are realized in the memory 17.

インストール実行定義ファイル作成部171は、アプリケーションソフトウェアのインストールを行なうため、アプリケーションソフトウェアごとにインストール実行定義ファイルIDFを作成する。インストール実行定義ファイル作成部171は、インストールに関連して、インストール対象となるアプリケーションソフトウェア、インストールプログラム、バックアップを行なうファイルおよびその格納位置、インストールを行なう前に実行するプログラム、アンインストールに使用するプログラム、アンインストールするファイル及びその位置について、オペレータが表示部12に対して入力部13を操作することにより設定を行ない、該設定結果に基づいてアプリケーションソフトウェアのインストールを行なうための処理を記述したインストール実行定義ファイルIDFを作成する。   The installation execution definition file creation unit 171 creates an installation execution definition file IDF for each application software in order to install the application software. The installation execution definition file creation unit 171 relates to installation, application software to be installed, an installation program, a file to be backed up and its storage location, a program to be executed before installation, a program to be used for uninstallation, An installation execution definition describing a process for installing an application software based on the setting result of the operator by operating the input unit 13 on the display unit 12 for the file to be uninstalled and its position. Create a file IDF.

セットアップ指示ファイル作成部172は、インストール実行定義ファイルIDFを参照して行なうアプリケーションプログラムのインストールについて、さらに詳細なカスタマイズ処理の指示を記述したセットアップ指示ファイルSDFを作成する。
セットアップ指示ファイル作成部172は、インストール実行定義ファイル作成部171が作成したインストール実行定義ファイルIDFによって行なわれるインストールに際して、該インストール前後に実行可能なカスタマイズ処理について、表示部12に表示する。
The setup instruction file creation unit 172 creates a setup instruction file SDF in which a more detailed customization process instruction is described with respect to the installation of the application program performed with reference to the installation execution definition file IDF.
The setup instruction file creation unit 172 displays, on the display unit 12, customization processing that can be executed before and after the installation performed by the installation execution definition file IDF created by the installation execution definition file creation unit 171.

アプリケーションソフトウェアのインストール前後に実行可能なカスタマイズ処理としては、次の処理が存在する。   The following processes exist as customization processes that can be executed before and after installation of application software.

インストール前の処理:
(1)Ver.Upインストール
(2)最新版インストール
Pre-installation process:
(1) Ver.Up installation (2) Latest version installation

(1)のVer.Upインストールは、現在コンピュータCinstで使用されているアプリケーションソフトウェアのヴァージョンアップを行なうためのインストールである。新機能追加、バグ削除など、アプリケーションソフトウェアの改良が行なわれた場合に、このVer.Upインストールが行なわれる。Ver.Upインストールでは、旧Ver.のアプリケーションソフトウェアで使用されていた設定などのユーザデータをヴァージョンアップされたアプリケーションソフトウェアが引き継いで使用することになる。また、Ver.Upインストールを行なう場合、トラブル対応などの関係から旧Ver.のアプリケーションソフトウェアをあえて残しておく場合がある。
(2)の最新版インストールでは、コンピュータCinstにおいて使用されていなかったアプリケーションソフトウェアをインストールする。その際、必要最小限のプログラムモジュールをインストールする最小構成(min)、通常の使用を考慮したプログラムモジュールをインストールする通常構成(stn)、通常構成に加え、全てのオプショナルプログラムモジュールをインストールする最大構成(max)、あるいは必要に応じてプログラムモジュールを取捨選択してインストールするカスタム(custom)のいずれかを選択することができる。
(1) Ver.Up installation is an installation for upgrading the application software currently used in the computer Cinst. This Ver.Up installation is performed when application software is improved, such as adding new functions or deleting bugs. In the Ver.Up installation, user data such as settings used in the old Ver. Application software is used by the upgraded application software. In addition, when performing Ver.Up installation, application software of the old Ver.
In the latest version installation in (2), application software that has not been used in the computer Cinst is installed. At that time, the minimum configuration (min) to install the minimum necessary program modules, the normal configuration (stn) to install program modules considering normal use, the maximum configuration to install all optional program modules in addition to the normal configuration You can select either (max) or custom (custom) to install by selecting program modules as needed.

インストール後の処理でインストールが正常終了した場合:
(1)ユーザデータのレストア
(2)システムの再起動
If the installation ends normally during the post-installation process:
(1) Restore user data (2) Restart system

(1)のユーザデータのレストアでは、インストール前にバックアップを行なったユーザデータをレストアし、Ver.Upインストールが行なわれたアプリケーションソフトウェアで従来使用していた設定やデータなどを使用できるようにする。   In the user data restore in (1), the user data that was backed up before installation is restored so that the settings and data that were conventionally used in the application software in which Ver.Up installation was performed can be used.

(2)のシステムの再起動では、Ver.Upインストールあるいは最新版インストール後にコンピュータCinstの再起動が必要な場合、再起動処理を行なう。   In the system restart of (2), if it is necessary to restart the computer Cinst after Ver.Up installation or the latest version installation, restart processing is performed.

インストール後の処理であって、インストールが正常終了しなかった場合:
(1)インストール対象アプリケーションソフトウェアのアンインストール
(2)アプリケーションソフトウェア(旧Ver.)の再インストール
(3)ユーザデータのレストア
If the installation did not complete successfully after the installation:
(1) Uninstallation of application software to be installed (2) Reinstallation of application software (old Ver.) (3) Restoration of user data

(4)システムの再起動     (4) System restart

(1)のインストール対象アプリケーションソフトウェアのアンインストールでは、Ver.Upインストールあるいは最新版インストールを行なったがインストールが正常に終了しなかった場合、該アプリケーションソフトウェアのインストールに不具合があったものとして、インストールを行なったアプリケーションソフトウェアのアンインストールを行なう。   When uninstalling the application software to be installed in (1), if the Ver.Up installation or the latest version installation was performed but the installation did not end normally, it was determined that there was a problem with the installation of the application software. Uninstall the application software you have done.

(2)のアプリケーションソフトウェア(旧Ver.)のインストールでは、Ver.Upインストールが正常終了しなかった場合、旧Ver.のアプリケーションソフトウェアを使用可能とするために、旧Ver.のアプリケーションソフトウェアの再インストールを行なう。旧Ver.のアプリケーションソフトウェアの再インストールは、インストール前にバックアップを取っておいたシステムをリカバリーするか、あるいはインストール前にバックアップを取っておいた旧Ver.のアプリケーションソフトウェアをリカバリーすることで行なわれる。   In the installation of application software (old Ver.) In (2), if the Ver.Up installation is not completed successfully, the old Ver. Application software must be reinstalled so that the old Ver. Application software can be used. To do. Re-installation of the old Ver. Application software is performed by recovering the system that was backed up before installation, or by recovering the old Ver. Application software that was backed up before installation.

(3)のユーザデータのレストアでは、(2)の旧Ver.のアプリケーションソフトウェアの再インストールが行なわれた場合に、インストール前にバックアップを行なったユーザデータをレストアすることで、従来使用していた設定やデータなどを使用できるようにする。   In the restoration of user data in (3), when the old Ver. Application software in (2) was reinstalled, it was used in the past by restoring the user data that was backed up before installation. Make settings and data available.

(4)のシステムの再起動では、コンピュータCinstの再起動が必要な場合、再起動処理を行なう。   In restarting the system in (4), when restarting the computer Cinst is necessary, restart processing is performed.

オペレータが入力部13を操作して、上記に示したインストール前後に実行するカスタマイズ処理を選択することにより、セットアップ指示ファイル作成部172がセットアップ指示ファイルSDFを作成する。また、インストール実行定義ファイルIDFが複数存在する場合、すなわち複数のアプリケーションソフトウェアのインストールが行なわれる場合、セットアップ指示ファイル作成部172はアプリケーションソフトウェアごとにカスタマイズ処理を設定できるようにするとともに、該複数のアプリケーションソフトウェアのインストール順序についても設定する。   When the operator operates the input unit 13 and selects the customization processing to be executed before and after the installation described above, the setup instruction file creation unit 172 creates the setup instruction file SDF. When there are a plurality of installation execution definition files IDF, that is, when a plurality of application softwares are installed, the setup instruction file creation unit 172 allows customization processing to be set for each application software, and the plurality of applications Also set the software installation order.

なお、セットアップ指示ファイル作成部172は、特にインストールが正常に終了しなかった場合に備えて、レストア指示ファイルRDFを作成する。インストール後に実行するカスタマイズ処理指示において、特にインストールが正常終了しなかった場合についての指示をオペレータが選択すると、セットアップ指示ファイル作成部172は、該指示を記述したレストア指示ファイルRDFを作成する。   Note that the setup instruction file creation unit 172 creates the restore instruction file RDF especially in preparation for the case where the installation is not normally completed. In the customization processing instruction executed after the installation, when the operator selects an instruction for a case where the installation is not normally completed, the setup instruction file creation unit 172 creates a restore instruction file RDF describing the instruction.

ファイル出力部173は、インストール実行定義ファイルIDF、セットアップ指示ファイルSDF、レストア指示ファイルRDFを、インストール作業を行なうコンピュータCinstに出力する。コンピュータCinstがネットワークに接続されている場合、ファイル出力部173はネットワークI/F14を介して、インストール実行定義ファイルIDF、セットアップ指示ファイルSDF、レストア指示ファイルRDFをコンピュータCinstに対して出力する。
コンピュータCinstがオフラインである場合、ファイル出力部173はメディアドライブ15に格納されたメディアディスク18にインストール実行定義ファイルIDF、セットアップ指示ファイルSDF、レストア指示ファイルRDFを出力する。
The file output unit 173 outputs the installation execution definition file IDF, the setup instruction file SDF, and the restore instruction file RDF to the computer Cinst that performs the installation work. When the computer Cinst is connected to the network, the file output unit 173 outputs the installation execution definition file IDF, the setup instruction file SDF, and the restore instruction file RDF to the computer Cinst via the network I / F 14.
When the computer Cinst is offline, the file output unit 173 outputs the installation execution definition file IDF, the setup instruction file SDF, and the restore instruction file RDF to the media disk 18 stored in the media drive 15.

オンライン、あるいはオフラインでコンピュータCinstに出力されたインストール実行定義ファイルIDF、セットアップ指示ファイルSDF、そしてレストア指示ファイルRDFの記述により、コンピュータCinstの図示しないCPUがインストーラを制御して、アプリケーションソフトウェアのインストールを実行する。   The CPU (not shown) of the computer Cinst controls the installer and executes the installation of the application software based on the description of the installation execution definition file IDF, setup instruction file SDF, and restore instruction file RDF output to the computer Cinst online or offline. To do.

図2は、コンピュータ1のCPU11がメモリ17においてインストール指示ファイル作成プログラムを実行することにより実現する機能が動作する状態を説明するためのフローチャートである。   FIG. 2 is a flowchart for explaining a state in which functions realized by the CPU 11 of the computer 1 executing the installation instruction file creation program in the memory 17 operate.

ステップS1において、インストール実行定義ファイル作成部171が、オペレータによる選択処理に基づいて、アプリケーションソフトウェアごとにインストール実行定義ファイルIDFを作成する。   In step S1, the installation execution definition file creation unit 171 creates an installation execution definition file IDF for each application software based on the selection process by the operator.

図3は、インストール実行定義ファイル作成部171がインストール実行定義ファイルIDFを作成するため、表示部12に表示するメニューMIDFを説明するための図である。
メニューMIDFは、オペレータによる入力部13の操作を受け付けるために、アプリケーションソフトウェア設定欄31、インストーラ設定欄32、バックアップ設定欄33、プリインストールプログラム設定欄34、アンインストーラ設定欄35、アンインストールファイル設定欄36、アプリケーションソフトウェアインストールフォルダ設定欄37、インストール実行定義ファイル設定ボタン38を備えている。
FIG. 3 is a diagram for explaining the menu MIDF displayed on the display unit 12 so that the installation execution definition file creation unit 171 creates the installation execution definition file IDF.
In order for the menu MIDF to accept an operation of the input unit 13 by an operator, an application software setting field 31, an installer setting field 32, a backup setting field 33, a preinstall program setting field 34, an uninstaller setting field 35, an uninstall file setting field 36, an application software installation folder setting field 37, and an installation execution definition file setting button 38.

アプリケーションソフトウェア設定欄31は、インストール実行定義ファイルIDFに基づくインストールの対象となるアプリケーションソフトウェアを設定するための入力欄である。オペレータが入力部13を操作してコンピュータCinstにインストールを所望するアプリケーションソフトウェアの名称をアプリケーションソフトウェア設定欄31に入力すると、インストール実行定義ファイル作成部171が該アプリケーションソフトウェアを対象とするインストール実行定義ファイルIDFにインストール対象となるアプリケーションソフトウェア名が記述される。
なお、アプリケーションソフトウェア設定欄31は、アプリケーションソフトウェア名を設定するに際して、プルダウン方式でアプリケーションソフトウェアの名称を選択できるようにしてもよい。
The application software setting field 31 is an input field for setting application software to be installed based on the installation execution definition file IDF. When the operator operates the input unit 13 to input the name of application software desired to be installed in the computer Cinst in the application software setting field 31, the installation execution definition file creation unit 171 installs the installation execution definition file IDF for the application software. Describes the name of the application software to be installed.
Note that the application software setting field 31 may select the name of the application software by a pull-down method when setting the application software name.

インストーラ設定欄32は、アプリケーションソフトウェアをインストールするためのインストーラを設定するための入力欄である。インストーラ設定欄32は、インストールプログラムが格納されているフォルダを入力するためのプログラムフォルダ設定欄32a、インストールプログラムの名称を入力するためのインストールプログラム設定欄32bを備えている。オペレータが入力部13を操作してインストールプログラムが格納されたフォルダ名をプログラムフォルダ設定欄32aに入力し、インストールプログラム名をインストールプログラム設定欄32bに入力することにより、インストール実行定義ファイル作成部171がインストール実行定義ファイルIDFにインストールプログラム名とインストールプログラムが格納されたフォルダ名を記述する。   The installer setting field 32 is an input field for setting an installer for installing application software. The installer setting field 32 includes a program folder setting field 32a for inputting a folder in which the installation program is stored, and an installation program setting field 32b for inputting the name of the installation program. When the operator operates the input unit 13 to input the folder name in which the installation program is stored in the program folder setting field 32a and the installation program name in the installation program setting field 32b, the installation execution definition file creation unit 171 Describe the installation program name and the folder name where the installation program is stored in the installation execution definition file IDF.

バックアップ設定欄33は、アプリケーションソフトウェアをインストールすることに関連して、旧ヴァージョンで使用されていたライブラリや個人設定などのデータを保存するため、またインストールが失敗した場合に旧ヴァージョンのアプリケーションソフトウェアをレストアするためのバックアップデータを設定するための入力欄である。バックアップ設定欄33は、バックアップデータを格納するバックアップフォルダ名を入力するためのバックアップフォルダ設定欄33a、バックアップデータの名称を入力するためのバックアップデータ設定欄33bを備えている。オペレータが入力部13を操作してバックアップデータを格納するフォルダをバックアップフォルダ設定欄33aに入力し、バックアップデータ名をバックアップデータ設定欄33bに入力することにより、インストール実行定義ファイル作成部171がインストール実行定義ファイルIDFにバックアップデータ名とバックアップデータが格納されたフォルダ名を記述する。
なお、バックアップデータ設定欄33bでは、ファイル名および/あるいは拡張子についてワイルドカードを入力してもよい。
また、図3ではバックアップデータ設定欄33は一つしか図示していないが、複数のバックアップを行なうため、バックアップデータ設定欄33を複数備えるようにしてもよい。
The backup setting column 33 stores data such as libraries and personal settings used in the previous version in relation to installing the application software, and restores the old version of the application software when the installation fails. This is an input field for setting backup data to be used. The backup setting column 33 includes a backup folder setting column 33a for inputting a name of a backup folder for storing backup data, and a backup data setting column 33b for inputting a name of the backup data. When the operator operates the input unit 13 to input a folder for storing backup data in the backup folder setting field 33a and inputs a backup data name in the backup data setting field 33b, the installation execution definition file creation unit 171 executes the installation execution. In the definition file IDF, describe the name of the backup data and the folder where the backup data is stored.
In the backup data setting field 33b, a wild card may be input for the file name and / or extension.
Although only one backup data setting field 33 is shown in FIG. 3, a plurality of backup data setting fields 33 may be provided in order to perform a plurality of backups.

プリインストールプログラム設定欄34は、アプリケーションソフトウェアのインストールを行なう前に実行するプログラムを設定するための入力欄である。アプリケーションソフトウェアをインストールする前にOSの更新を行なう必要がある場合などに、オペレータは入力部13を操作してプリインストールプログラム設定欄34にプログラム名を入力する。それにより、インストール実行定義ファイル作成部171が該プログラムをプリインストールプログラムとして、インストール実行定義ファイルIDFに記述する。
なお、プリインストールプログラム設定欄34は、プリインストールプログラムを設定するに際して、プルダウン方式でプリインストールプログラムの名称を選択できるようにしてもよい。
また、図3ではプリインストールプログラム設定欄34は一つしか図示していないが、複数のプリインストールプログラムを実行するため、プリインストールプログラム設定欄34を複数備えるようにしてもよい。
The pre-installed program setting column 34 is an input column for setting a program to be executed before installing application software. When it is necessary to update the OS before installing the application software, the operator operates the input unit 13 to input a program name in the preinstalled program setting field 34. Accordingly, the installation execution definition file creation unit 171 describes the program as a preinstall program in the installation execution definition file IDF.
Note that the preinstall program setting field 34 may allow the name of the preinstall program to be selected in a pull-down manner when setting the preinstall program.
In FIG. 3, only one preinstall program setting column 34 is shown, but a plurality of preinstall program setting columns 34 may be provided in order to execute a plurality of preinstall programs.

アンインストーラ設定欄35は、旧ヴァージョンのアプリケーションソフトウェアがコンピュータCinstにインストールされている場合に、該アプリケーションソフトウェアのアンインストールを行なうためのアンインストールプログラムを設定するための入力欄である。インストーラ設定欄32で設定したインストーラがアンインストール機能を備えている場合は、アンインストーラ設定欄35はインストールプログラム設定欄32bに入力したインストールプログラム名を表示する。インストーラとは別個のアンインストーラを使用する場合、オペレータは入力部13を操作して、アンインストールプログラムの名称をアンインストーラ設定欄35に入力する。
なお、図3ではアンインストーラ設定欄35はアンインストールプログラム名称を入力するための設定欄しか備えていないが、該アンインストールプログラムを格納したフォルダを入力するための設定欄を備えるようにしてもよい。
The uninstaller setting column 35 is an input column for setting an uninstall program for uninstalling the application software when the old version of the application software is installed in the computer Cinst. If the installer set in the installer setting field 32 has an uninstall function, the uninstaller setting field 35 displays the name of the installation program input in the installation program setting field 32b. When using an uninstaller separate from the installer, the operator operates the input unit 13 to input the name of the uninstall program in the uninstaller setting field 35.
In FIG. 3, the uninstaller setting field 35 has only a setting field for inputting the name of the uninstall program. However, a setting field for inputting a folder storing the uninstall program may be provided. .

アンインストールファイル設定欄36は、アンインストーラによってアプリケーションソフトウェアをアンインストールする際に削除するべきファイルを設定するための入力欄である。アンインストールファイル設定欄36は、アンインストールファイルが格納されているフォルダ名を入力するためのアンインストールフォルダ設定欄36aとアンインストールファイルの名称を設定するアンインストールファイル名称設定欄36bを備えている。オペレータが入力部13を操作してアンインストールファイルが格納されているフォルダをアンインストールフォルダ設定欄36aに入力し、アンインストールファイル名をアンインストールファイル名称設定欄36bに入力することにより、インストール実行定義ファイル作成部171がインストール実行定義ファイルIDFにアンインストールファイル名とアンインストールファイルが格納されたフォルダ名を記述する。
なお、アンインストールファイル名称設定欄36bでは、ファイル名および/あるいは拡張子についてワイルドカードを入力してもよい。
また、図3ではアンインストールファイル設定欄36は一つしか図示していないが、複数ファイルの削除を行なうため、アンインストールファイル設定欄36を複数備えるようにしてもよい。
また、アンインストールプログラム設定欄35で設定されたアンインストーラがアンインストールファイル設定欄36におけるアンインストールファイルを設定するようにしてもよい。
The uninstall file setting field 36 is an input field for setting a file to be deleted when the application software is uninstalled by the uninstaller. The uninstall file setting field 36 includes an uninstall folder setting field 36a for inputting the name of the folder in which the uninstall file is stored, and an uninstall file name setting field 36b for setting the name of the uninstall file. The operator operates the input unit 13 to input the folder in which the uninstall file is stored in the uninstall folder setting field 36a, and input the uninstall file name in the uninstall file name setting field 36b. The file creation unit 171 describes the uninstall file name and the folder name in which the uninstall file is stored in the installation execution definition file IDF.
In the uninstall file name setting field 36b, a wild card may be input for the file name and / or extension.
In FIG. 3, only one uninstall file setting field 36 is shown, but a plurality of uninstall file setting fields 36 may be provided in order to delete a plurality of files.
Alternatively, the uninstaller set in the uninstall program setting field 35 may set the uninstall file in the uninstall file setting field 36.

アプリケーションソフトウェアインストールフォルダ設定欄37は、インストーラによってインストールされるアプリケーションソフトウェアを格納するフォルダを設定するための入力欄である。アプリケーションソフトウェアインストールフォルダ設定欄37は、インストールされたアプリケーションソフトウェアが格納されるフォルダ名を入力するための設定を備えている。オペレータが入力部13を操作してアプリケーションソフトウェアが格納されるフォルダをアプリケーションソフトウェア設定欄37に入力することにより、インストール実行定義ファイル作成部171がインストール実行定義ファイルIDFにアプリケーションソフトウェアが格納されるフォルダ名を記述する。   The application software installation folder setting field 37 is an input field for setting a folder for storing application software installed by the installer. The application software installation folder setting field 37 has a setting for inputting a folder name in which the installed application software is stored. When the operator operates the input unit 13 to input a folder in which application software is stored in the application software setting field 37, the installation execution definition file creation unit 171 names the folder in which the application software is stored in the installation execution definition file IDF. Is described.

インストール実行定義ファイル設定ボタン38は、メニューMIDFにて設定された内容でインストール実行定義ファイルIDFを設定するか否かについて、オペレータによる判断を入力するためのボタン状アイコンである。インストール実行定義ファイル設定ボタン38は、設定続行ボタン38a、OKボタン38b、キャンセルボタン38cを備えている。   The installation execution definition file setting button 38 is a button-like icon for inputting the judgment by the operator as to whether or not to set the installation execution definition file IDF with the contents set in the menu MIDF. The installation execution definition file setting button 38 includes a setting continue button 38a, an OK button 38b, and a cancel button 38c.

設定続行ボタン38aは、複数のインストール実行定義ファイルIDFを設定するとオペレータが判断した場合、入力部13を操作して押下する。設定続行ボタン38aが押下されると、インストール実行定義ファイル作成部171は、アプリケーションソフトウェア設定欄33で設定されたアプリケーションソフトウェアについて、メニューMIDFで設定された内容を記述したインストール実行定義ファイルIDFを作成するとともに、メニューMIDFの各設定欄に入力された内容をクリアして、次のアプリケーションソフトウェアのためのインストール実行定義ファイルIDFの作成をオペレータに促す。
OKボタン38bは、必要なインストール実行定義ファイルの作成が終わった場合に、オペレータが入力部13を操作して押下することにより、インストール実行定義ファイルIDFの作成を終了する。OKボタン38bが押下されたならば、インストール実行定義ファイル作成部171は作成されたインストール実行定義ファイルIDFを記憶して、メニューMIDFの表示を中止する。
キャンセルボタン38cは、インストール実行定義ファイルIDFの作成を中止する場合に、オペレータが入力部13を操作して押下する。キャンセルボタン38cが押下されると、インストール実行定義ファイル作成部171はメニューMIDFの表示を中止するとともに、メニューMIDFの各設定欄に入力された内容を削除して、インストール実行定義ファイルIDFの作成を中止する。
When the operator determines that a plurality of installation execution definition file IDFs are set, the setting continuation button 38a is operated and pressed by the input unit 13. When the setting continue button 38a is pressed, the installation execution definition file creation unit 171 creates an installation execution definition file IDF that describes the contents set in the menu MIDF for the application software set in the application software setting field 33. At the same time, the contents entered in each setting field of the menu MIDF are cleared, and the operator is prompted to create an installation execution definition file IDF for the next application software.
The OK button 38b ends the creation of the installation execution definition file IDF when the operator operates and presses the input unit 13 when the necessary installation execution definition file has been created. If the OK button 38b is pressed, the installation execution definition file creation unit 171 stores the created installation execution definition file IDF and stops displaying the menu MIDF.
The cancel button 38c is pressed by the operator by operating the input unit 13 when canceling the creation of the installation execution definition file IDF. When the cancel button 38c is pressed, the installation execution definition file creation unit 171 cancels the display of the menu MIDF and deletes the contents input in each setting field of the menu MIDF to create the installation execution definition file IDF. Cancel.

図4は、ステップS1で作成されたインストール実行定義ファイルIDFを説明するための図である。インストール実行定義ファイルIDFは、図示しているようなテキストスクリプトであり、ここではインストール対象となるアプリケーションソフトウェアを「Soft_A」としたインストール実行定義ファイルIDFが作成されている。   FIG. 4 is a diagram for explaining the installation execution definition file IDF created in step S1. The installation execution definition file IDF is a text script as shown in the figure. In this example, an installation execution definition file IDF having “Soft_A” as application software to be installed is created.

図4では、アプリケーションソフトウェア「Soft_A」に対するインストール実行定義ファイルにおいて、インストールプログラム「Soft_Asetup.exe」がフォルダ「\computer\Install」に格納されており、ファイル「Soft_A.lic」をフォルダ「\computer\bkup\accessory」にバックアップし、インストールを行なう前にコンピュータCinstのOS更新を行なうプログラム「OSkoushin.exe」を実行し、アンインストールプログラム「Soft_Asetup.exe」がフォルダ「\computer\program\Soft_A」に格納されている「*.dll」を削除することが記述されている。そして、アプリケーションソフトウェアが格納されるフォルダが「\computer\program\Soft_A」であることが記述されている。
後述する工程において、アプリケーションソフトウェア「Soft_A」のインストールを行なう際、このインストール実行定義ファイルIDFの記述を参照して、コンピュータCinstにおけるインストールが実行される。
なお、インストール実行定義ファイルIDFにおいて、インストールプログラムやプレインストールプログラム、アンインストールプログラムの記述について、プログラムの実行内容を定義する引数を記述するようにしてもよい。
また、インストール実行定義ファイルIDFは、CSV形式やXML形式などの記述形式で作成されてもよい。
In FIG. 4, in the installation execution definition file for the application software “Soft_A”, the installation program “Soft_Asetup.exe” is stored in the folder “\ computer \ Install”, and the file “Soft_A.lic” is stored in the folder “\ computer \ bkup”. Backup to "\ accessory", run the program "OSkoushin.exe" to update the computer Cinst OS before installation, and the uninstall program "Soft_Asetup.exe" is stored in the folder "\ computer \ program \ Soft_A" It is described to delete "* .dll". It is described that the folder in which the application software is stored is “\ computer \ program \ Soft_A”.
In the process described later, when the application software “Soft_A” is installed, the installation in the computer Cinst is executed with reference to the description of the installation execution definition file IDF.
In the installation execution definition file IDF, an argument that defines the execution contents of the program may be described for the installation program, the pre-install program, and the uninstall program.
Further, the installation execution definition file IDF may be created in a description format such as CSV format or XML format.

図2に戻り、ステップS2で、セットアップ指示ファイル作成部172がセットアップ指示ファイルSDFおよび必要に応じてリカバリ指示ファイルRDFを作成する。   Returning to FIG. 2, in step S2, the setup instruction file creation unit 172 creates a setup instruction file SDF and, if necessary, a recovery instruction file RDF.

図5は、セットアップ指示ファイル作成部172がセットアップ指示ファイルSDFを作成するために、オペレータに対して設定入力を促すメニューMSDFを説明するための図である。
メニューMSDFは表示部12に表示されるものであり、オペレータが入力部13を操作してメニューMSDFに対して入力を行なうことで、セットアップ指示ファイル作成部172がセットアップ指示ファイルSDFを作成する。また、メニューMSDFに対する入力に応じて、セットアップ指示ファイル作成部172がリカバリ指示ファイルRDFを作成する。
FIG. 5 is a diagram for explaining a menu MSDF that prompts the operator to input settings so that the setup instruction file creation unit 172 creates the setup instruction file SDF.
The menu MSDF is displayed on the display unit 12. When the operator operates the input unit 13 to input to the menu MSDF, the setup instruction file creation unit 172 creates the setup instruction file SDF. Further, in response to an input to the menu MSDF, the setup instruction file creation unit 172 creates a recovery instruction file RDF.

メニューMSDFは、セットアップ順序設定欄51、インストール種類設定欄52、アプリケーション識別子設定欄53、アプリケーションソフトウェアメディア設定欄54、レストア設定欄55、再起動設定欄56、セットアップ指示ファイル設定ボタン57を備えている。   The menu MSDF includes a setup order setting field 51, an installation type setting field 52, an application identifier setting field 53, an application software media setting field 54, a restore setting field 55, a restart setting field 56, and a setup instruction file setting button 57. .

セットアップ順序設定欄51は、コンピュータCinstにおけるアプリケーションソフトウェアのインストール順序を設定するための入力欄である。セットアップ順序設定欄51は、順序設定ウィンドウ51a、順序変更ボタン51bを備えている。   The setup order setting field 51 is an input field for setting the application software installation order in the computer Cinst. The setup order setting column 51 includes an order setting window 51a and an order change button 51b.

順序設定ウィンドウ51aは、コンピュータCinstにインストールを行なうアプリケーションソフトウェアのインストール順序を表示するためのスクロール表示可能なウィンドウである。順序設定ウィンドウ51aにはアプリケーションソフトウェアの名称が表示されており、表示降順にアプリケーションソフトウェアがコンピュータCinstにインストールされることを示している。
また、順序設定ウィンドウ51aに表示されたアプリケーションソフトウェア名は入力部13の操作によって選択することができる。選択されたアプリケーションソフトウェア名について、後述する順序変更ボタン51bの操作により、インストール順序を変更することが可能となる。
さらに、後述するメニューMSDFに対する操作により、選択されたアプリケーションソフトウェア名に関するセットアップ指示がセットアップ指示ファイルSDFに記述される。
The order setting window 51a is a scrollable window for displaying an installation order of application software to be installed on the computer Cinst. The name of the application software is displayed in the order setting window 51a, indicating that the application software is installed in the computer Cinst in descending display order.
The application software name displayed in the order setting window 51a can be selected by operating the input unit 13. With respect to the selected application software name, the installation order can be changed by operating an order change button 51b described later.
Furthermore, a setup instruction related to the selected application software name is described in the setup instruction file SDF by an operation on a menu MSDF described later.

順序変更ボタン51bは、アプリケーションソフトウェアのインストール順序を変更するためのボタン状のアイコンである。順序設定ウィンドウ51aに表示されたアプリケーションソフトウェア名を選択した後に、入力部13を操作して順序変更ボタン51bを押下することにより、アプリケーションソフトウェアのインストール順序を変更することができる。
なお、アプリケーションソフトウェアの順序変更は、順序設定ウィンドウ51aに表示されたアプリケーションソフトウェア名を選択した上で、入力部13によるドラッグ&ドロップ操作によって、順序を変更するようにしてもよい。
The order change button 51b is a button-like icon for changing the installation order of application software. After selecting the application software name displayed in the order setting window 51a, the application software installation order can be changed by operating the input unit 13 and pressing the order change button 51b.
The order of the application software may be changed by dragging and dropping the input unit 13 after selecting the application software name displayed in the order setting window 51a.

インストール種類設定欄52は、順序設定ウィンドウ51aで選択されたアプリケーションソフトウェアのインストール種類を設定するための入力欄である。インストール種類設定欄52は、新規インストール設定ボタン52a、Ver.Upインストール設定ボタン52bを備えている。なお、新規インストール設定ボタン52aとVer.Upインストール設定ボタン52bの選択は排他的に行なわれる。   The installation type setting field 52 is an input field for setting the installation type of the application software selected in the order setting window 51a. The installation type setting field 52 includes a new installation setting button 52a and a Ver.Up installation setting button 52b. Note that selection of the new installation setting button 52a and the Ver.Up installation setting button 52b is performed exclusively.

新規インストール設定ボタン52aは、コンピュータCinstにインストールするアプリケーションプログラムを新規にインストールする場合に押下するためのラジオボタン状アイコンである。オペレータによって新規インストール設定ボタン52aが押下された場合、順序設定ウィンドウ51aで選択されたアプリケーションソフトウェアは、コンピュータCinstに対して新規にインストールされる。
新規インストール設定ボタン52aが押下されると、インストール構成設定ボタン521aの入力がアクティヴとなる。インストール構成設定ボタン521aは、アプリケーションソフトウェアのインストールについて、最小構成、通常構成、最大構成、カスタム構成の設定を行なうために押下される。インストール構成設定ボタン521aの押下は、排他的に選択される。
また、カスタム構成ボタンが押下された場合、セットアップ指示ファイル作成部172は図示しないモジュール選択ウィンドウを表示部12に表示し、該表示されたモジュールを選択することでカスタム構成が設定される。
The new installation setting button 52a is a radio button icon to be pressed when newly installing an application program to be installed on the computer Cinst. When the new installation setting button 52a is pressed by the operator, the application software selected in the order setting window 51a is newly installed on the computer Cinst.
When the new installation setting button 52a is pressed, the input of the installation configuration setting button 521a is activated. The installation configuration setting button 521a is pressed to set the minimum configuration, normal configuration, maximum configuration, and custom configuration for application software installation. Pressing the installation configuration setting button 521a is exclusively selected.
When the custom configuration button is pressed, the setup instruction file creation unit 172 displays a module selection window (not shown) on the display unit 12, and a custom configuration is set by selecting the displayed module.

Ver.Upインストール設定ボタン52bは、コンピュータCinstにインストールするアプリケーションソフトウェアを更新インストールする場合に押下するためのラジオボタン状アイコンである。オペレータによってVer.Upインストール設定ボタン52bが押下された場合、順序設定ウィンドウ51aで選択されたアプリケーションソフトウェアは、コンピュータCinstに対して更新インストールされる。   The Ver.Up installation setting button 52b is a radio button icon to be pressed when the application software to be installed on the computer Cinst is updated and installed. When the Ver.Up installation setting button 52b is pressed by the operator, the application software selected in the order setting window 51a is updated and installed on the computer Cinst.

インストール種類設定欄52の入力は、例えば旧ヴァージョンのアプリケーションソフトウェアと新ヴァージョンのアプリケーションソフトウェアとをコンピュータCinstにおいて並列して使用したい場合は、新規インストール設定ボタン52aを押下することで、旧ヴァージョンのアプリケーションソフトウェアを削除することなく、新ヴァージョンのアプリケーションソフトウェアをインストールすることができる。
あるいは、ヴァージョンの混在ができないアプリケーションソフトウェアについては、Ver.Upインストール設定ボタン52bを押下することで、旧ヴァージョンのアプリケーションソフトウェアが削除され、新ヴァージョンのみのアプリケーションソフトウェアが使用可能となる。
なお、インストール種類設定欄52については、デフォルトでいずれかのボタンが当初から押下された状態であってもよい。
For example, when the old version of the application software and the new version of the application software are to be used in parallel on the computer Cinst, the old version of the application software can be input by pressing the new install setting button 52a. You can install the new version of the application software without removing the.
Alternatively, for application software in which versions cannot be mixed, by pressing the Ver.Up installation setting button 52b, the old version of the application software is deleted and only the new version of the application software can be used.
Note that the installation type setting field 52 may be in a state where any of the buttons is initially pressed by default.

アプリケーション識別子設定欄53は、アプリケーションソフトウェアに対して識別子を入力するための設定欄である。アプリケーション識別子は、OSがアプリケーションソフトウェアを起動する際に、アプリケーションソフトウェア名とともに使用される識別子である。通常、アプリケーション識別子設定欄53では、アプリケーションソフトウェアの識別子をデフォルトで設定されている。   The application identifier setting field 53 is a setting field for inputting an identifier to the application software. The application identifier is an identifier used together with the application software name when the OS starts the application software. Usually, in the application identifier setting field 53, the identifier of the application software is set by default.

アプリケーションソフトウェアメディア設定欄54は、インストールされるアプリケーションソフトウェアのメディア種類を入力するための設定欄である。アプリケーションソフトウェアメディア設定欄54は、CD-ROMボタン54a、USBメモリボタン54b、オンラインボタン54cを備えている。なお、D-ROMボタン54a、USBメモリボタン54b、オンラインボタン54cの選択は排他的に行なわれる。   The application software media setting field 54 is a setting field for inputting the media type of the application software to be installed. The application software media setting field 54 includes a CD-ROM button 54a, a USB memory button 54b, and an online button 54c. The selection of the D-ROM button 54a, the USB memory button 54b, and the online button 54c is performed exclusively.

CD-ROMボタン54aは、インストールするアプリケーションソフトウェアがCD-ROMに格納されている場合に押下するためのラジオボタンである。オペレータが入力部13を操作して、CD-ROMボタン54aを押下すると、セットアップ指示ファイル作成部172は、インストール元が「CD-ROM」であることをセットアップ指示ファイルSDFに記述する。また、CD-ROMボタン54aが押下されると入力窓541aがアクティヴになるので、オペレータはインストール元のCD-ROMのメディア名称、パッケージNo.を入力窓541aに入力することにより、セットアップ指示ファイルSDFにCD-ROM名称、およびパッケージNo.が記述される。   The CD-ROM button 54a is a radio button to be pressed when application software to be installed is stored on the CD-ROM. When the operator operates the input unit 13 and presses the CD-ROM button 54a, the setup instruction file creation unit 172 describes in the setup instruction file SDF that the installation source is “CD-ROM”. Further, when the CD-ROM button 54a is pressed, the input window 541a is activated, so that the operator inputs the media name and package number of the installation source CD-ROM into the input window 541a, thereby setting up the setup instruction file SDF. Describes the CD-ROM name and package number.

USBメモリボタン54bは、インストールするアプリケーションソフトウェアがUSBメモリに格納されている場合に押下するためのラジオボタンである。オペレータが入力部13を操作して、USBメモリボタン54bを押下すると、セットアップ指示ファイル作成部172は、インストール元が「USBメモリ」であることをセットアップ指示ファイルSDFに記述する。また、USBメモリボタン54aが押下されると入力窓542aがアクティヴになるので、オペレータはインストール元のUSBメモリの名称、パッケージNo.を入力窓542aに入力することにより、セットアップ指示ファイルSDFにUSBメモリ名称、およびパッケージNo.が記述される。   The USB memory button 54b is a radio button to be pressed when application software to be installed is stored in the USB memory. When the operator operates the input unit 13 and presses the USB memory button 54b, the setup instruction file creation unit 172 describes in the setup instruction file SDF that the installation source is “USB memory”. Further, when the USB memory button 54a is pressed, the input window 542a is activated, so that the operator inputs the name of the USB memory of the installation source and the package number into the input window 542a, so that the USB memory is stored in the setup instruction file SDF. The name and package number are described.

オンラインボタン54cは、インストールするアプリケーションソフトウェアを図示しないネットワーク上からオンラインで取得する場合に押下するためのラジオボタンである。オペレータが入力部13を操作して、オンラインメモリボタン54cを押下すると、セットアップ指示ファイル作成部172は、インストール元が「オンライン」であることをセットアップ指示ファイルSDFに記述する。また、オンラインメモリボタン54cが押下されると入力窓543aがアクティヴになるので、オペレータはアプリケーションソフトウェアを取得するサーバの名称、URL、プログラムNo.を入力窓543aに入力することにより、セットアップ指示ファイルSDFにサーバの名称、URL、プログラムNo.が記述される。   The online button 54c is a radio button to be pressed when the application software to be installed is acquired online from a network (not shown). When the operator operates the input unit 13 and presses the online memory button 54c, the setup instruction file creation unit 172 describes in the setup instruction file SDF that the installation source is “online”. Further, when the online memory button 54c is pressed, the input window 543a is activated, so that the operator inputs the name, URL, and program number of the server from which the application software is acquired into the input window 543a, thereby setting up the setup instruction file SDF. Describes the server name, URL, and program number.

レストア設定欄55は、コンピュータCinstに対するアプリケーションソフトウェアのインストールが失敗した場合、元の状態に戻すためのレストア指示ファイルRDFを作成する設定を行なうための入力欄である。オペレータが入力部13を操作して、チェックボックスであるレストア設定欄55にチェックを入れると、セットアップ指示ファイル作成部172は、順序設定ウィンドウ51aにおいて選択されたアプリケーションソフトウェアについてレストアを行なう設定がされたことをセットアップ指示ファイルSDFに記述するとともに、レストアを行なうためのリカバリ指示ファイルRDFを作成する。   The restore setting column 55 is an input column for setting to create a restore instruction file RDF for returning to the original state when the installation of the application software on the computer Cinst fails. When the operator operates the input unit 13 to check the restore setting column 55 which is a check box, the setup instruction file creation unit 172 is set to restore the application software selected in the order setting window 51a. This is described in the setup instruction file SDF, and a recovery instruction file RDF for restoring is created.

再起動設定欄56は、インストール終了後にコンピュータCinstを再起動する設定を行なうための入力欄である。オペレータが入力部13を操作して、チェックボックスである再起動設定欄56にチェックを入れると、セットアップ指示ファイル作成部172は、順序設定ウィンドウ51aにおいて選択されたアプリケーションソフトウェアのインストール後に再起動を行なう設定がされたことをセットアップ指示ファイルSDFに記述する。
なお、セットアップ指示ファイルSDFの再起動設定記述は、全てのアプリケーションソフトウェアのインストールが終了してから行なわれるように、セットアップ指示ファイル作成部172が記述するようにしてもよい。
The restart setting column 56 is an input column for performing settings for restarting the computer Cinst after the installation is completed. When the operator operates the input unit 13 to check the restart setting column 56 as a check box, the setup instruction file creation unit 172 restarts after installing the application software selected in the order setting window 51a. Describe the setting in the setup instruction file SDF.
The setup instruction file creation unit 172 may describe the restart setting description of the setup instruction file SDF so that it is performed after the installation of all application software is completed.

セットアップ指示ファイル設定ボタン57は、メニューMSDFにて設定された内容でセットアップ指示ファイルSDF、およびレストア指示ファイルRDFを設定するか否かについて、オペレータによる判断を入力するためのボタン状アイコンである。セットアップ指示ファイル設定ボタン57は、OKボタン57a、キャンセルボタン57bを備えている。   The setup instruction file setting button 57 is a button-like icon for inputting judgment by the operator as to whether or not to set up the setup instruction file SDF and the restore instruction file RDF with the contents set in the menu MSDF. The setup instruction file setting button 57 includes an OK button 57a and a cancel button 57b.

OKボタン57aは、セットアップ指示ファイルの作成が終わった場合に、オペレータが入力部13を操作して押下することにより、セットアップ指示ファイルSDFの作成を終了する。OKボタン57aが押下されたならば、セットアップ指示ファイル作成部172は作成されたセットアップ指示ファイルSDF、レストア指示ファイルRDFを記憶して、メニューMSDFの表示を中止する。
キャンセルボタン57bは、セットアップ指示ファイルSDFの作成を中止する場合に、オペレータが入力部13を操作して押下する。キャンセルボタン57bが押下されると、セットアップ指示ファイル172はメニューMSDFの表示を中止するとともに、メニューMSDFの各設定欄に入力された内容を削除して、セットアップ指示ファイルSDFの作成を中止する。
The OK button 57a ends the creation of the setup instruction file SDF when the operator operates and presses the input unit 13 when the setup instruction file has been created. If the OK button 57a is pressed, the setup instruction file creation unit 172 stores the created setup instruction file SDF and restore instruction file RDF, and stops displaying the menu MSDF.
The cancel button 57b is pressed by the operator operating the input unit 13 when the creation of the setup instruction file SDF is stopped. When the cancel button 57b is pressed, the setup instruction file 172 stops displaying the menu MSDF, deletes the contents input in each setting field of the menu MSDF, and stops creating the setup instruction file SDF.

図6は、ステップS2で作成されたセットアップ指示ファイルSDFの説明を行なうための図である。セットアップ指示ファイルSDFは図示しているようなテキストスクリプトであり、上から「Soft_A」、「Soft_B」、「Soft_C」、「Soft_D」とアプリケーションソフトウェアの名称が並んでいることから、この順序でアプリケーションソフトウェアのインストールが実行される。また、最後に「restart」が記述されていることから、各アプリケーションソフトウェアのインストール終了後コンピュータCinstの再起動を行なうことが記述されている。
セットアップ指示ファイルSDFはテキストスクリプトの形式で記述されているが、この形式に限定されず、CSV形式やXML形式などの記述形式で作成されてもよい。
FIG. 6 is a diagram for explaining the setup instruction file SDF created in step S2. The setup instruction file SDF is a text script as shown in the figure. From the top, “Soft_A”, “Soft_B”, “Soft_C”, “Soft_D” and application software names are listed in this order. Installation is executed. Since “restart” is described at the end, it is described that the computer Cinst is restarted after the installation of each application software is completed.
The setup instruction file SDF is described in a text script format, but is not limited to this format, and may be created in a description format such as CSV format or XML format.

アプリケーション識別子「SA」が付与されたアプリケーションソフトウェア「Soft_A」は、セットアップ指示ファイルSDFにおいて「new」と記述されていることから新規インストールが行なわれるものとして、インストール種類について「max」、すなわち最大構成でインストールが行なわれることが記述されている。また、インストールするアプリケーションソフトウェアが格納されているメディアが「CD-ROM_1234567」であることもセットアップ指示ファイルSDFに記述されていることから、インストールは該CD-ROMから行なわれる。   The application software “Soft_A” to which the application identifier “SA” is assigned is described as “new” in the setup instruction file SDF. It describes that the installation will be performed. Since the setup instruction file SDF also describes that the medium storing the application software to be installed is “CD-ROM — 1234567”, the installation is performed from the CD-ROM.

一方、アプリケーション識別子「SD」が付与されたアプリケーションソフトウェア「Soft_D」はセットアップ指示ファイルSDFにおいて「VerUp」と記述されていることから、ヴァージョンアップインストールが行なわれることになる。また、メディアとして「Online_serve A_ftp://serveA/verupsoft/SoftD」が記述されていることから、アプリケーションソフトウェア「Soft_D」はネットワークを経由したオンラインで、サーバーserve Aのftpアドレスよりヴァージョンアッププログラムを取得することになる。そして、レストア指示である「restore Soft_D」が記述されていることから、アプリケーションソフトウェア「Soft_D」についてはセットアップ指示ファイルSDFのみならず、セットアップ指示ファイル作成部172によりレストア指示ファイルRDFが作成される。
同様に、セットアップ指示ファイルSDFでは、アプリケーションソフトウェア「Soft_B」についてもレストア指示が記述されていることから、二つのアプリケーションソフトウェア「Soft_B」、「Soft_D」についてレストア指示ファイルRDFが作成されることになる。
On the other hand, since the application software “Soft_D” to which the application identifier “SD” is assigned is described as “VerUp” in the setup instruction file SDF, version up installation is performed. In addition, since “Online_serve A_ftp: // serveA / verupsoft / SoftD” is described as the media, the application software “Soft_D” obtains a version upgrade program from the ftp address of server serve A online via the network. It will be. Since the restore instruction “restore Soft_D” is described, not only the setup instruction file SDF but also the restore instruction file RDF is created by the setup instruction file creation unit 172 for the application software “Soft_D”.
Similarly, in the setup instruction file SDF, since the restore instruction is described for the application software “Soft_B”, the restore instruction file RDF is created for the two application softwares “Soft_B” and “Soft_D”.

図7は、レストア指示ファイルRDFを説明するための図である。図7に示すレストア指示ファイルRDFは、図6に示したセットアップ指示ファイルSDFにおけるアプリケーションソフトウェア「Soft_B」、「Soft_D」の設定においてレストア設定が記述されたことに対応して、セットアップ指示ファイル作成部172が作成したレストア指示ファイルRDFである。
レストア指示ファイルRDFはテキストスクリプトの形式で記述されているが、この形式に限定されず、CSV形式やXML形式などの記述形式で作成されてもよい。
FIG. 7 is a diagram for explaining the restore instruction file RDF. The restore instruction file RDF shown in FIG. 7 corresponds to the setting of the restore setting in the settings of the application software “Soft_B” and “Soft_D” in the setup instruction file SDF shown in FIG. This is the restore instruction file RDF created by.
The restore instruction file RDF is described in a text script format, but is not limited to this format and may be created in a description format such as CSV format or XML format.

レストア指示ファイルRDFでは、「Soft_B」、「Soft_D」についてレストア指示が行なわれることが記述されており、現在コンピュータCinstにインストールされているアプリケーションソフトウェアをレストア対象とすることが記述されている。そして、レストア元となるアプリケーションファイルの位置については、アプリケーションソフトウェア「Soft_B」、「Soft_D」に各々対応して作成されたインストール実行定義ファイルIDFから取得して、セットアップ指示ファイル作成部172がレストア指示ファイルRDFに記述する。   In the restore instruction file RDF, it is described that a restore instruction is performed for “Soft_B” and “Soft_D”, and it is described that application software currently installed in the computer Cinst is to be restored. The location of the application file serving as the restore source is acquired from the installation execution definition file IDF created corresponding to each of the application software “Soft_B” and “Soft_D”, and the setup instruction file creation unit 172 restores the restore instruction file. Describe in RDF.

図2に戻り、ステップS3にて、ファイル出力部173が、インストール実行定義ファイルIDF、セットアップ指示ファイルSDF、レストア指示ファイルRDFを、インストール作業を行なうコンピュータCinstに出力する。コンピュータCinstがネットワークに接続されている場合、ファイル出力部173はネットワークI/F14を介して、インストール実行定義ファイルIDF、セットアップ指示ファイルSDF、レストア指示ファイルRDFをコンピュータCinstに対して出力する。
コンピュータCinstがオフラインである場合、ファイル出力部173はメディアドライブ15に格納されたメディアディスク18にインストール実行定義ファイルIDF、セットアップ指示ファイルSDF、レストア指示ファイルRDFを出力する。
Returning to FIG. 2, in step S3, the file output unit 173 outputs the installation execution definition file IDF, the setup instruction file SDF, and the restore instruction file RDF to the computer Cinst performing the installation work. When the computer Cinst is connected to the network, the file output unit 173 outputs the installation execution definition file IDF, the setup instruction file SDF, and the restore instruction file RDF to the computer Cinst via the network I / F 14.
When the computer Cinst is offline, the file output unit 173 outputs the installation execution definition file IDF, the setup instruction file SDF, and the restore instruction file RDF to the media disk 18 stored in the media drive 15.

オンライン、あるいはオフラインでコンピュータCinstに出力されたインストール実行定義ファイルIDF、セットアップ指示ファイルSDF、そしてレストア指示ファイルRDFの記述により、コンピュータCinstの図示しないCPUがインストーラを制御して、アプリケーションソフトウェアのインストールを実行する。   The CPU (not shown) of the computer Cinst controls the installer and executes the installation of the application software based on the description of the installation execution definition file IDF, setup instruction file SDF, and restore instruction file RDF output to the computer Cinst online or offline. To do.

このように、プログラムPG1がコンピュータ1のCPU11によってメモリ17で実行されることにより、図1に示すコンピュータが図2に示すフローチャートのように動作するため、アプリケーションソフトウェアのインストールに際してカスタマイズ処理を指示できるので、従来技術の問題を解決することができる。   As described above, since the program PG1 is executed in the memory 17 by the CPU 11 of the computer 1, the computer shown in FIG. 1 operates as in the flowchart shown in FIG. 2, so that customization processing can be instructed when installing the application software. The problem of the prior art can be solved.

〈第2の実施形態〉
図8は、本発明の別の実施形態に係わるインストーラ制御プログラムが動作するコンピュータ2を説明するための図である。コンピュータ2は、一般的に使用されているコンピュータであり、CPU21、表示部22、入力部23、ネットワークI/F24、メディアドライブ25、記憶部26、メモリ27より構成されている。
<Second Embodiment>
FIG. 8 is a diagram for explaining a computer 2 on which an installer control program according to another embodiment of the present invention operates. The computer 2 is a commonly used computer and includes a CPU 21, a display unit 22, an input unit 23, a network I / F 24, a media drive 25, a storage unit 26, and a memory 27.

CPU21は、コンピュータ2全体を制御し、特にメディアドライブ25に挿入されたメディアディスク28に記録されているプログラムPG2をメモリ27において実行することによって、インストーラ制御プログラムの機能を実現する。
表示部22、入力部23は、図1における表示部12、入力部13とほぼ同様の構成なので、説明は省略する。
ネットワークI/F24は、コンピュータ2と図示しないネットワークとを接続するためのものである。ネットワークI/F24を介して、コンピュータ2はネットワークに接続されている図示しないサーバより、インストーラ制御プログラムPG2をダウンロードすることが可能である。
メディアドライブ25は、メディアディスク28に記録されているプログラムPG2を読み取るために使用する。メディアドライブ25で読み取られたプログラムPG2により、インストーラ制御プログラムの機能が実現される。
記憶部26は、メディアドライブ25で読み取られたプログラムPG2を格納する。
The CPU 21 controls the entire computer 2 and implements the function of the installer control program by executing the program PG2 recorded on the media disk 28 inserted in the media drive 25 in the memory 27.
The display unit 22 and the input unit 23 have substantially the same configuration as the display unit 12 and the input unit 13 in FIG.
The network I / F 24 is for connecting the computer 2 and a network (not shown). Via the network I / F 24, the computer 2 can download the installer control program PG2 from a server (not shown) connected to the network.
The media drive 25 is used to read the program PG2 recorded on the media disk 28. The function of the installer control program is realized by the program PG2 read by the media drive 25.
The storage unit 26 stores the program PG2 read by the media drive 25.

メモリ27は、記憶部26によって記憶されたプログラムPG2をCPU21が実行するためのワークエリアである。CPU21によってプログラムPG2が実行された結果、メモリ27において、インストール実行定義ファイル作成部271、セットアップ指示ファイル作成部272、ファイル出力部273、インストーラ制御部274の機能が実現される。
なお、インストール実行定義ファイル作成部271、セットアップ指示ファイル作成部272の機能については、図1におけるインストール実行定義ファイル作成部171、セットアップ指示ファイル作成部172とほぼ同様なので説明を省略する。
The memory 27 is a work area for the CPU 21 to execute the program PG2 stored by the storage unit 26. As a result of the execution of the program PG2 by the CPU 21, the functions of the installation execution definition file creation unit 271, the setup instruction file creation unit 272, the file output unit 273, and the installer control unit 274 are realized in the memory 27.
The functions of the installation execution definition file creation unit 271 and the setup instruction file creation unit 272 are substantially the same as those of the installation execution definition file creation unit 171 and the setup instruction file creation unit 172 in FIG.

ファイル出力部273は、インストール実行定義ファイルIDF、セットアップ指示ファイルSDF、レストア指示ファイルRDFをインストーラ制御部274に対して出力する。出力されたインストール実行定義ファイルIDF、セットアップ指示ファイルSDF、そしてレストア指示ファイルRDFの記述により、インストーラ制御部274がアプリケーションソフトウェアのインストールを実行する。   The file output unit 273 outputs the installation execution definition file IDF, the setup instruction file SDF, and the restore instruction file RDF to the installer control unit 274. The installer control unit 274 executes installation of application software based on the description of the output installation execution definition file IDF, setup instruction file SDF, and restore instruction file RDF.

インストーラ制御部274は、インストール実行定義ファイルIDF、セットアップ指示ファイルSDF、そしてレストア指示ファイルRDFの記述に基づいて、コンピュータ2におけるアプリケーションソフトウェアのインストールを行なうインストーラを制御する。
インストーラ制御部274は、インストール実行定義ファイルIDFの記述を参照してアプリケーションソフトウェアのインストール実行前/後処理を制御するとともに、セットアップ指示ファイルSDF、あるいはレストア指示ファイルRDFに記述を参照して各アプリケーションソフトウェアに対応したインストーラを制御して、アプリケーションソフトウェアのインストールを実行させる。この時、アプリケーションソフトウェアのインストールについて終了したか否かについても、インストーラ制御部274が判断を行なう。
アプリケーションソフトウェアのインストールが異常終了した場合、インストーラ制御部274は、レストア指示ファイルRDFの記述を参照して、レストア処理を行なう。
The installer control unit 274 controls an installer for installing application software in the computer 2 based on the descriptions of the installation execution definition file IDF, the setup instruction file SDF, and the restore instruction file RDF.
The installer control unit 274 refers to the description of the installation execution definition file IDF to control pre / post-installation execution of the application software, and also refers to the description in the setup instruction file SDF or the restore instruction file RDF. The application software is installed by controlling the installer corresponding to the above. At this time, the installer control unit 274 also determines whether or not the installation of the application software has been completed.
When the installation of the application software is terminated abnormally, the installer control unit 274 performs a restore process with reference to the description of the restore instruction file RDF.

インストーラ制御部274は、複数のインストーラの制御を行なう。図8では、4つのインストーラ2741、2742、2743、2744の制御を行なうものとする。なお、インストーラはコンピュータ2の内部ではなく、インストールを行なうアプリケーションソフトウェアが格納されたメディア28や図示しないサーバに格納されていてもよい。
また、インストーラ制御部274が制御するインストーラの数は、4に限定されない。
The installer control unit 274 controls a plurality of installers. In FIG. 8, four installers 2741, 2742, 2743, and 2744 are controlled. The installer may be stored not in the computer 2 but in the medium 28 storing application software for installation or a server (not shown).
Further, the number of installers controlled by the installer control unit 274 is not limited to four.

図9は、コンピュータ2のCPU21がメモリ27においてインストーラ制御プログラムを実行することにより実現する機能が動作する状態を説明するためのフローチャートである。
ステップS91からS93については、図2のフローチャートにおけるステップS1からS3とほぼ同様の動作なので、説明を省略する。
FIG. 9 is a flowchart for explaining a state in which functions realized by the CPU 21 of the computer 2 executing the installer control program in the memory 27 operate.
Steps S91 to S93 are substantially the same as steps S1 to S3 in the flowchart of FIG.

ステップS94で、インストーラ制御部274が、インストール実行定義ファイルIDF、セットアップ指示ファイルSDF、そしてレストア指示ファイルRDFの記述に基づいてインストーラを制御することにより、アプリケーションソフトウェアのコンピュータ2へのインストールを実行する。   In step S94, the installer control unit 274 executes the installation of the application software on the computer 2 by controlling the installer based on the descriptions of the installation execution definition file IDF, the setup instruction file SDF, and the restore instruction file RDF.

ここでは、図4に示したインストール実行定義ファイルIDF、および図6に示したセットアップ指示ファイルSDF、図7に示したレストア指示ファイルRDFを利用して、ステップS94におけるインストーラ制御部274の説明を行なう。   Here, the installer control unit 274 in step S94 will be described using the installation execution definition file IDF shown in FIG. 4, the setup instruction file SDF shown in FIG. 6, and the restore instruction file RDF shown in FIG. .

コンピュータ2に対してアプリケーションソフトウェア「Soft_A」をインストールするためのインストール実行定義ファイルIDFが図4に示すように作成され、他のアプリケーションソフトウェア「Soft_B」、「Soft_C」「Soft_D」についてもインストール実行定義ファイルIDFが作成されており、インストーラ制御部274はファイル出力部273から出力された各インストール実行定義ファイルIDFを取得する。
また、ファイル出力部273から出力されたセットアップ指示ファイルSDFおよびレストア指示ファイルRDFをインストーラ制御部274は取得し、セットアップ指示ファイルSDFの記述に基づいてアプリケーションソフトウェアのインストール順やインストール種類、インストールメディア、レストアの要否をインストーラ制御部274が制御してインストール実行定義ファイルIDF毎にアプリケーションソフトウェアのインストールを実行する。
レストアが要であるとセットアップ指示ファイルSDFに記述されている場合、レストア指示ファイルRDFの記述に基づいて、インストール済のアプリケーションソフトウェアについて、インストーラ制御部274はレストア処理を実行する。
An installation execution definition file IDF for installing the application software “Soft_A” on the computer 2 is created as shown in FIG. 4, and other application software “Soft_B”, “Soft_C”, and “Soft_D” are also installed. An IDF has been created, and the installer control unit 274 acquires each installation execution definition file IDF output from the file output unit 273.
Further, the installer control unit 274 acquires the setup instruction file SDF and the restore instruction file RDF output from the file output unit 273, and based on the description of the setup instruction file SDF, the application software installation order, installation type, installation media, restore The installer control unit 274 controls whether or not to install the application software for each installation execution definition file IDF.
If it is described in the setup instruction file SDF that restoration is necessary, the installer control unit 274 executes a restore process for the installed application software based on the description of the restore instruction file RDF.

ここでは、図4に示したアプリケーションソフトウェア「Soft_A」についてのインストール実行定義ファイルIDFに基づくインストールを行なう場合、インストーラ制御部274はインストーラ実行定義ファイルIDFに記述された「computer\install」フォルダに格納された「Soft_A setup.exe」インストールプログラムをインストーラ2741として選択したものとして、以降の処理を行なう。   Here, when performing installation based on the installation execution definition file IDF for the application software “Soft_A” shown in FIG. 4, the installer control unit 274 is stored in the “computer \ install” folder described in the installer execution definition file IDF. Assuming that the “Soft_A setup.exe” installation program is selected as the installer 2741, the following processing is performed.

インストーラ制御部274は、アプリケーションソフトウェア「Soft_A」のインストール前に、インストール実行定義ファイルIDFの記述を参照して、ファイル「Soft_A.lic」をフォルダ「computer\bkup\accessory」にバックアップし、コンピュータ2のOSを更新するための「OSKoushin.exe」を実行する。   The installer control unit 274 refers to the description of the installation execution definition file IDF before installing the application software “Soft_A” and backs up the file “Soft_A.lic” to the folder “computer \ bkup \ accessory”. Execute “OSKoushin.exe” to update the OS.

続いて、インストーラ制御部274は、セットアップ指示ファイルSDFの記述を参照して、該セットアップ指示ファイルSDFの最初にリストアップされているアプリケーションソフトウェア「Soft_A」について、設定されたCD-ROMがコンピュータ2のオペレータによってメディアドライブ25にセットされた後、モジュール構成を最大とする新規インストールを行なう。   Subsequently, the installer control unit 274 refers to the description of the setup instruction file SDF, and for the application software “Soft_A” listed at the beginning of the setup instruction file SDF, the set CD-ROM is stored in the computer 2. After being set in the media drive 25 by the operator, a new installation is performed to maximize the module configuration.

再びインストール実行定義ファイルIDFの記述を参照して、インストーラ制御部274は、アンインストールプログラム「Soft_A_setup.exe」によりフォルダ「computer\program\Soft_A」に格納されている「*.dll」を削除する制御を行なう。   With reference to the description of the installation execution definition file IDF again, the installer control unit 274 controls to delete “* .dll” stored in the folder “computer \ program \ Soft_A” by the uninstall program “Soft_A_setup.exe”. To do.

一方、アプリケーションソフトウェア「Soft_D」のインストールについて、インストーラ制御部274はインストーラ2744で行なうものとして、アプリケーションソフトウェア「Soft_D」に対応するインストール実行定義ファイルIDFの記述を参照してバックアップ指示やプリインストールプログラムを実行するよう制御する。   On the other hand, regarding the installation of the application software “Soft_D”, the installer control unit 274 executes the backup instruction and the preinstallation program with reference to the description of the installation execution definition file IDF corresponding to the application software “Soft_D”. Control to do.

そして、インストーラ制御部274は、セットアップ指示ファイルSDFの記述を参照して、設定されたサーバ「ServeA」のftpアドレスにアクセスしてヴァージョンアッププログラムを取得してヴァージョンアップインストールを行ない、併せてレストア指示が記述されていることから取得したレストア指示ファイルRDFの記述を参照して、アプリケーションソフトウェア「Soft_D」の旧ヴァージョンをレストア処理のため保存する。   Then, the installer control unit 274 refers to the description of the setup instruction file SDF, accesses the ftp address of the set server “ServeA”, acquires the version upgrade program, performs the version upgrade installation, and also restores the instruction. The old version of the application software “Soft_D” is saved for the restore process by referring to the description of the restore instruction file RDF acquired from the description of “.”.

ステップS95で、インストーラ制御部274はアプリケーションソフトウェアのインストールが正常終了したか否かを判別する。正常終了した場合は、ステップS96へ移行し、セットアップ指示ファイルSDFに記述されたアプリケーションソフトウェアのインストールが全て済んでいるかをインストーラ制御部274が判断する。全てのインストールが終了した後、セットアップ指示ファイルSDFに再起動を指示する記述が存在したならば、インストーラ制御プログラムPG2は再起動処理をOSに移管して動作を終了する。
一方、インストールが全て終了していない場合は、ステップS94へ帰還し、セットアップ指示ファイルSDFの記述を参照してインストールを再開する。
In step S95, the installer control unit 274 determines whether or not the installation of the application software has been normally completed. When the processing is normally completed, the process proceeds to step S96, and the installer control unit 274 determines whether the installation of the application software described in the setup instruction file SDF has been completed. After all the installations are completed, if there is a description instructing restart in the setup instruction file SDF, the installer control program PG2 transfers the restart process to the OS and ends the operation.
On the other hand, if the installation has not been completed, the process returns to step S94, and the installation is resumed with reference to the description of the setup instruction file SDF.

また、ステップS95で、インストーラ制御部274がアプリケーションソフトウェアのインストールが異常終了したと判断した場合、ステップS97へ移行し、インストーラ制御部274はインストールを行なったアプリケーションソフトウェアをアンインストールし、レストア指示ファイルRDFの記述を参照して、旧ヴァージョンのアプリケーションソフトウェアをレストア後、インストーラ制御プログラムPG2は動作を終了する。   If the installer control unit 274 determines in step S95 that the installation of the application software has ended abnormally, the process proceeds to step S97, where the installer control unit 274 uninstalls the installed application software and restores the restore instruction file RDF. After restoring the old version of the application software, the installer control program PG2 ends the operation.

このように、プログラムPG2がコンピュータ2のCPU21によってメモリ27で実行されることにより、図8に示すコンピュータが図9に示すフローチャートのように動作するため、アプリケーションソフトウェアのインストールに際してカスタマイズ処理を指示できるので、従来技術の問題を解決することができる。   As described above, since the program PG2 is executed in the memory 27 by the CPU 21 of the computer 2, the computer shown in FIG. 8 operates as in the flowchart shown in FIG. 9, so that customization processing can be instructed when installing the application software. The problem of the prior art can be solved.

1、2 コンピュータ
11、21 CPU
12、22 表示部
13、23 入力部
14、24 ネットワークI/F
15、25 メディアドライブ
16、26 記憶部
17、27 メモリ
18、28 メディアディスク
31 アプリケーションソフトウェア設定欄
32 インストーラ設定欄
33 バックアップ設定欄
34 プリインストールプログラム設定欄
35 アンインストーラ設定欄
36 アンインストールファイル設定欄
37 アプリケーションソフトウェアインストールフォルダ設定欄
38 インストール実行定義ファイル設定ボタン
51 セットアップ順序設定欄
52 インストール種類設定欄
53 アプリケーション識別子設定欄
54 アプリケーションソフトウェアメディア設定欄
55 レストア設定欄
56 再起動設定欄
57セットアップ指示ファイル設定ボタン
IDF インストール実行定義ファイル
MIDF メニュー
MSDF メニュー
PG1 インストール指示ファイル作成プログラム
PG2 インストーラ制御プログラム
SDF セットアップ指示ファイル
RDF レストア指示ファイル
1, 2, computer 11, 21 CPU
12, 22 Display unit 13, 23 Input unit 14, 24 Network I / F
15, 25 Media drive 16, 26 Storage unit 17, 27 Memory 18, 28 Media disk 31 Application software setting field 32 Installer setting field 33 Backup setting field 34 Preinstall program setting field 35 Uninstaller setting field 36 Uninstall file setting field 37 Application software installation folder setting field 38 Installation execution definition file setting button 51 Setup order setting field 52 Installation type setting field 53 Application identifier setting field 54 Application software media setting field 55 Restore setting field 56 Restart setting field 57 Setup instruction file setting button
IDF installation execution definition file
MIDF menu
MSDF menu
PG1 Installation instruction file creation program
PG2 installer control program
SDF setup instruction file
RDF restore instruction file

Claims (6)

アプリケーションソフトウェアをコンピュータにインストールするためのインストーラ制御プログラムに対するインストール指示ファイル作成プログラムであって、
前記コンピュータのCPUが前記インストール指示ファイル作成プログラムをメモリにて実行することにより、
前記アプリケーションソフトウェアをコンピュータにインストールするインストーラを指定することによりインストール実行定義ファイルを作成する機能と、
前記インストール実行定義ファイルで指定されたインストーラによって行なわれる前記アプリケーションソフトウェアのインストールに対するカスタマイズ処理の指示を記述したセットアップ指示ファイルを作成する機能と、を実現することを特徴とするインストール指示ファイル作成プログラム。
An installation instruction file creation program for an installer control program for installing application software on a computer,
When the CPU of the computer executes the installation instruction file creation program in memory,
A function for creating an installation execution definition file by specifying an installer for installing the application software on a computer;
And a function for creating a setup instruction file describing an instruction for customization processing for installation of the application software performed by an installer specified in the installation execution definition file.
請求項1に記載のインストール指示ファイル作成プログラムであって、
前記セットアップ指示ファイルを作成する機能が、前記アプリケーションソフトウェアのインストール前のカスタマイズ処理、およびインストール後のカスタマイズ処理を行なうための指示を記述したセットアップ指示ファイルを作成すること、
を特徴とするインストール指示ファイル作成プログラム。
An installation instruction file creation program according to claim 1,
The function of creating the setup instruction file is to create a setup instruction file describing instructions for performing customization processing before installation of the application software and customization processing after installation;
Installation instruction file creation program characterized by
請求項2に記載のインストール指示ファイル作成プログラムであって、
前記セットアップ指示ファイルを作成する機能が、前記アプリケーションソフトウェアのインストール後のカスタマイズ処理として、前記インストーラによるアプリケーションソフトウェアのインストール時に異常が生じた場合に対応する復旧指示を記述したレストア指示ファイルを作成する機能と、
を実現することを特徴とするインストール指示ファイル作成プログラム。
An installation instruction file creation program according to claim 2,
The function of creating the setup instruction file is a function of creating a restore instruction file describing a recovery instruction corresponding to an abnormality occurring when installing the application software by the installer as a customization process after the application software is installed. ,
An installation instruction file creation program characterized by realizing the above.
アプリケーションソフトウェアをコンピュータにインストールするためのインストーラ制御プログラムであって、
前記コンピュータのCPUが前記インストーラ制御プログラムをメモリにて実行することにより、
前記アプリケーションソフトウェアをコンピュータにインストールするインストーラを指定することによりインストール実行定義ファイルを作成する機能と、
前記インストール実行定義ファイルで指定されたインストーラによって行なわれる前記アプリケーションソフトウェアのインストールに対するカスタマイズ処理の指示を記述したセットアップ指示ファイルを作成する機能と、
前記インストール実行定義ファイル、およびセットアップ指示ファイルの指示に従い、前記アプリケーションソフトウェアの前記コンピュータへのインストールを制御する機能と、
を実現することを特徴とするインストーラ制御プログラム。
An installer control program for installing application software on a computer,
The CPU of the computer executes the installer control program in memory,
A function for creating an installation execution definition file by specifying an installer for installing the application software on a computer;
A function of creating a setup instruction file describing instructions for customization processing for installation of the application software performed by the installer specified in the installation execution definition file;
A function of controlling installation of the application software on the computer in accordance with instructions of the installation execution definition file and a setup instruction file;
An installer control program characterized by realizing the above.
請求項4に記載のインストーラ制御プログラムであって、
前記セットアップ指示ファイルを作成する機能が、前記アプリケーションソフトウェアのインストール前のカスタマイズ処理、およびインストール後のカスタマイズ処理を行なうための指示を記述したセットアップ指示ファイルを作成することにより、
前記コンピュータへのインストールを制御する機能が前記インストール実行定義ファイル、およびセットアップ指示ファイルの指示に従い、前記アプリケーションソフトウェアの前記コンピュータへのインストールを行なうこと、
を特徴とするインストーラ制御プログラム。
An installer control program according to claim 4,
The function of creating the setup instruction file creates a setup instruction file that describes instructions for performing customization processing before installation of the application software and customization processing after installation.
The function of controlling installation on the computer is to install the application software on the computer in accordance with instructions of the installation execution definition file and a setup instruction file;
An installer control program characterized by
請求項5に記載のインストーラ制御プログラムであって、
前記セットアップ指示ファイルを作成する機能が、前記アプリケーションソフトウェアのインストール後のカスタマイズ処理として、前記インストーラによるアプリケーションソフトウェアのインストール時に異常が生じた場合に対応する復旧指示を記述したレストア指示ファイルを作成する機能を備え、
前記コンピュータへのインストールを制御する機能が前記インストール実行定義ファイル、セットアップ指示ファイル、およびレストア指示ファイルの指示に従い、前記アプリケーションソフトウェアの前記コンピュータへのインストールを行なうこと、
を特徴とするインストーラ制御プログラム。
An installer control program according to claim 5,
The function of creating the setup instruction file is a function of creating a restore instruction file describing a recovery instruction corresponding to an abnormality when installing the application software by the installer as a customization process after installation of the application software. Prepared,
The function of controlling installation on the computer is to install the application software on the computer according to the instructions of the installation execution definition file, the setup instruction file, and the restore instruction file;
An installer control program characterized by
JP2010069426A 2010-03-25 2010-03-25 Program for generating installation instructing file and installer controlling program Pending JP2011203917A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010069426A JP2011203917A (en) 2010-03-25 2010-03-25 Program for generating installation instructing file and installer controlling program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010069426A JP2011203917A (en) 2010-03-25 2010-03-25 Program for generating installation instructing file and installer controlling program

Publications (1)

Publication Number Publication Date
JP2011203917A true JP2011203917A (en) 2011-10-13

Family

ID=44880509

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010069426A Pending JP2011203917A (en) 2010-03-25 2010-03-25 Program for generating installation instructing file and installer controlling program

Country Status (1)

Country Link
JP (1) JP2011203917A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016505926A (en) * 2013-04-08 2016-02-25 小米科技有限▲責▼任公司Xiaomi Inc. APP MANAGEMENT METHOD, DEVICE, SERVER, TERMINAL DEVICE, PROGRAM, AND RECORDING MEDIUM
CN110955458A (en) * 2019-10-22 2020-04-03 深圳市优博讯科技股份有限公司 EXT4 file system-based os rapid customization method, system, storage medium and electronic equipment
US20230133312A1 (en) * 2021-11-04 2023-05-04 Red Hat, Inc. Enhancing Operator Installation and Upgrade Management and Verification

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016505926A (en) * 2013-04-08 2016-02-25 小米科技有限▲責▼任公司Xiaomi Inc. APP MANAGEMENT METHOD, DEVICE, SERVER, TERMINAL DEVICE, PROGRAM, AND RECORDING MEDIUM
US10176214B2 (en) 2013-04-08 2019-01-08 Xiaomi Inc. Method for application management, as well as server and terminal device thereof
CN110955458A (en) * 2019-10-22 2020-04-03 深圳市优博讯科技股份有限公司 EXT4 file system-based os rapid customization method, system, storage medium and electronic equipment
US20230133312A1 (en) * 2021-11-04 2023-05-04 Red Hat, Inc. Enhancing Operator Installation and Upgrade Management and Verification
US11989542B2 (en) * 2021-11-04 2024-05-21 Red Hat, Inc. Enhancing operator installation and upgrade management and verification

Similar Documents

Publication Publication Date Title
US9213534B2 (en) Method for restoring software applications on desktop computers
US5966540A (en) Hosted machine code installation
US8533304B2 (en) Remotely deploying and automatically customizing workstation images
US8863112B2 (en) Information processing apparatus and controlling method thereof
JP2005523485A (en) Appliance server with drive partitioning scheme to accommodate increased application size
US20090013409A1 (en) Malware automated removal system and method
US20030005037A1 (en) Crash recovery system
WO2004099972A1 (en) Software configuration restoration method and device, and computer-readable recording medium
US20150264198A1 (en) Automatic installation system and method, information processing apparatus, and image forming apparatus
US8782636B2 (en) Information processing apparatus, control method thereof, and program
JP2001356912A (en) Install/update/uninstall system of software
JP4717426B2 (en) Information processing apparatus and method
JP2011203917A (en) Program for generating installation instructing file and installer controlling program
JP2007226828A (en) Method and device for restoring software configuration, and computer readable storage medium
US20050066337A1 (en) Portable operating environment
JP2015041179A (en) Device apparatus, control method, and computer program
JP6892193B2 (en) Engineering equipment and engineering method
JP7013176B2 (en) Programs, information processing devices, and control methods
US20030028868A1 (en) Information processor, method for processing information and computer-readable recording medium recorded with program code for controlling a computer to process information
JP4678342B2 (en) Print control program
JP7289940B2 (en) Program set, storage medium, and information processing method
Headrick et al. Automated configuration of modern ATE
JP2015177254A (en) Image formation apparatus and control method thereof
JP2006031189A (en) Information processing device and information processing method
WO2004084071A1 (en) Method and system for acquiring particular data upon start of a particular program