JP2003288210A - System and method for executing install program - Google Patents

System and method for executing install program

Info

Publication number
JP2003288210A
JP2003288210A JP2002088662A JP2002088662A JP2003288210A JP 2003288210 A JP2003288210 A JP 2003288210A JP 2002088662 A JP2002088662 A JP 2002088662A JP 2002088662 A JP2002088662 A JP 2002088662A JP 2003288210 A JP2003288210 A JP 2003288210A
Authority
JP
Japan
Prior art keywords
installation
installation program
programs
information
rules
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
JP2002088662A
Other languages
Japanese (ja)
Inventor
Tamon Saegusa
多聞 三枝
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.)
NEC Solution Innovators Ltd
Original Assignee
NEC System Technologies 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 NEC System Technologies Ltd filed Critical NEC System Technologies Ltd
Priority to JP2002088662A priority Critical patent/JP2003288210A/en
Publication of JP2003288210A publication Critical patent/JP2003288210A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a system capable of executing a plurality of install programs consecutively according to set rules. <P>SOLUTION: The system has an install program information reading part 2 for reading pieces 21 to 23 of information on the install programs including their precedence and dependence, a rule reading part 4 for reading the rules 41, and an install program executing part 3 for executing the install programs 31 to 33. When the plurality of install programs 31 to 33 are to be executed upon a user's instruction coming from an input part 5, an install program execution system 1 reads the rules 41 and the pieces 21 to 23 of information about the install programs at the time of start. The install programs 31 to 33 are ordered according to the rules 41 and the pieces 21 to 23 of information about the install programs read, and the install program executing part 3 executes the programs in order. <P>COPYRIGHT: (C)2004,JPO

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、複数のインストー
ルプログラムを連続実行する場合に、設定されたルール
に応じて実行できるシステムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a system that can execute a plurality of installation programs in accordance with set rules when they are continuously executed.

【0002】[0002]

【従来の技術】従来のインストールシステムの一例が、
特開平06−236278号公報に記載されている。図
5に示すように、この従来のインストールシステムは、
対象機器50と、この対象機器50内の制御部53、そ
れに接続された記憶部54、および記憶部54を構成す
るFD記憶装置55と、HD記憶装置56とで構成され
ている。
2. Description of the Related Art An example of a conventional installation system is
It is described in Japanese Patent Application Laid-Open No. 06-236278. As shown in FIG. 5, this conventional installation system
The target device 50 includes a control unit 53 in the target device 50, a storage unit 54 connected to the target unit 50, an FD storage device 55 that configures the storage unit 54, and an HD storage device 56.

【0003】このような構成を有する従来のインストー
ルシステムは次のように動作する。インストールするプ
ログラムのファイルは、ファイルのインストール時期の
余裕度に対応してインストール時期のレベルを設定し、
余裕度の少ないレベル(または即時性の高いレベル)の
ファイルから優先してインストールを実行することによ
り、対象機器50の稼動率の向上を図ることを目的とし
ている。
The conventional installation system having such a configuration operates as follows. For the file of the program to be installed, set the level of the installation time according to the margin of the installation time of the file,
The purpose is to improve the operating rate of the target device 50 by preferentially executing the installation from a file of a level with a small margin (or a level of high immediacy).

【0004】また、他のインストールシステムの一例
が、特開2001−67232号公報に記載されてい
る。この従来のインストールシステムは、図6に示すソ
フトウェア配信リスト700を用いて次のように動作す
る。まず、インストールするソフトウェアは対応機器7
35であるか調べ、更新前ソフトウェア725を保有し
ているか調べる。次に、関連ソフトウェアは末端側から
参照ソフトウェアに向かう順番でインストールする。
Further, an example of another installation system is described in Japanese Patent Laid-Open No. 2001-67232. This conventional installation system operates as follows using the software distribution list 700 shown in FIG. First, the software to be installed is compatible device 7
It is checked whether it is 35 and whether the pre-update software 725 is held. Next, the related software is installed in the order from the end side to the reference software.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、特開平
06−236278号公報に開示された技術には、次の
ような問題点があった。インストール対象間に依存関係
がある場合、依存されているソフトウェアをインストー
ルすることを指定しなければ、インストールに失敗する
ということである。その理由は、優先度のみで管理して
いるためである。
However, the technique disclosed in Japanese Patent Laid-Open No. 06-236278 has the following problems. This means that if there is a dependency between the installation targets, the installation will fail unless you specify that the dependent software be installed. The reason is that it is managed only by priority.

【0006】また、特開2001−67232号公報に
開示された技術には、次のような問題点があった。第1
の問題点は、複数のソフトウェア間に依存関係が無く、
それぞれのインストールプログラムが、同じ共用ファイ
ルのバージョン違いであるプログラムをインストールす
る場合に、共用ファイルが古いバージョンで上書きされ
る問題が発生するということである。その理由は、依存
関連付けのみで管理しているためである。
Further, the technique disclosed in Japanese Patent Laid-Open No. 2001-67232 has the following problems. First
The problem with is that there is no dependency between multiple software,
This means that if each installation program installs a program with a different version of the same shared file, the shared file will be overwritten with the older version. The reason is that it is managed only by dependency association.

【0007】第2の問題点は、上記共用ファイルの上書
き問題を解決するために複数のソフトウェア間に依存関
係付けをした場合、依存しているソフトウェアだけをイ
ンストールすることは出来なくなることである。その理
由は、依存関係付けされているソフトウェアは必ずイン
ストールしなければならないため、依存されているソフ
トウェアも必ずインストールされるからである。
The second problem is that when a plurality of software are made to have a dependency relationship in order to solve the above-mentioned problem of overwriting the shared file, it becomes impossible to install only the dependent software. The reason is that the dependent software must be installed, and the dependent software is always installed.

【0008】そこで本発明は、複数のインストールプロ
グラムを連続実行する場合に、設定されたルールに応じ
て実行できるインストールプログラム実行システム及び
方法を提供することを目的とする。
Therefore, an object of the present invention is to provide an installation program execution system and method which can be executed according to a set rule when a plurality of installation programs are continuously executed.

【0009】[0009]

【課題を解決するための手段】上述の課題を解決するた
め、本発明は、優先度と依存関係の情報を含むインスト
ールプログラムの情報を読み取るためのインストールプ
ログラムの情報読み取り部と、ルールを読み取るための
ルール読み取り部と、インストールプログラムを実行す
るためのインストールプログラム実行部とを備え、ユー
ザによる入力部から指示により、複数のインストールプ
ログラムを実行する場合、インストールプログラム実行
システムは起動時にルールとインストールプログラムの
情報を読み込む。読み込んだルールとインストールプロ
グラムの情報に従ってインストールプログラムを順序付
けし、インストールプログラム実行部は順次実行するこ
とを特徴とする。前記のルールは、依存関係が有る場
合、依存されている側を実行する、と定義され、依存関
係が無い場合、優先度の高い側を実行する、と定義され
ている。
In order to solve the above problems, the present invention provides an information reading section of an installation program for reading information of an installation program including priority and dependency information and a rule. When a plurality of installation programs are executed according to an instruction from the input section by the user, the installation program execution system includes the rules reading section and the installation program execution section for executing the installation program. Read information. The installation programs are ordered according to the read rules and the information about the installation programs, and the installation program execution unit sequentially executes the installation programs. The above rule is defined to execute the dependent side when there is a dependency relationship, and to execute the high priority side when there is no dependency relationship.

【0010】以上の構成によって、高優先度・依存度順
にインストールプログラム実行を可能にする。
With the above configuration, the installation programs can be executed in the order of high priority and dependency.

【0011】[0011]

【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, embodiments of the present invention will be described with reference to the drawings.

【0012】図1は、本発明のインストールプログラム
実行システムの構成例を示す。インストールプログラム
実行システム1は、インストールプログラムの情報21
〜23を読み取るためのインストールプログラムの情報
読み取り部2とルール41を読み取るためのルール読み
取り部4とインストールプログラム31〜33を実行す
るためのインストールプログラム実行部3から構成され
る。
FIG. 1 shows a configuration example of an installation program execution system of the present invention. The installation program execution system 1 includes the installation program information 21.
23 to 23, an information reading unit 2 of an installation program for reading the rules, a rule reading unit 4 for reading the rules 41, and an installation program execution unit 3 for executing the installation programs 31 to 33.

【0013】インストールプログラム実行システム1は
起動時にルール41と全てのインストールプログラムの
情報21〜23を読み込む。
The installation program execution system 1 reads the rule 41 and information 21 to 23 of all the installation programs at the time of starting.

【0014】このときルールは次のように定義されてい
るとする。 (1)依存関係が有る場合、依存されている側を実行す
る。 (2)依存関係が無い場合、優先度の高い側を実行す
る。 なお、依存関係が有って、優先度も規定されている場合
は、優先度は無視される。
At this time, the rule is defined as follows. (1) If there is a dependency, the dependent side is executed. (2) If there is no dependency, the side with higher priority is executed. If there is a dependency relationship and the priority is also defined, the priority is ignored.

【0015】ユーザが入力部5からインストールプログ
ラムA33をインストールする指示を与えた場合、イン
ストールプログラムAの情報21で依存先がインストー
ルプログラムCとなっているため、インストールプログ
ラムC32、インストールプログラムA33の順でイン
ストールを実行する。
When the user gives an instruction to install the installation program A33 from the input unit 5, since the dependency destination is the installation program C in the information 21 of the installation program A, the installation program C32 and the installation program A33 are listed in this order. Perform the installation.

【0016】ユーザが入力部5からインストールプログ
ラムB31とインストールプログラムC32をインスト
ールする指示を与えた場合、インストールプログラムB
の情報22とインストールプログラムCの情報23の両
者で依存先が存在せず、優先度はインストールプログラ
ムBの方が高いため、インストールプログラムB31、
インストールプログラムC32の順でインストールを実
行する。
When the user gives an instruction to install the installation program B31 and the installation program C32 from the input unit 5, the installation program B
2 and the information 23 of the installation program C have no dependents, and the priority of the installation program B is higher, the installation program B31,
Installation is performed in the order of the installation program C32.

【0017】次に、図2に示すフローチャートを参照し
て本実施形態の全体の動作について説明する。まず、イ
ンストールプログラムの情報21〜23を一つずつ読み
込む(S1)。次に、全てのインストールプログラムの
情報21〜23を読み込んだか調べ(S2)、全てのイ
ンストールプログラムの情報21〜23を読み込むまで
続ける。
Next, the overall operation of this embodiment will be described with reference to the flow chart shown in FIG. First, the installation program information items 21 to 23 are read one by one (S1). Next, it is checked whether the information 21 to 23 of all the installation programs are read (S2), and the process is continued until the information 21 to 23 of all the installation programs are read.

【0018】さらに、ルール41を読み込む(S3)。
ユーザはどのインストールプログラム31〜33を実行
するか指定する(S4)。インストールプログラム実行
システム1は、ユーザの指定したインストールプログラ
ムの情報21〜23とルール41を参照して順序付けを
行う(S5)。
Further, the rule 41 is read (S3).
The user specifies which installation program 31 to 33 is to be executed (S4). The installation program execution system 1 refers to the installation program information 21 to 23 specified by the user and the rule 41 to perform ordering (S5).

【0019】インストールプログラム実行部3は順序に
従って、インストールプログラム31〜33を実行する
(S6)。最後にすべての該当するインストールプログ
ラム31〜33を実行したことを確認すると終了する
(S7)。
The installation program execution unit 3 executes the installation programs 31 to 33 in order (S6). Finally, when it is confirmed that all the applicable installation programs 31 to 33 have been executed, the process ends (S7).

【0020】次に、具体例を用いて説明する。図3に示
すように、4本のアプリケーションを連続してインスト
ールする場合を説明する。
Next, a specific example will be described. As shown in FIG. 3, a case where four applications are continuously installed will be described.

【0021】インストールプログラム実行システム1は
起動時にインストールプログラムの情報ファイルをすべ
て(インストールプログラムAの情報21〜インストー
ルプログラムZの情報28)読み込み、その後ルールフ
ァイル41を読み込む。このとき、インストールプログ
ラムD,E,F,Gの情報ファイルは図4に示すように
設定されていたとする。
The installation program execution system 1 reads all the information files of the installation program (information 21 of the installation program A1 to information 28 of the installation program Z) at the time of starting, and then reads the rule file 41. At this time, it is assumed that the information files of the installation programs D, E, F, G are set as shown in FIG.

【0022】また、ユーザ画面6には読み込んだインス
トールプログラムの一覧を表示する。ユーザは、ユーザ
画面6を参照して、実行したい3本のインストールプロ
グラムE,F,Gを選択し、「実行ボタン」を押下す
る。このときルール41は、「依存関係が有る場合、依
存されている側を実行する」、「依存関係が無い場合、
優先度の高い側を実行する」と定義されているとし、図
4を用いて、インストールプログラム実行順序の決定を
説明する。
Further, the user screen 6 displays a list of the read installation programs. The user refers to the user screen 6 to select the three install programs E, F, and G to be executed, and presses the “execute button”. At this time, the rule 41 is “if there is a dependency, execute the dependent side”, “if there is no dependency,
The execution sequence of the installation program is determined with reference to FIG. 4.

【0023】まず、「依存関係が有る場合、依存されて
いる側を実行する」を考えると、D→Eの関係が得られ
る。次に「依存関係が無い場合、優先度の高い側を実行
する」を考えると、D→F→Gとなる。また、Eの優先
度はFより低いので、インストールプログラム実行シス
テムはD→F→E→G(あるいはD→F→G→E)とイ
ンストールプログラムの実行順序を決定する。
First, considering "when there is a dependency relationship, execute the dependent side", the relationship D → E is obtained. Next, considering “when there is no dependency, execute the side with higher priority”, D → F → G. Since the priority of E is lower than that of F, the installation program execution system determines the order of execution of the installation programs as D → F → E → G (or D → F → G → E).

【0024】インストールプログラム実行システム1
は、最初のインストールプログラムD34を実行する。
インストールプログラムDの終了を確認後、次のインス
トールプログラムF35を実行する。これを繰り返し、
最後のインストールプログラムG37まで実行する。
Installation program execution system 1
Executes the first installation program D34.
After confirming the end of the installation program D, the next installation program F35 is executed. Repeat this,
Execute up to the final installation program G37.

【0025】なお、本実施形態で説明したインストール
プログラムの情報およびルールについては、Windo
ws(米国Microsoft Corporationの登録商標)ではレ
ジストリファイルに格納しておくことができる。
For the information and rules of the installation program described in this embodiment, Windows
ws (registered trademark of Microsoft Corporation in the United States) can be stored in a registry file.

【0026】[0026]

【発明の効果】以上説明したように、本発明による第1
の効果は、依存関係にあるインストールプログラム実行
の失敗を防ぐことができることである。その理由は、実
行済みであることを前提としたインストールプログラム
を確実に実行するためである。
As described above, the first aspect of the present invention
The effect of is that it is possible to prevent the failure of the execution of the dependent installation program. The reason is to ensure that the installation program that has already been executed is executed.

【0027】第2の効果は、インストール後の状態を安
定した状態に保つことができることである。その理由
は、複数のインストールプログラムを実行すると、実行
順序によっては、同名ファイルのバージョン違いによる
問題を起こす可能性があるが、優先度を用いて安定した
状態になるようインストールプログラムを実行できるた
めである。
The second effect is that the state after installation can be kept stable. The reason is that if you execute multiple installation programs, depending on the order of execution, there may be problems due to different versions of the same name file, but it is possible to execute the installation programs using a priority so that they will be in a stable state. is there.

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

【図1】本発明のインストールプログラム実行システム
の構成図である。
FIG. 1 is a configuration diagram of an installation program execution system of the present invention.

【図2】本発明の全体の動作について説明するフローチ
ャートである。
FIG. 2 is a flowchart illustrating the overall operation of the present invention.

【図3】本発明のインストールプログラム実行システム
の具体例を示す構成図である。
FIG. 3 is a configuration diagram showing a specific example of an installation program execution system of the present invention.

【図4】インストールプログラムD,E,F,Gの情報
ファイルを示す図である。
FIG. 4 is a diagram showing information files of installation programs D, E, F, and G.

【図5】従来のインストールシステムの一例を示す図で
ある。
FIG. 5 is a diagram showing an example of a conventional installation system.

【図6】従来の他のインストールシステムの一例を示す
図である。
FIG. 6 is a diagram showing an example of another conventional installation system.

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

1 インストールプログラム実行システム 2 インストールプログラムの情報読み取り部 3 インストールプログラム実行部 4 ルール読み取り部 5 入力部 6 ユーザ画面 21〜28 インストールプログラムの情報 31〜37 インストールプログラム 41 ルール 1 Installation program execution system 2 Information reading part of installation program 3 Installation program execution section 4 rule reading section 5 Input section 6 User screen 21-28 Installation program information 31-37 Installation program 41 rules

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 優先度と依存関係の情報を含むインスト
ールプログラム情報を読み取るためのインストールプロ
グラム情報読み取り部と、ルールを読み取るためのルー
ル読み取り部と、インストールプログラムを実行するた
めのインストールプログラム実行部とを備え、 実行すべき複数のインストールプログラムを指定する指
示を受け、前記インストールプログラム情報とルールを
読み込む手段と、 読み込んだ前記インストールプログラム情報とルールに
従って前記複数のインストールプログラムを順序付け
し、順次実行する手段とを有することを特徴とするイン
ストールプログラム実行システム。
1. An installation program information reading unit for reading installation program information including priority and dependency information, a rule reading unit for reading rules, and an installation program execution unit for executing an installation program. A means for receiving instructions for designating a plurality of installation programs to be executed, a means for reading the installation program information and rules, a means for ordering the plurality of installation programs in accordance with the read installation program information and rules, and sequentially executing the installation programs. An installation program execution system comprising:
【請求項2】 前記ルールは、依存関係が有る場合、依
存されている側を実行する、と定義されていることを特
徴とする請求項1記載のインストールプログラム実行シ
ステム。
2. The installation program execution system according to claim 1, wherein the rule is defined to execute a dependent side when there is a dependency relationship.
【請求項3】 前記ルールは、依存関係が無い場合、優
先度の高い側を実行する、と定義されていることを特徴
とする請求項1又は2記載のインストールプログラム実
行システム。
3. The installation program execution system according to claim 1, wherein the rule is defined to execute a side having a higher priority when there is no dependency.
【請求項4】 優先度と依存関係の情報を含むインスト
ールプログラム情報を読み取るためのインストールプロ
グラム情報読み取り部と、ルールを読み取るためのルー
ル読み取り部と、インストールプログラムを実行するた
めのインストールプログラム実行部とを備えたシステム
において、 実行すべき複数のインストールプログラムを指定する指
示を受け、前記インストールプログラム情報とルールを
読み込み、 読み込んだ前記インストールプログラム情報とルールに
従って前記複数のインストールプログラムを順序付け
し、順次実行することを特徴とするインストールプログ
ラム実行方法。
4. An installation program information reading unit for reading installation program information including priority and dependency information, a rule reading unit for reading rules, and an installation program execution unit for executing an installation program. In a system equipped with, instructed to specify a plurality of installation programs to be executed, read the installation program information and rules, order the plurality of installation programs according to the read installation program information and rules, and sequentially execute the installation programs. An installation program execution method characterized by the above.
【請求項5】 前記ルールは、依存関係が有る場合、依
存されている側を実行する、と定義されていることを特
徴とする請求項4記載のインストールプログラム実行方
法。
5. The installation program execution method according to claim 4, wherein the rule is defined to execute the side that is depended upon when there is a dependency relationship.
【請求項6】 前記ルールは、依存関係が無い場合、優
先度の高い側を実行する、と定義されていることを特徴
とする請求項4又は5記載のインストールプログラム実
行方法。
6. The installation program execution method according to claim 4, wherein the rule is defined to execute a side having a higher priority when there is no dependency.
JP2002088662A 2002-03-27 2002-03-27 System and method for executing install program Pending JP2003288210A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002088662A JP2003288210A (en) 2002-03-27 2002-03-27 System and method for executing install program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002088662A JP2003288210A (en) 2002-03-27 2002-03-27 System and method for executing install program

Publications (1)

Publication Number Publication Date
JP2003288210A true JP2003288210A (en) 2003-10-10

Family

ID=29234462

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002088662A Pending JP2003288210A (en) 2002-03-27 2002-03-27 System and method for executing install program

Country Status (1)

Country Link
JP (1) JP2003288210A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005114432A1 (en) * 2004-05-24 2005-12-01 Canon Kabushiki Kaisha Installation method, information processing apparatus and device driver
JP2006099307A (en) * 2004-09-29 2006-04-13 Hitachi Ltd Method for installing application set in distribution server
WO2010089826A1 (en) * 2009-02-05 2010-08-12 Ricoh Company, Ltd. Server device and computer-readable recording medium
JP2010182228A (en) * 2009-02-09 2010-08-19 Fuji Xerox Co Ltd Maintenance control apparatus, maintenance control system and maintenance control program
JP2013149271A (en) * 2013-03-29 2013-08-01 Ricoh Co Ltd Information processing device, program introduction support system, display control method, display control program, and recording medium having program recorded therein

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005114432A1 (en) * 2004-05-24 2005-12-01 Canon Kabushiki Kaisha Installation method, information processing apparatus and device driver
US8332837B2 (en) 2004-05-24 2012-12-11 Canon Kabushiki Kaisha Installation method, information processing apparatus and device driver
US9086829B2 (en) 2004-05-24 2015-07-21 Canon Kabushiki Kaisha Installation method, information processing apparatus and device driver
JP2006099307A (en) * 2004-09-29 2006-04-13 Hitachi Ltd Method for installing application set in distribution server
WO2010089826A1 (en) * 2009-02-05 2010-08-12 Ricoh Company, Ltd. Server device and computer-readable recording medium
JP2010182116A (en) * 2009-02-05 2010-08-19 Ricoh Co Ltd Server device and driver package generation program
US8615756B2 (en) 2009-02-05 2013-12-24 Ricoh Company, Ltd. Server device and computer-readable recording medium for generating a driver package
JP2010182228A (en) * 2009-02-09 2010-08-19 Fuji Xerox Co Ltd Maintenance control apparatus, maintenance control system and maintenance control program
JP2013149271A (en) * 2013-03-29 2013-08-01 Ricoh Co Ltd Information processing device, program introduction support system, display control method, display control program, and recording medium having program recorded therein

Similar Documents

Publication Publication Date Title
US8972969B2 (en) Out of band services updates
JP4796966B2 (en) System and method and API for progressive installation of software applications
US7406592B1 (en) Method, system, and apparatus for efficient evaluation of boolean expressions
EP2333661B1 (en) Firmware update apparatus and program
US7266807B2 (en) Method for integration edition of setting file and setting file integration base
US6618857B1 (en) Method and system for installing software on a computer system
US8863112B2 (en) Information processing apparatus and controlling method thereof
US8739298B2 (en) Method and system for enforcing a license dependency rule for a software application
US20070240156A1 (en) Installation Method, Information Processing Apparatus and Device Driver
US20110302565A1 (en) Implicit workspace dependencies
US20070240150A1 (en) Simplifying installation of a suite of software products
JP2015046075A (en) Information processor, control method therefor, and computer program
US9086938B2 (en) Information processing apparatus, control method thereof, and storage medium
US6948059B1 (en) Component loader for industrial control device providing resource search capabilities
JP2002334194A (en) Method, system and program for providing selective command control in workflow management system
CN1696911B (en) Patching method and computation system
JP2006277435A (en) Source file version management system
JP5921292B2 (en) Information processing apparatus, control method, and program
CN114637519A (en) Method and device for installing infrastructure and service
JP2006163840A (en) Information processor and its method
JP2003288210A (en) System and method for executing install program
US20130125110A1 (en) Software installation
JP2009009494A (en) Information processor, information processing method and control program
US11194561B1 (en) System and method for generating and recommending desired state of virtualization software
JP2006011781A (en) Installation system, installation method, distribution apparatus, and program for the same

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20040513

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20060314

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060329

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060801