JP2005182254A - Device driver installation system - Google Patents

Device driver installation system Download PDF

Info

Publication number
JP2005182254A
JP2005182254A JP2003419180A JP2003419180A JP2005182254A JP 2005182254 A JP2005182254 A JP 2005182254A JP 2003419180 A JP2003419180 A JP 2003419180A JP 2003419180 A JP2003419180 A JP 2003419180A JP 2005182254 A JP2005182254 A JP 2005182254A
Authority
JP
Japan
Prior art keywords
device driver
computer
storage area
driver
peripheral device
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
JP2003419180A
Other languages
Japanese (ja)
Inventor
Tomonori Sumino
友則 角野
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2003419180A priority Critical patent/JP2005182254A/en
Publication of JP2005182254A publication Critical patent/JP2005182254A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To automatically complete all operations without interposing an external storage device or a network, in installation of a device driver necessary to use a peripheral device in an optimum state. <P>SOLUTION: The peripheral device 200 has a peripheral device storage device 5 storing a file of the device driver and a storage destination (a path) in a computer 100. When the peripheral device 200 is connected to the computer 100, the file of a latest device driver for peripheral device exclusive use is automatically copied to the computer 100, and the installation of the device driver is completed, so as to use the peripheral device 200 in a form allowing maximum exertion of performance of the peripheral device 200. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、コンピュータの周辺機器におけるデバイスドライバなど、特定の機器で必要なファイルをコンピュータにインストールもしくはコピーするデバイスドライバインストールシステムに関する。   The present invention relates to a device driver installation system for installing or copying a file necessary for a specific device such as a device driver in a peripheral device of a computer.

コンピュータで周辺機器を使用するためには、その周辺機器用のデバイスドライバをインストールする必要がある。OS(オペレーティング・システム)によっては、OS自体にドライバファイルを記録し、周辺機器を接続すると自動的にデバイスドライバのインストール作業を完了させる仕組みも取り入れられているが、周辺機器は次々と開発され膨大な数が存在するため、全ての周辺機器に対応したデバイスドライバをOSに記録させることは不可能である。また、OS標準のデバイスドライバで周辺機器を動作させることも可能であるが、各周辺機器の性能を最大限に生かすためには専用のデバイスドライバが必要な場合がある。そこで専用のデバイスドライバが必要な周辺機器では、周辺機器に添付されたCD−ROMやフレキシブルディスク(以下、FD)を用いてユーザーがデバイスドライバのインストールを行う。   In order to use a peripheral device with a computer, it is necessary to install a device driver for the peripheral device. Depending on the OS (operating system), a mechanism for recording a driver file in the OS itself and automatically completing the device driver installation operation when a peripheral device is connected is incorporated. Therefore, it is impossible to cause the OS to record device drivers corresponding to all peripheral devices. In addition, although it is possible to operate a peripheral device with an OS standard device driver, a dedicated device driver may be required in order to maximize the performance of each peripheral device. Therefore, in a peripheral device that requires a dedicated device driver, a user installs the device driver using a CD-ROM or a flexible disk (hereinafter, FD) attached to the peripheral device.

自動的にデバイスドライバをインストールできる仕組みとして、コンピュータをネットワークに接続し、ネットワーク経由でデバイスドライバをインストールするものもある(例えば、特許文献1参照)。当該システムでは、ネットワーク上に配置されたホストにデバイスドライバを置き、対象となる周辺機器を接続するとホスト上の該当デバイスドライバをインストールすることで、CD−ROMなどからデバイスドライバをインストールすることなく、自動的にデバイスドライバをインストールすることができる。
特開2002−288110号公報
As a mechanism that can automatically install a device driver, there is a mechanism that connects a computer to a network and installs the device driver via the network (see, for example, Patent Document 1). In this system, when a device driver is placed on a host placed on a network and a target peripheral device is connected, the device driver is installed on the host without installing a device driver from a CD-ROM or the like. Device drivers can be installed automatically.
JP 2002-288110 A

ネットワーク上のホスト経由で自動的にデバイスドライバをインストール方法においては、該当のコンピュータを、インターネットを含むネットワークへ接続させることが必須であり、ネットワーク接続がなされていない環境では、結局CD−ROMやフレキシブルディスクなどの媒体を介してデバイスドライバをインストールする必要があった。   In the method of automatically installing the device driver via the host on the network, it is essential that the corresponding computer is connected to the network including the Internet. In an environment where the network connection is not made, the CD-ROM or flexible It was necessary to install a device driver via a medium such as a disk.

そこで本発明は、ネットワークへの接続やその他の媒体を介すことなく、周辺機器専用のデバイスドライバをインストールで切る仕組みを実現することを目的としてなされたものである。   Therefore, the present invention has been made for the purpose of realizing a mechanism for installing a device driver dedicated to a peripheral device by installation without connecting to a network or other media.

本発明は、周辺機器のデバイスドライバを周辺機器自身に記憶させることで、外部機器やネットワークを介したデバイスドライバのインストールを不要にすることを最も主要な特徴とする。   The most important feature of the present invention is that the device driver of the peripheral device is stored in the peripheral device itself, thereby eliminating the need to install the device driver via an external device or a network.

本発明のデバイスドライバインストールシステムでは、デバイスドライバのファイルとそのデバイスドライバのコンピュータ内の保存先を該当周辺機器に記憶し、周辺機器がコンピュータに接続されると、デバイスドライバのファイルをコンピュータにコピーすることにより、該当周辺機器を使用する上で必要なデバイスドライバファイルを、CD−ROMやネットワークを介すことなくコンピュータにコピーし、該当周辺機器の性能を最大限に発揮した形で使用することができるようになる。   In the device driver installation system of the present invention, the device driver file and the storage location of the device driver in the computer are stored in the corresponding peripheral device, and when the peripheral device is connected to the computer, the device driver file is copied to the computer. Therefore, the device driver files necessary for using the peripheral device can be copied to a computer without using a CD-ROM or network, and used in the form that maximizes the performance of the peripheral device. become able to.

本発明の請求項1に係る発明は、コンピュータと、前記コンピュータに接続される周辺機器とを有するデバイスドライバインストールシステムであって、前記周辺機器は、前記コンピュータで使用されるデバイスドライバを記憶するデバイス記憶領域と、前記デバイスドライバをコピーするためのパスを記憶するデバイスドライバ保存先記憶領域とを有し、前記コンピュータは、前記周辺機器を制御することによって、前記デバイス記憶領域に記憶されたデバイスドライバを、前記デバイスドライバ保存先記憶領域に記録されたパスにコピーするデバイスドライバインストールシステムであり、コンピュータに周辺機器を接続するだけで専用デバイスドライバのコピーを完了して当該周辺機器の性能を最大限に発揮した形で使用することができるという作用を有する。   The invention according to claim 1 of the present invention is a device driver installation system including a computer and a peripheral device connected to the computer, wherein the peripheral device stores a device driver used in the computer. A storage area and a device driver storage destination storage area for storing a path for copying the device driver, and the computer controls the peripheral device to control the device driver stored in the device storage area. Is a device driver installation system that copies the device driver to the path recorded in the device driver storage destination storage area, and completes the copying of the dedicated device driver by simply connecting the peripheral device to the computer to maximize the performance of the peripheral device. Can be used in the form demonstrated It has the effect of that.

また、請求項2に係る発明は、請求項1に係る発明において、前記周辺機器は、前記デバイスドライバを前記コンピュータにコピーした後、前記デバイス記憶領域及びデバイスドライバ保存先記憶領域に記憶している情報を削除することを特徴としたものであり、コンピュータに周辺機器を接続するだけでデバイスドライバのコピーを完了することができ、コピー完了後はデバイスドライバ記憶領域およびデバイスドライバ保存先記憶領域をデータ記憶領域として使用することができるという作用を有する。   The invention according to claim 2 is the invention according to claim 1, wherein the peripheral device stores the device driver in the device storage area and the device driver storage destination storage area after copying the device driver to the computer. It is characterized by deleting information. Copying a device driver can be completed simply by connecting a peripheral device to the computer. After copying is completed, the device driver storage area and the device driver storage destination storage area are saved as data. It has the effect that it can be used as a storage area.

また、請求項3に係る発明は、請求項1または2に係る発明において、前記コンピュータは、前記デバイスドライバ記憶領域中の情報がコピー済みか否かを判断する手段を有し、コピーされていないときのみ前記デバイス記憶領域に記憶されたデバイスドライバを、前記デバイスドライバ保存先記憶領域に記録されたパスにコピーすることを特徴とするものであり、既にインストールされたコンピュータにはデバイスドライバをコピーせず、専用デバイスドライバがインストールされていないときのみデバイスドライバをコピーするという作用を有する。   The invention according to claim 3 is the invention according to claim 1 or 2, wherein the computer has means for determining whether or not the information in the device driver storage area has been copied, and is not copied. Only when the device driver stored in the device storage area is copied to the path recorded in the device driver storage destination storage area, the device driver may be copied to an already installed computer. The device driver is copied only when the dedicated device driver is not installed.

また、請求項4に係る発明は、請求項1または2に係る発明において、前記コンピュータは、前記デバイスドライバ記憶領域中の情報と、コンピュータ内の情報とを比較する手段を有し、前記デバイスドライバ記憶領域中の情報が新しい場合のみ前記デバイス記憶領域に記憶されたデバイスドライバを、前記デバイスドライバ保存先記憶領域に記録されたパスにコピーすることを特徴とするものであり、既にコピー済みのデバイスドライバと、これからコピーしようとするデバイスドライバのバージョンを比較し、現在使用しているデバイスドライバの方が古いバージョンの場合のみデバイスドライバをコピーすることで、既に使用しているより古いデバイスドライバをインストールしないという作用を有する。   The invention according to claim 4 is the invention according to claim 1 or 2, wherein the computer has means for comparing information in the device driver storage area with information in the computer, and the device driver The device driver stored in the device storage area is copied to the path recorded in the device driver storage destination storage area only when the information in the storage area is new, and the device has already been copied. Compare the driver with the version of the device driver you are about to copy, and copy the device driver only if the device driver you are currently using is an older version. Has the effect of not.

以下、本発明の実施の形態について、図面を用いて説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

(実施の形態1)
図1は、本発明の実施の形態におけるコンピュータと周辺機器からなるデバイスドライバインストールシステムの構成を示すブロック図である。図1において、100はコンピュータ、200はコンピュータ100に接続される周辺機器である。
(Embodiment 1)
FIG. 1 is a block diagram showing a configuration of a device driver installation system including a computer and peripheral devices according to an embodiment of the present invention. In FIG. 1, 100 is a computer, and 200 is a peripheral device connected to the computer 100.

コンピュータ100は、制御部1、表示部2、操作部3、コンピュータ記憶装置4とを備え、コンピュータ記憶装置4は、少なくとも、インストール状況記憶領域41とデバイスドライバ情報記憶領域C42とを有する。なお、コンピュータに係る構成については良く知られているので、ここでは、コンピュータ100の構成として、ディスプレイなどの表示部2、キーボードなどの操作部3、CPUをはじめとするハードウェアとしての制御部1などのみを簡略化して記載するに止めている。   The computer 100 includes a control unit 1, a display unit 2, an operation unit 3, and a computer storage device 4. The computer storage device 4 includes at least an installation status storage area 41 and a device driver information storage area C42. Since the configuration related to the computer is well known, the configuration of the computer 100 includes a display unit 2 such as a display, an operation unit 3 such as a keyboard, and a control unit 1 as hardware including a CPU. Etc. only to be simplified and described.

また、周辺機器200は、周辺機器記憶装置5を備え、周辺機器記憶装置5は、少なくとも、デバイスドライバ情報記憶領域D51と機器専用デバイスドライバ記憶領域52とを有する。なお、周辺機器としては、多くの用途、機能があり、その種類は千差万別であり全てを表現することは困難である。従って、ここでは、本発明に必要な構成要素のみを表現しており、その他の構成要素(例えば、インターフェース、操作部、特有の機能等)については省略する。   The peripheral device 200 includes a peripheral device storage device 5, and the peripheral device storage device 5 includes at least a device driver information storage area D51 and a device dedicated device driver storage area 52. In addition, there are many uses and functions as peripheral devices, and the types are various, and it is difficult to express all of them. Therefore, only the components necessary for the present invention are expressed here, and other components (for example, an interface, an operation unit, a specific function, etc.) are omitted.

以上のように構成されたデバイスドライバインストールシステムについて、以下その動作について説明する。   The operation of the device driver installation system configured as described above will be described below.

システムは、1台のコンピュータと少なくとも1台の周辺機器で構成される。周辺機器は、例えばUSB(ユニバーサル・シリアル・バス)のマスストレージデバイスのように、コンピュータ100から周辺機器記憶装置5にアクセスすることができるものを想定している。またコンピュータ100は、当該周辺機器200の基本的な動作を行う為に必要な標準ドライバを持っている。周辺機器200は、専用デバイスドライバをインストールすることで性能を最大限に発揮できる。   The system includes one computer and at least one peripheral device. The peripheral device is assumed to be capable of accessing the peripheral device storage device 5 from the computer 100, such as a USB (Universal Serial Bus) mass storage device. The computer 100 also has a standard driver necessary for performing the basic operation of the peripheral device 200. The peripheral device 200 can maximize performance by installing a dedicated device driver.

まず、周辺機器200の説明を行う。デバイスドライバ記憶領域52には当該周辺機器専用のデバイスドライバファイルが記録されており、デバイスドライバ情報記憶領域D51には、各ファイルのファイル名、コンピュータに保存すべきパス、ファイルバージョンなどの情報が記憶されている。デバイスドライバ記憶領域51およびデバイスドライバ情報記憶領域D51は、ROMであってもかまわないし、RAMであってもかまわない。RAMである場合、デバイスドライバのコピーを完了した後は、デバイスドライバ記憶領域52およびデバイスドライバ情報記憶領域D51に記憶された内容を消去して、ユーザーが自由に読み書きを行うデータ領域として使用してもかまわない。   First, the peripheral device 200 will be described. A device driver file dedicated to the peripheral device is recorded in the device driver storage area 52, and information such as a file name of each file, a path to be stored in the computer, and a file version is stored in the device driver information storage area D51. Has been. The device driver storage area 51 and the device driver information storage area D51 may be ROM or RAM. In the case of the RAM, after the device driver copy is completed, the contents stored in the device driver storage area 52 and the device driver information storage area D51 are erased and used as a data area where the user can freely read and write. It doesn't matter.

次にコンピュータ100について説明する。コンピュータ記憶装置4中のインストール状況記憶領域41にはコンピュータ100のデバイスドライバのインストール状況が記憶されており、例えば、周辺機器200を認識しているかどうか、専用デバイスドライバがコピーされているかどうか、新たにデバイスドライバをインストールする必要があるかどうかなどの情報が記載されている。デバイスドライバ情報記憶領域C42には当該周辺機器に対応するデバイスドライバのファイル名やバージョンが記憶されており、周辺機器のデバイスドライバ記憶領域52に記憶されているデバイスドライバのバージョンと比較する為に用いられる。インストール状況記憶領域41およびデバイスドライバ情報記憶領域C42は、例えば、ウィンドウズ(登録商標)を用いるパソコンであればレジストリに設定することができる。   Next, the computer 100 will be described. The installation status storage area 41 in the computer storage device 4 stores the installation status of the device driver of the computer 100. For example, whether the peripheral device 200 is recognized, whether the dedicated device driver is copied, new Contains information about whether or not device drivers need to be installed. The device driver information storage area C42 stores the file name and version of the device driver corresponding to the peripheral device, and is used for comparison with the device driver version stored in the device driver storage region 52 of the peripheral device. It is done. The installation status storage area 41 and the device driver information storage area C42 can be set in the registry if the personal computer uses Windows (registered trademark), for example.

続いてコンピュータ100に周辺機器200が接続されたとき、専用デバイスドライバがコピーされるまでの大まかな動きを説明する。コンピュータ100に周辺機器200が接続されると、デバイスドライバをコピーする必要があるかどうかの判定を制御部1が行い、必要であれば周辺機器200のデバイスドライバ記憶領域52に記憶されているデバイスドライバを該当パスにコピーする。デバイスドライバをコピーする必要があるかどうかの判定には、コンピュータ記憶装置4内のインストール状況記憶領域41の情報およびコンピュータのデバイスドライバ情報記憶領域C42、周辺機器200のデバイスドライバ情報記憶領域D51を用い、デバイスドライバをコピーするパスは、デバイスドライバ情報記憶領域D51に記載された内容を用いる。デバイスドライバをコピーする必要がない場合には何も操作を行わない。   Next, a rough operation until the dedicated device driver is copied when the peripheral device 200 is connected to the computer 100 will be described. When the peripheral device 200 is connected to the computer 100, the control unit 1 determines whether or not a device driver needs to be copied, and if necessary, the device stored in the device driver storage area 52 of the peripheral device 200 Copy the driver to the corresponding path. For determining whether or not the device driver needs to be copied, information in the installation status storage area 41 in the computer storage device 4, the device driver information storage area C42 in the computer, and the device driver information storage area D51 in the peripheral device 200 are used. As the path for copying the device driver, the contents described in the device driver information storage area D51 are used. If there is no need to copy the device driver, no operation is performed.

上記の構成において、本実施の形態によるシステムにおいて、デバイスドライバがインストールされるまでの動作の詳細を、図2に示すフローチャートに従い説明する。   In the above configuration, details of the operation until the device driver is installed in the system according to the present embodiment will be described with reference to the flowchart shown in FIG.

コンピュータ100に当該周辺機器200が接続されると、ステップS1で制御部1は当該周辺機器200のデバイスドライバのインストールが必要かどうかを判定する。判定には、インストール状況記憶領域41に記載された内容を用いる。例えば、インストール状況記憶領域41内のドライバインストール済みFlg(フラグ)を見ることで、False(未)もしくは存在しなかった場合にはデバイスドラのイバインストールが必要であり、True(済み)であった場合にはデバイスドライバのインストールが必要ないと判定することができる。   When the peripheral device 200 is connected to the computer 100, the control unit 1 determines whether or not it is necessary to install a device driver of the peripheral device 200 in step S1. The contents described in the installation status storage area 41 are used for the determination. For example, by looking at the driver-installed Flg (flag) in the installation status storage area 41, if it is False (not) or does not exist, the device driver needs to be installed and True (completed). In this case, it can be determined that it is not necessary to install a device driver.

インストールの必要がなければ、そのまま処理を終了し、必要ある場合にはステップS2で当該周辺機器200がコンピュータ100で認識されているかどうかを判定する。例えば、インストール状況記憶領域41に記載された機器認識FlgがFalseであった場合には、コンピュータで認識されていないと判定される。   If installation is not necessary, the process is terminated as it is, and if necessary, it is determined whether the peripheral device 200 is recognized by the computer 100 in step S2. For example, when the device recognition Flg described in the installation status storage area 41 is False, it is determined that the device is not recognized.

コンピュータ100で認識されていない場合には、ステップS3でデバイスドライバをインストールし、ステップS4でコンピュータ100のデバイスドライバ情報記憶領域C42を更新して再び最初に戻る。ここでは、専用デバイスドライバがコピーされていなければOS標準のデバイスドライバがインストールされ、専用デバイスドライバがコピーされている場合には専用デバイスドライバがインストールされる。   If it is not recognized by the computer 100, the device driver is installed in step S3, the device driver information storage area C42 of the computer 100 is updated in step S4, and the process returns to the beginning again. Here, if the dedicated device driver is not copied, the OS standard device driver is installed, and if the dedicated device driver is copied, the dedicated device driver is installed.

ステップS2で、当該周辺機器200がコンピュータ100で認識されていると判定された場合には、ステップS5で既に専用デバイスドライバが存在するかを判定する。判定はステップS2と同様に所定のFlgを用いて行う。既に存在する場合には、ステップS6でファイルのバージョンの比較を行い、コンピュータ内のバージョンの方が新しい場合にはステップS7でコンピュータ100のデバイスドライバ情報記憶領域C42を更新して終了する。ステップS5で専用のデバイスドライバが存在しないと判定された場合、またはステップS6でコンピュータに保存されたファイルのバージョンの方が古いと判定された場合には、ステップS8で該当のパスにそれぞれのドライバファイルをコピーして、ステップS9でコンピュータ100のデバイスドライバ情報記憶領域C42のバージョン情報を更新する。それぞれのファイルのコピー先はデバイスドライバ情報記憶領域D51に記載されており、コピー元のファイルは、機器専用デバイスドライバ記憶領域52に記憶されている。ステップS10でコンピュータ100を再起動し、既に上記で説明したステップS1,S2,S3,S4を経て必要なデバイスドライバがインストールされる。   If it is determined in step S2 that the peripheral device 200 is recognized by the computer 100, it is determined in step S5 whether a dedicated device driver already exists. The determination is performed using a predetermined Flg as in step S2. If it already exists, the version of the file is compared in step S6. If the version in the computer is newer, the device driver information storage area C42 of the computer 100 is updated in step S7 and the process ends. If it is determined in step S5 that there is no dedicated device driver, or if it is determined in step S6 that the version of the file stored in the computer is older, each driver in the corresponding path is determined in step S8. The file is copied, and the version information in the device driver information storage area C42 of the computer 100 is updated in step S9. The copy destination of each file is described in the device driver information storage area D51, and the copy source file is stored in the device-dedicated device driver storage area 52. In step S10, the computer 100 is restarted, and necessary device drivers are installed through steps S1, S2, S3, and S4 already described above.

図3から図7は本発明の一実施の形態におけるコンピュータおよび周辺機器の記憶領域に記載されている内容を示す。コンピュータ100および周辺機器200の各記憶領域に記憶されるデータの変化について、以下に説明する。   3 to 7 show the contents described in the storage areas of the computer and the peripheral device according to the embodiment of the present invention. Changes in data stored in the storage areas of the computer 100 and the peripheral device 200 will be described below.

図3は、標準ドライバがインストールされる前の各記憶領域の状態を示す。周辺機器200がはじめてコンピュータ100に接続されたため、インストール状況記憶領域41には該当周辺機器200に関する情報は何も記録されていない。コンピュータ100はインストール状況記憶領域41に記載されたFlg情報を元に周辺機器200のデバイスドライバをコピーするかどうかの判定を行うが、この場合Flgが存在しないので、ステップS2を経てステップS3で標準ドライバのインストールを行う。標準ドライバのインストールが完了すると、ステップS4で機器認識FlgにTrueを、ドライバインストール済みFlgおよび専用ドライバコピーFlgにFalseを書き込む。   FIG. 3 shows the state of each storage area before the standard driver is installed. Since the peripheral device 200 is connected to the computer 100 for the first time, no information related to the peripheral device 200 is recorded in the installation status storage area 41. The computer 100 determines whether to copy the device driver of the peripheral device 200 based on the Flg information described in the installation status storage area 41. In this case, since the Flg does not exist, the standard is set in step S3 through step S2. Install the driver. When the installation of the standard driver is completed, True is written in the device recognition Flg, and False is written in the driver-installed Flg and the dedicated driver copy Flg in step S4.

図4は、標準ドライバ43がコンピュータ100にインストールされた後、専用デバイスドライバがインストールされる前の各記憶領域の状態を示す。ドライバインストール済みFlgがFalseになっているのでステップS2に進み、機器認識FlgがTrueになっているのでステップS5に進む。更に専用ドライバコピーFlgがFalseになっているので、この場合、ステップS6で専用デバイスドライバのコピーを行う。専用デバイスドライバのコピーが完了すると、ステップS9で専用ドライバコピーFlgをTrueに、機器認識FlgをFalseに書き換える。   FIG. 4 shows the state of each storage area after the standard driver 43 is installed in the computer 100 and before the dedicated device driver is installed. Since the driver-installed Flg is False, the process proceeds to step S2, and since the device recognition Flg is True, the process proceeds to step S5. Further, since the dedicated driver copy Flg is False, in this case, the dedicated device driver is copied in step S6. When the copying of the dedicated device driver is completed, the dedicated driver copy Flg is rewritten to True and the device recognition Flg is rewritten to False in step S9.

図5は、機器専用デバイスドライバ44がコンピュータ記憶装置4にコピーされた後の各記憶領域の状態を示す。ドライバインストール済みFlgがFalseになっているのでステップS2に進み、機器認識FlgがFalseになっているのでステップS3に進む。ここでは専用デバイスドライバがコピーされているので、専用デバイスドライバのインストールを行い、ステップS4でドライバインストール済みFlgをTrueに、機器認識FlgをTrueに書き換える。   FIG. 5 shows the state of each storage area after the device dedicated device driver 44 has been copied to the computer storage device 4. Since the driver-installed Flg is False, the process proceeds to Step S2, and since the device recognition Flg is False, the process proceeds to Step S3. Since the dedicated device driver is copied here, the dedicated device driver is installed, and in step S4, the driver-installed Flg is rewritten to True and the device recognition Flg is rewritten to True.

図6は、専用デバイスドライバがインストールされた後の各記憶領域の状態を示す。ドライバインストール済みFlgがTrueになっているのでそのまま終了する。専用デバイスドライバのインストールを完了すると、以降、特別な操作をしてドライバインストール済みFlgがFalseにならない限りデバイスドライバのインストールは行わない。   FIG. 6 shows the state of each storage area after the dedicated device driver is installed. Since the installed driver Flg is True, the process ends. When the installation of the dedicated device driver is completed, the device driver is not installed unless a special operation is performed and the driver-installed Flg becomes False.

図7は、専用デバイスドライバがインストールされた後、デバイスドライバを再インストールする必要がある場合の各記憶領域の状態を示す。既に専用デバイスドライバを認識していたが、何らかの原因でデバイスドライバを再インストールする必要が生じた場合に図7のようになる。   FIG. 7 shows the state of each storage area when it is necessary to reinstall the device driver after the dedicated device driver is installed. FIG. 7 shows a case where the dedicated device driver has already been recognized, but the device driver needs to be reinstalled for some reason.

ドライバインストール済みFlgがFalseになっているのでステップS2に進み、機器認識FlgがTrueになっているのでステップS5に進む。更に専用ドライバコピーFlgがTrueになっているのでステップS6に進む。ここで周辺機器側のデバイスドライバのバージョンとコンピュータ側のデバイスドライバのバージョンを比較し、コンピュータ側の方が古ければステップS8に進む。ここではコンピュータ側のバージョンの方が新しいため、ステップS7でドライバインストール済みFlgをTrueに書き換えて終了する。   Since the driver-installed Flg is False, the process proceeds to step S2, and since the device recognition Flg is True, the process proceeds to step S5. Further, since the dedicated driver copy Flg is True, the process proceeds to step S6. Here, the version of the device driver on the peripheral device side is compared with the version of the device driver on the computer side, and if the computer side is older, the process proceeds to step S8. Here, since the version on the computer side is newer, the driver-installed Flg is rewritten to True in step S7, and the process ends.

以上のように本実施の形態によれば、CD−ROMやFDなどの媒体を用いることなく、標準のデバイスドライバによって周辺機器200を制御可能にした後に、周辺機器200に記憶されている情報に基づき、機器専用のデバイスドライバをコンピュータ100に確実にインストールすることができる。   As described above, according to the present embodiment, after the peripheral device 200 can be controlled by a standard device driver without using a medium such as a CD-ROM or FD, the information stored in the peripheral device 200 is stored. Based on this, a device driver dedicated to the device can be surely installed in the computer 100.

本発明にかかるデバイスドライバインストールシステムは、周辺機器がコンピュータに接続されると、周辺機器に記憶してあるデバイスドライバのファイルをコンピュータにコピーするので、周辺機器専用のデバイスドライバファイルを、別途媒体を介すことなくコンピュータにコピーし、周辺機器の性能を最大限に発揮した形で使用することができるという効果を有し、コンピュータ、その周辺機器、または、これらに用いられるソフトウェア等として有用である。   When the peripheral device is connected to the computer, the device driver installation system according to the present invention copies the device driver file stored in the peripheral device to the computer. It can be copied to a computer without using it, and can be used in a form that maximizes the performance of the peripheral device, and is useful as a computer, its peripheral device, or software used therefor .

本発明の実施の形態によるデバイスドライバインストールシステムの構成を示すブロック図The block diagram which shows the structure of the device driver installation system by embodiment of this invention 同デバイスドライバインストールシステムの動作を示すフローチャートFlow chart showing the operation of the device driver installation system 同デバイスドライバインストールシステムにおける各記憶領域の標準ドライバインストール前の状態を説明するための概念図Conceptual diagram for explaining the state of each storage area before the standard driver installation in the device driver installation system 同デバイスドライバインストールシステムにおける各記憶領域の標準ドライバインストール後の状態を説明するための概念図Conceptual diagram for explaining the state after installation of the standard driver in each storage area in the device driver installation system 同デバイスドライバインストールシステムにおける各記憶領域の専用デバイスドラバコピー後の状態を説明するための概念図Conceptual diagram for explaining a state after copying a dedicated device driver in each storage area in the device driver installation system 同デバイスドライバインストールシステムにおける各記憶領域の専用デバイスドラバインストール後の状態を説明するための概念図Conceptual diagram for explaining a state after installation of a dedicated device driver in each storage area in the device driver installation system 同デバイスドライバインストールシステムにおける各記憶領域の専用デバイスドラバインストールが必要な場合を説明するための概念図Conceptual diagram for explaining a case where dedicated device driver installation of each storage area is required in the device driver installation system

符号の説明Explanation of symbols

1 制御部
2 表示部
3 操作部
4 コンピュータ記憶装置
5 周辺機器記憶装置
41 インストール状況記憶領域
42 デバイスドライバ情報記憶領域C
51 デバイスドライバ情報記憶領域D
52 機器専用デバイスドライバ記憶領域
100 コンピュータ
200 周辺機器
1 Control Unit 2 Display Unit 3 Operation Unit 4 Computer Storage Device 5 Peripheral Device Storage Device 41 Installation Status Storage Area 42 Device Driver Information Storage Area C
51 Device driver information storage area D
52 Device-specific device driver storage area 100 Computer 200 Peripheral device

Claims (4)

コンピュータと、前記コンピュータに接続される周辺機器とを有するデバイスドライバインストールシステムであって、
前記周辺機器は、
前記コンピュータで使用されるデバイスドライバを記憶するデバイス記憶領域と、
前記デバイスドライバをコピーするためのパスを記憶するデバイスドライバ保存先記憶領域とを有し、
前記コンピュータは、前記周辺機器を制御することによって、前記デバイス記憶領域に記憶されたデバイスドライバを、前記デバイスドライバ保存先記憶領域に記録されたパスにコピーするデバイスドライバインストールシステム。
A device driver installation system having a computer and peripheral devices connected to the computer,
The peripheral device is
A device storage area for storing a device driver used in the computer;
A device driver storage destination storage area for storing a path for copying the device driver,
A device driver installation system, wherein the computer controls the peripheral device to copy a device driver stored in the device storage area to a path recorded in the device driver storage destination storage area.
前記周辺機器は、前記デバイスドライバを前記コンピュータにコピーした後、前記デバイス記憶領域及びデバイスドライバ保存先記憶領域に記憶している情報を削除することを特徴とする請求項1記載のデバイスドライバインストールシステム。 2. The device driver installation system according to claim 1, wherein the peripheral device deletes information stored in the device storage area and a device driver storage destination storage area after copying the device driver to the computer. . 前記コンピュータは、前記デバイスドライバ記憶領域中の情報がコピー済みか否かを判断する手段を有し、コピーされていないときのみ前記デバイス記憶領域に記憶されたデバイスドライバを、前記デバイスドライバ保存先記憶領域に記録されたパスにコピーすることを特徴とする請求項1または2記載のデバイスドライバインストールシステム。 The computer has means for determining whether or not the information in the device driver storage area has been copied, and stores the device driver stored in the device storage area only when the information has not been copied. 3. The device driver installation system according to claim 1, wherein the device driver installation system is copied to a path recorded in the area. 前記コンピュータは、前記デバイスドライバ記憶領域中の情報と、コンピュータ内の情報とを比較する手段を有し、前記デバイスドライバ記憶領域中の情報が新しい場合のみ前記デバイス記憶領域に記憶されたデバイスドライバを、前記デバイスドライバ保存先記憶領域に記録されたパスにコピーすることを特徴とする請求項1または2記載のデバイスドライバインストールシステム。 The computer has means for comparing information in the device driver storage area with information in the computer, and stores the device driver stored in the device storage area only when the information in the device driver storage area is new. The device driver installation system according to claim 1, wherein the device driver installation system is copied to a path recorded in the device driver storage destination storage area.
JP2003419180A 2003-12-17 2003-12-17 Device driver installation system Pending JP2005182254A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003419180A JP2005182254A (en) 2003-12-17 2003-12-17 Device driver installation system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003419180A JP2005182254A (en) 2003-12-17 2003-12-17 Device driver installation system

Publications (1)

Publication Number Publication Date
JP2005182254A true JP2005182254A (en) 2005-07-07

Family

ID=34781148

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003419180A Pending JP2005182254A (en) 2003-12-17 2003-12-17 Device driver installation system

Country Status (1)

Country Link
JP (1) JP2005182254A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009003733A (en) * 2007-06-22 2009-01-08 Nec Fielding Ltd Function expansion method and function expansion device
CN100451961C (en) * 2005-08-25 2009-01-14 英业达股份有限公司 Method and system for driving program automatic installation
CN100464316C (en) * 2005-08-24 2009-02-25 兄弟工业株式会社 Peripheral device
JP2017091125A (en) * 2015-11-09 2017-05-25 アズビル株式会社 Regulator

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100464316C (en) * 2005-08-24 2009-02-25 兄弟工业株式会社 Peripheral device
CN100451961C (en) * 2005-08-25 2009-01-14 英业达股份有限公司 Method and system for driving program automatic installation
JP2009003733A (en) * 2007-06-22 2009-01-08 Nec Fielding Ltd Function expansion method and function expansion device
JP2017091125A (en) * 2015-11-09 2017-05-25 アズビル株式会社 Regulator

Similar Documents

Publication Publication Date Title
KR101247083B1 (en) System and method for using a file system automatically backup a file as generational file
JP2006286001A (en) Usage of usb memory device for recovery of operating system
US7895609B2 (en) Method for installing driver software, information processing apparatus that employs the method, computer program for performing the method, and storage medium for storing the computer program
US7624243B2 (en) Apparatus and method for protecting system data on computer hard-disk
JP2010039512A (en) Software updating device and software updating program
JP2010044579A (en) Peripheral device, program, and driver installation system
EP2130120B1 (en) Data update system and computer program
JP3766429B2 (en) Detachable device
JP2007034467A (en) Device controller
JP2008310664A (en) Access control device, access control method, access control program, and recording medium
JP4567966B2 (en) Emulation system and emulation method
JP2005182254A (en) Device driver installation system
JP2007128448A (en) File system and file information processing method
JP4597032B2 (en) Computer system, basic program startup method, and loader program
JP2007080105A (en) System initiation method, program and computer system
JP2007164392A (en) Computer
JP4471274B2 (en) How to boot OS from hard disk image file
JP2006185374A (en) Information processor capable of constructing array apparatus and method for recognizing disk drive in this apparatus
JP4817614B2 (en) Software installation method and information processing apparatus
KR100640602B1 (en) Method for restoring data in disk drive
JPH10105383A (en) Uninstalling method for application program, and information recording medium
JP5125689B2 (en) Operation method and recording medium for multiple environments
JP5258065B2 (en) Data communication device driver management method and communication device
JP2005227983A (en) Information storage device
JP2009003733A (en) Function expansion method and function expansion device