JP2007280171A - Automatic driver installer - Google Patents

Automatic driver installer Download PDF

Info

Publication number
JP2007280171A
JP2007280171A JP2006107349A JP2006107349A JP2007280171A JP 2007280171 A JP2007280171 A JP 2007280171A JP 2006107349 A JP2006107349 A JP 2006107349A JP 2006107349 A JP2006107349 A JP 2006107349A JP 2007280171 A JP2007280171 A JP 2007280171A
Authority
JP
Japan
Prior art keywords
driver
peripheral device
installation
printer
program
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
JP2006107349A
Other languages
Japanese (ja)
Inventor
Yuichi Yokoyama
有一 横山
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 JP2006107349A priority Critical patent/JP2007280171A/en
Publication of JP2007280171A publication Critical patent/JP2007280171A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To enable a user to use a peripheral device without being conscious of a driver and to improve the convenience of the user by providing a method for automatically installing the driver so that the user can use the peripheral device only by connecting the peripheral device to a PC main body. <P>SOLUTION: When a printer 2 is connected to a PC 1, an OS (operating system) 101 of the PC 1 installs a driver 102 corresponding to a general-purpose storage device. When the printer 2 being an unclear peripheral device is recognized to be a new device, an installation program 204 is automatically executed according to an installation start file 205 in an information storage device 201. The installation program 204 checks PC information, selects a necessary driver 203 for a printer and installs the driver 203 for a printer in the OS 101 of the PC 1. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明はプリンタなどパーソナルコンピュータ周辺機器を導入する際のドライバを自動インストールするドライバ自動インストール装置に関するものである。   The present invention relates to an automatic driver installation apparatus for automatically installing a driver when installing a personal computer peripheral device such as a printer.

パーソナルコンピュータ(PC)において、従来、周辺機器を接続する際、オペレーティングシステム(OS)から周辺機器を認識させるためのデバイスドライバ(以下ドライバ)をインストールする必要があった。現在でも、一部、OS標準のドライバで認識するものもあるものの、多くの周辺機器が従来と同様、初回接続時にドライバをインストールすることによりはじめて使用可能となる。   Conventionally, when connecting a peripheral device in a personal computer (PC), it has been necessary to install a device driver (hereinafter referred to as a driver) for recognizing the peripheral device from an operating system (OS). Even now, some devices are recognized by OS standard drivers, but many peripheral devices can be used only by installing the drivers at the time of the first connection as in the past.

ドライバは通常、製品同梱のCDROM等の記憶媒体に納められており、ユーザはPCにそれらの媒体をセットしドライバをインストールする作業を行う必要があった。   The driver is usually stored in a storage medium such as a CDROM included with the product, and the user needs to set the medium in the PC and install the driver.

このため、ドライバの格納されたCDROM等の記憶媒体を管理する必要があると同時に、周辺機器をPCに初回接続するとき、別のPCに接続するとき、OSを再インストールするときはドライバをインストールする作業を行う必要があり、ユーザにとってはかなりの負担であった。   For this reason, it is necessary to manage a storage medium such as a CDROM in which the driver is stored, and at the same time, the driver is installed when the peripheral device is connected to the PC for the first time, when connected to another PC, or when the OS is reinstalled. It was necessary to perform a work to be performed, which was a considerable burden on the user.

この問題を解決するために、周辺機器をPCに接続した際、自動的に周辺機器のドライバをPCに組み込むシステムが、特許文献1に開示されている。   In order to solve this problem, Patent Document 1 discloses a system in which a peripheral device driver is automatically incorporated into a PC when the peripheral device is connected to the PC.

このシステムでは、PCと周辺機器は双方向性インターフェースにより接続され、PCにインストールされることが想定されるOSに対応した複数のドライバを格納した記憶手段を設けている。PCに周辺機器が接続されると、PCのOSから周辺機器を識別するためのデータ要求命令が出される。周辺機器は命令を受け識別データを送信する。PCは識別データを受信すると、自機内に周辺機器用ドライバの有無を検索し、なければ周辺機器に対して自機のOSに対応したドライバ要求命令が出される。この命令を受けた周辺機器は、要求されたOSに対応したドライバをPCに送信し、自動的にインストールされる。   In this system, a PC and peripheral devices are connected by a bidirectional interface, and storage means for storing a plurality of drivers corresponding to an OS assumed to be installed in the PC is provided. When a peripheral device is connected to the PC, a data request command for identifying the peripheral device is issued from the OS of the PC. The peripheral device receives the command and transmits identification data. When the PC receives the identification data, it searches for the presence or absence of the peripheral device driver in its own device, and if not, issues a driver request command corresponding to the OS of the own device to the peripheral device. Upon receiving this command, the peripheral device sends a driver corresponding to the requested OS to the PC and is automatically installed.

この従来技術によれば、ユーザがプリンタドライバをインストールする作業を行うことなく、かつドライバは周辺機器内の記憶領域に設けられているので、ドライバの格納された記憶媒体を管理する必要がないため、ユーザの負担は軽減される。   According to this prior art, the user does not have to install the printer driver, and the driver is provided in the storage area in the peripheral device, so it is not necessary to manage the storage medium in which the driver is stored. The burden on the user is reduced.

しかし、上記構成では、周辺機器を識別するためのデータの要求、受信を行い、識別された周辺機器に対応するドライバの有無を検索し、なければ周辺機器にドライバ要求命令を出し、受信したドライバを自動的にインストールする機能がPC内に必要である。   However, in the above configuration, requesting and receiving data for identifying a peripheral device is performed, and the presence or absence of a driver corresponding to the identified peripheral device is searched. If not, a driver request command is issued to the peripheral device, and the received driver The function to install automatically is required in the PC.

上記機能のうち、PCやOSに含まれていない機能に関しては、CDROMやフロッピー(登録商標)ディスク、ネットワークからのダウンロード等、別にプログラムを追加する必要がある。   Among the above functions, for functions not included in the PC or OS, it is necessary to add a separate program such as a CDROM, a floppy (registered trademark) disk, a network download, or the like.

この機能をハードウェアにて提供したシステムが特許文献2に公開されている。   A system in which this function is provided by hardware is disclosed in Patent Document 2.

この技術では、周辺機器(オプションボード)は、ドライバソフトを格納したフラッシュROMと、従来のオプションボードと識別するための識別ピンを持っている。オプションボード導入後、初回起動時に、識別ピンによりPCがドライバの内蔵されたオプションボードを認識し、フラッシュROMからドライバがPC本体へインストールされる。   In this technology, a peripheral device (option board) has a flash ROM storing driver software and an identification pin for distinguishing it from a conventional option board. When the option board is installed for the first time after the option board is installed, the PC recognizes the option board in which the driver is built by the identification pin, and the driver is installed from the flash ROM to the PC main body.

上記システムにおいて、ドライバの自動展開の方法は新規に設けられた識別ピンによるものであり、本体の新規インターフェースへの対応が必須であると同時に、OSもしくは専用プログラムでの対応が必須であるため、既に規格が決定され変更が容易でないと考えられる周辺機器の外部インターフェースには用いることができない。   In the above system, the driver automatic deployment method is based on a newly provided identification pin, and it is indispensable to support the new interface of the main body, and at the same time, the OS or a dedicated program is indispensable. It cannot be used for an external interface of a peripheral device whose standard has already been determined and which cannot be easily changed.

また、前述の機能をソフトウェアによって提供したシステムが、特許文献3に公開されている。   A system that provides the above-described functions by software is disclosed in Patent Document 3.

この技術では、周辺機器は、OS環境を調査するOS環境プログラムと、周辺機器のドライバと、PCからの要求に応じて前述のOSプログラムとドライバを送信する管理手段を備えている。PCに接続された周辺機器を利用する際、PCからの要求に応答して、周辺機器はPCへOS環境プログラムを送信する。OS環境プログラムはアーキテクチャニュートラルな言語で記載されており、PC内のOSに含まれているバーチャルマシン上で自動的に実行される。OS環境調査プログラムの結果は周辺機器に送信され、周辺機器内に備える適切なドライバがPCに送信され自動的にインストールされる。   In this technique, the peripheral device includes an OS environment program for investigating the OS environment, a driver for the peripheral device, and a management unit that transmits the OS program and the driver in response to a request from the PC. When using a peripheral device connected to the PC, the peripheral device transmits an OS environment program to the PC in response to a request from the PC. The OS environment program is written in an architecture neutral language, and is automatically executed on a virtual machine included in the OS in the PC. The result of the OS environment investigation program is transmitted to the peripheral device, and an appropriate driver provided in the peripheral device is transmitted to the PC and automatically installed.

しかし、この技術では、周辺機器がドライバの自動インストールのためのOS環境プログラムの送信を開始するために、PC本体側からの送信要求が必要であった。また、送信要求には、周辺機器の管理手段にアクセスするためのアドレスを入力したり、アドレスの記載されたファイルを入手することが必要であった。
特開平8−161250号公報 特開2001−256167公報 特開平10−301884号公報
However, in this technique, a transmission request from the PC main body side is necessary for the peripheral device to start transmitting an OS environment program for automatic driver installation. In addition, in the transmission request, it is necessary to input an address for accessing the management unit of the peripheral device or to obtain a file in which the address is described.
JP-A-8-161250 JP 2001-256167 A Japanese Patent Laid-Open No. 10-301484

上記の従来の構成において、周辺機器を接続したときにPCにドライバを自動的にインストールするためには、何らかの特殊なプログラムや規格がPCに必要となり、ユーザから周辺機器のアドレスを指定しての要求を行う必要があった。   In the conventional configuration described above, in order to automatically install the driver on the PC when the peripheral device is connected, some special program or standard is required on the PC, and the user specifies the peripheral device address from the user. There was a need to make a request.

そこで、本発明では、本体には特別なインターフェースや専用のプログラムを内蔵することなく、かつ外部記憶媒体にてドライバソフトなど基本OSに含まれない特殊プログラムを提供することなく、かつURLを入力したり、能動的な周辺機器への要求を行うことなく、周辺機器を本体に接続するだけでドライバを自動的にインストールし周辺機器を利用できるようにする手法を提供することにより、利用者がドライバを意識することなく周辺機器を利用することを可能とし、利用者の利便性を向上することを目的とする。   Therefore, in the present invention, the main body does not include a special interface or a dedicated program, and does not provide a special program that is not included in the basic OS, such as driver software, on an external storage medium, and the URL is input. Or by providing a method that automatically installs the driver and allows the peripheral device to be used simply by connecting the peripheral device to the main unit without making a request to the active peripheral device. It is possible to use peripheral devices without being aware of the above, and to improve user convenience.

本発明の請求項1に記載の発明は、
パーソナルコンピュータ(PC)の周辺機器内に、
前記PCのオペレーティングシステム(OS)に対応する周辺機器のドライバと、
前記PCのOS上で実行される前記周辺機器のドライバのインストールプログラムと、
前記インストールプログラムを前記PCのOSの機能により自動的に起動するためインストール起動ファイルと、
を備えることを特徴とするドライバ自動インストール装置としたものであり、
周辺機器を本体に接続するだけでドライバを自動的にインストールし周辺機器を利用できるようにする手法を提供することができる。
The invention described in claim 1 of the present invention
In the peripheral equipment of a personal computer (PC),
A peripheral driver corresponding to the operating system (OS) of the PC;
An installation program of the peripheral device driver executed on the OS of the PC;
An installation startup file for automatically starting the installation program by the function of the OS of the PC;
A driver automatic installation device characterized by comprising:
It is possible to provide a method for automatically installing a driver so that the peripheral device can be used simply by connecting the peripheral device to the main body.

請求項2に記載の発明は、
前記周辺機器は、
1以上のPCのOSに対応した前記周辺機器のドライバ、前記インストールプログラム、前記インストール起動ファイルを備えることを特徴とする請求項1に記載のドライバ自動インストール装置としたものであり、
異なるOSを持つ異なるPCや、複数のOSを持つPCにおいても周辺機器を本体に接続するだけでドライバを自動的にインストールし周辺機器を利用できるようにする手法を提供することができる。
The invention described in claim 2
The peripheral device is
The driver automatic installation device according to claim 1, comprising a driver for the peripheral device corresponding to an OS of one or more PCs, the installation program, and the installation activation file.
It is possible to provide a method for automatically installing a driver and using a peripheral device by simply connecting the peripheral device to the main body even in a different PC having a different OS or a PC having a plurality of OSs.

請求項3に記載の発明は、
前記周辺機器のドライバ、前記インストールプログラムはネットワークを介して前記PCと接続された記憶装置に格納され、前記PCは前記ネットワークを介して当該周辺機器のドライバ、インストールプログラムをダウンロード可能であることを特徴とする請求項1に記載のドライバ自動インストール装置としたものであり、
周辺機器を本体に接続するだけでドライバを自動的にインストールし周辺機器を利用できるようにすることはもちろん、より高機能なドライバを周辺機器の資源を有効に利用した上で自動的にインストールすることができる。
The invention according to claim 3
The peripheral device driver and the installation program are stored in a storage device connected to the PC via a network, and the PC can download the peripheral device driver and the installation program via the network. The driver automatic installation device according to claim 1,
Install the driver automatically by connecting the peripheral device to the main unit so that the peripheral device can be used, and of course, install the higher-performance driver automatically using the peripheral device resources effectively be able to.

請求項4に記載の発明は、
前記周辺機器は、
ネットワーク上の前記記憶装置に格納され高機能な周辺機器ドライバの有無を判断し、
その有無に応じて前記周辺機器内の周辺機器ドライバ、高機能な周辺機器ドライバのいずれかをインストールする機能を持つインストールプログラムを備えることを特徴とする請求項3に記載のドライバ自動インストール装置としたものであり、
周辺機器の資源をさらに有効に利用した上で自動的にドライバをインストールすることができる。
The invention according to claim 4
The peripheral device is
Determine whether there is a high-performance peripheral driver stored in the storage device on the network,
The driver automatic installation apparatus according to claim 3, further comprising an installation program having a function of installing either a peripheral device driver in the peripheral device or a high-performance peripheral device driver according to the presence or absence thereof. Is,
It is possible to automatically install the driver while using the resources of the peripheral device more effectively.

本発明にかかる、PC周辺機器におけるドライバ自動インストール装置は、PCには特別なインターフェースや専用のプログラムを内蔵することなく、かつ外部記憶媒体にてドライバソフトなど基本OSに含まれない特殊プログラムを提供することなく、かつURLを入力したり、能動的な周辺機器への要求を行うことなく、周辺機器を本体に接続するだけでドライバを自動的にインストールし周辺機器を利用できるようにすることができる機能を提供することにより、利用者がドライバを意識することなく周辺機器を利用することを可能とし、利用者の利便性を向上させる効果がある。   The automatic driver installation device for PC peripheral devices according to the present invention provides a special program that is not included in the basic OS such as driver software on an external storage medium without incorporating a special interface or dedicated program in the PC. Without installing a URL or requesting an active peripheral device, the driver can be automatically installed and the peripheral device can be used simply by connecting the peripheral device to the main body. By providing a function that can be performed, the user can use the peripheral device without being aware of the driver, and there is an effect of improving the convenience for the user.

以下、本発明の実施の形態を、図面を参照しながら説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

(実施の形態1)
図1は、本発明の実施の形態1であるPC1と周辺機器2であるプリンタの構成図である。
(Embodiment 1)
FIG. 1 is a configuration diagram of a PC 1 and a peripheral device 2 that are Embodiment 1 of the present invention.

図1に示すように、プリンタ2はUSB等のインターフェース3でPC1に接続されている。PC1内にインストールされているOS101は、汎用的なストレージデバイス用のドライバ102を備えている。また、OS101には、接続されたストレージデバイス内の特定のファイルを参照して、自動的にプログラムを起動する機能103を備えている。   As shown in FIG. 1, the printer 2 is connected to the PC 1 through an interface 3 such as a USB. The OS 101 installed in the PC 1 includes a general-purpose storage device driver 102. In addition, the OS 101 has a function 103 for automatically starting a program by referring to a specific file in the connected storage device.

一方、プリンタ2は、そのハードウェアに適合するOS207と、印刷の機能を実行するプログラム206と、ドライバのインストールに必要なファイルを格納する情報格納装置201を備えている。さらに、PC1からプリンタと認識されるだけでなく、内部に備える情報格納装置201のファイルを格納している汎用的なストレージデバイスとしても認識される機能を持つ。   On the other hand, the printer 2 includes an OS 207 compatible with the hardware, a program 206 that executes a printing function, and an information storage device 201 that stores files necessary for driver installation. Furthermore, it has a function of not only being recognized as a printer from the PC 1 but also being recognized as a general-purpose storage device storing a file of the information storage device 201 provided inside.

情報格納装置201に格納されているファイル202には、PCの持ちえる各種OSに対応したプリンタ用ドライバ203と、ドライバをインストールするためのインストールプログラム204と、インストールプログラム204をPCのOS101の機能により自動的に起動するためのインストール起動ファイル205をPCのOSバージョンに対応して複数含む。   The file 202 stored in the information storage device 201 includes a printer driver 203 corresponding to various OSs possessed by the PC, an installation program 204 for installing the driver, and an installation program 204 according to the functions of the OS 101 of the PC. A plurality of installation activation files 205 for automatic activation are included corresponding to the OS version of the PC.

図2は、図1の構成システムにおける動作を示すフローチャートである。   FIG. 2 is a flowchart showing an operation in the configuration system of FIG.

図2において、プリンタをドライバのインストールされていないPC1に接続すると(A01、A02)、PC1のOS101は、周辺機器の接続を検知する。PC1のOS101では、プリンタを不明な周辺機器として、さらに汎用ストレージデバイスの2種類のデバイスとして同時に認識され(A03)、OS101内に備える汎用ストレージデバイスに適合するドライバを自動的に選んでインストールする。この時点で、PC1のOS101内にプリンタ2のドライバは存在しないため、OS101はプリンタ2を不明な周辺機器としか認識できていない。   In FIG. 2, when the printer is connected to the PC 1 in which no driver is installed (A01, A02), the OS 101 of the PC 1 detects the connection of the peripheral device. The OS 101 of the PC 1 recognizes the printer as an unknown peripheral device and further as two types of general-purpose storage devices at the same time (A03), and automatically selects and installs a driver suitable for the general-purpose storage device provided in the OS 101. At this time, since the driver of the printer 2 does not exist in the OS 101 of the PC 1, the OS 101 can recognize the printer 2 only as an unknown peripheral device.

一方、汎用ストレージデバイスに対応する汎用ストレージドライバ102は、PC1のOS101内から読み出され、インストールされることにより接続されたプリンタが不明な周辺機器からプリンタであることが認識され(A05)、PC1のOS101はプリンタ2に格納されているファイル202にアクセスできるようになる。新しい周辺機器としてプリンタが認識されると、PC1のOS101は内部のインストール起動ファイル(autorun.inf)205を自動的に検索し(A06)、インストール起動ファイル205に設定されているインストールプログラム204を実行する。   On the other hand, the general-purpose storage driver 102 corresponding to the general-purpose storage device is read from the OS 101 of the PC 1 and installed to recognize that the connected printer is a printer from an unknown peripheral device (A05). The OS 101 can access the file 202 stored in the printer 2. When the printer is recognized as a new peripheral device, the OS 101 of the PC 1 automatically searches the internal installation startup file (autorun.inf) 205 (A06) and executes the installation program 204 set in the installation startup file 205. To do.

この機能により、プリンタ2の情報格納装置201内のインストール起動ファイル205に従い、ドライバのインストールプログラム204が自動的に実行される(A07)。インストールプログラム204は、PCの情報を調査しPC1内に適切なプリンタドライバが存在しなければ(A08)、PC1のOS101にプリンタドライバ203を自動インストールする(A09)。   With this function, the driver installation program 204 is automatically executed in accordance with the installation activation file 205 in the information storage device 201 of the printer 2 (A07). The installation program 204 checks the PC information, and if there is no appropriate printer driver in the PC 1 (A08), the installation program 204 automatically installs the printer driver 203 in the OS 101 of the PC 1 (A09).

2回目以降の接続では、PCのOSはインストール起動ファイル205にしたがって自動的にインストールプログラム204を起動する(A07)が、インストールプログラム204はドライバが既にプリンタ用ドライバイ203がンストールされているのを検知する(A08)とそのまま終了する。このような動作により、自動的にこのドライバがインストールされるので、プリンタ2がPC1から利用できるようになる。   In the second and subsequent connections, the PC OS automatically starts the installation program 204 in accordance with the installation startup file 205 (A07). The installation program 204 indicates that the printer driver 203 has already been installed. When it is detected (A08), the process is terminated. With this operation, this driver is automatically installed, so that the printer 2 can be used from the PC 1.

以上のように本実施の形態によれば、PCには特別なインターフェースや専用のプログラムを内蔵することなく、かつ外部記憶媒体にてドライバソフトなど基本OSに含まれない特殊プログラムを提供することなく、かつURLを入力したり能動的な周辺機器への要求を行うことなく、周辺機器を本体に接続するだけでドライバを自動的にインストールし周辺機器を利用できるようにすることができる。   As described above, according to this embodiment, the PC does not include a special interface or a dedicated program, and does not provide a special program that is not included in the basic OS, such as driver software, on an external storage medium. In addition, the driver can be automatically installed and the peripheral device can be used simply by connecting the peripheral device to the main body without inputting a URL or requesting an active peripheral device.

(実施の形態2)
図3は、本発明の実施の形態2であるPCと周辺機器の構成図である。図1との差異点として、PC1はインターネットなどのネットワーク4に接続されている。また、プリンタの情報格納装置201とともに、ネットワーク上の記憶装置401にも、ドライバのインストールに必要なプリンタ用高機能ドライバ402、インストールプログラム403が備えられている。
(Embodiment 2)
FIG. 3 is a configuration diagram of a PC and peripheral devices according to the second embodiment of the present invention. As a difference from FIG. 1, the PC 1 is connected to a network 4 such as the Internet. In addition to the printer information storage device 201, the storage device 401 on the network is provided with a printer high-function driver 402 and an installation program 403 necessary for driver installation.

高機能プリンタには、基本的な印刷機能のほかに、色調整、解像度設定など、細かな設定ができるものが多くある。また、使用中のユーザの利便性を向上させるために、画像や動画などを用いた情報の画面を出したり、電子マニュアルが提供されたりしている例も見受けられる。しかし、これらの機能を実現するためには、インストールプログラムの容量が大きくなり、プリンタ2の情報格納装置201の容量が肥大化してしまう。実施の形態2では、プリンタ2の情報格納装置201には印刷など基本的な機能を持つドライバを含むインストールプログラム208を格納し、ネットワーク4上に詳細調整や利便性向上のための機能を含んだ高機能なドライバ402のインストールプログラム403を格納する。   In addition to basic printing functions, many high-function printers can make fine settings such as color adjustment and resolution settings. In addition, in order to improve the convenience of the user in use, there are also examples in which an information screen using an image or a moving image is displayed or an electronic manual is provided. However, in order to realize these functions, the capacity of the installation program is increased, and the capacity of the information storage device 201 of the printer 2 is enlarged. In the second embodiment, the information storage device 201 of the printer 2 stores an installation program 208 including a driver having a basic function such as printing, and includes functions for detailed adjustment and convenience improvement on the network 4. An installation program 403 for the high-performance driver 402 is stored.

図4は、図3の構成システムにおける動作を示すフローチャートである。なお、B01〜B07は図2のA01〜A07と同じ処理である。   FIG. 4 is a flowchart showing an operation in the configuration system of FIG. B01 to B07 are the same processes as A01 to A07 in FIG.

PC1にプリンタ2が接続され(B01,B02)、プリンタ2の情報格納装置内201のインストールプログラムが自動的に起動されると(B07)、インストールプログラム208は、高機能なドライバのインストールプログラム403があるネットワーク4の存在を確認する(B08)。前述のネットワーク4が検知できないときは(B09)、プリンタ2の情報格納装置201に備えられた基本的な機能を持つドライバ208をインストールし、終了する(B12)。前述のネットワーク4が検知できたときは(B09)、ネットワーク4から高機能なドライバ402のインストールプログラム403を自動的にコピーし、PC1で実行することによりインストールする(B10)。   When the printer 2 is connected to the PC 1 (B01, B02) and the installation program in the information storage device 201 of the printer 2 is automatically started (B07), the installation program 208 is a high-performance driver installation program 403. The presence of a certain network 4 is confirmed (B08). If the network 4 cannot be detected (B09), the driver 208 having basic functions provided in the information storage device 201 of the printer 2 is installed, and the process is terminated (B12). When the network 4 can be detected (B09), the installation program 403 of the high-performance driver 402 is automatically copied from the network 4 and installed by executing it on the PC 1 (B10).

さらに図5のように、情報格納装置201の容量を抑えるために、プリンタ2の情報格納装置201にはネットワーク4上のファイル401をコピーし自動実行(C10)するだけのプログラムやアドレスファイル208を配してもよい。この場合はドライバのインストールプログラムにアクセスできるネットワーク4とPCの接続がドライバの自動インストールには必須である。さらに前述のネットワーク4が検知できないときは、前述のネットワーク4への接続を促し、外部メディア等による手動でのインストールが必要な旨のメッセージを出して終了してもよい。   Further, as shown in FIG. 5, in order to reduce the capacity of the information storage device 201, the information storage device 201 of the printer 2 has a program or address file 208 that simply copies and automatically executes the file 401 on the network 4 (C 10). It may be arranged. In this case, the connection between the network 4 capable of accessing the driver installation program and the PC is essential for automatic driver installation. Further, when the above-described network 4 cannot be detected, a connection to the above-described network 4 is prompted, and a message indicating that manual installation by an external medium or the like is necessary may be issued and the processing may be terminated.

なお、図5においてC01〜C08は図2のA01〜A08と同じ処理である。   In FIG. 5, C01 to C08 are the same processing as A01 to A08 in FIG.

以上のように本実施の形態によれば、PCに接続されているドライバのインストールプログラムにアクセスできるネットワークを設けることにより、周辺機器を本体に接続するだけでドライバを自動的にインストールすることや、高度な機能を持つドライバを自動的にインストールすることができ、周辺機器に備えられる情報格納装置の資源を節約することができる。   As described above, according to the present embodiment, by providing a network that can access the driver installation program connected to the PC, the driver can be automatically installed simply by connecting the peripheral device to the main body, A driver having an advanced function can be automatically installed, and resources of an information storage device provided in a peripheral device can be saved.

本発明にかかるパーソナルコンピュータ周辺機器における自動インストール装置は、PCに特別なインターフェースや専用のプログラムを内蔵することなく、かつ、外部記憶媒体にてドライバソフトなど基本OSに含まれない特殊プログラムを提供することなく、かつ、URLを入力したり能動的な周辺機器への要求を行うことなく、周辺機器を本体に接続するだけでドライバを自動的にインストールし周辺機器を利用できるようにすることができる機能を提供することにより、利用者がドライバを意識することなく周辺機器を利用することを可能とし、利用者の利便性を向上する手段として有用である。   The automatic installation apparatus in the personal computer peripheral device according to the present invention provides a special program not included in the basic OS such as driver software on an external storage medium without incorporating a special interface or a dedicated program in the PC. Without installing a URL or requesting an active peripheral device, the driver can be automatically installed and the peripheral device can be used simply by connecting the peripheral device to the main body. By providing the function, it is possible for the user to use the peripheral device without being aware of the driver, which is useful as a means for improving the convenience of the user.

本発明の形態1におけるPCと周辺機器のシステムの構成図Configuration diagram of system of PC and peripheral device in Embodiment 1 of the present invention 同実施の形態1におけるシステムの動作説明のためのフローチャートFlowchart for explaining the operation of the system in the first embodiment 本発明の形態2におけるPCと周辺機器のシステムの構成図Configuration diagram of PC and peripheral device system in Embodiment 2 of the present invention 同実施の形態2におけるシステムの動作説明のためのフローチャートFlowchart for explaining the operation of the system in the second embodiment 同実施の形態2の別の形態におけるシステムの動作説明のためのフローチャートFlowchart for explaining the operation of the system in another form of the second embodiment

符号の説明Explanation of symbols

1 パーソナルコンピュータ(PC)
2 プリンタ
3 周辺機器インターフェース(USB等)
4 ネットワーク
101 PCのOS(オペレーティングシステム)
102 汎用ストレージ用ドライバ
103 OSの自動実行機能
201 情報格納手段
202 OS(1)用データ
203 プリンタのOS(1)用ドライバ
204 プリンタドライバのOS(1)用インストールプログラム
205 インストール起動ファイル
206 プリンタの印刷機能
207 プリンタのOS
208 プリンタのOS(1)用の基本的なドライバ・インストールファイル・アドレスファイル等
401 ネットワーク上の記憶装置
402 プリンタ用ドライバ
403 プリンタドライバのインストールプログラム

1 Personal computer (PC)
2 Printer 3 Peripheral device interface (USB etc.)
4 Network 101 PC OS (Operating System)
DESCRIPTION OF SYMBOLS 102 General-purpose storage driver 103 Automatic execution function of OS 201 Information storage means 202 OS (1) data 203 Printer OS (1) driver 204 Printer driver OS (1) installation program 205 Installation startup file 206 Printer printing Function 207 Printer OS
208 Basic Driver, Installation File, Address File, etc. for Printer OS (1) 401 Network Storage Device 402 Printer Driver 403 Printer Driver Installation Program

Claims (4)

パーソナルコンピュータ(PC)の周辺機器内に、
前記PCのオペレーティングシステム(OS)に対応する周辺機器のドライバと、
前記PCのOS上で実行される前記周辺機器のドライバのインストールプログラムと、
前記インストールプログラムを前記PCのOSの機能により自動的に起動するためインストール起動ファイルと、
を備えることを特徴とするドライバ自動インストール装置。
In the peripheral equipment of a personal computer (PC),
A peripheral driver corresponding to the operating system (OS) of the PC;
An installation program of the peripheral device driver executed on the OS of the PC;
An installation startup file for automatically starting the installation program by the function of the OS of the PC;
A driver automatic installation device comprising:
前記周辺機器は、
1以上のPCのOSに対応した前記周辺機器のドライバ、前記インストールプログラム、前記インストール起動ファイルを備えることを特徴とする請求項1に記載のドライバ自動インストール装置。
The peripheral device is
The driver automatic installation apparatus according to claim 1, further comprising: a driver for the peripheral device corresponding to an OS of one or more PCs, the installation program, and the installation activation file.
前記周辺機器のドライバ、前記インストールプログラムはネットワークを介して前記PCと接続された記憶装置に格納され、前記PCは前記ネットワークを介して当該周辺機器のドライバ、インストールプログラムをダウンロード可能であることを特徴とする請求項1に記載のドライバ自動インストール装置。 The peripheral device driver and the installation program are stored in a storage device connected to the PC via a network, and the PC can download the peripheral device driver and the installation program via the network. The driver automatic installation apparatus according to claim 1. 前記周辺機器は、
ネットワーク上の前記記憶装置に格納され高機能な周辺機器ドライバの有無を判断し、
その有無に応じて前記周辺機器内の周辺機器ドライバ、高機能な周辺機器ドライバのいずれかをインストールする機能を持つインストールプログラムを備えることを特徴とする請求項3に記載のドライバ自動インストール装置。

The peripheral device is
Determine whether there is a high-performance peripheral driver stored in the storage device on the network,
4. The driver automatic installation apparatus according to claim 3, further comprising an installation program having a function of installing either a peripheral device driver in the peripheral device or a high-performance peripheral device driver according to the presence or absence thereof.

JP2006107349A 2006-04-10 2006-04-10 Automatic driver installer Pending JP2007280171A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006107349A JP2007280171A (en) 2006-04-10 2006-04-10 Automatic driver installer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006107349A JP2007280171A (en) 2006-04-10 2006-04-10 Automatic driver installer

Publications (1)

Publication Number Publication Date
JP2007280171A true JP2007280171A (en) 2007-10-25

Family

ID=38681542

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006107349A Pending JP2007280171A (en) 2006-04-10 2006-04-10 Automatic driver installer

Country Status (1)

Country Link
JP (1) JP2007280171A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009109940A (en) * 2007-11-01 2009-05-21 Seiko Epson Corp Projector and control method thereof
JP2009217480A (en) * 2008-03-10 2009-09-24 Fuji Xerox Co Ltd Printing system, auxiliary memory device, and printer
JP2011191939A (en) * 2010-03-12 2011-09-29 Canon Electronics Inc Peripheral device
US8914558B2 (en) 2009-11-25 2014-12-16 Canon Denshi Kabushiki Kaisha Peripheral device usable without installing driver in computer beforehand
EP2833261A2 (en) 2013-08-02 2015-02-04 Hitachi Ltd. Device driver installation method and computer system
US9176745B2 (en) 2011-03-23 2015-11-03 Canon Kabushiki Kaisha Peripheral device used while being connected to information processing apparatus

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009109940A (en) * 2007-11-01 2009-05-21 Seiko Epson Corp Projector and control method thereof
JP2009217480A (en) * 2008-03-10 2009-09-24 Fuji Xerox Co Ltd Printing system, auxiliary memory device, and printer
US8914558B2 (en) 2009-11-25 2014-12-16 Canon Denshi Kabushiki Kaisha Peripheral device usable without installing driver in computer beforehand
JP2011191939A (en) * 2010-03-12 2011-09-29 Canon Electronics Inc Peripheral device
US9176745B2 (en) 2011-03-23 2015-11-03 Canon Kabushiki Kaisha Peripheral device used while being connected to information processing apparatus
EP2833261A2 (en) 2013-08-02 2015-02-04 Hitachi Ltd. Device driver installation method and computer system
US9405525B2 (en) 2013-08-02 2016-08-02 Hitachi, Ltd. Computer system and device driver installation method

Similar Documents

Publication Publication Date Title
JP6874405B2 (en) Information processing equipment, programs, systems
KR101337160B1 (en) Information processing apparatus, information processing method and storage medium
US11296943B2 (en) Information processing apparatus, control method for information processing apparatus, and recording medium
JP5482407B2 (en) Information processing apparatus, image processing apparatus, image processing system, screen customization method, screen customization program, and recording medium recording the program
US9612818B2 (en) Information processing apparatus, program management method for information processing apparatus, and non-transitory computer-readable storage medium
US9170763B2 (en) Information processing apparatus and control method
US7826083B2 (en) Management of multiple page description languages
US20150356380A1 (en) System, printing apparatus, control method, and recording medium
US9965299B2 (en) Information processing apparatus, method for controlling the same, and storage medium
US20180048781A1 (en) Information processing apparatus and method for controlling the same
JP2007280171A (en) Automatic driver installer
US20110292424A1 (en) Computer Readable Medium Having Common Printer Driver, and Print Port Managing Method
US20110302575A1 (en) Print control apparatus and display method for the same
JP2018084893A (en) Information processing apparatus, control method and program
CN109299607A (en) Driver safety detection method, device and image formation system
US8861008B2 (en) Bidirectional communication technique between an information processing apparatus and an image processing apparatus
JP2008186386A (en) Information processor, control method thereof and program for executing the method
JP2015026215A (en) Printing system and control method thereof, information processor and control method thereof, printer and control method thereof, and program
JP2008171096A (en) Information processor with update function
US7979595B2 (en) External apparatus function extension application system and firmware download driver system
JP2013025460A (en) Installation system, installation program, recording medium having installation program recorded therein, and installation method of program
US11789683B2 (en) Storage medium, computer, and method related to application for providing print setting screen
JP2005301608A (en) Installation program, installation device, and installation method of peripheral equipment driver
JP2006293638A (en) Information processor and peripheral equipment
JP2008027006A (en) Program for managing peripheral device and information processor and its control method