JP2006011950A - Installer creating apparatus, its method, and program therefor - Google Patents

Installer creating apparatus, its method, and program therefor Download PDF

Info

Publication number
JP2006011950A
JP2006011950A JP2004189859A JP2004189859A JP2006011950A JP 2006011950 A JP2006011950 A JP 2006011950A JP 2004189859 A JP2004189859 A JP 2004189859A JP 2004189859 A JP2004189859 A JP 2004189859A JP 2006011950 A JP2006011950 A JP 2006011950A
Authority
JP
Japan
Prior art keywords
driver
file
information
property
execution file
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.)
Withdrawn
Application number
JP2004189859A
Other languages
Japanese (ja)
Inventor
Hitoshi Matsutani
仁史 松谷
Yukiharu Horiuchi
幸春 堀内
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2004189859A priority Critical patent/JP2006011950A/en
Publication of JP2006011950A publication Critical patent/JP2006011950A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To perform a setup work of a driver with respect to a computer device precisely and quickly. <P>SOLUTION: The installer is a computer program for installing a driver in the computer device, stores a driver installation execution file, property information on the driver, and a property setting execution file for setting the property information in the driver as an execution file, and has the computer device function as follows: (1) when a computer program is inputted to the computer device, the driver installation execution file, the property information file, and the property setting execution file are decompressed; (2) the driver installation execution file is executed to install the driver in a second computer device; and (3) the property setting execution file is executed to automatically set the property information in the property information file to the driver. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

この発明はインストーラ作成装置に関する。   The present invention relates to an installer creation apparatus.

コンピュータ装置へ接続されるプリンタ、モニタ等の周辺機器を駆動させるには、コンピュータ装置へ専用のドライバをインストールしなければならない。そして、周辺機器の使用目的に応じてドライバのプロパティが設定される。このプロパティの設定はコンピュータ毎に手作業で行われていた。
特許文献1には、ドライバをプッシュインストールする際に、プロパティ情報をサーバ装置からクライアント装置へ送信し、クライアント装置においてドライバと共にプロパティ情報を設定する技術が記載されている。
また、特許文献2には開発用コンピュータ装置(第1のコンピュータ装置)のデバイス環境設定情報を、店舗用クライアントコンピュータ装置(第2のコンピュータ)のレジストリのデバイス環境設定情報へユーザインタフェースを利用せずに格納し、更に店舗用クライアントコンピュータ装置における固有の設定情報を、ユーザインタフェースを利用せずに、自動設定する技術が開示されている。
In order to drive peripheral devices such as a printer and a monitor connected to the computer device, a dedicated driver must be installed in the computer device. Then, driver properties are set according to the purpose of use of the peripheral device. Setting this property was done manually on each computer.
Japanese Patent Application Laid-Open No. 2004-228561 describes a technique for transmitting property information from a server device to a client device and setting the property information together with the driver in the client device when the driver is push installed.
Patent Document 2 discloses that the device environment setting information of the development computer device (first computer device) is not used for the device environment setting information in the registry of the store client computer device (second computer). In addition, there is disclosed a technique for automatically setting setting information unique to a store client computer device without using a user interface.

その他、本発明に関連する技術を開示する文献として特許文献3を参照されたい。
特開2003−157174号公報 特開2002−215396号公報 特開2003−84986号公報
In addition, refer to Patent Document 3 as a document disclosing a technique related to the present invention.
JP 2003-157174 A JP 2002-215396 A JP 2003-84986 A

本発明者らは同一環境で使用される大量のコンピュータ装置へ同一のドライバをインストールし、そのプロパティ(全コンピュータにおいて同一プロパティ)を設定する作業に多大な手間がかかっていることに着目し、これを簡単な作業で行えるようにするため鋭意検討を重ねてきた。
特許文献1に記載の技術ではサーバ装置から、これとネットワークで接続された、クライアント装置へドライバをプッシュインストールするとともにプロパティ情報を提供しているので、簡単な操作でプロパティ情報を設定可能となり、セットアップ作業が軽減されることとなる。しかしながら、サーバ装置とクライアント装置とがネットワーク接続されている必要があり、独立したコンピュータ装置へプロパティ情報を設定することはできなかった。また、新規に同一設定内容を複数のPCに設定する場合には、完全な自動化は実現できなかった。
The present inventors pay attention to the fact that it takes a lot of work to install the same driver on a large number of computer devices used in the same environment and set the property (the same property in all computers). Has been intensively studied to make it easy to do.
In the technology described in Patent Document 1, the driver information is pushed and installed from the server device to the client device connected to the network through the network, and the property information is provided. Work will be reduced. However, the server device and the client device need to be connected to the network, and property information cannot be set in an independent computer device. In addition, when the same setting contents were newly set on multiple PCs, complete automation could not be realized.

この発明は、上記の課題を解決すべくなされたものであり、コンピュータ装置にプロパティ情報を自動的に設定できる新規なインストーラの作成を可能とするものである。
即ち、この発明のインストーラ作成装置は、第1のコンピュータ装置にインストールされたドライバのプロパティ情報を取得するプロパティ情報取得部、
前記プロパティ情報を保存したプロパティ情報ファイルを作成するプロパティ情報ファイル作成部、
前記ドライバを第2のコンピュータ装置にインストールした際、前記プロパティ情報を前記ドライバへ自動的に設定するプロパティ設定実行ファイルを作成するプロパティ設定実行ファイル作成部、
ドライバインストール実行ファイル、前記プロパティ情報ファイル及び前記プロパティ設定実行ファイルを1つの実行ファイルに纏めるファイル圧縮部、
を備えてなる。
The present invention has been made to solve the above-described problems, and makes it possible to create a new installer that can automatically set property information in a computer apparatus.
That is, the installer creation apparatus of the present invention includes a property information acquisition unit that acquires property information of a driver installed in the first computer device,
A property information file creation unit for creating a property information file storing the property information;
A property setting execution file creation unit for creating a property setting execution file for automatically setting the property information in the driver when the driver is installed in the second computer device;
A file compression unit that combines the driver installation execution file, the property information file, and the property setting execution file into one execution file;
It is equipped with.

この発明のインストーラ作成装置により作成されたインストーラによれば、このインストーラ(コンピュータプログラム)が第2のコンピュータ装置へ入力されたとき、ドライバインストール用実行ファイル、プロパティ情報ファイル、プロパティ設定実行ファイルが解凍される。そしてドライバインストール用実行ファイルを実行してドライバを第2のコンピュータ装置にインストールし、プロパティ設定実行ファイルを実行してプロパティ情報ファイル内のプロパティ情報を、ユーザインタフェースを利用せずに、自動的にドライバへ設定する。
すなわち、当該インストーラによれば、コンピュータ装置がネットワークへ接続されているか否かに拘わらず、当該コンピュータ装置へドライバのプロパティを自動的に設定可能となる。よって、コンピュータ装置のセットアップ作業が簡素化される。
更には、ドライバインストール用実行ファイル、プロパティ情報ファイル、プロパティ設定実行ファイルが1つに纏められて圧縮されているので、コンピュータ装置へのセットアップ時には1つの実行ファイルを操作するだけでよい。よってこのインストーラを用いれば、コンピュータ装置の扱いに不慣れな操作者であってもコンピュータ装置のセットアップ作業を正確にかつ迅速に行うことができる。
According to the installer created by the installer creating apparatus of the present invention, when this installer (computer program) is input to the second computer apparatus, the driver installation execution file, property information file, and property setting execution file are decompressed. The Then, the driver installation execution file is executed to install the driver on the second computer device, the property setting execution file is executed, and the property information in the property information file is automatically updated without using the user interface. Set to.
That is, according to the installer, it is possible to automatically set the driver property to the computer apparatus regardless of whether the computer apparatus is connected to the network. Therefore, the setup work of the computer device is simplified.
Furthermore, since the driver installation execution file, the property information file, and the property setting execution file are combined into one and compressed, it is only necessary to operate one execution file when setting up the computer device. Therefore, if this installer is used, even an operator who is unfamiliar with the handling of the computer apparatus can perform the setup operation of the computer apparatus accurately and quickly.

この発明の第2の局面の発明によれば、第2のコンピュータ装置に対してドライバを自動的にインストールできるようにした。即ち、このインストーラは、ドライバインストール用実行ファイル、ドライバインストール用情報ファイル、該ドライバ情報をコンピュータ装置へ移植するためのドライバ情報移植実行ファイル、前記ドライバのプロパティ情報、該プロパティ情報を前記ドライバへ設定するためのプロパティ設定実行ファイルを1つの実行ファイルとして保存し、
コンピュータ装置を次のように機能させる、ことを特徴とするコンピュータプログラム、
前記コンピュータ装置へ入力されたとき、前記ドライバインストール用実行ファイル、ドライバインストール用情報ファイル、ドライバ情報移植実行ファイル、前記プロパティ情報、プロパティ設定実行ファイルを解凍し、
前記ドライバドライバインストール用実行ファイル及び前記ドライバ情報移植実行ファイルを実行して、前記ドライバを自動的に前記第2のコンピュータ装置にインストールし、
前記プロパティ設定実行ファイルを実行して前記プロパティ情報を自動的に前記ドライバへ設定する。
According to the second aspect of the present invention, the driver can be automatically installed in the second computer apparatus. That is, the installer sets a driver installation execution file, a driver installation information file, a driver information porting execution file for porting the driver information to a computer device, the driver property information, and the property information in the driver. Save the property setting execution file for the
A computer program characterized by causing a computer device to function as follows;
When input to the computer device, the driver installation execution file, the driver installation information file, the driver information porting execution file, the property information, the property setting execution file,
Executing the driver driver installation execution file and the driver information porting execution file to automatically install the driver in the second computer device;
The property setting execution file is executed to automatically set the property information in the driver.

このようなインストーラを用いれば、これを第2のコンピュータ装置へ入力したとき、マウスやキーボード等のユーザインタフェースの使用を何ら操作者に要求することなく、自動的に第2のコンピュータ装置のドライバのセットアップを完了することができる。即ち、第1のコンピュータ装置のドライバ及びそのプロパティ情報が第2のコンピュータ装置に移植される。   If such an installer is used, when it is input to the second computer device, the driver of the second computer device is automatically requested without requiring the operator to use a user interface such as a mouse or a keyboard. Setup can be completed. That is, the driver of the first computer device and its property information are ported to the second computer device.

以下、この発明の構成要素について説明する。
(コンピュータ装置)
コンピュータ装置には中央演算装置、内部メモリ装置、各種インターフェース及びこれらを繋ぐバス等からなる汎用的なコンピュータ装置を利用することができる。内部メモリ装置には当該コンピュータ装置を機能させるための制御プログラム(コンピュータプログラム)が保存されている。インターフェースとしては入力装置、出力装置(ディスプレイ、プリンタ)、通信ポート用のほかに、外部記憶媒体を着脱可能に連結するための1又は2以上のポートが設けられている。
The components of the present invention will be described below.
(Computer device)
As the computer device, a general-purpose computer device including a central processing unit, an internal memory device, various interfaces, a bus connecting these, and the like can be used. The internal memory device stores a control program (computer program) for causing the computer device to function. As an interface, in addition to an input device, an output device (display, printer), and a communication port, one or more ports for detachably connecting an external storage medium are provided.

(ドライバ)
ドライバはコンピュータ装置に接続された周辺機器を動作させるためのプログラムである。周辺機器には、プリンタ、ディスプレイ等の出力装置、バーコードリーダ、スキャナ、マウス等を入力装置等を挙げることができる。
(プロパティ情報)
プロパティ情報は各周辺機器において独自に設定される。なお、ドライバのインストール時にはデフォルト値のプロパティ情報が設定されている。周辺機器のプロパティ情報を適宜設定することにより、コンピュータ装置は実用に供されるものとなる。
たとえば、プリンタ用のプロパティ情報には、コメント、区切りページ、印刷先ポート、ドライバ名、共有の有無、用紙サイズ、用紙の向き、解像度、濃度、印刷品質などがある。これらのパラメータをコンピュータ装置毎に手作業で設定するには多大な手間がかかり、大量のコンピュータ装置を短時間にセットアップするときの課題となっていた。
(driver)
The driver is a program for operating a peripheral device connected to the computer device. Peripheral devices can include output devices such as printers and displays, bar code readers, scanners, mice and the like input devices.
(Property information)
Property information is uniquely set in each peripheral device. Note that default property information is set when the driver is installed. By appropriately setting the property information of the peripheral device, the computer apparatus can be put into practical use.
For example, the printer property information includes a comment, a separator page, a print destination port, a driver name, presence / absence of sharing, paper size, paper orientation, resolution, density, print quality, and the like. Setting these parameters manually for each computer device takes a lot of time and has been a problem when setting up a large number of computer devices in a short time.

(実行ファイル)
ドライバインストール用実行ファイルはコンピュータ装置へドライバをインストールするプログラムであり、インストーラの本体をなす。
プロパティ情報設定実行ファイルは、コンピュータ装置へインストールされたドライバのプロパティの内容を指定するプログラムであって、プロパティ情報ファイルに保存されているプロパティ情報をコンピュータ装置の所定のレジストリへ書き込み、また必要なフォルダを形成する。これにより、第2のコンピュータ装置へプロパティ情報を設定するに際に、操作者にはマウス若しくはキーボード等のユーザインタフェースの操作が何ら要求されず、いわゆるサイレンスインストールが実行される。
この特許出願書類では機能の説明上ドライバインストール用実行ファイルとプロパティ情報設定実行ファイルとを別のコンピュータプログラムとして記述しているが、後者が前者へ組み込まれていてもよい。また、プロパティ情報ファイルはデータファイルとしてドライバインストール用実行ファイル若しくはプロパティ情報設定実行ファイルへ組み込むことができる。
(Executable file)
The driver installation execution file is a program for installing the driver into the computer device, and forms the main body of the installer.
The property information setting execution file is a program that specifies the property contents of the driver installed on the computer device, writes the property information stored in the property information file to a predetermined registry of the computer device, and also includes a necessary folder. Form. Thereby, when setting the property information in the second computer device, the operator is not required to operate any user interface such as a mouse or a keyboard, and so-called silence installation is executed.
In this patent application document, the driver installation execution file and the property information setting execution file are described as separate computer programs in order to explain the functions, but the latter may be incorporated into the former. The property information file can be incorporated as a data file into the driver installation execution file or the property information setting execution file.

ドライバ情報は第1のコンピュータ装置へドライバをインストールしたときに形成された情報であって、この中にドライバ使用許諾書への同意も含まれる。ドライバ情報移植実行ファイルはこのドライバ情報を第2のコンピュータ装置の所定のレジストリへ書き込みまた必要なフォルダを作成するプログラムである。これにより、ドライバインストール用実行ファイルを起動して、第2のコンピュータ装置へドライバをインストールするとき自動的にドライバのインストールが実行される。よって、操作者はマウス若しくはキーボード等のユーザインタフェースを何ら操作する必要がない。つまり、サイレンスインストールが実行されることとなる。
この特許出願書類では機能の説明上ドライバインストール用実行ファイルとドライバ情報移植実行ファイルとを別のコンピュータプログラムとして記述しているが、後者が前者へ組み込まれていてもよい。また、ドライバ情報ファイルはデータファイルとしてドライバインストール用実行ファイル若しくはドライバ情報移植実行ファイルへ組み込むことができる。
The driver information is information formed when the driver is installed in the first computer device, and includes the consent to the driver use license. The driver information porting execution file is a program for writing this driver information to a predetermined registry of the second computer device and creating a necessary folder. As a result, when the driver installation execution file is activated and the driver is installed in the second computer device, the driver installation is automatically executed. Therefore, the operator does not need to operate any user interface such as a mouse or a keyboard. That is, silence installation is executed.
In this patent application document, the driver installation execution file and the driver information porting execution file are described as separate computer programs in order to explain the functions, but the latter may be incorporated into the former. The driver information file can be incorporated as a data file into a driver installation execution file or a driver information porting execution file.

以下、この発明を実施例に基づき更に詳細に説明する。
この実施例では、図1に示すように、ラボ内の開発用コンピュータ装置1(以下、開発用PCと略すことがある)へプリンタ3を接続し、これを稼動させたときの環境を店舗内のPOSコンピュータ装置A、B、C …(以下、店舗用PCと略すことがある)へ移植する。ここに、店舗用PCにも同一機種のプリンタ3が連結されており、当該プリンタ3を稼動させるのに好適な環境が開発用PCにおいて設定されるものとする。
Hereinafter, the present invention will be described in more detail based on examples.
In this embodiment, as shown in FIG. 1, a printer 3 is connected to a development computer device 1 (hereinafter abbreviated as “development PC”) in the laboratory, and the environment when this is operated is set in the store. POS computer devices A, B, C (hereinafter abbreviated as store PC). Here, it is assumed that a printer 3 of the same model is also connected to the store PC, and a suitable environment for operating the printer 3 is set in the development PC.

図2は開発用PC1の構成を示すブロック図である。
開発用PC1の制御装置10にはプリンタインターフェース13を介してプリンタ3が接続される。また、入出力インターフェース15を介してディスプレイ、マウス・キーボード装置17及び外部記憶媒体20に対する書込・読出装置18が連結される。符号30はハードディスクなどの内部記憶装置であって、レジストリ領域31とユーザディレクトリ領域33を有する。
制御装置10は演算部及びメモリ部を備える汎用的なCPUから構成され、メモリ部に保存されている制御プログラムにより主制御装置101、ドライバ103その他のブロックで示した機能が奏される。
FIG. 2 is a block diagram showing the configuration of the development PC 1.
A printer 3 is connected to the control device 10 of the development PC 1 via a printer interface 13. Further, a display / mouse / keyboard device 17 and a writing / reading device 18 for the external storage medium 20 are connected via an input / output interface 15. Reference numeral 30 denotes an internal storage device such as a hard disk, which has a registry area 31 and a user directory area 33.
The control device 10 is composed of a general-purpose CPU including a calculation unit and a memory unit, and functions indicated by the main control device 101, the driver 103, and other blocks are performed by a control program stored in the memory unit.

ここに、ドライバ103はプリンタ3の動作を制御する。ドライバ情報格納部105はドライバをセットアップしたときのドライバ情報をハードディスク30の所定のレジストリに書込み、また所定のディレクトリのファイル(新たに生成する場合もある)へ書き込む。ドライバ情報検索部106は後述するカスタマイズインストーラを作成する際にハードディスク30内の所定のレジストリ及び/又はファイルのドライバ情報を検索して読み出す。プロパティ情報格納部107はプロパティを設定したときのプロパティ情報をハードディスク30の所定のレジストリに書込み、また所定のディレクトリのファイル(新たに生成する場合もある)へ書き込む。プロパティ情報検索部108は後述するカスタマイズインストーラを作成する際にハードディスク内の所定のレジストリ及び/又はファイルのプロパティ情報を検索して読み出す。
ファイル圧縮・解凍部109は指定されたファイルの圧縮・解凍を行う。
これら各装置は主制御部101の制御に従って動作する。
Here, the driver 103 controls the operation of the printer 3. The driver information storage unit 105 writes the driver information when the driver is set up in a predetermined registry of the hard disk 30 and also writes the file in a predetermined directory (may be newly generated). The driver information search unit 106 searches and reads driver information of a predetermined registry and / or file in the hard disk 30 when creating a customized installer described later. The property information storage unit 107 writes the property information when the property is set to a predetermined registry of the hard disk 30 and also writes it to a file (which may be newly generated) in a predetermined directory. The property information search unit 108 searches and reads property information of a predetermined registry and / or file in the hard disk when creating a customized installer described later.
A file compression / decompression unit 109 performs compression / decompression of a specified file.
Each of these devices operates according to the control of the main control unit 101.

店舗用PCA、B、C …の構成も開発用PCと実質的に同一とすることができる。なお、ドライバ情報検索部106、プロパティ情報検索部108はこれを省略することができる。   The configuration of the store PCA, B, C... Can be substantially the same as that of the development PC. The driver information search unit 106 and the property information search unit 108 can be omitted.

次に、実施例のシステムの動作を説明する。
図3は実施例のシステムの基本動作を示すフローチャートである。
まず、開発用PC1においてプリンタ3用のドライバをインストールする(ステップ1)。このプリンタ3は店舗用PC1に接続されるものと同一機種である。次にステップ3では開発用PC1においてプリンタドライバのプロパティ情報を設定する。プリンタ3の動作確認を行った後、開発用PC1においてカスタマイズインストーラ(コンピュータプログラム)を作成する(ステップ5)。
このカスタマイズインストーラを店舗用PCへインストールする(ステップ7)。これにより店舗内に設置される各店舗用PCへプリンタ3用のドライバがセットアップされる。このとき、開発用PC1で設定したプロパティ情報が店舗用PCのドライバのプロパティとしてコピーされる。
Next, the operation of the system of the embodiment will be described.
FIG. 3 is a flowchart showing the basic operation of the system of the embodiment.
First, a driver for the printer 3 is installed in the development PC 1 (step 1). The printer 3 is the same model as that connected to the store PC 1. In step 3, printer driver property information is set in the development PC 1. After confirming the operation of the printer 3, a customized installer (computer program) is created in the development PC 1 (step 5).
This customized installer is installed in the store PC (step 7). As a result, a driver for the printer 3 is set up on each store PC installed in the store. At this time, the property information set on the development PC 1 is copied as the property of the store PC driver.

次に各ステップについて詳細に説明する。
図4は開発用PC1へドライバをインストールするステップ1の詳細である。
まず、ステップ11において操作者はドライバインストール用実行ファイル(ADT210.exe)を指定してダブルクリック等の方法でこれを実行させる。この実行ファイルは外部記憶媒体20から読み出されて開発用PCのハードディスクの所定のファイルに保存されている。
ドライバインストール用実行ファイルの実行が指定されると、まずその解凍が行われる(ステップ13)。この解凍により、使用許諾書が表示され、操作者による同意の契約がなされると、所定のディレクトリに少なくとも下記の内容のフォルダを展開する。
MakeInst.exe(実行ファイル:契約約款表示、SetUp.ini編集用UI表示)
SilentInst.exe(SetUp.iniで指定された情報を元にインストールを行うドライバインストーラ本体)
ドライバ情報ファイル(ドライバをインストールするための各種情報)
Next, each step will be described in detail.
FIG. 4 shows details of Step 1 for installing the driver in the development PC 1.
First, in step 11, the operator designates a driver installation execution file (ADT210.exe) and executes it by a method such as double-clicking. This execution file is read from the external storage medium 20 and stored in a predetermined file on the hard disk of the development PC.
When execution of the driver installation execution file is designated, the decompression is first performed (step 13). By this decompression, a license agreement is displayed, and when an agreement of agreement is made by the operator, at least a folder having the following contents is expanded in a predetermined directory.
MakeInst.exe (executable file: contract agreement display, SetUp.ini editing UI display)
SilentInst.exe (Driver installer that performs installation based on the information specified in SetUp.ini)
Driver information file (various information for driver installation)

ステップ15では上記MakeInst.exeが実行される。
まず、UI(ダイアログボックス)を表示して、OSの種類及び言語、プリンタの機種、プリンタポート、プリンタ名を操作者に指定させる。次に、SetUp.iniファイルを所定のディレクトリ33に作成し、UI表示において操作者により指定された内容を保存する。これによりUI(ダイアログボックス)で指定された内容に基づきSetUp.iniが作成される。
In step 15, the MakeInst.exe is executed.
First, a UI (dialog box) is displayed to allow the operator to specify the OS type and language, the printer model, the printer port, and the printer name. Next, a SetUp.ini file is created in a predetermined directory 33, and contents designated by the operator in the UI display are saved. As a result, SetUp.ini is created based on the contents specified in the UI (dialog box).

ステップ17では上記SilentInst.exeが実行される。
具体的には、まずステップ13で解凍されたファイルのうち、SetUp.exeで指定された内容のファイルをドライバ情報格納部105により所定のフォルダ33へコピーする。
プロパティ情報格納部107によりレジストリ33にプリンタドライバの情報(プロパティ情報(デフォルト値)等)を書き込む。ここにおいて、SetUp.iniで指定されている情報があればそれも書き込む。なお、SetUp.iniで指定されている情報がないものについては、OSがもっているデフォルト値のままにする。
これにより、ドライバのインストールが完了する。ステップ11からステップ17までは一連の動作として自動的に起動される。
In step 17, SilentInst.exe is executed.
Specifically, first, among the files decompressed in step 13, the file having the content specified by SetUp.exe is copied to a predetermined folder 33 by the driver information storage unit 105.
The property information storage unit 107 writes printer driver information (property information (default value), etc.) into the registry 33. Here, if there is information specified in SetUp.ini, it is also written. If there is no information specified in SetUp.ini, the default value that the OS has is left as it is.
This completes the driver installation. Steps 11 to 17 are automatically started as a series of operations.

ドライバのインストールが終了した後、プロパティ情報の設定が行われる(ステップ3)。このステップの詳細を図5に示した。
ステップ31では、操作者がマニュアル操作にてプロパティ画面を開く。プロパティ画面の例を図6に示す。操作者はこの画面の内容を確認し、その内容がプリンタ3の動作に不適なものがあればそれを変更する。プリンタ3の動作にとってその内容が適正であれば、そのままにしておく(ステップ33)。これにより、プリンタ3の稼動に適したものにプロパティ情報がカスタマイズされる。
プロパティ情報のカスタマイズが終了したらプロパティ画面を閉じる(ステップ33)。これによりプロパティ情報の変更が確定され、プロパティ情報格納部107により当該変更されたプロパティ情報がデフォルト値の保存されていた所定のレジストリ33に上書きされる。
After the driver installation is completed, property information is set (step 3). Details of this step are shown in FIG.
In step 31, the operator opens the property screen by manual operation. An example of the property screen is shown in FIG. The operator confirms the contents of this screen and changes the contents if they are unsuitable for the operation of the printer 3. If the content is appropriate for the operation of the printer 3, it is left as it is (step 33). Thereby, the property information is customized to be suitable for the operation of the printer 3.
When property information customization is completed, the property screen is closed (step 33). As a result, the change of the property information is confirmed, and the changed property information is overwritten on the predetermined registry 33 in which the default value is stored by the property information storage unit 107.

次に、カスタマイズインストーラの作成処理ステップ5の詳細を図7に基づいて説明する。
ステップ51ではプロパティ情報検索部108によりレジストリ33からプリンタ3に関する全てのプロパティ情報を収集する。収集されたプロパティ情報に基づきSetUp.iniの内容を編集する(ステップ53)。ステップ55ではドライバ情報検索部106を用いて、ステップ1において解凍・展開されたフォルダ(MakeInst.exe、SilentInst.exe、ドライバ情報ファイル等)から必要なフォルダ(SilentInst.exe、ドライバ情報ファイル)を収集する。
ステップ57においてはファイル圧縮・解凍部を用いて、プロパティ情報ファイルとしてのSetUp.ini、ドライバインストール用実行ファイルとしてのSilentInst.exe及びドライバ情報ファイルを圧縮し、1つの実行ファイル(ADTXXX.exe)として纏める。この実行ファイルがカスタマイズインストーラとなる。
このカスタマイズインストーラは媒体書込・読出装置18により、FD、CD、DVD、メモリカード等の外部記憶媒体20へ書き込まれる。
Next, details of the customized installer creation processing step 5 will be described with reference to FIG.
In step 51, the property information search unit 108 collects all property information related to the printer 3 from the registry 33. The contents of SetUp.ini are edited based on the collected property information (step 53). In step 55, the driver information search unit 106 is used to collect necessary folders (SilentInst.exe, driver information files) from the folders (MakeInst.exe, SilentInst.exe, driver information files, etc.) decompressed and expanded in step 1. To do.
In step 57, using the file compression / decompression unit, SetUp.ini as the property information file, SilentInst.exe as the driver installation execution file, and the driver information file are compressed and used as one execution file (ADTXXX.exe). Put together. This executable file becomes the customized installer.
The customized installer is written by the medium writing / reading device 18 to the external storage medium 20 such as an FD, CD, DVD, memory card or the like.

カスタマイズインストーラを格納した外部記憶媒体20は店舗用PCの媒体書込・読出装置18へセットされる。外部記憶媒体20からこのカスタマイズインストーラの実行ファイルを店舗用PCの所望のディレクトリへコピーすることもできる。開発用PC1と店舗用PCとがネットワークで繋がれているときは、ネットワークを介して当該カスタマイズインストーラを店舗用PCの所望のディレクトリへコピーすることができる。   The external storage medium 20 storing the customized installer is set in the medium writing / reading device 18 of the store PC. The execution file of the customized installer can be copied from the external storage medium 20 to a desired directory of the store PC. When the development PC 1 and the store PC are connected via a network, the customized installer can be copied to a desired directory of the store PC via the network.

カスタマイズインストーラの実行ファイルが操作者によるダブルクリックなどの方法により指定されると、カスタマイズインストーラが実行される(ステップ71)。
まず、所定のディレクトリにSetUp.ini、SilentInst.exe、ドライバ情報ファイルの各ファイルを展開する。ここに、SetUp.iniには開発用PCにおいてカスタマイズされたプロパティ情報が含まれている。また、SilentInst.exeはSetUp.ini及びドライバ情報ファイルに基づいてドライバをインストールするインストーラ本体プログラムである。
When the execution file of the customized installer is designated by a method such as double-clicking by the operator, the customized installer is executed (step 71).
First, SetUp.ini, SilentInst.exe, and driver information file are expanded in a predetermined directory. Here, SetUp.ini includes property information customized in the development PC. SilentInst.exe is an installer main body program that installs a driver based on SetUp.ini and a driver information file.

次に、ステップ75においてSilentInst.exeを実行する。
この実行により、通常のインストーラと同様にしてドライバ情報ファイルが所定のディレクトリへコピーされ、レジストリへプロパティ情報が書き込まれる。このとき、SetUp.iniの指定に基づき、コピーされるべきドライバ情報ファイルが選択され、また、カスタマイズされたプロパティ情報がレジストリへ書き込まれることとなる。
すなわちこのSilentInst.exeがプロパティ設定実行ファイル及びドライバ情報移植実行ファイルに該当する。
Next, in step 75, SilentInst.exe is executed.
By this execution, the driver information file is copied to a predetermined directory in the same manner as a normal installer, and the property information is written to the registry. At this time, the driver information file to be copied is selected based on the specification of SetUp.ini, and customized property information is written to the registry.
That is, SilentInst.exe corresponds to the property setting execution file and the driver information porting execution file.

ここにおいて、SetUp.iniにはドライバインストール時にマニュアル設定すべき内容(MakeInst.exeで指定される内容)、及びカスタマイズされたプロパティ情報が全て保存されている。従って、このSilentInst.exeの実行時には、UI(ダイアログボックス)やプロパティ画面を何ら開くことなく、一連の動作として自動的にセットアップが完了する。即ち、操作者が店舗用PC装置においてカスタマイズインストーラの実行指示さえすれば、カスタマイズされたプロパティ情報の設定されたプリンタドライバが自動的にセットアップされる。よって、操作者の労力が軽減され、多数の店舗用PCに対しても簡易かつ迅速にプリンタドライバのセットアップが可能になる。   Here, SetUp.ini stores all contents to be manually set at the time of driver installation (contents specified by MakeInst.exe) and customized property information. Therefore, when this SilentInst.exe is executed, the setup is automatically completed as a series of operations without opening any UI (dialog box) or property screen. That is, as long as the operator instructs the store PC device to execute the customized installer, the printer driver in which the customized property information is set is automatically set up. Therefore, the labor of the operator is reduced, and the printer driver can be set up easily and quickly for a large number of store PCs.

この発明は、上記発明の実施の形態及び実施例の説明に何ら限定されるものではない。特許請求の範囲の記載を逸脱せず、当業者が容易に想到できる範囲で種々の変形態様もこの発明に含まれる。   The present invention is not limited to the description of the embodiments and examples of the invention described above. Various modifications may be included in the present invention as long as those skilled in the art can easily conceive without departing from the description of the scope of claims.

この発明の実施例の概略構成説明図である。BRIEF DESCRIPTION OF THE DRAWINGS It is schematic structure explanatory drawing of the Example of this invention. 同じく実施例のコンピュータ装置の機能を示すブロック図である。It is a block diagram which similarly shows the function of the computer apparatus of an Example. 実施例の基本的動作を示すフローチャートである。It is a flowchart which shows the basic operation | movement of an Example. 図3のフローチャートのステップ1の詳細動作を説明するフローチャートである。It is a flowchart explaining the detailed operation | movement of step 1 of the flowchart of FIG. 図3のフローチャートのステップ3の詳細動作を説明するフローチャートである。It is a flowchart explaining the detailed operation | movement of step 3 of the flowchart of FIG. プロパティ画面の例を示す。An example of the property screen is shown. 図3のフローチャートのステップ5の詳細動作を説明するフローチャートである。It is a flowchart explaining the detailed operation | movement of step 5 of the flowchart of FIG. 図3のフローチャートのステップ7の詳細動作を説明するフローチャートである。It is a flowchart explaining the detailed operation | movement of step 7 of the flowchart of FIG.

符号の説明Explanation of symbols

1 開発用コンピュータ装置
3 プリンタ
10 制御装置
30 ハードディスク
DESCRIPTION OF SYMBOLS 1 Computer apparatus for development 3 Printer 10 Control apparatus 30 Hard disk

Claims (7)

第1のコンピュータ装置にインストールされたドライバのプロパティ情報を取得するプロパティ情報取得部、
前記プロパティ情報を保存したプロパティ情報ファイルを作成するプロパティ情報ファイル作成部、
前記ドライバを第2のコンピュータ装置にインストールした際、前記プロパティ情報を前記ドライバへ自動的に設定するプロパティ設定実行ファイルを作成するプロパティ設定実行ファイル作成部、
ドライバインストール実行ファイル、前記プロパティ情報ファイル及び前記プロパティ設定実行ファイルを1つの実行ファイルに纏めるファイル圧縮部、
を備えてなるインストーラ作成装置。
A property information acquisition unit for acquiring property information of a driver installed in the first computer device;
A property information file creation unit for creating a property information file storing the property information;
A property setting execution file creation unit for creating a property setting execution file for automatically setting the property information in the driver when the driver is installed in the second computer device;
A file compression unit that combines the driver installation execution file, the property information file, and the property setting execution file into one execution file;
An installer creation device comprising:
前記第1のコンピュータ装置へ前記ドライバをインストールしたときのドライバ情報を取得するドライバ情報取得部、
該ドライバ情報を保存したドライバ情報ファイルを作成するドライバ情報ファイル作成部、
該ドライバ情報を前記第2のコンピュータ装置へ自動的に移植するドライバ情報移植実行ファイルを作成するドライバ情報移植実行ファイル作成部、
を更に備え、前記ファイル圧縮部において前記ドライバ情報ファイル及びドライバ情報移植実行ファイルが前記ドライバインストール実行ファイル、前記プロパティ情報ファイル及び前記プロパティ設定実行ファイルと一緒に1つの実行ファイルに纏められる、ことを特徴とする請求項1に記載のインストーラ作成装置。
A driver information acquisition unit for acquiring driver information when the driver is installed in the first computer device;
A driver information file creation unit for creating a driver information file storing the driver information;
A driver information porting execution file creating unit for creating a driver information porting execution file for automatically porting the driver information to the second computer device;
The driver information file and the driver information porting execution file are combined into one execution file together with the driver installation execution file, the property information file, and the property setting execution file in the file compression unit. The installer creation apparatus according to claim 1.
ドライバインストール用の実行ファイルを作成するように第1のコンピュータ装置を動作させるコンピュータプログラムであって、
前記第1のコンピュータ装置に、
該第1のコンピュータ装置にインストールされたドライバのプロパティ情報を取得する手順と、
前記プロパティ情報を保存したプロパティ情報ファイルを作成する手順と、
前記ドライバを第2のコンピュータ装置にインストールした際、前記プロパティ情報を前記ドライバへ自動的に設定するプロパティ設定実行ファイルを作成する手順と、
ドライバインストール実行ファイル、前記プロパティ情報ファイル及び前記プロパティ設定実行ファイルを1つの実行ファイルに纏める手順を実行させるためのコンピュータプログラム。
A computer program for operating a first computer device to create an executable file for driver installation,
In the first computer device,
Obtaining property information of a driver installed in the first computer device;
Creating a property information file storing the property information;
Creating a property setting execution file that automatically sets the property information in the driver when the driver is installed in a second computer device;
A computer program for executing a procedure for combining a driver installation execution file, the property information file, and the property setting execution file into one execution file.
前記第1のコンピュータ装置へ前記ドライバをインストールしたときのドライバ情報を取得するドライバ情報取得手段、
該ドライバ情報を保存したドライバ情報ファイルを作成するドライバ情報ファイル作成手段、
該ドライバ情報を前記第1のコンピュータ装置へ自動的に移植するドライバ情報移植実行ファイルを作成するドライバ情報移植実行ファイル作成手段、
として前記第2のコンピュータ装置を機能させ、
前記ファイル圧縮手段において前記ドライバ情報ファイル及びドライバ情報移植実行ファイルが前記ドライバインストール実行ファイル、前記プロパティ情報ファイル及び前記プロパティ設定実行ファイルと一緒に1つの実行ファイルに纏められる、ことを特徴とする請求項3に記載のコンピュータプログラム。
Driver information acquisition means for acquiring driver information when the driver is installed in the first computer device;
Driver information file creation means for creating a driver information file storing the driver information;
Driver information porting execution file creating means for creating a driver information porting execution file for automatically porting the driver information to the first computer device;
The second computer device as a function,
The file compression unit combines the driver information file and the driver information porting execution file into one execution file together with the driver installation execution file, the property information file, and the property setting execution file. The computer program according to 3.
第1のコンピュータ装置上で、ドライバインストール実行ファイル、前記ドライバのプロパティ情報、該プロパティ情報を前記ドライバへ設定するためのプロパティ設定実行ファイルを1つの実行ファイルとしてまとめて保存されたコンピュータプログラムであって、
第2のコンピュータ装置上で、以下の手順を実行して前記第2のコンピュータ装置へドライバをインストールするためのコンピュータプログラム;
前記コンピュータプログラムが第2のコンピュータ装置へ入力されたとき、前記ドライバインストール用実行ファイル、前記プロパティ情報ファイル、プロパティ設定実行ファイルを解凍し、
前記ドライバインストール用実行ファイルを実行して前記ドライバを前記第2のコンピュータ装置にインストールし、
前記プロパティ設定実行ファイルを実行して前記プロパティ情報ファイル内のプロパティ情報を自動的に前記ドライバへ設定する。
A computer program in which a driver installation execution file, property information of the driver, and a property setting execution file for setting the property information in the driver are collectively stored as one execution file on the first computer device. ,
A computer program for installing a driver in the second computer device by executing the following procedure on the second computer device;
When the computer program is input to the second computer device, the driver installation execution file, the property information file, and the property setting execution file are decompressed,
Executing the driver installation executable file to install the driver in the second computer device;
The property setting execution file is executed to automatically set the property information in the property information file in the driver.
ドライバをコンピュータ装置へインストールするためのコンピュータプログラムであって、
ドライバインストール用実行ファイル、ドライバインストール用情報ファイル、該ドライバ情報をコンピュータ装置へ移植するためのドライバ情報移植実行ファイル、前記ドライバのプロパティ情報、該プロパティ情報を前記ドライバへ設定するためのプロパティ設定実行ファイルを1つの実行ファイルとして保存し、
コンピュータ装置を次のように機能させる、ことを特徴とするコンピュータプログラム、
前記コンピュータプログラムが前記コンピュータ装置へ入力されたとき、前記ドライバインストール用実行ファイル、ドライバインストール用情報ファイル、ドライバ情報移植実行ファイル、前記プロパティ情報、プロパティ設定実行ファイルを解凍し、
前記ドライバドライバインストール用実行ファイル及び前記ドライバ情報移植実行ファイルを実行して、前記ドライバを自動的に前記第2のコンピュータ装置にインストールし、
前記プロパティ設定実行ファイルを実行して前記プロパティ情報を自動的に前記ドライバへ設定する。
A computer program for installing a driver into a computer device,
Driver installation execution file, driver installation information file, driver information porting execution file for porting the driver information to a computer device, property information of the driver, and property setting execution file for setting the property information in the driver As a single executable file,
A computer program characterized by causing a computer device to function as follows;
When the computer program is input to the computer device, the driver installation execution file, the driver installation information file, the driver information porting execution file, the property information, and the property setting execution file are decompressed,
Executing the driver driver installation execution file and the driver information porting execution file to automatically install the driver in the second computer device;
The property setting execution file is executed to automatically set the property information in the driver.
第1のコンピュータ装置にインストールされたドライバのプロパティ情報を取得する工程と、
前記プロパティ情報を保存したプロパティ情報ファイルを作成する工程と、
前記ドライバを第2のコンピュータ装置にインストールした際、前記プロパティ情報を前記ドライバへ自動的に設定するプロパティ設定実行ファイルを作成する工程と、
ドライバインストール実行ファイル、前記プロパティ情報ファイル及び前記プロパティ設定実行ファイルを1つの実行ファイルに纏める工程と、
を備えてなるインストーラの作成方法。
Obtaining property information of a driver installed in the first computer device;
Creating a property information file storing the property information;
Creating a property setting execution file for automatically setting the property information in the driver when the driver is installed in a second computer device;
Combining the driver installation execution file, the property information file, and the property setting execution file into one execution file;
How to create an installer comprising
JP2004189859A 2004-06-28 2004-06-28 Installer creating apparatus, its method, and program therefor Withdrawn JP2006011950A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004189859A JP2006011950A (en) 2004-06-28 2004-06-28 Installer creating apparatus, its method, and program therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004189859A JP2006011950A (en) 2004-06-28 2004-06-28 Installer creating apparatus, its method, and program therefor

Publications (1)

Publication Number Publication Date
JP2006011950A true JP2006011950A (en) 2006-01-12

Family

ID=35779133

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004189859A Withdrawn JP2006011950A (en) 2004-06-28 2004-06-28 Installer creating apparatus, its method, and program therefor

Country Status (1)

Country Link
JP (1) JP2006011950A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007233663A (en) * 2006-02-28 2007-09-13 Brother Ind Ltd Program for creating installer, storage medium storing the program thereof, method for creating installer, information processor
JP2007233664A (en) * 2006-02-28 2007-09-13 Brother Ind Ltd Program for creating installer, storage medium for storing program, method of creating installer, and information processor
JP2007233665A (en) * 2006-02-28 2007-09-13 Brother Ind Ltd Program for creating installer, storage medium for storing program, method of creating installer, and information processor
JP2007233662A (en) * 2006-02-28 2007-09-13 Brother Ind Ltd Program for creating installer, storage medium storing the program thereon, method for creating installer, information processor
JP2010092158A (en) * 2008-10-06 2010-04-22 Canon Marketing Japan Inc Information processing apparatus and driver setting method, program, storage medium, and printing system

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007233663A (en) * 2006-02-28 2007-09-13 Brother Ind Ltd Program for creating installer, storage medium storing the program thereof, method for creating installer, information processor
JP2007233664A (en) * 2006-02-28 2007-09-13 Brother Ind Ltd Program for creating installer, storage medium for storing program, method of creating installer, and information processor
JP2007233665A (en) * 2006-02-28 2007-09-13 Brother Ind Ltd Program for creating installer, storage medium for storing program, method of creating installer, and information processor
JP2007233662A (en) * 2006-02-28 2007-09-13 Brother Ind Ltd Program for creating installer, storage medium storing the program thereon, method for creating installer, information processor
US8776045B2 (en) 2006-02-28 2014-07-08 Brother Kogyo Kabushiki Kaisha Device, method and program for creating installer
JP2010092158A (en) * 2008-10-06 2010-04-22 Canon Marketing Japan Inc Information processing apparatus and driver setting method, program, storage medium, and printing system
US8799524B2 (en) 2008-10-06 2014-08-05 Canon Kabushiki Kaisha Information processing apparatus, driver setting method, and storage medium

Similar Documents

Publication Publication Date Title
JP4553364B2 (en) Printing system
JP4649324B2 (en) Information processing apparatus, information processing method, and program
JP2007272870A (en) Printing controller, gui display method, printer driver, and storage medium
JP2005092542A (en) Device and method for creating jobnet configuration file
JP2010039512A (en) Software updating device and software updating program
JP2007272763A (en) Module installation method and device
JP4974783B2 (en) Information processing apparatus, information processing method, recording medium, and program
US8842321B2 (en) Information processing apparatus, printer driver, print setting method and data structure
JP2006260314A (en) Application software configuration management device, application software configuration management method and program
JP2006268586A (en) Processing mode designation information conversion program and method
JP2010191521A (en) Information processing apparatus, program, and computer-readable recording medium
JP2020009055A (en) Information processing device and program
US20040249936A1 (en) Printer information setting method, server and program
JP2006011950A (en) Installer creating apparatus, its method, and program therefor
JP2009163760A (en) Information processing apparatus, and method and program therefor
JP4208908B2 (en) Information processing apparatus for performing output setting for device apparatus, information processing method, and storage medium storing program
JP5372080B2 (en) Information processing apparatus, information processing method, and medium storing control program for executing the method
US7620649B2 (en) Method, apparatus, and program for data management
JP2011134269A (en) Apparatus and method for processing information, program, and recording medium
JP2012138106A (en) Information processing device, information processing method, and medium for storing control program to execute method
JP2006338606A (en) File management procedure executing system
JP2018112817A (en) Printer Driver Uninstaller
JP6163853B2 (en) Program and data conversion method
JPH06131224A (en) Method and device for information processing
JP2005128878A (en) Print system, print controller, print control method and its program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070330

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20070403

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100301

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100309

A761 Written withdrawal of application

Free format text: JAPANESE INTERMEDIATE CODE: A761

Effective date: 20100427