JP2002007138A - Method for installing and starting application, device for executing the same, and medium and program - Google Patents

Method for installing and starting application, device for executing the same, and medium and program

Info

Publication number
JP2002007138A
JP2002007138A JP2001107647A JP2001107647A JP2002007138A JP 2002007138 A JP2002007138 A JP 2002007138A JP 2001107647 A JP2001107647 A JP 2001107647A JP 2001107647 A JP2001107647 A JP 2001107647A JP 2002007138 A JP2002007138 A JP 2002007138A
Authority
JP
Japan
Prior art keywords
version
application program
application
data file
feature point
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
JP2001107647A
Other languages
Japanese (ja)
Inventor
Takahiro Masuda
高弘 増田
Yoshifusa Togawa
好房 外川
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2001107647A priority Critical patent/JP2002007138A/en
Publication of JP2002007138A publication Critical patent/JP2002007138A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

PROBLEM TO BE SOLVED: To automatically install an application program whose version is optimal to a data file without making a user to perform any troublesome version judgment, and to automatically start the application. SOLUTION: A document file to be read is analyzed so that a feature point such as the reserved word of a macro-instruction can be extracted, and the version of an application suitable for the document file is identified according to the extracted feature point. Then, whether an application program of the identified version is already installed is judged, and when it is judged that such application program has not been installed, the application program of the pertinent version is newly installed.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明はデータに必要なバー
ジョンのアプリケーションの自動インストールおよび自
動起動の技術に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a technology for automatically installing and automatically starting a version of an application required for data.

【0002】[0002]

【従来の技術】パーソナルコンピュータやワードプロセ
ッサ専用機で作成された文書ファイルやスプレッドシー
トファイルのデータは、これを作成・更新するアプリケ
ーションプログラムのバージョンアップにしたがってデ
ータ形式が変更されるため、新しいバージョンのプログ
ラムで作成されたデータが旧バージョンのプログラムで
は利用できないことが多い。逆に新しいバージョンのア
プリケーションを使っている場合でも、旧バージョンの
アプリケーションで作成されたデータが編集できないこ
とがある。
2. Description of the Related Art Data format of a document file or spreadsheet file created by a personal computer or a word processor dedicated machine is changed according to a version upgrade of an application program for creating and updating the file. In many cases, the data created in the previous version cannot be used in the old version of the program. Conversely, even if you are using a new version of the application, you may not be able to edit data created with the old version of the application.

【0003】ワードプロセッサのアプリケーションの場
合、アプリケーション側のバージョンによってはデータ
格納形式が異なるため、文書のレイアウトが別のバージ
ョンのアプリケーションプログラムでは再現できない場
合がある。そのために、文書コンバータと呼ばれる別の
アプリケーションを介在させてデータ形式を変換させる
必要があった。
In the case of a word processor application, since the data storage format differs depending on the version of the application, the layout of the document may not be reproduced with another version of the application program. Therefore, it was necessary to convert the data format through another application called a document converter.

【0004】また、スプレッドシートと呼ばれる表計算
プログラムの場合、バージョンによって使用可能なオブ
ジェクトが異なるため、異なるバージョンで作成された
データをあるプログラムで読み出そうとした場合、エラ
ーとなることがある。
Further, in the case of a spreadsheet program called a spreadsheet, usable objects differ depending on the version, and an error may occur if an attempt is made to read data created in a different version by a certain program.

【0005】さらに、この種のプログラムではマクロと
呼ばれる一定の手順を記述した簡易プログラムが付属し
ているが、このマクロの仕様、たとえば予約語の有無な
どもプログラムのバージョンによって異なるため、作成
したバージョンと異なるバージョンのプログラムでデー
タファイルを開いた場合に当該マクロが実行不可能とな
りエラーを生じる可能性があった。
Further, a simple program describing a certain procedure called a macro is attached to this type of program. The specifications of this macro, for example, the presence or absence of a reserved word, vary depending on the version of the program. If the data file was opened with a different version of the program, the macro could not be executed and an error might occur.

【0006】インターネットで代表されるネットワーク
社会では、通信を経由してこの種のデータファイルがや
りとりされることが多く、受信したデータファイルが、
自分のコンピュータにインストールされているアプリケ
ーションプログラムで利用できるバージョンであるか否
かは重要な問題だった。
In a network society represented by the Internet, data files of this type are often exchanged via communication, and received data files are
It was an important issue whether it was a version that could be used with application programs installed on my computer.

【0007】したがって、あるユーザーがインストール
されているアプリケーションのバージョンでそのデータ
ファイルが扱えない場合には、ユーザーは利用可能なア
プリケーションのバージョンを判定して、そのアプリケ
ーションの入手先を調査し、入手後に自分のコンピュー
タ上にインストールする必要があった。
[0007] Therefore, if a certain user cannot handle the data file with the version of the installed application, the user determines the version of the available application, investigates the source of the application, and checks after obtaining the application. I needed to install it on my computer.

【0008】[0008]

【発明が解決しようとする課題】ところで、バージョン
によって異なる拡張子が付与されるデータファイルであ
れば拡張子を参照するだけで利用可能なアプリケーショ
ンプログラムのバージョンを知ることができる。
By the way, if a data file is provided with a different extension depending on the version, the version of the usable application program can be known only by referring to the extension.

【0009】しかし、docなどの文書形式のようにバー
ジョンが異なっていても統一した拡張子が付与されるア
プリケーションプログラムの場合には、データファイル
を外部から観察しただけでは適切なバージョンを判定す
ることは困難だった。そのため、最悪の場合にはユーザ
ーは種々のバージョンのアプリケーションプログラムを
試行的にインストールしてみてデータファイルのオープ
ンを繰り返してみる必要があった。
However, in the case of an application program in which a uniform extension is given even if the versions are different, such as a document format such as doc, it is necessary to determine an appropriate version only by externally observing the data file. Was difficult. Therefore, in the worst case, the user has to trially install various versions of the application program and repeatedly open the data file.

【0010】本発明は、このような点に鑑みてなされた
ものであり、ユーザーにわずらわしいバージョンの判定
を行わせることなく、データファイルに対して最適なバ
ージョンのアプリケーションプログラムを自動インスト
ールし、当該アプリケーションの自動起動を可能にする
ことを技術的課題とする。
The present invention has been made in view of the above points, and automatically installs an optimal version of an application program for a data file without causing a user to determine a troublesome version. It is an object of the present invention to make it possible to automatically start a program.

【0011】[0011]

【課題を解決するための手段】本発明は、まず読み出そ
うとするデータファイルを解析して特徴点を抽出し、抽
出された特徴点によってそのデータファイルに適したア
プリケーションのバージョンを識別する。そして、前記
で識別されたバージョンのアプリケーションプログラム
が既にインストールされているか否かを判定し、この判
定結果によりインストールされていないときには当該バ
ージョンのアプリケーションプログラムを新たにインス
トールするようにした。
According to the present invention, first, a data file to be read is analyzed to extract feature points, and a version of an application suitable for the data file is identified based on the extracted feature points. Then, it is determined whether or not the application program of the version identified above is already installed, and if it is not installed according to the determination result, the application program of the version is newly installed.

【0012】この特徴点とは、たとえば文書ファイルに
おけるマクロ命令の予約語や構文パターンである。これ
らの予約語や構文パターンはそれを作成したアプリケー
ションプログラムのバージョンに依存していることが多
く、これらを抽出することによって当該文書ファイルを
開くための最適なアプリケーションプログラムのバージ
ョンを知ることができる。
The feature point is, for example, a reserved word or a syntax pattern of a macro instruction in a document file. These reserved words and syntax patterns often depend on the version of the application program that created them, and by extracting them, the optimal application program version for opening the document file can be known.

【0013】また、バージョンの解析結果に基づいて文
書ファイルと対応するバージョンのアプリケーションプ
ログラムとを同時に表示装置上に表示し、いずれのバー
ジョンのアプリケーションプログラムで文書ファイルを
開くかをユーザーに選択させるようにしてもよい。この
場合、解析結果で得られた情報に基づいて文書ファイル
のバージョン毎に異なるアイコンを付記してもよいし、
アプリケーションプログラムをまず選択させた場合、こ
のアプリケーションプログラムで開くことのできる文書
ファイルだけを表示させるようにしてもよい。
Further, the document file and the corresponding version of the application program are simultaneously displayed on the display device based on the analysis result of the version, and the user is allowed to select which version of the application program should be used to open the document file. You may. In this case, a different icon may be added for each version of the document file based on the information obtained from the analysis result,
When an application program is selected first, only a document file that can be opened by this application program may be displayed.

【0014】[0014]

【発明の実施の形態】BEST MODE FOR CARRYING OUT THE INVENTION

【0015】[0015]

【実施例1】以下、図面に基づいて、本発明の実施の形
態を説明する。図1は、本発明の実施例による自動イン
ストールシステムの機能ブロック図、図2は本実施例の
システム構成を示すブロック図である。
Embodiment 1 Hereinafter, an embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a functional block diagram of an automatic installation system according to an embodiment of the present invention, and FIG. 2 is a block diagram showing a system configuration of the present embodiment.

【0016】図2に示すように、ネットワーク30を介
してサーバ31と端末装置21とが接続されている。端
末装置21はそれ自体でコンピュータシステムを構成し
ており、本実施例の自動インストール処理は端末装置2
1だけでも実施可能である。
As shown in FIG. 2, a server 31 and a terminal device 21 are connected via a network 30. The terminal device 21 itself constitutes a computer system, and the automatic installation process of this embodiment is performed by the terminal device 2.
It can be implemented with only one.

【0017】端末装置21は、バス22を介して中央処
理装置(CPU)23、メモリ24、表示装置(CR
T)25、印刷装置(PRT)26およびハードディス
ク装置(HD)27を有している。また、外部補助入力
手段としてマウス29を有している。また、前記バス2
2は、通信インターフェース28を介して前記ネットワ
ーク30と接続されている。
The terminal device 21 is connected to a central processing unit (CPU) 23, a memory 24, and a display device (CR) via a bus 22.
T) 25, a printing device (PRT) 26, and a hard disk device (HD) 27. Further, a mouse 29 is provided as external auxiliary input means. The bus 2
2 is connected to the network 30 via a communication interface 28.

【0018】図1は、本実施例の自動インストール手順
を示しており、かかる機能はハードディスク装置(H
D)27に格納されたプログラムがメモリ24に読み込
まれて、さらに該プログラムを中央処理装置(CPU)
23が順次実行することにより実現される。
FIG. 1 shows an automatic installation procedure according to the present embodiment.
D) The program stored in 27 is read into the memory 24, and the program is further loaded into a central processing unit (CPU).
23 are sequentially executed.

【0019】ターゲット文書1は、たとえばワードプロ
セッサ用の文書ファイルやスプレッドシート用のデータ
ファイルであり、ハードディスク(HD)27内に登録
されている。ターゲット文書1は、通常の場合、文書領
域とマクロ記述領域とを有しており、所定のワードプロ
セッサプログラムで当該ターゲット文書1を読み込んだ
場合に、その文書に付随したマクロ命令で規定された文
字列の処理や整形が可能となっている。
The target document 1 is, for example, a document file for a word processor or a data file for a spreadsheet, and is registered in the hard disk (HD) 27. Normally, the target document 1 has a document area and a macro description area. When the target document 1 is read by a predetermined word processor program, a character string specified by a macro instruction accompanying the document is read. Processing and shaping are possible.

【0020】このようなターゲット文書1がメモリ24
に読み込まれると、中央処理装置(CPU)23はこの
ターゲット文書1に対して構文解析処理2を行う。この
構文解析処理は、具体的には、マクロ命令予約語を抽出
する作業である。
Such a target document 1 is stored in the memory 24
, The central processing unit (CPU) 23 performs a parsing process 2 on the target document 1. This syntax analysis processing is, specifically, an operation of extracting a macro instruction reserved word.

【0021】マクロ命令予約語の抽出は、ターゲット文
書1から予約語リスト12を生成することにより行われ
る。これは具体的には、ハードディスク装置(HD)2
7に登録された全予約語データベース(DB)13を参
照しパターンマッチングによりターゲット文書1の中か
ら予約語を抽出し、これを予約語リスト12に登録する
ことである。そして、この予約語リスト12とハードデ
ィスク装置(HD)27内に登録された全予約−バージ
ョン対応リスト4とが比較されて(比較参照処理3)、
当該ターゲット文書1に対する有効バージョンリスト6
が生成される。
The extraction of the macro-command reserved words is performed by generating a reserved word list 12 from the target document 1. This is, specifically, a hard disk drive (HD) 2
7, a reserved word is extracted from the target document 1 by pattern matching with reference to the all reserved word database (DB) 13 registered in 7 and registered in the reserved word list 12. Then, the reserved word list 12 is compared with the all reservation-version correspondence list 4 registered in the hard disk drive (HD) 27 (comparison reference processing 3).
Valid version list 6 for the target document 1
Is generated.

【0022】また、前述の構文解析処理2と並行して、
中央処理装置(CPU)23は構文パターンの検出を行
う(ステップ5)。この構文パターンの検出では、ター
ゲット文書1中のマクロプログラムをトークンに分割し
てそららのトークンの属性を判定した上で特定の属性の
トークンの結合状態が存在するか否かを判定することに
より実現する。たとえば、「Collection-Classのインス
タンスとなる変数」+「(」+「Strings-Classのインス
タンスとなる変数」+「)」というような結合状態を検
出することである。有効バージョンリスト6aの生成に
際しては、この構文パターンの検出結果も反映させて最
終的な有効バージョンリスト14を生成する。このと
き、バージョンリスト6aの生成に際しては、マクロ命
令予約語の抽出結果と構文パターンの検出結果とのいず
れを優先させてもよい。たとえば、マクロ命令予約語の
抽出結果に基づくバージョンと、構文パターンの検出結
果に基づくバージョンとが異なるときには、より数値の
大きい(最新のバージョン)を優先的に採用して有効バ
ージョンリスト6aを生成してもよい。
In parallel with the above-mentioned syntax analysis processing 2,
The central processing unit (CPU) 23 detects a syntax pattern (step 5). In the detection of this syntax pattern, the macro program in the target document 1 is divided into tokens, and the attributes of the tokens are determined. Then, it is determined whether or not the binding state of the tokens having the specific attribute exists. Realize. For example, detecting a combined state such as “a variable that is an instance of Collection-Class” + “(” + “a variable that is an instance of Strings-Class” + “)”. When generating the valid version list 6a, a final valid version list 14 is generated by reflecting the detection result of the syntax pattern. At this time, when generating the version list 6a, any of the macro instruction reserved word extraction result and the syntax pattern detection result may be given priority. For example, when the version based on the macro instruction reserved word extraction result is different from the version based on the syntax pattern detection result, the valid version list 6a is generated by preferentially adopting a larger numerical value (latest version). You may.

【0023】次に、前記有効バージョンリスト6aと、
インストール済みバージョンリスト7とが比較される
(比較処理8)。この比較処理8の結果、該当するバー
ジョンのアプリケーションプログラムが既に端末装置2
1内のハードディスク装置(HD)27内に実行可能な
状態でインストールされている場合には当該アプリケー
ションプログラムを実行し(実行処理10)、インスト
ールされていない場合には、インストール処理9を行
う。
Next, the valid version list 6a,
The installed version list 7 is compared (comparison process 8). As a result of the comparison process 8, the corresponding version of the application program is already
When the application program is installed in the hard disk drive (HD) 27 in an executable state, the application program is executed (execution processing 10). When the application program is not installed, the installation processing 9 is performed.

【0024】なお、有効バージョンリスト6(6a)の
生成の際にバージョンリスト内が空である場合、すなわ
ち有効バージョンが判定できない場合には、警告処理1
1がなされる。この警告処理11は、たとえば表示装置
(CRT)25上に視覚的な警告表示を行うことが考え
られる。
If the version list is empty when the valid version list 6 (6a) is generated, that is, if the valid version cannot be determined, a warning process 1 is executed.
One is made. In the warning process 11, for example, a visual warning display on the display device (CRT) 25 may be performed.

【0025】[0025]

【実施例2】実施例1では、比較処理8において、中央
処理装置(CPU)23が比較処理8を実行し、最適な
アプリケーションプログラムのバージョンを自動決定す
る方式を説明したが、本実施例2では、比較処理8の結
果を表示装置(CRT)25上でユーザーが一見して把
握可能な形式で表示し、ユーザー自身に複数のバージョ
ンのアプリケーションプログラムを選択させる余地を有
している点が特徴である。
Second Embodiment In the first embodiment, the method in which the central processing unit (CPU) 23 executes the comparison process 8 in the comparison process 8 to automatically determine the optimal application program version has been described. Is characterized in that the result of the comparison process 8 is displayed on the display device (CRT) 25 in a format that the user can see at a glance, and there is room for the user to select a plurality of versions of the application program. It is.

【0026】なお、図1で説明した処理の中で、比較処
理8以前の処理については実施例1と同様であるので説
明を省略する。中央処理装置(CPU)23は、ターゲ
ット文書1から得られた有効バージョンリスト6(6
a)とインストール済みバージョンリスト7とを比較す
る際に、表示装置(CRT)25上に図4に示すような
比較画面41を表示する。この比較画面41は、同図左
側のアプリケーションリスト表示窓42と、モジュール
リスト表示窓43との分割されている。アプリケーショ
ンリスト表示窓42は、アプリケーションプログラムが
グループ毎に階層的に表示可能となっており、同図にお
いて、スプレッドシート(表計算プログラム)のフォル
ダ内にバージョン1.0〜3.1がアプリケーションプ
ログラムとして列記されている。
In the processing described with reference to FIG. 1, the processing prior to the comparison processing 8 is the same as that of the first embodiment, and therefore the description is omitted. The central processing unit (CPU) 23 outputs the valid version list 6 (6
When comparing a) with the installed version list 7, a comparison screen 41 as shown in FIG. 4 is displayed on the display device (CRT) 25. The comparison screen 41 is divided into an application list display window 42 on the left side of the drawing and a module list display window 43. In the application list display window 42, application programs can be hierarchically displayed for each group. In FIG. It is listed.

【0027】また、閉じた状態とはなっているが、デー
タベースプログラムとワードプロセッサプログラムも同
様にフォルダ内に複数のアプリケーションプログラムを
有している。
Although closed, the database program and the word processor program also have a plurality of application programs in a folder.

【0028】一方、モジュールリスト表示窓43には、
モジュールとしてのターゲット文書44(図1ではター
ゲット文書1)が複数表示されるようになっている。こ
こで、ユーザーは表示装置(CRT)を参照して、どの
文書(モジュール)をどのバージョンのアプリケーショ
ンプログラムで開くかを任意に決定することができる。
On the other hand, in the module list display window 43,
A plurality of target documents 44 (target document 1 in FIG. 1) as a module are displayed. Here, the user can arbitrarily determine which document (module) is to be opened with which version of the application program by referring to the display device (CRT).

【0029】同図において、たとえばターゲット文書4
4(モジュール)をスプレッドシートのバージョン2.
0のアプリケーションプログラムで開きたい場合、マウ
ス23によって画面上のマウスカーソル46に配置し、
ここで一旦マウス29のボタン(図示せず)を押す。こ
の行為(ドラッグ)によって、ターゲット文書44(モ
ジュール)が選択されたことになり、アプリケーション
リスト表示窓42では、このターゲット文書44を開く
ことのできるバージョンのアプリケーションプログラム
のみが高い輝度表示で表示される。すなわち、当該ター
ゲット文書44を開くことのできるアプリケーションプ
ログラムのバージョンが複数ある場合には、該当する複
数のバージョンの全てが高輝度で表示される。
In the figure, for example, target document 4
4 (module) to spreadsheet version 2.
If you want to open it with the application program 0, place it on the mouse cursor 46 on the screen with the mouse 23,
Here, a button (not shown) of the mouse 29 is once pressed. By this action (drag), the target document 44 (module) is selected, and only the version of the application program that can open the target document 44 is displayed in the application list display window 42 in a high brightness display. . That is, when there are a plurality of versions of the application program that can open the target document 44, all of the plurality of versions are displayed with high brightness.

【0030】次に、ユーザーは、前記マウス29のボタ
ンを押した状態(ドラッグ状態)のままマウスカーソル
46をアプリケーション表示窓42の任意のバージョン
(ここではバージョン2.0)のアプリケーションプロ
グラム上に移動させて、前記ボタンを開放する(ドラッ
グ)ことによってスプレッドシートのバージョン2.0
のアプリケーションプログラムがターゲット文書44
(モジュール)を対象ファイルとして起動される。この
手法は、いわゆる「ドラッグ・アンド・ドロップ」と呼
ばれる画面インターフェース上の入力手法である。
Next, the user moves the mouse cursor 46 on an application program of an arbitrary version (here, version 2.0) of the application display window 42 while keeping the button of the mouse 29 pressed (drag state). Then, release (drag) the button to open the spreadsheet version 2.0
Of the target document 44
(Module) is started with the target file. This method is an input method on a screen interface called “drag and drop”.

【0031】図4で説明したインターフェースを実現す
るための機能構成を示したものが図5である。同図にお
いて、文書解析制御部51は、図1における構文解析処
理2および比較参照処理3を行うとともに、表示装置
(CRT)25への表示制御を行う機能を有している。
すなわち、文書解析制御部51は、所定のフォルダまた
はディレクトリ配下にあるターゲット文書1を順次読み
込んでそのバージョンの解析を行い、モジュールリスト
表示窓43にリスト形式で表示する。このモジュールリ
スト表示窓43に表示されたモジュール(ターゲット文
書44)は、ハードディスク装置(HD)27内にイン
ストールされたアプリケーションプログラムで読み込む
ことのできる正当な文書ファイルであるか否か、正当な
文書ファイルである場合にはどのバージョンで開くこと
が可能なのか否かが文書解析制御部51によって既に識
別された状態となっている。
FIG. 5 shows a functional configuration for realizing the interface described with reference to FIG. In the figure, a document analysis control unit 51 has a function of performing a syntax analysis process 2 and a comparison reference process 3 in FIG. 1 and a function of performing display control on a display device (CRT) 25.
That is, the document analysis control unit 51 sequentially reads the target document 1 located under a predetermined folder or directory, analyzes the version thereof, and displays it in the module list display window 43 in a list format. The module (target document 44) displayed in the module list display window 43 is a valid document file that can be read by an application program installed in the hard disk drive (HD) 27, In this case, the document analysis control unit 51 has already identified which version can be opened.

【0032】文書解析制御部51は、ターゲット文書1
を読み込んで解析を行った際に、この解析結果であるア
プリケーション名とバージョン名とをアプリケーション
パス取得部54に通知する。このアプリケーションパス
取得部54はアプリケーションリスト表示窓42の表示
を制御しており、文書解析制御部51から受け取ったバ
ージョンのアプリケーションのみをアプリケーションリ
スト表示窓54に表示させる。
[0032] The document analysis control unit 51 sets the target document 1
When the application name is read and analyzed, the application name and the version name, which are the analysis results, are notified to the application path acquisition unit 54. The application path acquisition unit 54 controls the display of the application list display window 42, and displays only the version of the application received from the document analysis control unit 51 on the application list display window 54.

【0033】また、モジュールリスト表示窓43のター
ゲット文書44(モジュール)がマウス29のドラッグ
操作で前述のように選択された際には、この選択情報が
文書解析制御部51を通じてアプリケーションパス取得
部54に通知され、アプリケーションリスト表示窓42
中の対応するアプリケーションプログラムのバージョン
が高輝度表示されるようになっている。
When the target document 44 (module) in the module list display window 43 is selected by the drag operation of the mouse 29 as described above, this selection information is transmitted to the application path acquisition unit 54 through the document analysis control unit 51. Is notified to the application list display window 42
The version of the corresponding application program is displayed in high brightness.

【0034】そして、マウス29のドロップ操作で所定
のバージョンのアプリケーション(ここではバージョン
2.0のスプレッドシートのアプリケーションプログラ
ム45)が選択されると、この選択情報がアプリケーシ
ョンパス取得部54を通じて実行パスとしてOS(Opera
ting System)に通知される。
When a predetermined version of the application (here, the application program 45 of the version 2.0 spreadsheet) is selected by the drop operation of the mouse 29, this selection information is passed through the application path acquisition unit 54 as an execution path. OS (Opera
ting System).

【0035】これによりOSは、アプリケーションパス
取得部54より実行ファイルパスを、文書解析制御部5
1より文書ファイルパスを受け取り、対象となるターゲ
ット文書44(モジュール)を選択されたバージョンの
アプリケーションプログラムで実行することになる。
Thus, the OS replaces the execution file path from the application path acquisition section 54 with the document analysis control section 5.
1, the document file path is received, and the target document 44 (module) to be executed is executed by the selected version of the application program.

【0036】なお、本実施例においてOSとしては、マ
イクロソフト社のウィンドウズ3.1、95または98
等を用いることができる。図6および図7は比較画面4
1の表示において、ターゲット文書(モジュール)と対
応するアプリケーションプログラムのバージョンとの対
比表示の変形例である。
In this embodiment, the OS is Microsoft Windows 3.1, 95 or 98.
Etc. can be used. 6 and 7 show the comparison screen 4.
1 is a modified example of a display contrasting a target document (module) with a version of a corresponding application program in the display of FIG.

【0037】図6は、アプリケーションプログラムのバ
ージョン毎に異なるアイコンを定義し、ターゲット文書
44(モジュール)を表示する場合に対応するバージョ
ンのアイコンで表示させるようにしたものである。
FIG. 6 shows a case where different icons are defined for each version of the application program, and the target document 44 (module) is displayed with the corresponding version of the icon.

【0038】この点について、既存のOSでは、ファイ
ル名の拡張子(たとえばXLSやDOC)によってアイ
コンを定義しているため、同一の拡張子が付与されてい
るとバージョンが異なっていても同じアイコンで表示さ
れてしまうため、アイコンを目視しただけでは当該ター
ゲット文書のバージョンの把握が困難だった。
In this regard, in the existing OS, icons are defined by file name extensions (for example, XLS and DOC). Therefore, if the same extension is given, the same icon is used even if the versions are different. Therefore, it was difficult to grasp the version of the target document by just looking at the icon.

【0039】この点について図6に示した例では、文書
解析制御部51において全てのターゲット文書44につ
いてその対応バージョンが把握されているため、ファイ
ル名の拡張子に左右されることなくターゲット文書の対
応バージョンがアイコンによって一目で識別可能となる
ように表示できる。
In this regard, in the example shown in FIG. 6, since the corresponding versions of all the target documents 44 are known in the document analysis control unit 51, the target document is not affected by the extension of the file name. The corresponding version can be displayed so that it can be identified at a glance by an icon.

【0040】図7は、アプリケーションリスト表示窓4
2で指定したバージョンに対応したターゲット文書44
のみをモジュールリスト表示窓43に表示するようにし
た例である。この場合には、アプリケーションリスト5
3で特定のバージョンが指定されると、アプリケーショ
ンパス取得部54がこれを検出し、文書解析制御部51
に当該バージョンが指定されていることを通知する。こ
の通知に基づいて文書解析制御部51では前記バージョ
ンに対応したターゲット文書(モジュール44)のみを
モジュールリスト表示窓43に表示させることができ
る。
FIG. 7 shows an application list display window 4.
Target document 44 corresponding to the version specified in 2
This is an example in which only the module list display window 43 is displayed. In this case, application list 5
When a specific version is designated in step 3, the application path acquisition unit 54 detects this, and the document analysis control unit 51
Notify that the version is specified. Based on this notification, the document analysis control unit 51 can display only the target document (module 44) corresponding to the version on the module list display window 43.

【0041】図8は、ターゲット文書によってアプリケ
ーションプログラム53のバージョンを選択する概念を
示している。図4,図6,図7で説明した画面インター
フェースでターゲット文書84a,84bが文書解析制
御部51に読み込まれると、これが解析詳細部51aで
解析されてインストール済みのアプリケーションプログ
ラムの中から最適なバージョンのアプリケーションプロ
グラム45aを選択するようになっている(図8の上
図)。そして、解析詳細部51aで決定されたアプリケ
ーションプログラム45aによってターゲット文書84
aが開かれるようになっている。
FIG. 8 shows the concept of selecting the version of the application program 53 according to the target document. When the target documents 84a and 84b are read into the document analysis control unit 51 by the screen interface described with reference to FIGS. 4, 6, and 7, these are analyzed by the analysis detail unit 51a, and the optimal version is selected from the installed application programs. Of the application program 45a is selected (the upper diagram in FIG. 8). Then, the target document 84 is processed by the application program 45a determined by the analysis detail unit 51a.
a is opened.

【0042】図9は、文書解析制御部51による解析の
結果、アプリケーションリスト53内に該当するバージ
ョンのアプリケーションプログラムが存在しない場合の
機能ブロック構成を示している。同図において大半の構
成は図5と同様であるのでその部分の説明は省略する。
FIG. 9 shows a functional block configuration in the case where the result of the analysis by the document analysis control unit 51 indicates that there is no corresponding version of the application program in the application list 53. In this figure, most of the configuration is the same as that of FIG. 5, and the description of that part is omitted.

【0043】インストール制御部91は、ハードディス
ク装置(HD)27内にアプリケーションプログラムを
実行可能な状態にインストールするための制御部であ
り、具体的には端末装置21の図示しないCD−ROM
やサーバ31からアプリケーションプログラムをハード
ディスク装置(HD)27内にインストールする機能を
有している。すなわち、図9では、アプリケーションリ
スト53からアプリケーションパス取得部54がパスを
取得できない場合、つまり、モジュールリスト52で選
択されたターゲット文書44(モジュール)に対応する
バージョンが存在しない場合に、インストール制御部9
1が起動されるようになっている。
The installation control section 91 is a control section for installing an application program in an executable state in the hard disk drive (HD) 27, and specifically, a CD-ROM (not shown) of the terminal device 21.
And a function for installing an application program from the server 31 into the hard disk device (HD) 27. That is, in FIG. 9, when the application path acquisition unit 54 cannot acquire the path from the application list 53, that is, when there is no version corresponding to the target document 44 (module) selected in the module list 52, the installation control unit 9
1 is activated.

【0044】図10は、インストール制御部91による
新たなバージョンのアプリケーションプログラムのイン
ストール手順を示したものである。同図では、バージョ
ンnのターゲット文書1001,1002が順次文書解
析制御部51に読み込まれ、解析詳細部51aでアプリ
ケーションプログラムのバージョンを判定したにもかか
わらず、インストール済みのアプリケーションプログラ
ム(1003)はバージョンmであり、前記バージョン
nのターゲット文書1001,1002に対応していな
い状態となっている(図10(a))。
FIG. 10 shows a procedure for installing a new version of an application program by the installation control unit 91. In the figure, the target documents 1001 and 1002 of the version n are sequentially read into the document analysis control unit 51, and the installed application program (1003) has the version even though the analysis detail unit 51a determines the version of the application program. m, which does not correspond to the version n target documents 1001 and 1002 (FIG. 10A).

【0045】このとき、文書解析制御部51からの通知
を受けて、インストール制御部91が起動し、ターゲッ
ト文書1001,1002のバージョンnに対応したア
プリケーションプログラム1004が新たにインストー
ルされる。(図10(b))。
At this time, in response to the notification from the document analysis control unit 51, the installation control unit 91 is started, and the application program 1004 corresponding to the version n of the target documents 1001 and 1002 is newly installed. (FIG. 10 (b)).

【0046】ここで、当該アプリケーションプログラム
のインストール元は、端末装置21内のハードディスク
装置(HD)27であってもよいし、図示しないCD−
ROMドライブ装置からであってもよいし、さらに、ネ
ットワーク30を介したサーバ31であってもよい。ネ
ットワーク30を介してサーバ31からアプリケーショ
ンプログラムをダウンロードする場合には、TCP/I
PによるFTP(FileTransfer Protocol)を用いること
ができる。
Here, the installation source of the application program may be the hard disk device (HD) 27 in the terminal device 21 or a CD-ROM (not shown).
It may be from a ROM drive device, or may be a server 31 via a network 30. When downloading an application program from the server 31 via the network 30, the TCP / I
FTP by File Transfer Protocol (FTP) can be used.

【0047】ハードディスク装置(HD)27内に新た
にインストールされたアプリケーションプログラム10
04が起動して、これに対応したバージョンのターゲッ
ト文書1001または1002が開かれる(図10
(c))。
The application program 10 newly installed in the hard disk drive (HD) 27
04 is started, and the target document 1001 or 1002 of the corresponding version is opened (FIG. 10).
(C)).

【0048】図11および図12は、必要なバージョン
のアプリケーションプログラムをインストールする際
に、インストール領域を確保するための機能ブロック
図、その処理手順を示す図である。
FIGS. 11 and 12 are a functional block diagram for securing an installation area when a required version of an application program is installed, and a diagram showing a processing procedure thereof.

【0049】図11の構成は図9で示した構成にアンイ
ンストール制御部1101が付加されている点が特徴で
ある。すなわち、図9および図10で説明した例でイン
ストール制御部91が起動されたにもかかわらず、ハー
ドディスク装置(HD)27内に新たなバージョンのア
プリケーションプログラムをインストールする領域が不
足している場合がある。
The configuration of FIG. 11 is characterized in that an uninstall control unit 1101 is added to the configuration shown in FIG. That is, there is a case where the hard disk device (HD) 27 lacks an area for installing a new version of the application program even though the installation control unit 91 is activated in the example described with reference to FIGS. is there.

【0050】この場合には、図11で示すアンインスト
ール制御部1101が起動される。このアンインストー
ル制御部1101もプログラムとして実現されており、
中央処理装置(CPU)23が当該プログラムを実行す
ることにより具体化される。
In this case, the uninstall control unit 1101 shown in FIG. 11 is started. This uninstall control unit 1101 is also realized as a program,
This is embodied by the central processing unit (CPU) 23 executing the program.

【0051】図12は、上記アンインストールおよびイ
ンストールの処理手順を示している。解析詳細部51a
の解析によってインストール済みのアプリケーションプ
ログラムから最適なバージョンのものが検出できなかっ
た場合(図12(a))、インストール制御部91が起
動するが、ハードディスク装置(HD)27に新たなア
プリケーションプログラムをインストールする領域が残
っていない場合がある(図12(b))。
FIG. 12 shows the procedure of the above uninstallation and installation. Analysis details section 51a
If the optimum version cannot be detected from the installed application programs by the analysis of (FIG. 12A), the installation control unit 91 starts up, but installs a new application program in the hard disk drive (HD) 27. There is a case where there is no remaining area (FIG. 12B).

【0052】このような場合に、インストール制御部9
1はアンインストール制御部1101に対して領域不足
を通知する。これによって、アンインストール制御部9
1はハードディスク装置(HD)27中から不要なファ
イルを削除する。このときにいずれのファイルを削除す
るか否かについては、下記のような基準で決定すること
ができる。
In such a case, the installation control unit 9
1 notifies the uninstall control unit 1101 that the area is insufficient. Thereby, the uninstall control unit 9
1 deletes unnecessary files from the hard disk device (HD) 27. At this time, which file is to be deleted or not can be determined based on the following criteria.

【0053】たとえば、利用条件を満たしていないアプ
リケーションプログラムを優先的にアンインストールす
るようにしてもよい。たとえば、ダウンロード後30日
間のみ試用可能な条件が付加されているようなアプリケ
ーションプログラムがこれに該当する。
For example, an application program that does not satisfy the use conditions may be preferentially uninstalled. For example, an application program to which a condition that can be used for trial only for 30 days after downloading is added.

【0054】また、容量順にアンインストールすること
も可能である。一般に、容量が少ないアプリケーション
ほど重要度が低い傾向がある場合、容量が小さなアプリ
ケーションプログラムから先に削除する。また、アンイ
ンストールするプログラム本数を少なくして領域確保効
率を優先させるのであれば、容量が大きなアプリケーシ
ョンプログラムから削除する。
It is also possible to uninstall the programs in order of their capacity. Generally, when an application having a smaller capacity tends to have a lower importance, an application program having a smaller capacity is deleted first. If the number of programs to be uninstalled is reduced and the area securing efficiency is prioritized, the application program having the larger capacity is deleted.

【0055】また、インストールした日付順、重要度、
作成文書数、共通ファイルの数の大小等によってアンイ
ンストールする順番を決定してもよい。図13および図
14は、ネットワーク30を通じて端末装置21がサー
バ31からアプリケーションプログラムをダウンロード
する手順を示すシーケンス図である。
Also, in order of installation date, importance,
The order of uninstallation may be determined based on the number of created documents, the number of common files, and the like. FIG. 13 and FIG. 14 are sequence diagrams illustrating a procedure in which the terminal device 21 downloads an application program from the server 31 via the network 30.

【0056】同図においてまず、サーバ31は管理プロ
グラムを、端末装置21はクライアント用プログラムを
それぞれ起動する。なお、端末装置21のハードディス
ク装置(HD)27内には、端末装置21がサーバ31
から取得したファイルの履歴がファイル取得履歴ファイ
ル1301として格納されている。
In the figure, first, the server 31 starts the management program, and the terminal device 21 starts the client program. In the hard disk device (HD) 27 of the terminal device 21, the terminal device 21
Is stored as a file acquisition history file 1301.

【0057】端末装置21のインストール制御部91に
よりインストール処理が開始されると、まず端末装置2
1よりサーバ31に対して利用開始メッセージが送信さ
れる。これにより、サーバ31がインストール開始を認
識すると、自身の自動管理システムが有効であることを
端末装置21に通知する。
When the installation control section 91 of the terminal device 21 starts the installation process, first, the terminal device 2
1 transmits a use start message to the server 31. Thus, when the server 31 recognizes the start of the installation, the server 31 notifies the terminal device 21 that its own automatic management system is valid.

【0058】次に、端末装置21は、利用者識別符号
(ID)をサーバ31に通知する。これを受領したサー
バ31は、端末装置21に対してハードウエア情報を要
求する。このハードウエア情報とは、端末装置21の中
央処理装置(CPU)23の種別、クロック周波数(Cl
ock)、OS、メモリ容量、ハードディスク装置(H
D)27の容量等である。これらの情報を受け取ると、
次に端末装置21に対してファイル取得履歴を要求す
る。このファイル取得履歴とは、いわゆるヒストリであ
り、ファイル名、URL(Uniform Resoruce Locator)、
圧縮方式、バージョン等の情報であり、前述のファイル
取得履歴ファイル1301として端末装置21がハード
ディスク装置(HD)27が有しているものである。
Next, the terminal device 21 notifies the server 31 of the user identification code (ID). The server 31 receiving this requests the terminal device 21 for hardware information. The hardware information includes the type of the central processing unit (CPU) 23 of the terminal device 21, the clock frequency (Cl
ock), OS, memory capacity, hard disk drive (H
D) The capacity of 27 or the like. Upon receiving this information,
Next, a file acquisition history is requested to the terminal device 21. The file acquisition history is a so-called history, and includes a file name, a URL (Uniform Resource Locator),
The information is information such as a compression method and a version, and the terminal device 21 has the hard disk device (HD) 27 as the file acquisition history file 1301 described above.

【0059】サーバ31がこのファイル取得履歴を受領
すると、サーバはこれに基づいて過去にダウンロードし
たファイルの新しいバージョンが既にサーバにダウンロ
ード可能な状態で格納されているか否かを判定する。そ
して、新しいバージョンが存在しない場合には、端末装
置21にはサーバ31からみて最新のバージョンのアプ
リケーションプログラムが既にインストール済みである
ため、処理を終了する。
When the server 31 receives the file acquisition history, the server determines based on the received history whether or not a new version of the file downloaded in the past is already stored in the server in a downloadable state. If the new version does not exist, the process ends because the latest version of the application program has already been installed in the terminal device 21 as viewed from the server 31.

【0060】一方、端末装置21から得たファイル取得
履歴よりもさらに新しいバージョンがサーバ31側に存
在する場合には、必要なインストーラ(インストールを
行うための補助プログラム)を選択し、これを端末装置
21に転送する。
On the other hand, if a newer version than the file acquisition history obtained from the terminal device 21 exists on the server 31 side, a necessary installer (an auxiliary program for performing installation) is selected, and the installer is selected. Transfer to 21.

【0061】端末装置21からサーバ31に前記インス
トーラの転送終了が通知されると、サーバ31は端末装
置21に対してファイル取得履歴の書き換えを命令す
る。端末装置21はこの命令に基づいて、サーバ31に
バージョンやファイル日付等の必要項目を要求し、サー
バ31はこれに応答して前記項目の情報を端末装置21
に通知する。
When the terminal device 21 notifies the server 31 of the end of the transfer of the installer, the server 31 instructs the terminal device 21 to rewrite the file acquisition history. The terminal device 21 requests the server 31 for necessary items such as a version and a file date based on the command, and the server 31 responds to the request by sending information of the item to the terminal device 21.
Notify.

【0062】端末装置21では、前記項目情報に基づい
て自身のファイル取得履歴ファイル1301を書き換え
るとともに、サーバ31とのネットワークを切断する。
そして、端末装置21では、ダウンロードしたインスト
ーラを起動してインストールを開始する。ここでインス
トールが正常終了しなかった場合には、アーカイブの正
当性検査を開始する。このアーカイブ正当性検査は、再
度サーバ31とのネットワーク接続を行い、サーバ31
に対して検査要求を送信することによって行われる。こ
の検査結果に基づいて必要な場合には前記インストーラ
を再度サーバ31から端末装置21に転送する。
The terminal device 21 rewrites its own file acquisition history file 1301 based on the item information, and disconnects the network with the server 31.
Then, the terminal device 21 starts the downloaded installer to start the installation. If the installation has not been completed normally, the validity check of the archive is started. In this archive validity check, a network connection with the server 31 is made again, and the server 31
By sending a test request to If necessary based on the inspection result, the installer is transferred from the server 31 to the terminal device 21 again.

【0063】[0063]

【発明の効果】本発明によれば、ファイルの外観からは
特定できないデータファイルに対して、最適なバージョ
ンのアプリケーションプログラムを決定することができ
るとともに、当該アプリケーションプログラムを自動イ
ンストールし、当該アプリケーションの自動起動を行う
ことができる。
According to the present invention, it is possible to determine an optimal version of an application program for a data file that cannot be specified from the appearance of the file, to automatically install the application program, and to automatically execute the application program. Can be started.

【図面の簡単な説明】[Brief description of the drawings]

【図1】 本発明の実施例による自動インストールシス
テムの機能ブロック図
FIG. 1 is a functional block diagram of an automatic installation system according to an embodiment of the present invention.

【図2】 実施例1のシステム構成を示すブロック図FIG. 2 is a block diagram illustrating a system configuration according to the first embodiment;

【図3】 実施例1の各リストの関係を示すブロック図FIG. 3 is a block diagram illustrating a relationship between respective lists according to the first embodiment.

【図4】 実施例2の表示装置における画面表示例FIG. 4 is an example of a screen display on the display device according to the second embodiment.

【図5】 図4の画面構成を実現するための機能ブロッ
ク図
FIG. 5 is a functional block diagram for realizing the screen configuration of FIG. 4;

【図6】 実施例2の表示装置における画面表示例
(2)
FIG. 6 is a screen display example (2) of the display device according to the second embodiment.

【図7】 実施例2の表示装置における画面表示例
(3)
FIG. 7 is a screen display example (3) of the display device according to the second embodiment.

【図8】 実施例2の文書ファイルとアプリケーション
プログラムとの関連を示す機能ブロック図
FIG. 8 is a functional block diagram showing a relation between a document file and an application program according to the second embodiment.

【図9】 実施例2において、文書解析制御部による解
析の結果、アプリケーションリスト内に該当するバージ
ョンのアプリケーションプログラムが存在しない場合の
機能ブロック図
FIG. 9 is a functional block diagram in a case where a result of analysis by the document analysis control unit according to the second embodiment does not include a corresponding version of the application program in the application list.

【図10】 実施例2において、文書解析結果に基づい
てアプリケーションプログラムをインストールする場合
の機能ブロック図
FIG. 10 is a functional block diagram when an application program is installed based on a document analysis result in the second embodiment.

【図11】 実施例2において、インストール領域が不
足している場合のアンインストールを行う場合の機能ブ
ロック図
FIG. 11 is a functional block diagram in the case of performing uninstallation when the installation area is insufficient in the second embodiment.

【図12】 実施例2において、アンインストールを実
行して領域を確保する手順を説明する機能ブロック図
FIG. 12 is a functional block diagram illustrating a procedure of executing uninstallation to secure an area in the second embodiment.

【図13】 実施例2において、ネットワークを介して
アプリケーションプログラムをダウンロードする場合の
シーケンス図(1)
FIG. 13 is a sequence diagram (1) in the case of downloading an application program via a network in the second embodiment.

【図14】 実施例2において、ネットワークを介して
アプリケーションプログラムをダウンロードする場合の
シーケンス図(2)
FIG. 14 is a sequence diagram (2) for downloading an application program via a network in the second embodiment.

【符号の説明】 1 ターゲット文書 4 全予約語−バージョン対応リスト 6 ターゲット文書有効バージョンリスト 7 インストール済みバージョンリスト 21 端末装置 22 バス 23 中央処理装置(CPU) 24 メモリ 25 表示装置(CRT) 26 印刷装置(PRT) 27 ハードディスク装置(HD) 28 通信インターフェース 29 マウス 30 ネットワーク 31 サーバ 41 比較画面 42 アプリケーションリスト表示窓 43 モジュールリスト表示窓 46 マウスカーソル[Description of Signs] 1 Target document 4 All reserved words-version correspondence list 6 Target document valid version list 7 Installed version list 21 Terminal device 22 Bus 23 Central processing unit (CPU) 24 Memory 25 Display device (CRT) 26 Printing device (PRT) 27 Hard disk drive (HD) 28 Communication interface 29 Mouse 30 Network 31 Server 41 Comparison screen 42 Application list display window 43 Module list display window 46 Mouse cursor

フロントページの続き Fターム(参考) 5B076 AC03 BB06 BB17 5E501 AA13 AC24 AC25 BA05 CB09 DA02 EA08 EA11 EB05 FA04 FA13 FA14 FA23 FB43 Continued on the front page F term (reference) 5B076 AC03 BB06 BB17 5E501 AA13 AC24 AC25 BA05 CB09 DA02 EA08 EA11 EB05 FA04 FA13 FA14 FA23 FB43

Claims (14)

【特許請求の範囲】[Claims] 【請求項1】 データファイルを解析して特徴点を抽出
するステップと、 抽出された特徴点に基づいて当該データファイルに適し
たアプリケーションのバージョンを決定するステップ
と、 決定されたバージョンのアプリケーションプログラムが
既にインストールされているか否かを判定するステップ
と、 インストールされていないときに当該バージョンのアプ
リケーションプログラムを新たにインストールするステ
ップとからなるアプリケーションのインストール方法。
A step of analyzing a data file to extract a feature point; a step of determining a version of an application suitable for the data file based on the extracted feature point; A method for installing an application, comprising: a step of determining whether or not the application program has already been installed; and a step of newly installing the version of the application program when the application program has not been installed.
【請求項2】 前記特徴点はデータファイルに含まれる
マクロ命令の予約語であり、バージョン毎に特有な予約
語を検出することにより前記バージョンを決定する請求
項1記載のアプリケーションのインストール方法。
2. The application installation method according to claim 1, wherein the feature point is a reserved word of a macro instruction included in a data file, and the version is determined by detecting a reserved word unique to each version.
【請求項3】 前記特徴点はデータファイルに含まれる
マクロ命令の構文パターンであり、バージョン毎に特有
な構文パターンを検出することにより前記バージョンを
決定する請求項1記載のアプリケーションのインストー
ル方法。
3. The application installation method according to claim 1, wherein the feature point is a syntax pattern of a macro instruction included in a data file, and the version is determined by detecting a syntax pattern unique to each version.
【請求項4】 2以上のデータファイルを解析してそれ
ぞれの特徴点を抽出するステップと、 前記特徴点に基づいて前記データファイルを可読可能な
アプリケーションプログラムのバージョンを決定するス
テップと、 前記データファイルと、前記で決定されたバージョンの
アプリケーションプログラムとを同時に表示するステッ
プと、 表示されたアプリケーションプログラムを前記いずれか
のデータファイルと関連付けて起動するステップとから
なるアプリケーションの起動方法。
4. A step of analyzing two or more data files to extract respective feature points; a step of determining a version of an application program capable of reading the data files based on the feature points; And displaying the application program of the determined version at the same time; and launching the displayed application program in association with one of the data files.
【請求項5】 前記データファイルは、前記アプリケー
ションプログラムの対応バージョン毎に異なるシンボル
図形で表示される請求項4記載のアプリケーションの起
動方法。
5. The method according to claim 4, wherein the data file is displayed in a different symbol figure for each corresponding version of the application program.
【請求項6】 前記アプリケーションプログラムが選択
されたときに、当該アプリケーションプログラムのバー
ジョンに対応したデータファイルのみが表示される請求
項4記載のアプリケーションの起動方法。
6. The method according to claim 4, wherein when the application program is selected, only a data file corresponding to a version of the application program is displayed.
【請求項7】 前記データファイルに対して対応するア
プリケーションプログラムが存在しないときに、対応す
るアプリケーションプログラムのインストールを実行す
る請求項4記載のアプリケーションの起動方法。
7. The method according to claim 4, wherein when there is no corresponding application program for the data file, installation of the corresponding application program is executed.
【請求項8】 前記アプリケーションプログラムのイン
ストールを実行する際に空き領域が不足している場合に
既存のファイルを削除するステップを含む請求項4記載
のアプリケーションの起動方法。
8. The method according to claim 4, further comprising the step of deleting an existing file when there is not enough free space when installing the application program.
【請求項9】 2以上のデータファイルを解析してそれ
ぞれの特徴点を抽出するステップと、 前記特徴点に基づいて前記データファイルを可読可能な
アプリケーションプログラムのバージョンを決定するス
テップと、 前記データファイルと、前記で決定されたバージョンの
アプリケーションプログラムとを同時に表示するステッ
プと、 表示されたアプリケーションプログラムを前記いずれか
のデータファイルと関連付けて起動するステップとを含
むプログラムを記録した記録媒体。
9. A step of analyzing two or more data files to extract respective feature points; a step of determining a version of an application program capable of reading the data files based on the feature points; And a step of simultaneously displaying the application program of the version determined above, and a step of starting the displayed application program in association with any one of the data files.
【請求項10】 2以上のデータファイルを解析してそ
れぞれの特徴点を抽出する手段と、 前記特徴点に基づいて前記データファイルを可読可能な
アプリケーションプログラムのバージョンを決定する手
段と、 前記データファイルと、前記で決定されたバージョンの
アプリケーションプログラムとを同時に表示する手段
と、 表示されたアプリケーションプログラムを前記いずれか
のデータファイルと関連付けて起動する手段とからなる
アプリケーションプログラム実行装置。
10. A means for analyzing two or more data files to extract respective feature points; a means for determining a version of an application program capable of reading the data files based on the feature points; And a means for simultaneously displaying the version of the application program determined as described above, and means for activating the displayed application program in association with one of the data files.
【請求項11】 データファイルを解析して特徴点を抽
出する手段と、 抽出された特徴点に基づいて当該データファイルに適し
たアプリケーションのバージョンを決定する手段と、 決定されたバージョンのアプリケーションプログラムが
既にインストールされているか否かを判定する手段と、 インストールされていないときに当該バージョンのアプ
リケーションプログラムを新たにインストールする手段
とからなるアプリケーションインストール装置。
11. A means for analyzing a data file to extract a feature point; a means for determining a version of an application suitable for the data file based on the extracted feature point; An application installation device comprising: means for determining whether or not the application program has already been installed; and means for newly installing the application program of the version when the application program has not been installed.
【請求項12】 データファイルを解析して特徴点を抽
出するステップと、 抽出された特徴点に基づいて当該データファイルに適し
たアプリケーションのバージョンを決定するステップ
と、 決定されたバージョンのアプリケーションプログラムが
既にインストールされているか否かを判定するステップ
と、 インストールされていないときに当該バージョンのアプ
リケーションプログラムを新たにインストールするステ
ップとを順次実行するプログラムを記憶した記憶媒体。
12. A step of analyzing a data file to extract a feature point; a step of determining a version of an application suitable for the data file based on the extracted feature point; A storage medium storing a program for sequentially executing a step of determining whether or not the application program has already been installed and a step of newly installing the application program of the version when the application program has not been installed.
【請求項13】 2以上のデータファイルを解析してそ
れぞれの特徴点を抽出するステップと、 前記特徴点に基づいて前記データファイルを可読可能な
アプリケーションプログラムのバージョンを決定するス
テップと、 前記データファイルと、前記で決定されたバージョンの
アプリケーションプログラムとを同時に表示するステッ
プと、 表示されたアプリケーションプログラムを前記いずれか
のデータファイルと関連付けて起動するステップとを含
むプログラム。
13. Analyzing two or more data files to extract respective feature points; determining a version of an application program capable of reading the data files based on the feature points; And displaying the determined version of the application program simultaneously; and activating the displayed application program in association with any of the data files.
【請求項14】 データファイルを解析して特徴点を抽
出するステップと、 抽出された特徴点に基づいて当該データファイルに適し
たアプリケーションのバージョンを決定するステップ
と、 決定されたバージョンのアプリケーションプログラムが
既にインストールされているか否かを判定するステップ
と、 インストールされていないときに当該バージョンのアプ
リケーションプログラムを新たにインストールするステ
ップとを順次実行するプログラム。
14. A step of analyzing a data file to extract a feature point; a step of determining a version of an application suitable for the data file based on the extracted feature point; A program for sequentially executing a step of determining whether or not the application program is already installed, and a step of newly installing the application program of the version when the application program is not installed.
JP2001107647A 2000-04-17 2001-04-05 Method for installing and starting application, device for executing the same, and medium and program Pending JP2002007138A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001107647A JP2002007138A (en) 2000-04-17 2001-04-05 Method for installing and starting application, device for executing the same, and medium and program

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2000-115239 2000-04-17
JP2000115239 2000-04-17
JP2001107647A JP2002007138A (en) 2000-04-17 2001-04-05 Method for installing and starting application, device for executing the same, and medium and program

Publications (1)

Publication Number Publication Date
JP2002007138A true JP2002007138A (en) 2002-01-11

Family

ID=26590230

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001107647A Pending JP2002007138A (en) 2000-04-17 2001-04-05 Method for installing and starting application, device for executing the same, and medium and program

Country Status (1)

Country Link
JP (1) JP2002007138A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003271505A (en) * 2002-03-18 2003-09-26 Nippon Telegraph & Telephone East Corp Information management system, information management method, program for information management system, recording medium for information management system, user terminal corresponding to information management system and adapter special for information management system
JP2006139807A (en) * 2006-02-03 2006-06-01 Sharp Corp Contents data producing apparatus, control method therefor, and contents data production program
JP2006244045A (en) * 2005-03-02 2006-09-14 Fuji Xerox Co Ltd Document processing device, display processing method thereof, and document processing program
WO2008041318A1 (en) * 2006-10-02 2008-04-10 Pioneer Corporation Application start-up device, application start-up method, application start-up program and recording medium
US7477830B2 (en) 2003-01-21 2009-01-13 Sony Corporation Recording apparatus, reproduction apparatus and file management method
JP2009288937A (en) * 2008-05-28 2009-12-10 Brother Ind Ltd Installation system and program
JP2010250732A (en) * 2009-04-20 2010-11-04 Mitsubishi Electric Corp Transfer device and transfer program
US7930375B2 (en) 2003-05-14 2011-04-19 Canon Kabushiki Kaisha Service providing apparatus, information providing method, and storage medium storing a computer program having service start and end notifying features
US7958056B2 (en) 2004-10-22 2011-06-07 Sharp Kabushiki Kaisha Content data creating device, control method thereof, program for creating content data, and content data display device
JP2016024634A (en) * 2014-07-18 2016-02-08 株式会社安川電機 Ladder chart creation device, monitoring device, computer program, and equipment control device
US10110728B2 (en) 2005-03-10 2018-10-23 Felica Networks, Inc. Theme change system, portable communication device, server apparatus, and computer program
JP2019021301A (en) * 2017-07-20 2019-02-07 ネクスト・イット株式会社 Terminal of electronic tally software provision company providing electronic tally software, method for providing electronic tally software by terminal, electronic tally software provision/use system, and electronic tally software provision/use method by electronic tally software provision/use system
CN112334877A (en) * 2018-06-29 2021-02-05 微软技术许可有限责任公司 Accessing files using web-based adaptation of applications installed on user devices based on versions of the applications

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003271505A (en) * 2002-03-18 2003-09-26 Nippon Telegraph & Telephone East Corp Information management system, information management method, program for information management system, recording medium for information management system, user terminal corresponding to information management system and adapter special for information management system
US10469795B2 (en) 2003-01-21 2019-11-05 Sony Corporation Recording apparatus, reproduction apparatus and file management method
US9697868B2 (en) 2003-01-21 2017-07-04 Sony Corporation Recording apparatus, reproduction apparatus and file management method
US8224156B2 (en) 2003-01-21 2012-07-17 Sony Corporation Recording apparatus, reproduction apparatus and file management method
US7477830B2 (en) 2003-01-21 2009-01-13 Sony Corporation Recording apparatus, reproduction apparatus and file management method
US7930375B2 (en) 2003-05-14 2011-04-19 Canon Kabushiki Kaisha Service providing apparatus, information providing method, and storage medium storing a computer program having service start and end notifying features
US7958056B2 (en) 2004-10-22 2011-06-07 Sharp Kabushiki Kaisha Content data creating device, control method thereof, program for creating content data, and content data display device
JP2006244045A (en) * 2005-03-02 2006-09-14 Fuji Xerox Co Ltd Document processing device, display processing method thereof, and document processing program
US10110728B2 (en) 2005-03-10 2018-10-23 Felica Networks, Inc. Theme change system, portable communication device, server apparatus, and computer program
JP2006139807A (en) * 2006-02-03 2006-06-01 Sharp Corp Contents data producing apparatus, control method therefor, and contents data production program
WO2008041318A1 (en) * 2006-10-02 2008-04-10 Pioneer Corporation Application start-up device, application start-up method, application start-up program and recording medium
JP2009288937A (en) * 2008-05-28 2009-12-10 Brother Ind Ltd Installation system and program
JP2010250732A (en) * 2009-04-20 2010-11-04 Mitsubishi Electric Corp Transfer device and transfer program
JP2016024634A (en) * 2014-07-18 2016-02-08 株式会社安川電機 Ladder chart creation device, monitoring device, computer program, and equipment control device
JP2019021301A (en) * 2017-07-20 2019-02-07 ネクスト・イット株式会社 Terminal of electronic tally software provision company providing electronic tally software, method for providing electronic tally software by terminal, electronic tally software provision/use system, and electronic tally software provision/use method by electronic tally software provision/use system
CN112334877A (en) * 2018-06-29 2021-02-05 微软技术许可有限责任公司 Accessing files using web-based adaptation of applications installed on user devices based on versions of the applications
CN112334877B (en) * 2018-06-29 2024-03-19 微软技术许可有限责任公司 Accessing files using network-based adaptation of an application installed on a user device based on a version of the application

Similar Documents

Publication Publication Date Title
US7293268B2 (en) Installation method, activation method, execution apparatus and medium of application program
US7765542B2 (en) Method and system for describing and extracting application information
US8250518B2 (en) Per user file associations
US7490298B2 (en) Creating documentation screenshots on demand
JP4442902B2 (en) Information processing apparatus, method and program
US7356816B2 (en) Method and apparatus for multiplatform migration
US7774753B1 (en) System and method for communicating data among two or more programs
US6370646B1 (en) Method and apparatus for multiplatform migration
KR101075388B1 (en) Peripheral device driver maintenance scheme for networked peripheral device clients
US6353926B1 (en) Software update notification
US9218150B2 (en) Image forming apparatus and method thereof
US6978276B2 (en) Method and system for detaching files to a specified location
JP5773787B2 (en) Information processing apparatus, control method thereof, and program
US20050097082A1 (en) Selection of optimal execution environment for software applications
US8587811B2 (en) Information processing apparatus and method thereof
JP5483116B2 (en) Maintenance system, maintenance method, and maintenance program
JP2002007138A (en) Method for installing and starting application, device for executing the same, and medium and program
US8046757B2 (en) Method for installing ActiveX control
JPWO2010052999A1 (en) Maintenance system, maintenance method, and maintenance program
US10514940B2 (en) Virtual application package reconstruction
EP2645238A1 (en) File-processing device for executing a pre-processed file, and recording medium for executing a related file-processing method in a computer
US7100039B2 (en) Systems and methods for a bootstrap mechanism for software execution
JP3348430B2 (en) Automatic environment setting method of preinstalled application and storage medium
JP5014366B2 (en) Information processing apparatus, method and program
JP2003256213A (en) Application starting method and system, application starting program, and storage medium stored with application starting program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040423

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20061005

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061024

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20061225

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070130

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070402

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20070406

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20070427