JP2005078466A - Installation method of more than one computer - Google Patents
Installation method of more than one computer Download PDFInfo
- Publication number
- JP2005078466A JP2005078466A JP2003309555A JP2003309555A JP2005078466A JP 2005078466 A JP2005078466 A JP 2005078466A JP 2003309555 A JP2003309555 A JP 2003309555A JP 2003309555 A JP2003309555 A JP 2003309555A JP 2005078466 A JP2005078466 A JP 2005078466A
- Authority
- JP
- Japan
- Prior art keywords
- installation
- computer
- script
- software
- information
- 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
Links
Images
Landscapes
- Stored Programmes (AREA)
Abstract
Description
本発明は、コンピュータへのソフトウェアのインストール方法に関する。 The present invention relates to a method for installing software on a computer.
従来の複数コンピュータへのインストール方法は、インストール情報を書き込んだり、読み込んだりする専用プログラムを利用することで、1台目のインストール時に得たインストール情報を2台目以降のコンピュータのインストール時に再生することで同一内容のインストールを自動的に行っている(例えば、特許文献1参照)。 The conventional installation method on multiple computers uses a dedicated program that writes and reads the installation information, so that the installation information obtained at the time of the first installation is played back when the second and subsequent computers are installed. The same content is automatically installed (see, for example, Patent Document 1).
ところが従来の複数コンピュータへのインストール方法では、インストール情報を加工する手段を有していないため、シリアルナンバーやユーザー名等を入力するというコンピュータ毎にユニークな情報を付加する場合には利用することができない問題があった。また、インストール情報を書き込んだり、読み込んだりする専用のインストーラを準備する必要があり、市販ソフトウェアをインストールする場合には、利用できないというような問題も抱えていた。
本発明はこのような様々な問題点に鑑みてなされたものであり、インストール時にユニークな設定値が有る場合にも対応できるとともに、市販ソフトウェアをインストールする場合にも自動的に作業を進めることができる方法を提供することを目的とする。
However, the conventional installation method to a plurality of computers does not have a means for processing the installation information, so it can be used when adding unique information for each computer such as inputting a serial number or a user name. There was a problem that could not be done. In addition, it is necessary to prepare a dedicated installer for writing and reading installation information, and there is a problem that it cannot be used when installing commercially available software.
The present invention has been made in view of such various problems, and can cope with a case where there is a unique setting value at the time of installation, and can automatically proceed even when installing commercially available software. It aims to provide a possible method.
上記問題を解決するため、本発明は、次のように構成したのである。
請求項1に記載の発明は、1台目のコンピュータのソフトウェアインストールを手作業で行い、そのインストール情報をインストーラとは別のソフトウェアによりスクリプト形式で蓄えて記録媒体に記録することを特徴としている。
このようになっているため、市販のソフトウェアのインストール時もインストール情報をスクリプトという加工可能な情報として記録することができる。
また、請求項2に記載の発明は、2台目以降のコンピュータへのソフトウェアのインストール作業を前記インストール情報のスクリプトをインストーラとは別のソフトウェアで解析・実行し、1台目と同じ手順でインストールを自動的に行うことを特徴としている。
また、請求項3に記載の発明は、2台目以降のインストール作業をするときは、インストール情報のスクリプトに入力コマンドやテーブルサーチコマンド等を付加し、コンピュータ毎に固有な設定情報を必要とする場合も自動的に設定してインストールすることを特徴としている。このようになっているため、コンピュータ毎に固有な設定が必要な場合も自動的にインストールを行える。
In order to solve the above problem, the present invention is configured as follows.
The invention described in
Because of this, installation information can be recorded as processable information called a script even when installing commercially available software.
According to the second aspect of the present invention, the installation work of the software on the second and subsequent computers is analyzed and executed by the software other than the installer for the installation information script, and installed in the same procedure as the first machine. Is performed automatically.
According to the third aspect of the present invention, when performing the installation work for the second and subsequent units, an input command, a table search command, etc. are added to the installation information script, and setting information unique to each computer is required. It also features automatic setup and installation. Because of this, installation can be performed automatically even if unique settings are required for each computer.
本発明の方法によれば、スクリプトを生成・実行するプログラムを利用しソフトウェア付属のインストーラをそのまま実行するという手順をとっているので、ソフトウェアが変わっても毎回専用のインストーラを作成する必要が無いという効果がある。また、請求項3に記載の方法によれば、コンピュータ固有の設定項目が必要な場合も自動的にインストールできるという効果がある。 According to the method of the present invention, the procedure of executing the installer attached to the software as it is using the program for generating and executing the script is taken, so that it is not necessary to create a dedicated installer every time the software changes. effective. In addition, according to the method of the third aspect, there is an effect that it can be automatically installed even when a setting item unique to the computer is necessary.
以下、本発明の実施の形態について図を参照して説明する。 Hereinafter, embodiments of the present invention will be described with reference to the drawings.
図1は、本発明のインストール方法を示すインストールシステムの構成を示す構成図である。図において1はソフトウェアがインストールされるコンピュータ本体、2はコンピュータ本体に装備されている補助記憶装置でフレキシブルディスクやRAMカード等が該当する。3は入力装置でキーボードやマウスが一般的である。4はコンピュータ内部に装備されているメモリで、ここにプログラムやデータが格納される。5はCD−ROM装置で最近のソフトウェアにおいてはCD−ROMにてソフトウェアを配布することが一般的になっている。6はハードディスクで、インストールされるプログラムや設定値を蓄える。7はソフトウェアが準備しているインストールプログラムである。8はスクリプトを生成・実行するプログラムで1台目のインストール時はスクリプトを生成し、2台目以降の場合はスクリプトを解析・実行する。9は8スクリプト生成・実行プログラムにより生成されたスクリプト形式のインストール情報である。
この図を用いて、以下、本発明の方法を順を追って説明する。
はじめに1台目のコンピュータにソフトウェアをインストールすることでインストール情報を獲得する。8スクリプト生成・実行プログラムを起動し生成モードで常駐させる。7のソフトウェア付属のインストーラプログラムを実行し通常のインストール作業を実行する。この時、コンピュータ内部では入力情報を全て8のプログラムが横取りし、内容を解析、9のスクリプトを生成した後、入力情報を7のプログラムへ渡している。一連のインストールが終了すると7のプログラムは終了する。この時点で9のスクリプトはインストールに必要な全情報を蓄えている、しかし、4のメモリ上にその情報があるため2の補助記憶装置へ情報を書き出した後、8のプログラムを終了させる。
2台目以降のインストールは、1台目で得たインストール情報を解析・実行することで自動的にインストールを進めていく。図2は、スクリプト形式で得られるインストール情報の例である。ここで示されているフォーマットやコマンド名は例であり同等の機能を実現できる他の名称や形式でも支障は無い。スクリプト形式であるためコンピュータで一般的に利用されているエディタと呼ばれるソフトウェアで内容を容易に変更することが可能である。図3にコンピュータ毎に固有の情報を設定する必要がある場合の、スクリプト変更の例を示す。ここでは、コンピュータに対応するテーブルを事前に必要数準備しておく。
インストールしたい1のコンピュータ上で8スクリプト生成・実行プログラムを起動し、2の補助記憶装置からスクリプト形式のインストール情報を4のメモリに読み出し、実行モードで常駐させる。7のソフトウェア付属のインストーラプログラムを実行し通常のインストール作業を実行する。この時、コンピュータ内部では入力情報が必要になると3の入力装置からではなく、9のスクリプトを元に8のプログラムが入力情報を生成し7のプログラムへ渡す。一連のインストールが終了すると7のプログラムは終了する。インストール台数情報が更新され、8のプログラムが終了する。
FIG. 1 is a configuration diagram showing a configuration of an installation system showing an installation method of the present invention. In the figure,
Hereinafter, the method of the present invention will be described step by step with reference to this figure.
First, install information is acquired by installing software on the first computer. 8 Start the script generation / execution program and make it resident in the generation mode. The installer program attached to the software 7 is executed to perform normal installation work. At this time, in the computer, all the input information is intercepted by 8 programs, the contents are analyzed, 9 scripts are generated, and then the input information is passed to 7 programs. When the series of installations is finished, the program 7 is finished. At this point, the script 9 stores all information necessary for installation, but since the information is stored in the memory 4, the information is written to the auxiliary storage device 2, and the program 8 is terminated.
The second and subsequent installations automatically proceed with the installation by analyzing and executing the installation information obtained from the first. FIG. 2 is an example of installation information obtained in a script format. The formats and command names shown here are examples, and other names and formats that can realize the same function are not problematic. Since the script format is used, the contents can be easily changed by software called an editor generally used in computers. FIG. 3 shows an example of script change when it is necessary to set unique information for each computer. Here, a necessary number of tables corresponding to the computer are prepared in advance.
The 8 script generation / execution program is started on the computer of 1 to be installed, the installation information in the script format is read from the auxiliary storage device of 2 to the memory of 4 and is made resident in the execution mode. The installer program attached to the software No. 7 is executed to perform normal installation work. At this time, when input information is required inside the computer, the 8 program generates the input information based on the 9 script and passes it to the 7 program, not from the 3 input device. When the series of installations is finished, the program 7 is finished. The installed number information is updated, and the program of 8 ends.
1 コンピュータ本体、 2 補助記憶装置 、
3 入力装置、 4 メモリ、
5 CD−ROM装置、 6 ハードディスク、
7 インストーラプログラム、 8 スクリプト生成・実行プログラム、
9 スクリプト
1 computer body, 2 auxiliary storage device,
3 input devices, 4 memory,
5 CD-ROM device, 6 hard disk,
7 Installer program, 8 Script generation / execution program,
9 Script
Claims (3)
When installing the second and subsequent units, add input commands, table search commands, etc. to the installation information script, and automatically set and install even if unique setting information is required for each computer. The method for installing a plurality of computers according to claim 2.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2003309555A JP2005078466A (en) | 2003-09-02 | 2003-09-02 | Installation method of more than one computer |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2003309555A JP2005078466A (en) | 2003-09-02 | 2003-09-02 | Installation method of more than one computer |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2005078466A true JP2005078466A (en) | 2005-03-24 |
Family
ID=34411656
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2003309555A Pending JP2005078466A (en) | 2003-09-02 | 2003-09-02 | Installation method of more than one computer |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2005078466A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010224828A (en) * | 2009-03-23 | 2010-10-07 | Toshiba It Service Kk | Computer automatic kitting system |
JP2014512584A (en) * | 2011-02-23 | 2014-05-22 | コンチネンタル オートモーティヴ ゲゼルシャフト ミット ベシュレンクテル ハフツング | Method, computer program, and control apparatus for configuring automobile control apparatus |
JP2014157521A (en) * | 2013-02-18 | 2014-08-28 | Canon Inc | Device apparatus, software installation method, and computer program |
-
2003
- 2003-09-02 JP JP2003309555A patent/JP2005078466A/en active Pending
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010224828A (en) * | 2009-03-23 | 2010-10-07 | Toshiba It Service Kk | Computer automatic kitting system |
JP2014512584A (en) * | 2011-02-23 | 2014-05-22 | コンチネンタル オートモーティヴ ゲゼルシャフト ミット ベシュレンクテル ハフツング | Method, computer program, and control apparatus for configuring automobile control apparatus |
US9043084B2 (en) | 2011-02-23 | 2015-05-26 | Continental Automotive Gmbh | Method for configuring a control apparatus for a motor vehicle, computer program and control apparatus |
JP2014157521A (en) * | 2013-02-18 | 2014-08-28 | Canon Inc | Device apparatus, software installation method, and computer program |
US10536602B2 (en) | 2013-02-18 | 2020-01-14 | Canon Kabushiki Kaisha | Device, software installation method, and storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR101120756B1 (en) | Automatic text generation | |
JP4148527B2 (en) | Functional test script generator | |
US11062081B2 (en) | Creating accessible, translatable multimedia presentations | |
US20070247430A1 (en) | Keyboard and mouse operation data recording/reproducing system and method thereof | |
JPS63201834A (en) | Generation of object module | |
JP5119902B2 (en) | Dynamic reconfiguration support program, dynamic reconfiguration support method, dynamic reconfiguration circuit, dynamic reconfiguration support device, and dynamic reconfiguration system | |
WO2010044150A1 (en) | Program change management device, program change management program, and program change management method | |
US5946493A (en) | Method and system in a data processing system for association of source code instructions with an optimized listing of object code instructions | |
JP2017107265A (en) | Test scenario creation support system and test scenario creation support method | |
JP2005078466A (en) | Installation method of more than one computer | |
CN111352828B (en) | Automatic testing method and system for black box test | |
JP2018136636A (en) | Information processing apparatus and information processing method | |
JP2008165342A (en) | Source code creating method, device and program | |
JP2008299423A (en) | Information processor and information processing program | |
JP2007058677A (en) | Display control device and method | |
JP2007172546A (en) | Behavioral synthesis system, behavioral synthesis method, and program | |
JP5174648B2 (en) | Program development support device, method and program | |
JPH11154093A (en) | Program compiler and storage medium recording compiler program | |
JP2007164685A (en) | Information processing apparatus, data output control method, program and storage medium | |
JP6677068B2 (en) | Execution time estimation device, execution time estimation method, and program | |
TW202024966A (en) | System for generating prompt based on properties and installation rules of every materials and method thereof | |
CN114385489A (en) | Front-end development code detection method, device and storage medium | |
JP2024110108A (en) | State transition model synthesis system, state transition model synthesis method and program | |
JP2006293507A (en) | Production deployment method, device and system of server device software setting information | |
JP2005301415A (en) | Compile system, simulator, emulator, and program development supporting system |