JP2005522757A - ソフトウェア配布方法およびシステム - Google Patents
ソフトウェア配布方法およびシステム Download PDFInfo
- Publication number
- JP2005522757A JP2005522757A JP2003582632A JP2003582632A JP2005522757A JP 2005522757 A JP2005522757 A JP 2005522757A JP 2003582632 A JP2003582632 A JP 2003582632A JP 2003582632 A JP2003582632 A JP 2003582632A JP 2005522757 A JP2005522757 A JP 2005522757A
- Authority
- JP
- Japan
- Prior art keywords
- target computer
- action
- computer
- package
- configuration
- 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.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 78
- 230000009471 action Effects 0.000 claims abstract description 140
- 230000001143 conditioned effect Effects 0.000 claims abstract description 10
- 238000011156 evaluation Methods 0.000 claims description 13
- 230000006870 function Effects 0.000 claims description 11
- 230000003936 working memory Effects 0.000 claims description 10
- 230000008859 change Effects 0.000 claims description 7
- 238000004590 computer program Methods 0.000 claims description 7
- 238000012545 processing Methods 0.000 claims description 5
- 230000004044 response Effects 0.000 abstract description 6
- 238000010276 construction Methods 0.000 abstract description 2
- 230000000875 corresponding effect Effects 0.000 description 32
- 230000008569 process Effects 0.000 description 17
- 238000004891 communication Methods 0.000 description 6
- 230000015654 memory Effects 0.000 description 5
- 230000008439 repair process Effects 0.000 description 5
- 230000001771 impaired effect Effects 0.000 description 3
- 238000012360 testing method Methods 0.000 description 3
- 230000002730 additional effect Effects 0.000 description 2
- 230000008901 benefit Effects 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 238000009434 installation Methods 0.000 description 2
- 230000002441 reversible effect Effects 0.000 description 2
- 206010003591 Ataxia Diseases 0.000 description 1
- 206010010947 Coordination abnormal Diseases 0.000 description 1
- 230000007423 decrease Effects 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000006872 improvement Effects 0.000 description 1
- 208000028756 lack of coordination Diseases 0.000 description 1
- 238000012423 maintenance Methods 0.000 description 1
- 239000000463 material Substances 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000002093 peripheral effect Effects 0.000 description 1
- 238000011867 re-evaluation Methods 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 230000001360 synchronised effect Effects 0.000 description 1
- 230000009466 transformation Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/61—Installation
- G06F8/64—Retargetable
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
- G06F8/658—Incremental updates; Differential updates
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Stored Programmes (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
【解決手段】ソフトウェア配布アプリケーションでは、選択されたソフトウェア製品をインストールまたは除去するために各ターゲット・コンピュータで実行されるアクションを指定する命令を含むパッケージが、中央サイトで作成される。通常、これらのアクションは、ターゲット・コンピュータのハードウェア構成に対して条件付けられる。各パッケージが、ターゲット・コンピュータに送信され、対応する命令が解釈されて、ターゲット・コンピュータの現在の構成に合った所望のソフトウェア製品が有効にされる。本発明の解決策では、どんなハードウェアの更新も検出する(337)ように、ターゲット・コンピュータの構成をモニタする。それに応答して、新しい構成にもはや合わなくなったソフトウェア製品を除去するためのアクション・リストと、新しい構成に現在合ったソフトウェア製品をインストールするためのアクション・リストとをターゲット・コンピュータが生成する(339〜351)。これらのリストは、中央サイトに送信され(357)、リストにより対応する差分パッケージの構築がトリガ(360)される。次いで、差分パッケージがターゲット・コンピュータに配布され、したがってターゲット・コンピュータにインストールされたソフトウェア製品がそのハードウェア構成と常に整合することができる。
Description
ACTION_1:Add File_1 if CPU=Model_1
ACTION_2:Remove File_2 if RAM≦64Mbytes
ACTION_3:Add File_3 if RAM≦64Mbytes
ACTION_4:Add File_4 if RAM>64Mbytes
Model_1と異なるCPUおよび32メガバイトのRAMを有するエンドポイントにパッケージが配布されたと仮定すると、ACTION_2とACTION_3に関連する条件だけが真である。したがって、エンジンは、(バックアップ・コピーの作成後に)File_2を除去し、次いで、File_3をインストールする(一方、File_1とFile_4は、エンドポイントへの転送さえも行われない)。
Claims (13)
- 対応するソフトウェア機能を有効にするために複数のターゲット・コンピュータのそれぞれで実行され、その少なくとも1つがターゲット・コンピュータの構成に対して条件付けられているアクションの指示を含むパッケージをソース・コンピュータ上で提供するステップ(306)と、
パッケージをソース・コンピュータからターゲット・コンピュータに送信するステップ(312)と、
ターゲット・コンピュータの構成に合ったアクションを実行するステップ(315〜333)とを含み、
ターゲット・コンピュータの新しい構成をもたらす変更を検出するステップ(337)と、
新しい構成に合ったソフトウェア機能を有効にするための訂正アクションを決定するステップ(339〜351)と、
訂正アクションを実行するステップ(357〜363)と
を特徴とするソフトウェア配布方法(300a、300b)。 - パッケージが、ターゲット・コンピュータの少なくとも1つの構成パラメータに基づく少なくとも1つの条件の指示をさらに含み、各条件が少なくとも1つのアクションに関連しており、
ターゲット・コンピュータの構成に合ったアクションを実行するステップ(315〜333)が、ターゲット・コンピュータの構成に従って、各条件の第1の評価を実行するステップ(318)と、第1の評価に対応する結果が肯定であるとき、条件に関連する少なくとも1つのアクションを実行するステップ(324〜330)とを含み、
訂正アクションを決定するステップ(339〜351)が、変更によって影響を受ける少なくとも1つの構成パラメータに基づいて条件を識別するステップ(339)と、新しい構成に従って、識別された各条件の第2の評価を実行するステップ(342)と、第1の評価に対応する結果が否定であり、第2の評価に対応する結果が肯定であるとき、識別された条件に関連する少なくとも1つのアクションを選択するステップ(345)とを含む、請求項1に記載の方法(300a、300b)。 - ターゲット・コンピュータで第1の評価に対応する結果と共に、アクションの指示および少なくとも1つの条件の指示を記憶するステップ(321)をさらに含む、請求項2に記載の方法(300a、300b)。
- 少なくとも1つの訂正アクションが、ターゲット・コンピュータにおける対応するエンティティのインストールを含むものであり、ソース・コンピュータに各エンティティを要求するステップ(357)をさらに含む、請求項3に記載の方法(300a、300b)。
- 訂正アクションを決定するステップ(339〜351)が、第1の評価に対応する結果が肯定であり第2の評価に対応する結果が否定であったとき、識別された条件ごとに識別された条件に関連する少なくとも1つのアクションを取り消すために、少なくとも1つの取り消しアクションを定義するステップ(351)をさらに含む、請求項2ないし4のいずれかに記載の方法(300a、300b)。
- 実行されたアクションによって影響を受けるターゲット・コンピュータで各既存エンティティのバックアップ・コピーを作成するステップ(327)をさらに含み、少なくとも1つの取り消しアクションが、対応する実行されたアクションによって影響を受ける各既存エンティティのバックアップ・コピーの復元に関するものである、請求項5に記載の方法(300a、300b)。
- 訂正アクションを実行するステップ(357〜363)が、
ソース・コンピュータに訂正アクションの指示を送信するステップ(357)と、
ターゲット・コンピュータで訂正アクションを実行させる他のパッケージを構築するステップ(360)と、
他のパッケージをターゲット・コンピュータに送信するステップ(363)とを含む、請求項1ないし6のいずれかに記載の方法(300a、300b)。 - データ処理システム(100)で走らせたとき請求項1ないし7のいずれかに記載の方法を実行するための、データ処理システムの作業メモリ(140)に直接ロード可能なコンピュータ・プログラム・アプリケーション(210、225、235、250)。
- 請求項8のプログラム・アプリケーション(210、225、235、250)が記憶されるコンピュータ可読媒体を含むプログラム・アプリケーション製品(160)。
- ターゲット・コンピュータ(125)でプログラムを走らせたときにソフトウェア配布方法(300a、300b)を実行するための、ターゲット・コンピュータ(125)の作業メモリ(140)に直接ロード可能なコンピュータ・プログラム(235、250)であって、対応するソフトウェア機能を有効にするためにターゲット・コンピュータで実行されるアクションの指示を含むパッケージを提供するソース・コンピュータ(105)とターゲット・コンピュータが結合され、少なくとも1つのアクションが、ターゲット・コンピュータの構成に対して条件付けられ、
方法が、
ソース・コンピュータからパッケージを受信するステップ(312)と、
ターゲット・コンピュータの構成に合ったアクションを実行するステップ(315〜333)とを含み、
ターゲット・コンピュータの新しい構成をもたらす変更を検出するステップ(337)と、
新しい構成に合ったソフトウェア機能を有効にするための訂正アクションを決定するステップ(339〜351)と、
訂正アクションを実行するステップ(357〜363)と
を特徴とするコンピュータ・プログラム(235、250)。 - 請求項10のプログラム(235、250)が記憶されているコンピュータ可読媒体を含むプログラム製品(160)。
- ソース・コンピュータ(105)と、複数のターゲット・コンピュータ(125)とを含み、ソース・コンピュータが、対応するソフトウェア機能を有効にするためにターゲット・コンピュータのそれぞれで実行されるアクションの指示を含むパッケージを提供する手段を有し、少なくとも1つのアクションが、ターゲット・コンピュータの構成に対して条件付けられ、パッケージをソース・コンピュータからターゲット・コンピュータに送信する手段(220、230)をさらに含み、ターゲット・コンピュータが、ターゲット・コンピュータの構成に合ったアクションを実行する手段(235)を含んでいるソフトウェア配布システム(100)であって、
ターゲット・コンピュータが、ターゲット・コンピュータの新しい構成をもたらす変更を検出する手段(250)と、新しい構成に合ったソフトウェア機能を有効にするための訂正アクションを決定する手段(250)と、訂正アクションを実行する手段(235)とをさらに含むことを特徴とするソフトウェア配布システム(100)。 - ソフトウェア配布システム(100)中で使用されるターゲット・コンピュータ(125)であって、システムが、対応するソフトウェア機能を有効にするためにターゲット・コンピュータで実行されるアクションの指示を含むパッケージを提供する手段(210)を有するソース・コンピュータ(105)を含み、少なくとも1つのアクションが、ターゲット・コンピュータの構成に対して条件付けられ、ターゲット・コンピュータが、パッケージをソース・コンピュータから受信する手段(230)と、ターゲット・コンピュータの構成に合ったアクションを実行する手段(235)とを含んでおり、
ターゲット・コンピュータが、ターゲット・コンピュータの新しい構成をもたらす変更を検出する手段(250)と、新しい構成に合ったソフトウェア機能を有効にするための訂正アクションを決定する手段(250)と、訂正アクションを実行する手段(235)とをさらに含むことを特徴とする、ターゲット・コンピュータ(125)。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP02368036 | 2002-04-11 | ||
PCT/EP2003/002300 WO2003085513A2 (en) | 2002-04-11 | 2003-02-13 | A software distribution method and system |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2005522757A true JP2005522757A (ja) | 2005-07-28 |
JP4524113B2 JP4524113B2 (ja) | 2010-08-11 |
Family
ID=28686028
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2003582632A Expired - Fee Related JP4524113B2 (ja) | 2002-04-11 | 2003-02-13 | ソフトウェア配布方法およびシステム |
Country Status (7)
Country | Link |
---|---|
US (2) | US7490322B2 (ja) |
EP (1) | EP1497721B1 (ja) |
JP (1) | JP4524113B2 (ja) |
CN (1) | CN1313923C (ja) |
AU (1) | AU2003210427A1 (ja) |
CA (1) | CA2481712C (ja) |
WO (1) | WO2003085513A2 (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2012524342A (ja) * | 2009-04-14 | 2012-10-11 | クアルコム,インコーポレイテッド | 互換性および/またはユーザ設定に基づいて計算装置でアプリケーションおよびウィジェットを自動的に使用可能にするおよび使用不能にするシステムおよび方法 |
Families Citing this family (51)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6751794B1 (en) * | 2000-05-25 | 2004-06-15 | Everdream Corporation | Intelligent patch checker |
WO2003085513A2 (en) * | 2002-04-11 | 2003-10-16 | International Business Machines Corporation | A software distribution method and system |
US7577948B2 (en) * | 2003-07-02 | 2009-08-18 | Upgradedetect, Inc. | System and method for providing computer upgrade information |
GB2413407B (en) * | 2004-04-22 | 2007-11-07 | Ibm | Method and system for software or data distribution |
US8413134B2 (en) * | 2005-05-10 | 2013-04-02 | International Business Machines Corporation | Method, system and computer program for installing software products based on package introspection |
US8166458B2 (en) * | 2005-11-07 | 2012-04-24 | Red Hat, Inc. | Method and system for automated distributed software testing |
CN101657793B (zh) * | 2007-04-05 | 2014-08-13 | 国际商业机器公司 | 用于配置防火墙的方法、系统和计算机程序 |
US8739131B2 (en) | 2007-05-04 | 2014-05-27 | International Business Machines Corporation | Completing functional testing |
US20080294777A1 (en) * | 2007-05-25 | 2008-11-27 | Alexei Karve | Method and apparatus for template-based provisioning in a service delivery environment |
US8239505B2 (en) * | 2007-06-29 | 2012-08-07 | Microsoft Corporation | Progressively implementing declarative models in distributed systems |
US8250169B2 (en) * | 2007-09-24 | 2012-08-21 | Sap Ag | Business context data companion tool |
US8127237B2 (en) | 2007-09-24 | 2012-02-28 | Sap Ag | Active business client |
US8572580B2 (en) * | 2008-07-28 | 2013-10-29 | Microsoft Corporation | Computer application packages with customizations |
US20100031249A1 (en) * | 2008-08-04 | 2010-02-04 | International Business Machines Corporation | Method for policy based enforcement of business requirements for software install |
US7721279B1 (en) * | 2009-01-28 | 2010-05-18 | International Business Machines Corporation | Packaging information integration applications |
US8782530B2 (en) * | 2009-03-25 | 2014-07-15 | Sap Ag | Method and system for providing a user interface in a computer |
US8712953B2 (en) * | 2009-03-25 | 2014-04-29 | Sap Ag | Data consumption framework for semantic objects |
US10656931B2 (en) * | 2009-05-26 | 2020-05-19 | Comcast Cable Communications, Llc | Network event triggered software updates |
WO2011053312A1 (en) * | 2009-10-30 | 2011-05-05 | Hewlett-Packard Development Company, L.P. | Systems and methods of creating a restorable computer installation |
US20110113226A1 (en) * | 2009-11-09 | 2011-05-12 | Bank Of America Corporation | Distribution Of Software Updates |
US9128799B2 (en) * | 2009-11-09 | 2015-09-08 | Bank Of America Corporation | Programmatic creation of task sequences from manifests |
US20110113416A1 (en) * | 2009-11-09 | 2011-05-12 | Bank Of America Corporation | Network-Enhanced Control Of Software Updates Received Via Removable Computer-Readable Medium |
US9176898B2 (en) * | 2009-11-09 | 2015-11-03 | Bank Of America Corporation | Software stack building using logically protected region of computer-readable medium |
US9122558B2 (en) * | 2009-11-09 | 2015-09-01 | Bank Of America Corporation | Software updates using delta patching |
US8584113B2 (en) * | 2009-11-09 | 2013-11-12 | Bank Of America Corporation | Cross-updating of software between self-service financial transaction machines |
US8972974B2 (en) * | 2009-11-09 | 2015-03-03 | Bank Of America Corporation | Multiple invocation points in software build task sequence |
US8996684B2 (en) * | 2009-12-08 | 2015-03-31 | Tripwire, Inc. | Scoring and interpreting change data through inference by correlating with change catalogs |
US9741017B2 (en) * | 2009-12-08 | 2017-08-22 | Tripwire, Inc. | Interpreting categorized change information in order to build and maintain change catalogs |
US8600996B2 (en) * | 2009-12-08 | 2013-12-03 | Tripwire, Inc. | Use of inference techniques to facilitate categorization of system change information |
US8868987B2 (en) * | 2010-02-05 | 2014-10-21 | Tripwire, Inc. | Systems and methods for visual correlation of log events, configuration changes and conditions producing alerts in a virtual infrastructure |
US8875129B2 (en) * | 2010-02-05 | 2014-10-28 | Tripwire, Inc. | Systems and methods for monitoring and alerting events that virtual machine software produces in a virtual infrastructure |
US8566823B2 (en) | 2010-02-05 | 2013-10-22 | Tripwire, Inc. | Systems and methods for triggering scripts based upon an alert within a virtual infrastructure |
US20110238572A1 (en) * | 2010-03-25 | 2011-09-29 | Bank Of America Corporation | Remote Control Of Self-Service Terminal |
US20130191495A1 (en) * | 2012-01-23 | 2013-07-25 | Cristian Almstrand | Framework and system to distribute applications for heterogeneous platforms |
JP5533935B2 (ja) * | 2012-05-10 | 2014-06-25 | トヨタ自動車株式会社 | ソフトウェア配信システム、ソフトウェア配信方法 |
US9342317B2 (en) * | 2012-08-09 | 2016-05-17 | International Business Machines Corporation | Importing profiles for configuring specific system components into a configuration profile for the system |
US9223592B2 (en) | 2012-08-09 | 2015-12-29 | International Business Machines Corporation | Configuring a system with various system components utilizing a configuration profile |
US9766873B2 (en) | 2012-08-17 | 2017-09-19 | Tripwire, Inc. | Operating system patching and software update reconciliation |
US9367301B1 (en) * | 2013-03-06 | 2016-06-14 | Attivio Inc. | Dynamic update of a distributed message processing system |
US9329854B2 (en) * | 2013-03-07 | 2016-05-03 | Telefonaktiebolaget L M Ericsson (Publ) | Staging calculation for upgrade campaign generation |
US9766870B2 (en) * | 2013-05-30 | 2017-09-19 | Microsoft Technology Licensing, Llc | Bundle package generation |
US20140357357A1 (en) | 2013-05-30 | 2014-12-04 | Microsoft Corporation | Game bundle package |
US20140359605A1 (en) * | 2013-05-30 | 2014-12-04 | Microsoft Corporation | Bundle package signing |
US9323514B2 (en) | 2013-05-30 | 2016-04-26 | Microsoft Technology Licensing, Llc | Resource package indexing |
US9690564B2 (en) * | 2013-09-10 | 2017-06-27 | International Business Machines Corporation | Runtime detection of software configurations and upgrades |
TW201521403A (zh) * | 2013-11-19 | 2015-06-01 | Inst Information Industry | 軟體漫遊系統、方法與其電腦可讀取記錄媒體 |
CN105515806A (zh) * | 2014-09-24 | 2016-04-20 | 中兴通讯股份有限公司 | 软件版本处理方法及装置 |
US9116777B1 (en) * | 2014-09-25 | 2015-08-25 | International Business Machines Corporation | In-flight process instance migration between business process execution language (BPEL) suites |
US9740473B2 (en) | 2015-08-26 | 2017-08-22 | Bank Of America Corporation | Software and associated hardware regression and compatibility testing system |
JP6855348B2 (ja) * | 2017-07-31 | 2021-04-07 | 株式会社ソニー・インタラクティブエンタテインメント | 情報処理装置およびダウンロード処理方法 |
US10255065B1 (en) * | 2017-12-29 | 2019-04-09 | Semmle Limited | Automatically building software projects |
Family Cites Families (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05165610A (ja) * | 1991-12-13 | 1993-07-02 | Hitachi Ltd | ソフトウェア開発環境の生成および保守方法 |
WO1994025913A2 (en) * | 1993-04-30 | 1994-11-10 | Novadigm, Inc. | Method and apparatus for enterprise desktop management |
JPH10177473A (ja) * | 1996-12-18 | 1998-06-30 | Japan Airlines Co Ltd | コンピュータ・プログラムのインストール方法及びシステム |
US6684397B1 (en) * | 1997-09-08 | 2004-01-27 | Novell, Inc. | Auto-install apparatus and method |
US6117187A (en) * | 1997-09-30 | 2000-09-12 | Hewlett-Packard Company | Automatic generation of a software installation package |
WO1999057634A1 (en) * | 1998-05-06 | 1999-11-11 | Jcp Computer Services Ltd. | Processing apparatus and method |
US6080207A (en) * | 1998-06-04 | 2000-06-27 | Gateway 2000, Inc. | System and method of creating and delivering software |
US6966060B1 (en) * | 1999-07-02 | 2005-11-15 | Microsoft Corporation | Method and system for remote client installation |
US7219332B2 (en) * | 2000-07-07 | 2007-05-15 | Microsoft Corporation | Configuring software components(merge) with transformation component using configurable and non-configurable data elements |
GB0017336D0 (en) * | 2000-07-15 | 2000-08-30 | Ibm | Preferable modes of software package deployment |
US7103650B1 (en) * | 2000-09-26 | 2006-09-05 | Microsoft Corporation | Client computer configuration based on server computer update |
US6832372B1 (en) * | 2000-09-29 | 2004-12-14 | Hewlett-Packard Development Company, L.P. | Updating system ROM configuration utility using NVRAM |
US7213231B1 (en) * | 2001-01-11 | 2007-05-01 | Cisco Technology, Inc. | Cross-spectrum application model for dynamic computing environments in software lifecycle |
US20020147974A1 (en) * | 2001-02-09 | 2002-10-10 | Wookey Michael J. | Networked installation system for deploying systems management platforms |
US6901580B2 (en) * | 2001-06-22 | 2005-05-31 | Intel Corporation | Configuration parameter sequencing and sequencer |
US6986135B2 (en) * | 2001-09-06 | 2006-01-10 | Cognos Incorporated | Deployment manager for organizing and deploying an application in a distributed computing environment |
WO2003085513A2 (en) | 2002-04-11 | 2003-10-16 | International Business Machines Corporation | A software distribution method and system |
US7219344B2 (en) * | 2002-04-30 | 2007-05-15 | Accenture Global Services Gmbh | Method and apparatus for deploying programs and computing platforms to selected computers |
-
2003
- 2003-02-13 WO PCT/EP2003/002300 patent/WO2003085513A2/en active Search and Examination
- 2003-02-13 EP EP03745759.5A patent/EP1497721B1/en not_active Expired - Lifetime
- 2003-02-13 JP JP2003582632A patent/JP4524113B2/ja not_active Expired - Fee Related
- 2003-02-13 AU AU2003210427A patent/AU2003210427A1/en not_active Abandoned
- 2003-02-13 US US10/510,547 patent/US7490322B2/en not_active Expired - Fee Related
- 2003-02-13 CN CNB038082187A patent/CN1313923C/zh not_active Expired - Fee Related
- 2003-02-13 CA CA2481712A patent/CA2481712C/en not_active Expired - Fee Related
-
2009
- 2009-01-14 US US12/353,685 patent/US8266617B2/en not_active Expired - Fee Related
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2012524342A (ja) * | 2009-04-14 | 2012-10-11 | クアルコム,インコーポレイテッド | 互換性および/またはユーザ設定に基づいて計算装置でアプリケーションおよびウィジェットを自動的に使用可能にするおよび使用不能にするシステムおよび方法 |
Also Published As
Publication number | Publication date |
---|---|
CA2481712A1 (en) | 2003-10-16 |
WO2003085513A3 (en) | 2004-04-15 |
AU2003210427A8 (en) | 2003-10-20 |
EP1497721A2 (en) | 2005-01-19 |
US20090158268A1 (en) | 2009-06-18 |
WO2003085513A2 (en) | 2003-10-16 |
CN1313923C (zh) | 2007-05-02 |
JP4524113B2 (ja) | 2010-08-11 |
CA2481712C (en) | 2011-07-12 |
EP1497721B1 (en) | 2015-04-01 |
US7490322B2 (en) | 2009-02-10 |
US20050149925A1 (en) | 2005-07-07 |
US8266617B2 (en) | 2012-09-11 |
AU2003210427A1 (en) | 2003-10-20 |
CN1647038A (zh) | 2005-07-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4524113B2 (ja) | ソフトウェア配布方法およびシステム | |
US8122106B2 (en) | Integrating design, deployment, and management phases for systems | |
US9063725B2 (en) | Portable management | |
US7684964B2 (en) | Model and system state synchronization | |
US7421490B2 (en) | Uniquely identifying a crashed application and its environment | |
US9542175B2 (en) | Continuous deployment | |
KR100655124B1 (ko) | 주문 제작 컴퓨터시스템을 위한 소프트웨어 설치 및 테스트를촉진하는 데이타베이스 | |
US7243346B1 (en) | Customized library management system | |
US7165194B2 (en) | Technical support for software products | |
US7293255B2 (en) | Apparatus and method for automated creation of resource types | |
US20130232245A1 (en) | Automation for virtualized it environments | |
US8001083B1 (en) | Repository including version management | |
US20050262501A1 (en) | Software distribution method and system supporting configuration management | |
US20060048145A1 (en) | Software distribution method and system with automatic prerequisite installation | |
JP2004158012A (ja) | ソフトウェアアプリケーション管理のためのシステムおよび方法 | |
JP2009519544A (ja) | 自動ソフトウェアテストフレームワーク | |
WO2009048894A2 (en) | Managing updates to create a virtual machine facsimile | |
US20070234328A1 (en) | File handling for test environments | |
US20030005093A1 (en) | Server configuration versioning tool | |
US20050108704A1 (en) | Software distribution application supporting verification of external installation programs | |
US7389515B1 (en) | Application deflation system and method | |
CN117785266B (zh) | 应用程序的自动发布方法、调度服务器及低代码平台 | |
CN117648198B (zh) | 应用适配方法及装置、设备及存储介质 | |
US8812458B2 (en) | Adaptive methodology for updating solution building block architectures and associated tooling | |
US8825610B1 (en) | System management based on goals relevant to a current state of a managed system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20061024 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20070122 |
|
A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20070129 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20070424 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20070910 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20071121 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20071226 |
|
A912 | Re-examination (zenchi) completed and case transferred to appeal board |
Free format text: JAPANESE INTERMEDIATE CODE: A912 Effective date: 20080229 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100423 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20100531 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130604 Year of fee payment: 3 |
|
LAPS | Cancellation because of no payment of annual fees |