JP2006227990A - Method for updating print software and method for acquiring newest module - Google Patents

Method for updating print software and method for acquiring newest module Download PDF

Info

Publication number
JP2006227990A
JP2006227990A JP2005042178A JP2005042178A JP2006227990A JP 2006227990 A JP2006227990 A JP 2006227990A JP 2005042178 A JP2005042178 A JP 2005042178A JP 2005042178 A JP2005042178 A JP 2005042178A JP 2006227990 A JP2006227990 A JP 2006227990A
Authority
JP
Japan
Prior art keywords
module
latest
function
dependent
printing
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
JP2005042178A
Other languages
Japanese (ja)
Inventor
Junichi Miyata
淳一 宮田
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2005042178A priority Critical patent/JP2006227990A/en
Publication of JP2006227990A publication Critical patent/JP2006227990A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a printing software updating method and a newest module acquiring method by which upgrading operation can be simplified by completing a driver upgrade only by user's one-click on a UI displayed by a printer driver. <P>SOLUTION: A function-depending module to be upgraded is divided from a core module for providing printer driver universal functions to achieve the updating of the printer driver. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は印刷機能を有するプリンタ機器に対して、プリンタ機器を制御するプリンタ制御コードを発行する印刷ソフトウェア(プリンタドライバソフトウェア)更新方法、最新モジュール所得方法に関する。   The present invention relates to a printing software (printer driver software) update method and latest module income method for issuing a printer control code for controlling a printer device to a printer device having a printing function.

情報処理装置上で動作する文書処理やグラフィック処理を行うアプリケーションプログラムは、通常、オペレーティングシステム(OS)が提供するグラフィックエンジンに対して、特定のプリンタ機器を指定し、該プリンタ機器に対して論理描画を行うことで印刷機能を実現する。この時、OSのグラフィックエンジンから受け取った論理描画要求をプリンタ機器が認識可能な制御コードに変換し、プリンタ機器に送信するのが印刷ソフトウェア(プリンタドライバソフトウェア)の機能である。一般的に、このようなプリンタドライバソフトウェアはユーザに対して、CD−ROMやフロッピー(登録商標)ディスクなどのメディアやインターネット上のファイルサーバ上などで提供されている。   An application program that performs document processing and graphic processing that operates on an information processing apparatus normally designates a specific printer device for a graphic engine provided by an operating system (OS), and performs logical drawing on the printer device. To achieve the print function. At this time, it is a function of the printing software (printer driver software) that converts the logical drawing request received from the graphic engine of the OS into a control code that can be recognized by the printer device and transmits the control code to the printer device. In general, such printer driver software is provided to a user on a medium such as a CD-ROM or a floppy (registered trademark) disk or on a file server on the Internet.

従来、上記の手段で提供されるプリンタドライバソフトウェアは、OSのプリンタドライバ更新機能やプリンタドライバベンダーより提供されるインストーラプログラムにより最新のソフトウェアに更新することが可能である。しかし、現在のプリンタドライバソフトウェア更新方法において、印刷機能等のある特定の部分が更新されたプリンタドライバソフトウェアを更新するためには、プリンタドライバソフトウェア全体を更新なければならない。この制限により、更新すべき旧プリンタドライバソフトウェアがすでにメモリ上で起動している環境では、ソフトウェア自身の上書き更新が不可能となったり、OS自体の再起動を必要とする等の制限が生じる。   Conventionally, the printer driver software provided by the above means can be updated to the latest software by an OS printer driver update function or an installer program provided by a printer driver vendor. However, in the current printer driver software updating method, in order to update the printer driver software in which a specific part such as a printing function is updated, the entire printer driver software must be updated. Due to this limitation, in an environment where the old printer driver software to be updated has already been activated in the memory, there are limitations such as the software itself being unable to be overwritten and updated, requiring the OS itself to be restarted.

他に、特許文献1が先行技術として存在する。
特開2003−330242号公報
In addition, Patent Document 1 exists as a prior art.
JP 2003-330242 A

本発明は上記の現在のプリンタドライバソフトウェア更新に関する問題点に鑑見てなされたものであり、プリンタドライバソフトウェアをOSとの情報伝達を行う部分等のソフトウェア全体機能として普遍であるコア部分と、特殊な機能を実現する機能依存モジュールに分割することにより上記問題を解決する。   The present invention has been made in view of the problems related to the current printer driver software update, and includes a core part that is universal as a whole software function such as a part that communicates printer driver software with the OS, and a special part. The above problem is solved by dividing into function-dependent modules that implement various functions.

つまり、普遍な機能を提供するコアモジュールをプリンタドライバの更新対象からはずし、プリンタドライバ更新時には機能依存モジュールのみを更新することで、全体ソフトウェアの更新を実現する。これにより、表面的なプリンタドライバソフトウェアのバージョンは更新されずに、内部的な機能拡張部分のみが更新されることになる。   That is, the core module that provides universal functions is removed from the update target of the printer driver, and only the function-dependent module is updated when the printer driver is updated, whereby the entire software is updated. As a result, the internal version of the printer driver software is not updated, but only the internal function expansion portion is updated.

つまり、プリンタドライバソフトウェア全体を更新することによる制限をなくすことが可能となる。これにより、プリンタドライバ全体を更新した後でOSの再起動を必要とするという問題点を解決する。また、ユーザがプリンタドライバ本体が提供するユーザインターフェイスを介して、プリンタドライバ自身を更新することが可能となるため、ユーザのインストールの負荷を軽減することが可能となる。   In other words, it is possible to remove the restriction caused by updating the entire printer driver software. This solves the problem that the OS needs to be restarted after updating the entire printer driver. In addition, since the user can update the printer driver itself via the user interface provided by the printer driver main body, it is possible to reduce the installation load of the user.

すなわち、本発明は、ユーザがプリンタドライバが表示するUI上でワンクリックするだけでドライバアップグレードを完了することにより、アップグレード動作を簡潔化することの出来る印刷ソフトウェア更新方法、最新モジュール所得方法を提供することを目的とする。   That is, the present invention provides a printing software update method and a latest module income method that can simplify an upgrade operation by completing a driver upgrade with a single click on a UI displayed by a printer driver. For the purpose.

本発明の印刷ソフトウェア更新方法は、情報処理装置上で動作するプリンタドライバソフトウェアが、普遍機能を提供するCoreモジュールと、機能依存部分を提供する複数の機能依存モジュールから構成されることを特徴とし、該プリンタドライバソフトウェアはユーザに印刷設定を行わせるユーザインターフェイスを提供する手段を有し、また、本ユーザインターフェイス上で前記機能依存モジュールの更新作業を行えることを特徴とし、ユーザの機能依存モジュール更新指示により、任意のネットワーク上の該機能依存モジュールの最新版を保持している最新モジュール管理アプリケーションに対して、現在のプリンタドライバソフトウェア識別子を送信する手段を有し、この時、前記最新モジュール管理アプリケーションから返却された最新モジュールバージョンから、機能依存モジュールの更新を判断する手段を有し、更新が必要であれば、最新モジュール管理アプリケーションに対して最新モジュール所得要求を発行し、所得された最新モジュールで自身の保持する機能依存モジュールを更新する手段を有する。   The printing software update method of the present invention is characterized in that the printer driver software operating on the information processing apparatus is composed of a Core module that provides a universal function and a plurality of function-dependent modules that provide a function-dependent part, The printer driver software has means for providing a user interface for allowing a user to perform print settings, and can update the function-dependent module on the user interface, and the function-dependent module update instruction from the user To send the current printer driver software identifier to the latest module management application that holds the latest version of the function-dependent module on an arbitrary network. At this time, from the latest module management application Return If the update is necessary, issue the latest module income request to the latest module management application and update the module Means for updating the function-dependent module to be held.

前記最新モジュール管理アプリケーションは、内部に各機能依存モジュールの識別子と最新バージョン、及び機能依存モジュール本体の格納位置を記述したテーブルデータを保持する手段を有し、任意のネットワーク上のプリンタドライバソフトウェアからの最新バージョン所得要求に対して、与えられたモジュール識別子から現在の機能依存モジュールの最新バージョンを返却することでプリンタドライバソフトウェアに機能依存モジュールの最新バージョンを通知する手段を有する。また、任意のネットワーク上のプリンタドライバソフトウェアからの最新モジュール所得要求に対して、与えられた機能依存モジュール識別子から最新モジュールを識別し、プリンタドライバソフトウェアに該当する最新の機能依存モジュールを送信する手段を有する。   The latest module management application has means for holding table data describing the identifier and latest version of each function-dependent module and the storage location of the function-dependent module body inside, and is supplied from any printer driver software on any network. In response to the latest version income request, there is means for notifying the printer driver software of the latest version of the function dependent module by returning the latest version of the current function dependent module from the given module identifier. Further, in response to the latest module income request from the printer driver software on an arbitrary network, means for identifying the latest module from the given function-dependent module identifier and transmitting the latest function-dependent module corresponding to the printer driver software. Have.

すなわち、本発明は、情報処理装置からの印刷処理を制御する印刷ソフトウェアが、ソフトウェアの普遍機能を提供するコア部分と、印刷に依存した機能を提供する複数の機能依存部分から構成されることを特徴とし、本印刷ソフトウェアが、ユーザに印刷設定を行わせるユーザインターフェイスを提供することで前記機能依存部分の更新作業を行うことを特徴とし、任意のネットワーク上にて機能依存部分を実現するモジュールの最新版を保持している最新モジュール管理アプリケーションに対して、現在の印刷ソフトウェアの識別子を送信し、この識別子と一対一に関連付けられた最新モジュールのバージョンを所得することで機能依存部分の更新の必要性を判断し、更新が必要である場合に前記アプリケーションに対して最新モジュール所得要求を発行し、所得した最新モジュールで自身の保持するモジュールを更新することを特徴とする。   That is, according to the present invention, the printing software that controls the printing process from the information processing apparatus includes a core part that provides a universal function of software and a plurality of function-dependent parts that provide printing-dependent functions. A feature of the present invention is that the print software updates a function-dependent portion by providing a user interface that allows a user to perform print settings. A module that implements the function-dependent portion on an arbitrary network It is necessary to update the function-dependent part by sending the identifier of the current printing software to the latest module management application that holds the latest version, and obtaining the version of the latest module that is associated with this identifier one-to-one. The latest module for the application when it needs to be updated. Issued income request, and updates itself module that holds the latest modules incomes.

本発明は、プリンタドライバソフトウェアを普遍機能を提供するコア部分と特定の機能を実現する機能依存とに分割することで該ソフトウェアを構成する。これにより、プリンタドライバ更新時には機能依存モジュールのみを更新することで、全体ソフトウェアの更新を行わないことが可能となる。つまり、表面的なプリンタドライバソフトウェアのバージョンは更新されずに、内部的な機能拡張部分のみが更新されることになる。   The present invention configures the software by dividing the printer driver software into a core portion that provides a universal function and a function dependency that realizes a specific function. As a result, only the function-dependent module is updated when updating the printer driver, so that it is possible not to update the entire software. That is, only the internal function extension portion is updated without updating the superficial printer driver software version.

これにより、プリンタドライバソフトウェアの部分的な上書き更新を実現し、ソフトウェア全体を更新を行わないようになるため、ソフトウェア全体を更新することで生じていた再起動等の問題を解決する。同時に、本発明により、ユーザがプリンタドライバ本体が提供するユーザインターフェイスを介して、プリンタドライバ自身を更新することが可能となるため、ユーザのプリンタドライバソフトウェア更新の負荷を軽減することが可能となる。   As a result, the partial overwrite update of the printer driver software is realized and the entire software is not updated, so that the problem such as the restart caused by updating the entire software is solved. At the same time, according to the present invention, the user can update the printer driver itself via the user interface provided by the printer driver main body, so that the load of updating the printer driver software of the user can be reduced.

以下図面を参照して本発明の実施例を説明する。   Embodiments of the present invention will be described below with reference to the drawings.

図1は本実施例のシステム構成を示している。   FIG. 1 shows the system configuration of this embodiment.

同図中、101はパーソナルコンピュータ等の情報処理装置であり、102は情報処理装置101からの印刷指示により印字処理を行うプリンタ機器である。また、103はネットワーク上でファイルサーバとして動作する情報処理装置である。これら101、102、103はインターネットやイントラネット等のネットワーク104を介して接続されている。   In FIG. 1, reference numeral 101 denotes an information processing apparatus such as a personal computer, and reference numeral 102 denotes a printer device that performs a printing process according to a print instruction from the information processing apparatus 101. Reference numeral 103 denotes an information processing apparatus that operates as a file server on the network. These 101, 102, and 103 are connected via a network 104 such as the Internet or an intranet.

図2は101及び103の情報処理装置構成を示すブロック図の例である。   FIG. 2 is an example of a block diagram illustrating the configuration of the information processing apparatuses 101 and 103.

図2の詳細はビデオメモリ(VRAM)201、表示部(DISP)202、キーボード(KB)203、ポインティングデバイス204、ディスクコントローラ205、ハードディスク(HD)206、フロッピー(登録商標)ディスク207、CPU208、RAM209、ROM210、接続部211を主要な要素として構成され、これらの要素がシステムバス212を介して接続されている。   2 shows a video memory (VRAM) 201, a display unit (DISP) 202, a keyboard (KB) 203, a pointing device 204, a disk controller 205, a hard disk (HD) 206, a floppy (registered trademark) disk 207, a CPU 208, and a RAM 209. The ROM 210 and the connection unit 211 are configured as main elements, and these elements are connected via a system bus 212.

CPU208は情報処理装置全体を制御する。RAM209はCPU208の主メモリとしてプログラムを格納すると共にCPU208による制御実行時、ワークデータエリアとして使用される各種データの一時記憶領域を備えている。   A CPU 208 controls the entire information processing apparatus. The RAM 209 stores a program as a main memory of the CPU 208 and has a temporary storage area for various data used as a work data area when the CPU 208 executes control.

ディスクコントローラ205は外部メモリであるハードディスク装置206、フロッピー(登録商標)ディスク207等の外部記憶装置とのアクセス制御を行う。   The disk controller 205 performs access control with an external storage device such as a hard disk device 206 or a floppy (registered trademark) disk 207 as an external memory.

ハードディスク装置206及びフロッピー(登録商標)ディスク装置207はディスク上の磁気記憶媒体にデータを記憶して読み書きする装置で、各種データのほかにRAM209にダウンロードされて実行される情報処理装置のブートプログラム、CPU208の制御プログラムであるオペレーティングシステム(OS)、各種アプリケーションプログラム、及び本発明に係るプリンタ機器を制御するプリンタドライバ等を記憶する。また、これらの記憶媒体としては、磁気テープ、CD−ROM、ICメモリーカード、DVD等も考えられる。   A hard disk device 206 and a floppy (registered trademark) disk device 207 store data in a magnetic storage medium on the disk and read / write data. In addition to various data, a boot program for an information processing device downloaded to the RAM 209 and executed. An operating system (OS) that is a control program of the CPU 208, various application programs, a printer driver that controls the printer device according to the present invention, and the like are stored. Further, as these storage media, a magnetic tape, a CD-ROM, an IC memory card, a DVD and the like are also conceivable.

また、表示部202は情報処理装置においてアプリケーションデータ等の各種図形や本発明に係るプリンタドライバソフトウェアのユーザインターフェイス(UI)、ユーザのメッセージ等を画面に表示するもので、CRT(陰極線管)や液晶などで構成されている。ビデオメモリ201は表示部202に表示すべきデータを記憶している。   The display unit 202 displays various graphics such as application data, a user interface (UI) of the printer driver software according to the present invention, a user message, and the like on the screen in the information processing apparatus. The display unit 202 is a CRT (cathode ray tube) or liquid crystal display. Etc. The video memory 201 stores data to be displayed on the display unit 202.

キーボード203及びポインティングデバイス204は何れもユーザにより操作され、各種のデータやプリンタドライバへの設定等を入力するものである。   Both the keyboard 203 and the pointing device 204 are operated by the user to input various data, settings for the printer driver, and the like.

接続部211はネットワークインターフェイス104を介してネットワーク上の他の情報処理装置及びプリンタ機器との通信制御処理を実行する。   The connection unit 211 executes communication control processing with other information processing apparatuses and printer devices on the network via the network interface 104.

図3は104を介して情報処理装置と接続されるプリンタ機器102のブロック図である。接続部301、印刷部(プリンタエンジン)302、操作部303、ハードディスク等の外部メモリ304、CPU305、RAM306、及びROM307を主な構成要素とし、これらの構成要素がシステムバス308を介して互いに接続されている。   FIG. 3 is a block diagram of the printer device 102 connected to the information processing apparatus via 104. The main component is a connection unit 301, a printing unit (printer engine) 302, an operation unit 303, an external memory 304 such as a hard disk, a CPU 305, a RAM 306, and a ROM 307, and these components are connected to each other via a system bus 308. ing.

CPU305はプリンタ機器102全体を制御するものである。CPU305は、ROM307或いは外部メモリ304に記憶された制御プログラムに基づいて、接続部301で受信したプリンタ制御コード(印刷データ)より画像信号を生成し、印刷部302に送信する。RAM306はCPU305の主メモリとして、CPU305による制御実行時、ワークデータエリアとして使用される各種データの一時記憶領域を備えている。   A CPU 305 controls the entire printer device 102. The CPU 305 generates an image signal from the printer control code (print data) received by the connection unit 301 based on a control program stored in the ROM 307 or the external memory 304 and transmits the image signal to the printing unit 302. A RAM 306 is provided as a main memory of the CPU 305 with a temporary storage area for various data used as a work data area when the CPU 305 executes control.

ハードディスク等の外部メモリ304はフォントデータやエミュレーションプログラム、フォームデータ等の各種データを記憶している。   An external memory 304 such as a hard disk stores various data such as font data, an emulation program, and form data.

ROM307はプリンタ機器内部メモリであり、外部メモリ304同様に、各種データや本プリンタ機器装置を制御するプリンタ機器制御プログラム等を記憶している。また、印刷部302はプリンタ機器エンジンであり、CPU305により制御され、ROM307或いは外部メモリ304に記憶された制御プログラムよりシステムバス308を介して出力された画像信号を受け、実際の印刷を行う。   A ROM 307 is a printer device internal memory, and stores various data and a printer device control program for controlling the printer device as in the external memory 304. A printing unit 302 is a printer device engine, which is controlled by the CPU 305 and receives an image signal output via the system bus 308 from a control program stored in the ROM 307 or the external memory 304, and performs actual printing.

操作部303は操作パネルや操作スイッチ等の入力部、及びLED、液晶パネル等の表示部等から構成され、ユーザの操作を受けたり結果を表示するものである。ユーザは操作部303を介して本プリンタ機器装置102の設定を指示することが可能である。   The operation unit 303 includes an input unit such as an operation panel and operation switches, and a display unit such as an LED and a liquid crystal panel. The operation unit 303 receives user operations and displays results. The user can instruct setting of the printer device 102 via the operation unit 303.

301は接続部であり、ネットワーク104を介して情報処理装置101及び102の接続部に接続し、プリンタ機器制御コード(印刷データ)を受信することが可能である。   A connection unit 301 is connected to the connection unit of the information processing apparatuses 101 and 102 via the network 104 and can receive a printer device control code (print data).

次に本実施形態における本印刷処理機構が動作するまでのステップについて説明する。   Next, steps until the print processing mechanism in the present embodiment operates will be described.

情報処理装置101及び103は、基本I/Oプログラム、オペレーティングシステム(OS)、アプリケーション、及び本発明に係るプリンタドライバソフトウェアや最新モジュール管理アプリケーションをCPUが実行することにより動作する。   The information processing apparatuses 101 and 103 operate when the CPU executes a basic I / O program, an operating system (OS), an application, and printer driver software and the latest module management application according to the present invention.

基本I/OプログラムはROMに書き込まれており、オペレーティングシステムはハードディスク(またはフロッピー(登録商標)ディスク等の外部記憶メモリ)に書き込まれている。まず、情報処理装置101の電源がONされると、基本I/Oプログラム中のイニシャルプログラムローディング(IPL)機能により、ハードディスク等に記憶されたオペレーティングシステムがRAMに読み込まれOSが動作される。次に、ユーザが、キーボード及びポインティングデバイスにより、表示部の画面に表示されたコマンドメニューのコマンドイメージ等を選択し、アプリケーションの実行を指示すると、ハードディスク等の外部記憶メモリに記憶されたアプリケーションがRAMに読み込まれ、前記アプリケーションが動作する。次に、前記アプリケーションが、ユーザにより起動され、アプリケーションによりデータ印刷が指示されると、ハードディスク等の外部記憶メモリに記憶されたプリンタ機器を制御するプリンタドライバソフトウェアがRAMに読み込まれ、本印刷処理システムが動作する。本実施例において、プリンタドライバソフトウェア及び関連データはハードディスクに記憶されている。ハードディスクに記憶されたプリンタドライバソフトウェアは、ディスクコントローラ部を通じてRAMにロードされて動作可能となる。また、プリンタドライバへの印刷設定は、表示部に表示されるユーザインターフェイスを介してユーザが操作可能である。   The basic I / O program is written in the ROM, and the operating system is written in the hard disk (or an external storage memory such as a floppy (registered trademark) disk). First, when the information processing apparatus 101 is turned on, an operating system stored in a hard disk or the like is read into the RAM and the OS is operated by an initial program loading (IPL) function in the basic I / O program. Next, when the user selects a command image or the like of the command menu displayed on the screen of the display unit with a keyboard and a pointing device and instructs execution of the application, the application stored in the external storage memory such as a hard disk is stored in the RAM. And the application operates. Next, when the application is started by the user and data printing is instructed by the application, printer driver software for controlling the printer device stored in the external storage memory such as a hard disk is read into the RAM, and this print processing system Works. In this embodiment, printer driver software and related data are stored in the hard disk. The printer driver software stored in the hard disk is loaded into the RAM through the disk controller unit and becomes operable. Also, print settings for the printer driver can be operated by the user via a user interface displayed on the display unit.

図4は、情報処理装置101において本プリンタドライバソフトウェア及びアプリケーションがRAM(209)にロードされ実行可能となった状態のメモリマップを示す。ここでプリンタドライバは401にロードされ、その関連データは402にロードされている。   FIG. 4 shows a memory map of the information processing apparatus 101 in a state where the printer driver software and application are loaded into the RAM (209) and can be executed. Here, the printer driver is loaded in 401, and the related data is loaded in 402.

403は実際に印刷されるデータを保持する一般アプリケーションである。   Reference numeral 403 denotes a general application that holds data to be actually printed.

本プリンタドライバの構成は図5のブロック図で示される。本発明は、プリンタドライバソフトウェアが、501で示すCoreモジュールと502で示す更新可能な機能依存モジュールに分割されていることを特徴とする。Coreモジュール501はオペレーティングシステムとのインターフェイス等、予め決められた機能の制御を司り、常に普遍である機能を提供する。また、機能依存モジュール502はプリンタドライバが持つN面印刷機能(複数頁の印刷データを1ページ上に割り付けて印刷する機能)等の特殊な機能を実現するモジュールである。本実施例においては機能依存モジュールとしてN面印刷機能を実現するモジュールを例にあげるが、これが別の機能をもつ別モジュールであっても構わないのはいうまでもない。   The configuration of the printer driver is shown in the block diagram of FIG. The present invention is characterized in that the printer driver software is divided into a core module 501 and an updatable function-dependent module 502. The Core module 501 manages control of predetermined functions such as an interface with the operating system, and always provides functions that are universal. A function-dependent module 502 is a module that implements special functions such as an N-side printing function (a function for allocating and printing a plurality of pages of print data on one page) of the printer driver. In this embodiment, a module that implements the N-side printing function is taken as an example of a function-dependent module, but it goes without saying that this may be another module having another function.

次に、本発明に係る最新モジュール管理アプリケーションが、情報処理装置103においてRAM(209)にロードされ実行可能となった状態のメモリマップを図6に示す。ここで最新モジュール管理アプリケーションは601で示され、その関連データは602に格納される。最新モジュール管理アプリケーションは図7に示すような管理テーブル情報を602に保持している。ここで列701はプリンタドライバを構成する機能依存モジュールの識別子であり、列702は現在のサーバに保持されている機能依存モジュールの最新バージョンを示している。また列703で示されるファイルシステム上の位置に該当するバージョンのモジュールを格納している。   Next, FIG. 6 shows a memory map in a state where the latest module management application according to the present invention is loaded into the RAM (209) in the information processing apparatus 103 and becomes executable. Here, the latest module management application is indicated by 601, and the related data is stored in 602. The latest module management application stores management table information 602 as shown in FIG. Here, a column 701 is an identifier of a function-dependent module constituting the printer driver, and a column 702 indicates the latest version of the function-dependent module held in the current server. In addition, the module of the version corresponding to the position on the file system indicated by the column 703 is stored.

プリンタドライバ401は202の表示部を通して、図8に示すようなユーザインターフェイスを表示し、ユーザに印刷設定を行わせることが可能である。本ユーザインターフェイスの例において、801はユーザがN面印刷をプリンタドライバに指示する領域、802が現在のN面印刷モジュールのバージョンを示しており、803はユーザがN面印刷モジュールを更新するための更新ボタンである。   The printer driver 401 can display a user interface as shown in FIG. 8 through the display unit 202 to allow the user to make print settings. In this user interface example, reference numeral 801 denotes an area where the user instructs the N-side printing to the printer driver, reference numeral 802 denotes the current version of the N-side printing module, and reference numeral 803 denotes that the user updates the N-side printing module. Update button.

なお、本実施例において、各情報処理装置において前記動作ステップにより、情報処理装置101上で印刷可能なアプリケーション及びプリンタドライバプログラム、情報処理装置103上で最新モジュール管理アプリケーションが動作している状態で開始される。ユーザは101の情報処理装置上のアプリケーション403から102のプリンタ機器に印刷データを出力する。また、情報処理装置101上のプリンタドライバ401はユーザのモジュール更新指示により情報処理装置103から最新のN面印刷モジュールを所得し、ユーザの印刷動作に反映させるものとする。   In this embodiment, in each information processing apparatus, the operation step starts with the application and printer driver program that can be printed on the information processing apparatus 101 and the latest module management application running on the information processing apparatus 103. Is done. The user outputs print data from the applications 403 to 102 to the printer device 102 on the information processing apparatus 101. In addition, the printer driver 401 on the information processing apparatus 101 obtains the latest N-side printing module from the information processing apparatus 103 according to the user's module update instruction and reflects it in the user's printing operation.

本実施例において、初期段階でインストールされている情報処理装置101上のプリンタドライバのN面印刷モジュールのバージョンを1.0とすれば、このバージョンではN面印刷機能として、2面印刷(2頁のデータを1頁に印刷する)までを提供し、また、更新後のバージョン2.0では4面印刷機能(4頁のデータを1頁に印刷する)を提供すると仮定する。   In this embodiment, if the version of the N-side printing module of the printer driver on the information processing apparatus 101 installed in the initial stage is 1.0, this version uses the 2-side printing (2 pages) as the N-side printing function. , And the updated version 2.0 provides a four-sided printing function (prints four pages of data on one page).

初期状態において、本プリンタドライバが出力するユーザインターフェイスは図8のようになっている。次にシステム管理者がサーバ103にバージョン2.0のN面機能をもつモジュールを更新し、サーバの最新モジュール管理テーブルが図9のように更新されたものとする。ユーザが図8に示すプリンタドライバのユーザインターフェイスを表示し、更新ボタン603を押下したときの処理の詳細を図10のフローチャートに示す。   The user interface output by the printer driver in the initial state is as shown in FIG. Next, it is assumed that the system administrator updates the module having the N-plane function of version 2.0 in the server 103, and the latest module management table of the server is updated as shown in FIG. Details of processing when the user displays the user interface of the printer driver shown in FIG. 8 and presses the update button 603 are shown in the flowchart of FIG.

以下、ステップはSと示す。   Hereinafter, the step is indicated as S.

ユーザが更新ボタンを押下すると(S1001)、Coreモジュール501は情報処理装置103上の最新モジュール管理アプリケーションにN面印刷モジュールのバージョン情報所得要求を発行する(S1002)。この時、同時に識別子情報“ID_NUP_MODULE”を送信する。本情報所得要求を受け取った最新モジュール管理アプリケーションは、管理テーブルデータのエントリ901からこの識別子に対応する最新バージョン“2.0”を902より読み出し、Coreモジュールに内部エントリである“2.0”を送信する(S1003)。本エントリを受けたCoreモジュールはバージョン情報が1.0から2.0にアップデートされているため更新が必要と判断し(S1004)、次に識別子“ID_NUP_MODULE”を指定し、N面印刷モジュール所得要求を最新モジュール管理アプリケーションに発行する(S1005)。本所得要求を受けた最新モジュール管理アプリケーションは、テーブルエントリ901を参照し、バージョン2.0のN面印刷モジュールを903に記述されている格納位置“¥¥module¥Nup2.exe”から所得し、Coreモジュールへ送信する(S1006)。本最新モジュールを受け取ったCoreモジュールはこれをファイル上のテンポラリ領域に格納し(S1007)、N面印刷モジュール1.0をメモリ上からアンロードする(S1008)。次に所得したN面印刷モジュールをメモリ上にロードする(S1009)。最後にN面印刷モジュールバージョン1.0を削除することでプリンタドライバ更新動作を終了する(S1010)。本シーケンスで更新されたN面印刷モジュールにより、次にユーザに対して表示するプリンタドライバのユーザインターフェイスは図11のようになる。1101でユーザが本バージョンから“4面印刷”が可能となったことを示し、1102はN面印刷モジュールのバージョンが2.0に変更されたことを示している。   When the user presses the update button (S1001), the Core module 501 issues a version information income request for the N-side printing module to the latest module management application on the information processing apparatus 103 (S1002). At the same time, identifier information “ID_NUP_MODULE” is transmitted. The latest module management application that has received this information income request reads the latest version “2.0” corresponding to this identifier from the entry 901 of the management table data from 902, and stores “2.0” as an internal entry in the Core module. Transmit (S1003). The Core module that has received this entry determines that updating is necessary because the version information has been updated from 1.0 to 2.0 (S1004). Is issued to the latest module management application (S1005). The latest module management application that has received this income request refers to the table entry 901, and obtains the N-side printing module of version 2.0 from the storage location “¥¥ module ¥ Nup2.exe” described in 903, The data is transmitted to the Core module (S1006). Upon receiving the latest module, the Core module stores it in a temporary area on the file (S1007), and unloads the N-side printing module 1.0 from the memory (S1008). Next, the obtained N-side printing module is loaded onto the memory (S1009). Finally, the N-side printing module version 1.0 is deleted to end the printer driver update operation (S1010). The user interface of the printer driver to be displayed next to the user by the N-side printing module updated in this sequence is as shown in FIG. 1101 indicates that the user can perform “four-side printing” from this version, and 1102 indicates that the version of the N-side printing module has been changed to 2.0.

図11に示すような設定でプリンタ機器102に印刷を行った結果は図12に示してある。   The result of printing on the printer device 102 with the settings as shown in FIG. 11 is shown in FIG.

図中の“Page1”、“Page2”、“Page3”、“Page4”が元アプリケーションデータのページ描画であり、4頁の印刷が1頁で実現されたことを示している。   “Page 1”, “Page 2”, “Page 3”, and “Page 4” in the figure indicate page drawing of the original application data, and indicate that printing of 4 pages is realized by 1 page.

[他の実施例]
本実施例において、前実施例同様に、初期段階でインストールされている情報処理装置101上のプリンタドライバのN面印刷モジュールのバージョンを1.0とし、本バージョンではN面印刷機能として、2面印刷(2頁のデータを1頁に印刷する)までしかすることができないものとする。このとき、本プリンタドライバが出力するユーザインターフェイスは図6同様である。次にシステム管理者がサーバ103にバージョン2.0のN面機能をもつモジュールを更新し、サーバの最新モジュール管理テーブルが図9のように更新されたものとする。
[Other embodiments]
In this embodiment, as in the previous embodiment, the version of the N-side printing module of the printer driver on the information processing apparatus 101 installed in the initial stage is set to 1.0. It is assumed that only printing (printing two pages of data on one page) can be performed. At this time, the user interface output by the printer driver is the same as that shown in FIG. Next, it is assumed that the system administrator updates the module having the N-plane function of version 2.0 in the server 103, and the latest module management table of the server is updated as shown in FIG.

次にユーザプリンタドライバの印刷設定を行うためにユーザインターフェイスを表示する。この時の処理の詳細を図13のフローチャートに示す。   Next, a user interface is displayed to make print settings for the user printer driver. Details of the processing at this time are shown in the flowchart of FIG.

ユーザがプリンタドライバのユーザインターフェイスを開くタイミングにおいて、初期動作として、Coreモジュール501は情報処理装置103上で動作する最新モジュール管理アプリケーションにN面印刷モジュールモジュールのバージョン情報所得要求を発行する(S1302)。この時、同時に識別子情報“ID_NUP_MODULE”を送信する。本情報所得要求を受け取った最新モジュール管理プログラムは、管理テーブルデータのエントリ901からこの識別子に対応する最新バージョン“2.0”を902より読み出し、Coreモジュールに内部エントリである“2.0”を送信する(S1303)。本エントリを受けたCoreモジュールはバージョン情報が1.0から2.0にアップデートされているため更新が必要と判断し(S1304)、次に識別子“ID_NUP_MODULE”を指定し、N面印刷モジュール所得要求を最新モジュール管理アプリケーションに発行する(S1305)。本所得要求を受けた最新モジュール管理アプリケーションは、テーブルエントリ901を参照し、バージョン2.0のN面印刷モジュールを903に記述されている格納位置“¥¥module¥Nup2.exe”から所得し、Coreモジュールへ送信する(S1306)。本最新モジュールを受け取ったCoreモジュールはこれをファイル上のテンポラリ領域に格納し(S1307)、N面印刷モジュール1.0をメモリ上からアンロードする(S1308)。次に所得したN面印刷モジュールをメモリ上にロードする(S1309)。最後にN面印刷モジュール1.0を削除することでプリンタドライバ更新動作を終了する(S1310)。以上のシーケンスで更新されたN面印刷モジュールにより、ユーザに対して表示するプリンタドライバのユーザインターフェイスは図11のようになる。1101でユーザが本バージョンから”4面印刷“が可能となったことを示し、1102はN面印刷モジュールのバージョンが2.0に変更されたことを示している。   At the timing when the user opens the user interface of the printer driver, as an initial operation, the Core module 501 issues a version information income request for the N-side printing module module to the latest module management application operating on the information processing apparatus 103 (S1302). At the same time, identifier information “ID_NUP_MODULE” is transmitted. The latest module management program that has received this information income request reads the latest version “2.0” corresponding to this identifier from the entry 901 of the management table data from 902, and stores “2.0” as an internal entry in the Core module. Transmit (S1303). The Core module that has received this entry determines that updating is necessary because the version information has been updated from 1.0 to 2.0 (S1304). Is issued to the latest module management application (S1305). The latest module management application that has received this income request refers to the table entry 901, and obtains the N-side printing module of version 2.0 from the storage location “¥¥ module ¥ Nup2.exe” described in 903, The data is transmitted to the Core module (S1306). Upon receiving the latest module, the Core module stores it in a temporary area on the file (S1307), and unloads the N-side printing module 1.0 from the memory (S1308). Next, the obtained N-side printing module is loaded onto the memory (S1309). Finally, the N-side printing module 1.0 is deleted to end the printer driver update operation (S1310). The user interface of the printer driver displayed to the user by the N-side printing module updated in the above sequence is as shown in FIG. 1101 indicates that the user can perform “four-side printing” from this version, and 1102 indicates that the version of the N-side printing module has been changed to 2.0.

図11に示すような設定でプリンタ機器102に印刷を行った結果は図12に示してある。   The result of printing on the printer device 102 with the settings as shown in FIG. 11 is shown in FIG.

図中の“Page1”、“Page2”、“Page3”、“Page4”が元アプリケーションデータのページ描画であり、4頁の印刷が1頁で実現されたことを示している。   “Page 1”, “Page 2”, “Page 3”, and “Page 4” in the figure indicate page drawing of the original application data, and indicate that printing of 4 pages is realized by 1 page.

本発明のシステム環境を示す図である。It is a figure which shows the system environment of this invention. 情報処理装置101、103のブロック図である。1 is a block diagram of information processing apparatuses 101 and 103. FIG. プリンタ機器102のブロック図である。2 is a block diagram of the printer device 102. FIG. 情報処理装置101上のメモリマップである。3 is a memory map on the information processing apparatus 101. プリンタドライバソフトウェアの構成図である。FIG. 3 is a configuration diagram of printer driver software. 情報処理装置103上のメモリマップである。3 is a memory map on the information processing apparatus 103. 情報処理装置103上で管理される管理テーブルである。It is a management table managed on the information processing apparatus 103. プリンタドライバソフトウェアが表示するユーザインターフェイスを示す図である。It is a figure which shows the user interface which printer driver software displays. N面印刷モジュールが更新された管理テーブルである。It is a management table in which the N-side printing module is updated. 実施例1におけるフローチャートである。3 is a flowchart in the first embodiment. N面印刷モジュールが更新されたあとのプリンタドライバユーザインターフェイスを示す図である。It is a figure which shows the printer driver user interface after the N surface printing module is updated. 更新されたN面印刷モジュールで印刷された4頁データを示す図である。It is a figure which shows 4 pages data printed by the updated N surface printing module. 他の実施例におけるフローチャートである。It is a flowchart in another Example.

符号の説明Explanation of symbols

101 プリンタドライバソフトウェアが動作するネットワーク上の情報処理装置である。
102 ネットワーク上のプリンタ機器である。
103 最新モジュール管理アプリケーションが動作するネットワーク上の情報処理装置である。
401 プリンタドライバソフトウェアのロード領域である。
501 普遍機能を提供するコアモジュールである。
502 特定の機能を実現する機能依存モジュール群である。
601 最新モジュール管理アプリケーションのロード領域である。
602 管理テーブルのロード領域である。
701 モジュール識別子の格納領域である。
702 モジュールのバージョン情報格納領域である。
703 モジュールの格納場所の格納領域である。
101 is an information processing apparatus on a network on which printer driver software operates.
102 A printer device on the network.
103 An information processing apparatus on the network on which the latest module management application operates.
401 is a load area of printer driver software.
501 A core module that provides universal functions.
502 A function-dependent module group that realizes a specific function.
601 is a load area of the latest module management application.
602 is a management table load area.
701 is a module identifier storage area.
702 is a module version information storage area.
703 is a storage area of the module storage location.

Claims (9)

情報処理装置からの印刷処理を制御する印刷ソフトウェアが、ソフトウェアの普遍機能を提供するコア部分と、印刷に依存した機能を提供する複数の機能依存部分から構成されることを特徴とし、本印刷ソフトウェアが、ユーザに印刷設定を行わせるユーザインターフェイスを提供することで前記機能依存部分の更新作業を行うことを特徴とし、任意のネットワーク上にて機能依存部分を実現するモジュールの最新版を保持している最新モジュール管理アプリケーションに対して、現在の印刷ソフトウェアの識別子を送信し、この識別子と一対一に関連付けられた最新モジュールのバージョンを所得することで機能依存部分の更新の必要性を判断し、更新が必要である場合に前記アプリケーションに対して最新モジュール所得要求を発行し、所得した最新モジュールで自身の保持するモジュールを更新することを特徴とする印刷ソフトウェア更新方法。   This printing software is characterized in that printing software that controls printing processing from an information processing apparatus is composed of a core part that provides a universal function of software and a plurality of function-dependent parts that provide printing-dependent functions. However, it is characterized in that the function dependent part is updated by providing a user interface that allows the user to perform print settings, and the latest version of the module that realizes the function dependent part on an arbitrary network is maintained. The current printing software identifier is sent to the latest module management application, and the necessity of updating the function-dependent part is determined by obtaining the latest module version associated with this identifier on a one-to-one basis. Issue the latest module income request for the application when Printing software update method and updates itself module that holds the latest module obtained was. 請求項1に記載の印刷ソフトウェア更新方法において、情報処理装置上で動作する印刷を制御する印刷ソフトウェアが、本ソフトウェアの普遍機能を提供するコア部分と、印刷に依存した機能を提供する複数の機能依存部分から構成されることを特徴とする印刷ソフトウェア更新方法。   The printing software update method according to claim 1, wherein printing software that controls printing that operates on the information processing apparatus includes a core part that provides a universal function of the software and a plurality of functions that provide printing-dependent functions. A printing software update method comprising a dependency part. 請求項1に記載の印刷ソフトウェア更新方法において、印刷ソフトウェアがユーザに印刷設定を行わせるユーザインターフェイスを提供し、本ユーザインターフェイス上で機能依存モジュールの更新作業を行うことを特徴とする印刷ソフトウェア更新方法。   2. The printing software updating method according to claim 1, wherein the printing software provides a user interface for allowing a user to set printing, and the function dependent module is updated on the user interface. . 請求項1に記載の印刷ソフトウェア更新方法において、印刷ソフトウェアがユーザに印刷設定を行わせるユーザインターフェイスを提供し、本ユーザインターフェイスが起動された場合に更新作業を行うことを特徴とする印刷ソフトウェア更新方法。   2. The printing software updating method according to claim 1, wherein the printing software provides a user interface for allowing the user to perform printing settings, and the updating operation is performed when the user interface is activated. . 請求項1に記載の印刷ソフトウェア更新方法において、任意のネットワーク上の機能依存モジュールの最新版を保持している最新モジュール管理アプリケーションに対して、現在の印刷ソフトウェアの識別子を送信し、この時、前記ネットワーク上の最新モジュール管理アプリケーションから返却された最新モジュールバージョンから、機能依存部分の更新の必要性を判断し、更新が必要であれば、アプリケーションに対して最新モジュール所得要求を発行し、所得された最新モジュールで自身の保持するモジュールを更新することを特徴とする印刷ソフトウェア更新方法。   The printing software update method according to claim 1, wherein an identifier of the current printing software is transmitted to a latest module management application that holds a latest version of a function-dependent module on an arbitrary network, and at this time, From the latest module version returned from the latest module management application on the network, the necessity of updating the function dependent part is judged. If the update is necessary, the latest module income request is issued to the application and the income is obtained. A printing software update method, wherein the module held by the latest module is updated. 任意のネットワーク上で動作する最新モジュール管理アプリケーションが、内部に印刷ソフトウェアを構成する複数の機能依存モジュールの識別子、最新バージョン及びモジュール本体の格納位置を記述したテーブルデータを保持し、任意のネットワーク上の印刷ソフトウェアからの最新バージョン情報所得要求に対して、印刷ソフトウェアより与えられた識別子から指定の機能依存モジュールの最新バージョンを返却することで印刷ソフトウェアに機能依存モジュールの最新バージョンを通知し、また、任意のネットワーク上の印刷ソフトウェアからの機能依存モジュール所得要求に対して、与えられた機能依存モジュール識別子から最新モジュールを識別し、印刷ソフトウェアに該当する最新の機能依存モジュールを送信することを特徴とする最新モジュール所得方法。   The latest module management application that operates on an arbitrary network maintains table data that describes the identifiers of the function-dependent modules that make up the printing software, the latest version, and the storage location of the module body. In response to the latest version information income request from the printing software, the latest version of the specified function-dependent module is returned to the printing software by returning the latest version of the specified function-dependent module from the identifier given by the printing software. In response to the function-dependent module income request from the printing software on the network, the latest module is identified from the given function-dependent module identifier and the latest function-dependent module corresponding to the printing software is transmitted. The latest module income how to. 請求項6に記載の最新モジュール所得方法において、任意のネットワーク上で動作する最新モジュール管理アプリケーションが、内部に印刷ソフトウェアを構成する機種依存モジュールの識別子、最新バージョン及びモジュール本体の格納領域を記述したテーブルデータを管理することを特徴とする最新モジュール所得方法。   7. The latest module income method according to claim 6, wherein the latest module management application operating on an arbitrary network describes the identifier of the model-dependent module constituting the printing software, the latest version, and the storage area of the module body. The latest modular income method characterized by managing data. 請求項6に記載の最新モジュール所得方法において、任意のネットワーク上の印刷ソフトウェアからの最新バージョン情報所得要求に対して、印刷ソフトウェアより与えられた識別子から指定の機種依存モジュールの最新バージョンを返却することで印刷ソフトウェアに指定機種依存モジュールの最新バージョンを通知することを特徴とする最新モジュール所得方法。   7. The latest module income method according to claim 6, wherein the latest version of the specified model-dependent module is returned from the identifier given by the printing software in response to the latest version information income request from the printing software on an arbitrary network. The latest module income method, which notifies the printing software of the latest version of the specified model dependent module. 請求項6に記載の最新モジュール所得方法において、任意のネットワーク上の印刷ソフトウェアからの最新機能依存モジュール所得要求に対して、与えられた機能依存モジュール識別子から最新モジュールを識別し、印刷ソフトウェアに該当する最新の機能依存モジュールを送信することを特徴とする最新モジュール所得方法。   7. The latest module income method according to claim 6, wherein the latest module is identified from the given function-dependent module identifier in response to the latest function-dependent module income request from the print software on an arbitrary network, and corresponds to the print software. Latest module income method, characterized in that the latest function dependent module is transmitted.
JP2005042178A 2005-02-18 2005-02-18 Method for updating print software and method for acquiring newest module Withdrawn JP2006227990A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005042178A JP2006227990A (en) 2005-02-18 2005-02-18 Method for updating print software and method for acquiring newest module

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005042178A JP2006227990A (en) 2005-02-18 2005-02-18 Method for updating print software and method for acquiring newest module

Publications (1)

Publication Number Publication Date
JP2006227990A true JP2006227990A (en) 2006-08-31

Family

ID=36989315

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005042178A Withdrawn JP2006227990A (en) 2005-02-18 2005-02-18 Method for updating print software and method for acquiring newest module

Country Status (1)

Country Link
JP (1) JP2006227990A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012043161A (en) * 2010-08-18 2012-03-01 Konica Minolta Business Technologies Inc Printer driver update program and printer driver update method
JP2014106563A (en) * 2012-11-22 2014-06-09 Ricoh Co Ltd Image processing apparatus, update program, and update control system
JP2016062438A (en) * 2014-09-19 2016-04-25 コニカミノルタ株式会社 Print control system, information processing device, and computer program
US11200036B2 (en) * 2019-06-10 2021-12-14 Canon Kabushiki Kaisha Information processing apparatus, method of controlling the same, and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012043161A (en) * 2010-08-18 2012-03-01 Konica Minolta Business Technologies Inc Printer driver update program and printer driver update method
JP2014106563A (en) * 2012-11-22 2014-06-09 Ricoh Co Ltd Image processing apparatus, update program, and update control system
JP2016062438A (en) * 2014-09-19 2016-04-25 コニカミノルタ株式会社 Print control system, information processing device, and computer program
US11200036B2 (en) * 2019-06-10 2021-12-14 Canon Kabushiki Kaisha Information processing apparatus, method of controlling the same, and storage medium

Similar Documents

Publication Publication Date Title
KR100531063B1 (en) Information processing apparatus, method for controlling information processing apparatus, and storage medium storing program for realizing the method
JP4991402B2 (en) Information processing apparatus, print setting method, and program
JP4863450B2 (en) Information processing apparatus for customizing device driver program and device driver program customization method
US7853946B2 (en) Information processing apparatus, information processing method, and control program
JP2003084984A (en) Information processor, information processing method, control program, and recording medium storing control program
JP2001236298A (en) Data processor, printing system and method for controlling setting of driver software for them
JP2005208895A (en) Information processor, control method therefor, program therefor and storage medium
JP2006227990A (en) Method for updating print software and method for acquiring newest module
US20080231868A1 (en) Information processing apparatus and driver control method
JP4425808B2 (en) Print information processing apparatus, print information processing program, and recording medium
JP2020009055A (en) Information processing device and program
JP2006331256A (en) Information processing device, installation processing method, memory medium, and program
JP4693911B2 (en) Information processing system, control method therefor, server device, and control program therefor
JP2000339075A (en) Data processor, print server, data processing method, and storage medium storing computer readable program
JP4560330B2 (en) Printing control apparatus and method and installer
JP2000181650A (en) Data processor, driver installing method for data processor and storage medium with readable program by computer stored therein
JP3817499B2 (en) Information processing apparatus, control method, and control program
JP3817500B2 (en) Information processing apparatus, control method, and control program
JP2009277253A (en) Information processing apparatus, information processing method, and method for controlling information processing apparatus
JP2005284373A (en) Information processing unit and driver installation control method in the same
JP2000163231A (en) Data processor, driver processing method for data processor and storage medium with program readable by computer stored therein
JP4313998B2 (en) HOST COMPUTER, ITS CONTROL METHOD, PROGRAM, AND STORAGE MEDIUM
JP3658354B2 (en) Information processing apparatus, data processing apparatus, driver management method, storage medium, and program
JP2003296062A (en) Information processing apparatus, processing method for device selection, computer readable storage medium and program
JP2005242782A (en) Information processor, driver management method, storage medium with computer readable program stored therein, and program

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20080513