WO2012065562A1 - 一种软件智能安装/升级的方法及系统 - Google Patents
一种软件智能安装/升级的方法及系统 Download PDFInfo
- Publication number
- WO2012065562A1 WO2012065562A1 PCT/CN2011/082355 CN2011082355W WO2012065562A1 WO 2012065562 A1 WO2012065562 A1 WO 2012065562A1 CN 2011082355 W CN2011082355 W CN 2011082355W WO 2012065562 A1 WO2012065562 A1 WO 2012065562A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- software
- installation
- upgrade
- client
- list
- Prior art date
Links
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
-
- 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
Definitions
- the present invention relates to the field of software technologies, and in particular, to an intelligent installation/upgrade method and system for software.
- the technical problem to be solved by the present invention is to provide a smart installation/upgrade method and system for software, so that the user no longer has to worry about irrelevant or harmful content bundled in the software to be installed, and realizes convenient installation, and at the same time enables the user to obtain timely Know the new version related to the software installed on this machine, and upgrade a variety of software at one time.
- the present invention provides a software intelligent installation/upgrade method, comprising the following steps: detecting, on the client side, the installed software of the machine, generating a list of software to be installed/upgraded, and for each software to be installed/upgraded Provide corresponding installation/upgrade prompts;
- the invention also provides a software intelligent installation/upgrade system, comprising:
- Detection module used to detect the installed software of the machine on the client, and generate the software to be installed/upgraded
- a downloading module configured to download, according to the name and version number of the software to be installed/upgraded, from the server, after the client detects that the user selects a software installation/upgrade operation according to the installation/upgrade prompt Target software installation/upgrade package;
- the invention not only provides the user with the "one-click installation/upgrade" function, but also can avoid the bundling of the content during the installation/upgrade process, and no need to worry about inadvertent loading of harmful content during the installation process, so that the software is installed/ The upgrade becomes easy, simple and green.
- the software installation information can be detected intelligently, efficiently and accurately, the software version can be accurately judged, and the software upgrade information can be accurately pushed to the user desktop according to the user software upgrade frequency.
- FIG. 1 is a flowchart of a software intelligent installation/upgrade method according to an embodiment of the invention.
- FIG. 2 is a schematic flowchart of a client detecting step according to an embodiment of the present invention.
- FIG. 3 is a schematic flowchart of a client detecting step according to another embodiment of the present invention.
- 4 is a schematic diagram of a software intelligent installation system according to an embodiment of the invention.
- FIG. 5 is a schematic diagram of a detection module according to an embodiment of the invention.
- FIG. 6 is a schematic diagram of a detection module according to another embodiment of the invention.
- FIG. 1 is a flow chart of a software intelligent installation/upgrade method according to an embodiment of the present invention
- a client detects the installed software of the machine, generates a list of software to be installed/upgraded, and installs each for each /Upgrade software provides corresponding installation/upgrade prompts (step 101); then when the client detects that the user selects a software installation/upgrade operation according to the installation/upgrade prompt, according to the to-be-installed/upgraded software
- the name and version number download the corresponding target software installation/upgrade package from the server (step 102); then execute the installation/upgrade file in the target software installation/upgrade package on the client to complete the installation/upgrade of the software.
- the step of detecting, by the client, that the software is installed by the client may be corresponding to detecting according to a preset software list; the preset software list includes a software name, when the client detects that the software is not installed by the client, , prompt the user to download and install.
- the preset software list may further include a version number of the software.
- the client detects that the version number of the corresponding software installed by the local machine is lower than the version number in the list, the user is prompted to download the liter. Level.
- the preset software list can be saved in the client, or saved on the server and periodically updated and sent to the client.
- the target software installation/upgrade package may be a self-made installation shielded by the bundled content included in the original installation/upgrade package of the software, in addition to the installation upgrade package or the installation upgrade file originally installed by the software. Upgrade package. The script is blocked in the installation boot script.
- the installation boot script can screen the related bundled content by selecting an installation parameter.
- the installation script includes the steps of performing an replacement or addition of the upgrade file, and/or setting the registration environment.
- the script includes the silent installation parameters to complete the installation/upgrade in a silent manner.
- the installation script includes the steps of creating a virtual desktop and installing/upgrading the virtual desktop.
- the bundled content that may exist in the software installation/upgrade package can be obtained through analysis of the software installation process, and the measures for blocking the bundled content can be performed in cooperation with the software provider.
- /S stands for silent installation (the user interface is not displayed, if there are no other parameters, the default component is installed according to the default settings in the default language of the system);
- /quickasso indicates that the file is directly associated with the recommended/current format after the installation is completed without jumping out of the selection dialog
- /skipcheck means skip checking the runtime environment during installation
- /skipyisou stands for installation of the Yahoo! Search Toolbar on installation.
- virtual desktop installations can be created, and installations on virtual desktops can more completely prevent users from being disturbed, and any operations on the current desktop will not be interrupted.
- the virtual desktop can be implemented mainly by using API functions such as CreateDesktop, OpenDesktop and SwitchDesktop. If you want to run the program on the open desktop, you need the CreateProcess function.
- a virtual desktop is a way to extend a user's workspace beyond the boundaries of a computer screen.
- the desktop can be scrolled up, down, left, and right, as if a larger desktop was placed behind a glass screen and moved around. Displays icons, windows, and other objects that exist behind the scenes or outside the field of view.
- Windows XP and 2003 can also implement virtual desktops like Linux, and you don't need to install any programs. Just download a msvdm.dll file.
- an installation script database may be built on the server side, and the name, version number, and corresponding installation guide script of the commonly used software are stored, correspondingly, as shown in the figure.
- 2 is a schematic flowchart of the client detecting step according to the embodiment of the present invention.
- the server sends a software name and a version number list stored in a database to the client (step 201); then, the client The terminal detects whether there is corresponding software to be installed in the local machine according to the list information (step 202); and generates a software list to be installed according to the detection result (step 203).
- the detection by the client is not limited to this method. It may also be initiated without being based on the delivery list of the server, but initiated directly by the client.
- FIG. 3 is a schematic flowchart of a client detecting step according to another embodiment of the present invention.
- the client detects all the software name and version number to be installed/upgraded in the local machine, and transmits the same to the server. End (step 301);
- the server compares the to-be-installed/upgraded software name and version number transmitted by the client with the software name and version number stored in the database, and determines a manageable software name and version number (step 302)
- the client generates a list of software to be installed/upgraded according to the manageable software name and version number (step 303).
- the present invention also provides a software intelligent installation/upgrade system, including a detection module 401, a download module 402, and an installation module 403.
- the detecting module 401 is configured to detect, on the client end, the installed software of the local machine, and generate a standby downloading module 403, configured to: when the client detects that the user selects a certain software according to the installation/upgrade prompt, After the upgrade operation, download the corresponding target software installation/upgrade package from the server according to the name and version number of the software to be installed/upgraded; upgrade the file, and complete the installation/upgrade of the software.
- the detecting module 401 may perform corresponding detection according to a preset software list; the preset software list includes a software name, and when the detecting module detects that the software is not installed on the machine, the user is prompted to download and install.
- the preset software list may further include a version number of the software.
- the detecting module detects that the version number of the corresponding software installed by the local machine is lower than the version number in the list, the user is prompted to download the upgrade.
- FIG. 5 a schematic diagram of a detection module according to an embodiment of the present invention, The method includes: a sending unit 501, a detecting unit 502, and a generating unit 503, where:
- a sending unit 501 configured to send, by the server to the client, a software name and a version number list stored in a database;
- the detecting unit 502 is configured to detect, according to the list information, whether the corresponding to-be-installed/upgraded software exists in the local machine;
- the generating unit 503 is configured to generate a software list to be installed/upgraded according to the detection result of the detecting unit.
- a schematic diagram of a detection module includes a detecting unit 601, a comparing unit 602, and a generating unit 603, where:
- the detecting unit 601 is configured to detect, at the client end, all the software name and version number to be installed/upgraded in the local machine, and transmit the software name and version number to the server;
- the comparing unit 602 is configured to compare the name of the to-be-installed/upgraded software and the version number transmitted by the client with the software name and version number stored in the database on the server side, and determine a manageable software name and a version number;
- the generating unit 603 is configured to generate, by the client, a list of software to be installed according to the manageable software name and version number.
- the installation module described in the embodiment of the present invention may be installed in a silent installation manner, or may be installed on a virtual desktop by creating a virtual desktop.
- the installation on the virtual desktop is one of the features of the present invention.
- the entire software installation process can be completely eliminated after the user clicks the installation operation, and there is no need to worry about accidentally installing some bundled content. And any operation of the user on the current desktop will not be interrupted, and the resources of the current desktop will not be occupied, achieving a completely trouble-free green installation method.
- the invention provides a more convenient software installation/upgrade mode, and effectively avoids loading harmful content during the installation/upgrade process, and can also intelligently, efficiently and accurately detect software installation information, accurately determine the software version, and according to the user software. Upgrade frequency accurately pushes software upgrade information to the user table
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)
- Information Transfer Between Computers (AREA)
Abstract
本发明提供一种软件智能安装/升级的方法及系统,所述方法首先在客户端检测本机已安装的软件,生成待安装/升级软件列表,并为每款待安装/升级软件提供对应的安装/升级提示;然后当客户端侦测到用户根据所述安装/升级提示选择了某款软件的安装/升级操作后,根据所述待安装/升级软件的名称和版本号,从服务器下载对应的目标软件安装/升级包;再在客户端执行所述目标软件安装/升级包中的安装/升级文件,完成该软件的安装/升级。本发明使用户不再担心捆绑在待安装软件中的无关或有害内容,实现便捷安装,同时还可以使用户及时得知与本机所安装的软件有关的新版本,并可一次性完成多款软件的升级。
Description
一种软件智能安装 /升级的方法及系统
技术领域
本发明涉及软件技术领域,尤其涉及一种软件的智能安装 /升级方法及系 统。
背景技术
随着计算机与互联网技术的发展, 各种应用软件也层出不穷。 早期的软 件安装的目的非常单纯, 仅仅是安装与本软件有关的功能模块, 但随着竟争 的发展, 现在有一些软件在安装过程中, 会捆绑一些无关的甚至是有害的内 容, 使用户在安装过程中无意间进行了安装。
上述这种情况, 目前已呈愈演愈烈之势, 不仅^艮多软件其自身发布的官 方版本中就带有大量捆绑内容, 而且还有一些专门提供软件下载的人会将捆 绑内容整合到別人的正常软件的安装过程中去, 这对用户造成了很大的困 扰。
对于经验不足的用户, 往往在安装过程中无意间就会安装很多不需要的 捆绑内容,这些捆绑内 艮可能还是有害的; 而对于有一定经验的用户来说, 在安装过程中要特別小心, 当注意到其中的一些无关的捆绑内容时, 可以选 择将其去除, 这不仅延误了安装进程, 浪费了大量精力, 而且, 对于一些隐 蔽的或强制捆绑的内容也是无能为力。
另一方面, 软件的升级与安装是有类似之处的, 升级之后也存在一个安 装过程。 但不同的是, 当一个软件发布新版本后, 一般会公布在自己的官方 网页上, 或合作网站的网页上, 或通过广告方式告知广大计算机用户, 用户 得知后, 可根据情况选择是否去下载新的版本, 去哪里下载新的版本。 这种 方式, 对于应用软件来说, 是属于被动的升级方式, 对于用户来说, 也很难 及时得知新版本的出现。
还有一些软件, 虽然其自身带有更新通知功能, 但也仅对其自身软件有 效, 对其他软件并不能起到任何提示效果, 用户仍然无法及时得知本机所安
装的常用软件是否处于最新的状态, 而当有多款软件实际上已经发布了更新 版本时, 更无法一次性的完成全部新版本的升级。
因此, 如何提供一种软件的智能安装 /升级方法及系统,使用户放心的对 各款软件进行安装, 无需过多关注安装过程, 甚至是完全免打扰式的安装或 升级, 已经成为业界亟待解决的问题。
发明内容
本发明所要解决的技术问题在于提供一种软件的智能安装 /升级方法及 系统, 以使用户不再担心捆绑在待安装软件中的无关或有害内容, 实现便捷 安装, 同时还可以使用户及时得知与本机所安装的软件有关的新版本, 并可 一次性完成多款软件的升级。
为解决上述技术问题, 本发明提供一种软件智能安装 /升级的方法, 包括 如下步骤: 在客户端检测本机已安装的软件, 生成待安装 /升级软件列表, 并为每款 待安装 /升级软件提供对应的安装 /升级提示;
当客户端侦测到用户根据所述安装 /升级提示选择了某款软件的安装 /升 级操作后,根据所述待安装 /升级软件的名称和版本号,从服务器下载对应的 目标软件安装 /升级包;
件的安装 /升级。
本发明还提供一种软件智能安装 /升级的系统, 包括:
检测模块, 用于在客户端检测本机已安装的软件, 生成待安装 /升级软件
下载模块,用于当客户端侦测到用户根据所述安装 /升级提示选择了某款 软件的安装 /升级操作后, 根据所述待安装 /升级软件的名称和版本号, 从服 务器下载对应的目标软件安装 /升级包;
文件, 完成该软件的安装 /升级。
利用本发明, 不仅为用户提供了 "一键安装 /升级" 功能, 而且还可以在 安装 /升级过程中免除捆绑内容之苦,无需再担心安装过程中不慎装入有害内 容, 使软件安装 /升级变得轻松、 单纯和绿色, 另外, 利用本发明, 还可以智 能、 高效、 准确地检测软件安装信息, 精准判断软件版本, 并根据用户软件 升级频率精确推送软件升级信息至用户桌面。
附图概述
图 1为根据本发明实施例所述的软件智能安装 /升级方法流程图。
图 2为根据本发明实施例所述的客户端检测步骤的流程示意图。
图 3为根据本发明另一实施例所述的客户端检测步骤的流程示意图。 图 4为根据本发明实施例所述的软件智能安装系统示意图。
图 5为根据本发明的实施例所述的检测模块示意图。
图 6为根据本发明的另一实施例所述的检测模块示意图。
本发明的较佳实施方式
下面结合附图, 对本发明的实施例进行详细说明。
如图 1 所示, 为根据本发明实施例所述的软件智能安装 /升级方法流程 图, 首先, 在客户端检测本机已安装的软件, 生成待安装 /升级软件列表, 并 为每款待安装 /升级软件提供对应的安装 /升级提示(步骤 101 ); 然后当客户 端侦测到用户根据所述安装 /升级提示选择了某款软件的安装 /升级操作后, 根据所述待安装 /升级软件的名称和版本号,从服务器下载对应的目标软件安 装 /升级包(步骤 102 ); 然后在客户端执行所述目标软件安装 /升级包中的安 装 /升级文件, 完成该软件的安装 /升级。
其中, 所述在客户端检测本机已安装软件的步骤, 可以是根据一预置软 件列表进行对应检测; 所述预置软件列表包括软件名称, 当客户端检测到本 机未安装该软件时, 提示用户下载安装。
其中, 所述预置软件列表可进一步包括软件的版本号, 当客户端检测到 本机安装的对应软件的版本号低于该列表中的版本号时, 提示用户下载升
级。
其中, 所述预置软件列表可保存于客户端中, 或保存于服务器端并定期 更新后向客户端下发。
其中, 除了可以执行该软件原配的安装升级包或安装升级文件外, 所述 目标软件安装 /升级包还可以是将该软件原有的安装 /升级包中包含的捆绑内 容屏蔽后的自制安装 /升级包。 导脚本, 所述安装引导脚本中屏蔽了有关捆绑内容。
其中, 所述安装引导脚本可以通过选设安装参数对有关捆绑内容进行屏 敝。
和 /或还原该捆绑文件修改的环境设置的步骤。
导脚本, 所述安装引导脚本中包括执行升级文件的替换或增加, 和 /或对注册 环境进行设置的步骤。 导脚本,所述安装引导脚本中包括静默安装参数,以静默方式完成安装 /升级。
导脚本, 所述安装引导脚本中包括创建虚拟桌面, 并在虚拟桌面进行安装 / 升级的步骤。
对软件安装 /升级包中可能存在的捆绑内容,可以通过对软件安装过程的 分析获得, 而对于屏蔽这些捆绑内容的措施, 可以是和该软件提供商进行合 作等方式进行。
例如, 可以通过实际模拟安装来考察整个安装过程是否需要用户点击选 择, 是否夹带了捆绑内容, 这些捆绑内容是否经过了用户点击选择的信息, 根据这些信息,可事先编写提供对应的安装引导脚本,在脚本的执行流程中, 可跳过一些安装选择步骤, 也就是选择不安装捆绑内容; 而对于未经用户选
择而强制安装的捆绑内容, 则可以在安装完成后再卸载该部分捆绑内容, 或 者终止该捆绑内容的安装进程, 或者直接删除安装文件中的捆绑内容, 甚至 可以重新制作安装包。
在上述脚本中, 可以通过静默安装参数或虚拟点击等实现跳过安装选 择, 例如, 对于 "暴风影音" 这一款软件, 可以通过如下静默参数实现:
StormCodec.exe /S /quickasso /skipcheck /skipyisou /2052
其中, /S 代表静默安装(不显示用户界面, 若没有其他参数, 则依系统 默认的语言按照默认的设置安装默认的组件) ;
/quickasso 代表安装完成后按推荐 /当前格式直接关联文件而不跳出选 择对话框;
/skipcheck代表安装时跳过对运行环境的检查;
/skipyisou 代表安装时跳过对雅虎一搜上网工具条的安装;
/2052代表不询问安装语言, 直接安装筒体中文版。
此外, 还可以创建虚拟桌面安装, 虚拟桌面上的安装, 可以更加彻底的 避免用户被打扰, 用户在当前桌面上的任何操作都不会被打断。 所述虚拟桌 面,可以主要利用 CreateDesktop、 OpenDesktop和 SwitchDesktop这几个 API 函数来实现, 如果想在打开的桌面上运行程序的话还需要的就是 CreateProcess函数。
在 Linux系统中, 虚拟桌面是一种将用户的工作区扩展到计算机屏幕边 界以外的方法, 这个桌面可以上下左右滚动, 就好象一个更大的桌面放置在 玻璃屏幕后面, 并且可以四处移动以显示图标、 窗口以及其它一些存在于幕 后或视野以外的对象。 目前, Windows XP、 2003也可以像 Linux—样实现 虚拟桌面, 而且不需要安装任何程序, 只要下载一个 msvdm.dll文件就可以 了。 Windows—共可以提供四个桌面, 每个桌面可以应用不同的背景和相应 的快捷键, 但是这四个桌面上的快捷方式图标永远是相同的, 不能分別摆放 不同的程序。 因此,在虚拟桌面上安装软件, 不必担心快捷方式的生成问题。
根据本发明的一个实施例, 可以在服务器端构建一安装脚本数据库, 存 储有常用软件的名称、 版本号及其对应的所述安装引导脚本, 相应的, 如图
2所示, 为根据本发明实施例所述的客户端检测步骤的流程示意图, 首先, 由服务器端向客户端下发一数据库中存储的软件名称及版本号列表(步骤 201 ) ; 然后, 客户端根据该列表信息, 检测本机中是否存在相对应的待安 装软件 (步骤 202 ) ; 根据检测结果, 生成待安装软件列表(步骤 203 ) 。
客户端的检测并不限于此一种方式, 也可以不依据于服务器端的下发列 表而发起, 而是由客户端直接发起。
如图 3所示, 为根据本发明另一实施例所述的客户端检测步骤的流程示 意图, 首先, 客户端检测本机中存在的全部待安装 /升级软件名称及版本号, 并传送至服务器端 (步骤 301 ) ; 然后, 服务器端将客户端传送的待安装 / 升级软件名称和版本号与数据库中存储的软件名称及版本号相比较, 确定可 管理的软件名称和版本号 (步骤 302 ) ; 客户端根据所述可管理的软件名称 和版本号, 生成待安装 /升级软件列表(步骤 303 ) 。
如图 4所示, 本发明还提供一种软件智能安装 /升级的系统, 包括检测模 块 401、 下载模块 402, 及安装模块 403。
其中, 检测模块 401 , 用于在客户端检测本机已安装的软件, 生成待安 下载模块 403 , 用于当客户端侦测到用户根据所述安装 /升级提示选择了 某款软件的安装 /升级操作后, 根据所述待安装 /升级软件的名称和版本号, 从服务器下载对应的目标软件安装 /升级包; 升级文件, 完成该软件的安装 /升级。
同上所述, 检测模块 401可以是根据一预置软件列表进行对应检测; 所 述预置软件列表包括软件名称, 当检测模块检测到本机未安装该软件时, 提 示用户下载安装。
同样, 所述预置软件列表可以进一步包括软件的版本号, 当检测模块检 测到本机安装的对应软件的版本号低于该列表中的版本号时, 提示用户下载 升级。
相应的, 如图 5所示, 为根据本发明的实施例所述的检测模块示意图,
包括: 下发单元 501 , 检测单元 502, 生成单元 503 , 其中:
下发单元 501 , 用于由服务器端向客户端下发一数据库中存储的软件名 称及版本号列表;
检测单元 502, 用于在客户端根据该列表信息, 检测本机中是否存在相 对应的待安装 /升级软件;
生成单元 503 , 用于根据检测单元的检测结果, 生成待安装 /升级软件列 表。
如图 6所示, 为根据本发明的另一实施例所述的检测模块示意图, 包括 检测单元 601 , 比较单元 602, 生成单元 603 , 其中:
检测单元 601 , 用于在客户端检测本机中存在的全部待安装 /升级软件名 称及版本号, 并传送至服务器端;
比较单元 602, 用于在服务器端将客户端传送的待安装 /升级软件名称 和版本号与数据库中存储的软件名称及版本号相比较, 确定可管理的软件名 称和版本号;
生成单元 603 , 用于在客户端根据所述可管理的软件名称和版本号, 生 成待安装软件列表。
同样, 本发明实施例所述的安装模块, 可以静默安装方式进行安装, 或 通过创建虚拟桌面, 在虚拟桌面进行安装。
虚拟桌面上的安装是本发明的特色之一, 配合前述的安装引导脚本, 可 以使整个软件安装过程在用户一次点击安装操作后即可完全不用再参与, 不 仅不用担心不小心安装上一些捆绑内容, 而且用户在当前桌面的任何操作都 不会被打断, 当前桌面的资源也不会被占用, 实现彻底的免打扰绿色安装方 式。
工业实用性
本发明提供了更为便捷的软件安装 /升级方式, 并在安装 /升级过程中有 效避免装入有害内容, 还可以智能、 高效、 准确地检测软件安装信息, 精准 判断软件版本, 并根据用户软件升级频率精确推送软件升级信息至用户桌
SSCZ80/llOZN3/X3d OAV
Claims
1、 一种软件智能安装 /升级的方法, 其特征在于, 包括如下步骤: 在客户端检测本机已安装的软件, 生成待安装 /升级软件列表, 并为每款 待安装 /升级软件提供对应的安装 /升级提示;
当客户端侦测到用户根据所述安装 /升级提示选择了某款软件的安装 /升 级操作后,根据所述待安装 /升级软件的名称和版本号,从服务器下载对应的 目标软件安装 /升级包; 件的安装 /升级。
2、 如权利要求 1 所述的方法, 其特征在于, 所述在客户端检测本机已 安装软件的步骤, 是根据一预置软件列表进行对应检测; 所述预置软件列表 包括软件名称, 当客户端检测到本机未安装该软件时, 提示用户下载安装。
3、 如权利要求 2所述的方法, 其特征在于, 所述预置软件列表进一步 包括软件的版本号, 当客户端检测到本机安装的对应软件的版本号低于该列 表中的版本号时, 提示用户下载升级。
4、 如权利要求 2或 3所述的方法, 其特征在于, 所述预置软件列表保 存于客户端中, 或保存于服务器端并定期更新后向客户端下发。
5、 如权利要求 1所述的方法, 其特征在于, 所述目标软件安装 /升级包 为将该软件原有的安装 /升级包中包含的捆绑内容屏蔽后的自制安装 /升级 包。
6、 如权利要求 1所述的方法, 其特征在于, 所述目标软件安装 /升级包 的安装 /升级文件中包括一安装引导脚本,所述安装引导脚本中屏蔽了有关捆 绑内容。
7、 如权利要求 6所述的方法, 其特征在于, 所述安装引导脚本通过选 设安装参数对有关捆绑内容进行屏蔽。
8、 如权利要求 1所述的方法, 其特征在于, 所述目标软件安装 /升级包 的安装 /升级文件中包括一安装引导脚本,所述安装引导脚本中包括在执行安 装 /升级完成后删除特定捆绑文件和 /或还原该捆绑文件修改的环境设置的步 骤。
9、 如权利要求 1所述的方法, 其特征在于, 所述目标软件安装 /升级包 的安装 /升级文件中包括一安装引导脚本,所述安装引导脚本中包括执行升级 文件的替换或增加, 和 /或对注册环境进行设置的步骤。
10、 如权利要求 1所述的方法, 其特征在于, 所述目标软件安装 /升级包 的安装 /升级文件中包括一安装引导脚本,所述安装引导脚本中包括静默安装 参数, 以静默方式完成安装 /升级。
11、 如权利要求 1所述的方法, 其特征在于, 所述目标软件安装 /升级包 的安装 /升级文件中包括一安装引导脚本,所述安装引导脚本中包括创建虚拟 桌面, 并在虚拟桌面进行安装 /升级的步骤。
12、 一种软件智能安装 /升级的系统, 其特征在于, 包括:
检测模块, 用于在客户端检测本机已安装的软件, 生成待安装 /升级软件 下载模块,用于当客户端侦测到用户根据所述安装 /升级提示选择了某款 软件的安装 /升级操作后, 根据所述待安装 /升级软件的名称和版本号, 从服 务器下载对应的目标软件安装 /升级包; 文件, 完成该软件的安装 /升级。
13、 如权利要求 12所述的系统, 其特征在于, 所述检测模块, 是根据 一预置软件列表进行对应检测; 所述预置软件列表包括软件名称, 当检测模 块检测到本机未安装该软件时, 提示用户下载安装。
14、 如权利要求 12所述的方法, 其特征在于, 所述预置软件列表进一 步包括软件的版本号, 当检测模块检测到本机安装的对应软件的版本号低于 该列表中的版本号时, 提示用户下载升级。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/885,763 US9459853B2 (en) | 2010-11-19 | 2011-11-17 | Method and system for intelligent installation/upgrading of software |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2010105525370A CN102012826A (zh) | 2010-11-19 | 2010-11-19 | 一种软件智能安装/升级的方法及系统 |
CN201010552537.0 | 2010-11-19 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2012065562A1 true WO2012065562A1 (zh) | 2012-05-24 |
Family
ID=43843002
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2011/082355 WO2012065562A1 (zh) | 2010-11-19 | 2011-11-17 | 一种软件智能安装/升级的方法及系统 |
Country Status (3)
Country | Link |
---|---|
US (1) | US9459853B2 (zh) |
CN (1) | CN102012826A (zh) |
WO (1) | WO2012065562A1 (zh) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111078240A (zh) * | 2018-10-21 | 2020-04-28 | 无锡雅座在线科技股份有限公司 | 一种能够自动升级的终端设备 |
Families Citing this family (46)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102012826A (zh) * | 2010-11-19 | 2011-04-13 | 奇智软件(北京)有限公司 | 一种软件智能安装/升级的方法及系统 |
CN102063322B (zh) * | 2011-02-21 | 2013-06-26 | 北京奇虎科技有限公司 | 一种实现补丁自动安装的方法及系统 |
CN102184112B (zh) * | 2011-05-06 | 2013-11-27 | 北京百度网讯科技有限公司 | 控件升级方法及装置 |
JP5852370B2 (ja) | 2011-08-31 | 2016-02-03 | キヤノン株式会社 | 画像処理装置、画像処理装置の制御方法およびプログラム |
CN102331945A (zh) * | 2011-09-16 | 2012-01-25 | 北京思创银联科技股份有限公司 | 基于电子商店的应用程序管理方法 |
CN103019751A (zh) * | 2011-09-20 | 2013-04-03 | 奇智软件(北京)有限公司 | 一种插入设备匹配及维护方法 |
CN103096296B (zh) * | 2011-11-08 | 2016-08-10 | 腾讯科技(深圳)有限公司 | 应用安装和切换的方法和装置 |
CN102495748A (zh) * | 2011-12-29 | 2012-06-13 | 苏州佰思迈信息咨询有限公司 | 一种更新软件 |
CN103186397A (zh) * | 2011-12-31 | 2013-07-03 | 国民技术股份有限公司 | 数据安装方法和安装系统 |
CN102685238A (zh) * | 2012-05-17 | 2012-09-19 | 江苏中科梦兰电子科技有限公司 | 一种基于云架构的终端程序管理方法 |
US8769526B2 (en) * | 2012-06-19 | 2014-07-01 | Google Inc. | Automatic application updates |
CN102833101B (zh) * | 2012-08-22 | 2015-06-17 | 瑞斯康达科技发展股份有限公司 | 一种分布式网络系统的软件升级方法及设备 |
CN102880935A (zh) * | 2012-09-10 | 2013-01-16 | 曙光信息产业(北京)有限公司 | 一种Linux集群软件的管理方法及其管理系统 |
CN103731445B (zh) * | 2012-10-10 | 2016-12-21 | 上海宝信软件股份有限公司 | 一种基于ios的应用智能更新系统及方法 |
CN103020188A (zh) * | 2012-11-30 | 2013-04-03 | 北京网秦天下科技有限公司 | 多平台应用搜索方法和服务器 |
CN104021336B (zh) * | 2013-02-28 | 2017-12-29 | 联想(北京)有限公司 | 一种信息处理方法和装置 |
CN103313229B (zh) * | 2013-05-27 | 2017-04-19 | 华为终端有限公司 | 一种空中下载技术升级的方法及设备 |
US9189226B2 (en) * | 2013-06-25 | 2015-11-17 | Sap Se | Software logistics protocols |
CN104253829B (zh) * | 2013-06-26 | 2018-01-30 | 上海斐讯数据通信技术有限公司 | 为网络终端设备升级的方法 |
CN103488759A (zh) * | 2013-09-25 | 2014-01-01 | 深圳好视网络科技有限公司 | 一种根据关键词搜索应用程序的方法和装置 |
CN103577608B (zh) * | 2013-11-20 | 2017-06-16 | 北京奇虎科技有限公司 | 一种对文件/文件夹进行操作的方法及装置 |
CN104346195B (zh) * | 2014-06-05 | 2016-05-25 | 腾讯科技(深圳)有限公司 | 软件安装方法和系统 |
CN104346196A (zh) * | 2014-06-17 | 2015-02-11 | 腾讯科技(深圳)有限公司 | 软件下载安装方法及装置 |
CN104092732A (zh) * | 2014-06-20 | 2014-10-08 | 裴兆欣 | 一种终端软件智能更新方法及装置 |
CN104090786A (zh) * | 2014-06-20 | 2014-10-08 | 裴兆欣 | 一种应用软件智能升级的方法及系统 |
CN105335184B (zh) * | 2014-08-07 | 2020-06-12 | 北京奇虎科技有限公司 | 应用安装的方法和装置 |
CN104199703A (zh) * | 2014-09-05 | 2014-12-10 | 北京奇虎科技有限公司 | 静默安装的管理方法及装置 |
CN104615452A (zh) | 2014-09-19 | 2015-05-13 | 安一恒通(北京)科技有限公司 | 信息提供方法和装置 |
CN104503778A (zh) * | 2014-12-09 | 2015-04-08 | 北京奇虎科技有限公司 | 一种应用程序的安装方法和装置 |
CN104660825A (zh) * | 2015-03-09 | 2015-05-27 | 陈健强 | 一种智能手机应用删除方法及其系统 |
CN105912925B (zh) * | 2016-04-05 | 2019-10-08 | 周奇 | 一种禁止移动终端自动安装相关应用的方法及系统 |
CN105897482A (zh) * | 2016-05-25 | 2016-08-24 | 杭州如雷科技有限公司 | 玩具内容更新提示方法和系统 |
CN106899750A (zh) | 2016-08-03 | 2017-06-27 | 阿里巴巴集团控股有限公司 | 基于卡片的信息展示方法、信息展示业务的处理方法及装置 |
CN106453647A (zh) * | 2016-11-29 | 2017-02-22 | 努比亚技术有限公司 | 一种升级包下发方法、接收方法及装置 |
US10866849B2 (en) * | 2017-01-17 | 2020-12-15 | American Express Travel Related Services Company, Inc. | System and method for automated computer system diagnosis and repair |
CN107704287B (zh) * | 2017-09-28 | 2021-04-06 | 努比亚技术有限公司 | 程序应用免安装方法、移动终端及计算机可读存储介质 |
CN108762807B (zh) * | 2018-05-28 | 2022-03-25 | 北京酷我科技有限公司 | 一种基于强离线包的h5页面解析方法 |
CN109408091A (zh) * | 2018-10-15 | 2019-03-01 | 珠海格力电器股份有限公司 | 一种应用升级的方法及设备 |
CN109753297A (zh) * | 2018-12-28 | 2019-05-14 | 深圳创维-Rgb电子有限公司 | 终端待机时软件升级方法、装置及可读存储介质 |
CN109766115B (zh) * | 2019-01-17 | 2022-06-03 | 广东小天才科技有限公司 | 一种智能设备升级的防呆方法及系统 |
CN110045979A (zh) * | 2019-05-09 | 2019-07-23 | 中国航空工业集团公司西安航空计算技术研究所 | 一种航空电子系统的集中式软件升级方法、装置及系统 |
CN110764812B (zh) * | 2019-10-18 | 2023-04-07 | 东莞市小精灵教育软件有限公司 | 一种智能设备、智能穿戴设备及其软件升级的系统和方法 |
CN110865824A (zh) * | 2019-11-20 | 2020-03-06 | 广州大学 | 一种基于无障碍服务实现缄默安装的安卓渗透方法和装置 |
US11645086B2 (en) * | 2019-11-20 | 2023-05-09 | Jpmorgan Chase Bank, N.A. | System and method for implementing a filesystem agent management solution |
CN111104158A (zh) * | 2019-12-23 | 2020-05-05 | 锐捷网络股份有限公司 | 一种软件打包的方法、装置、计算机设备及存储介质 |
CN112416412B (zh) * | 2020-11-28 | 2022-04-15 | 郑州信大捷安信息技术股份有限公司 | 基于子应用的热部署方法及系统 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101141303A (zh) * | 2007-09-24 | 2008-03-12 | 华为技术有限公司 | 一种网络管理系统中的客户端升级方法、服务器、客户端 |
CN100479372C (zh) * | 2003-06-22 | 2009-04-15 | 华为技术有限公司 | 终端设备的软件自动升级方法 |
CN102012826A (zh) * | 2010-11-19 | 2011-04-13 | 奇智软件(北京)有限公司 | 一种软件智能安装/升级的方法及系统 |
Family Cites Families (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5835777A (en) * | 1996-03-20 | 1998-11-10 | Hewlett-Packard Company | Method of automatically generating a software installation package |
US6151643A (en) * | 1996-06-07 | 2000-11-21 | Networks Associates, Inc. | Automatic updating of diverse software products on multiple client computer systems by downloading scanning application to client computer and generating software list on client computer |
US6789215B1 (en) * | 2000-04-21 | 2004-09-07 | Sprint Communications Company, L.P. | System and method for remediating a computer |
US20030110482A1 (en) * | 2001-12-06 | 2003-06-12 | Ferguson Alan L. | System and method for remotely modifying software on a machine |
US9092286B2 (en) * | 2002-12-20 | 2015-07-28 | Qualcomm Incorporated | System to automatically process components on a device |
US7584467B2 (en) * | 2003-03-17 | 2009-09-01 | Microsoft Corporation | Software updating system and method |
US7765592B2 (en) * | 2004-01-10 | 2010-07-27 | Microsoft Corporation | Changed file identification, software conflict resolution and unwanted file removal |
US20050172284A1 (en) * | 2004-01-30 | 2005-08-04 | Dandekar Shree A. | Method and system for automated generation of customized factory installable software |
CN100416499C (zh) * | 2004-08-31 | 2008-09-03 | 威盛电子股份有限公司 | 整合软件安装套件的方法与系统 |
US20060206888A1 (en) * | 2005-03-11 | 2006-09-14 | Microsoft Corporation | Checking for and accessing software component updates through a common content manager |
US20070150889A1 (en) * | 2005-12-22 | 2007-06-28 | Shapiro Alan J | Method and apparatus for panoplex generation and gryphing |
US20070277167A1 (en) * | 2006-05-23 | 2007-11-29 | International Business Machines Corporation | System and method for computer system maintenance |
US7797746B2 (en) * | 2006-12-12 | 2010-09-14 | Fortinet, Inc. | Detection of undesired computer files in archives |
US8769268B2 (en) * | 2007-07-20 | 2014-07-01 | Check Point Software Technologies, Inc. | System and methods providing secure workspace sessions |
US20100083246A1 (en) * | 2008-09-29 | 2010-04-01 | Synopsys, Inc. | System and method for verifying delivered software |
CN101872309A (zh) * | 2010-01-15 | 2010-10-27 | 腾讯科技(深圳)有限公司 | 一种软件安装包下载方法、系统及客户端 |
US20120246630A1 (en) * | 2011-03-23 | 2012-09-27 | Secure By Design | System and Method for Automating Installation and Updating of Third Party Software |
-
2010
- 2010-11-19 CN CN2010105525370A patent/CN102012826A/zh active Pending
-
2011
- 2011-11-17 WO PCT/CN2011/082355 patent/WO2012065562A1/zh active Application Filing
- 2011-11-17 US US13/885,763 patent/US9459853B2/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN100479372C (zh) * | 2003-06-22 | 2009-04-15 | 华为技术有限公司 | 终端设备的软件自动升级方法 |
CN101141303A (zh) * | 2007-09-24 | 2008-03-12 | 华为技术有限公司 | 一种网络管理系统中的客户端升级方法、服务器、客户端 |
CN102012826A (zh) * | 2010-11-19 | 2011-04-13 | 奇智软件(北京)有限公司 | 一种软件智能安装/升级的方法及系统 |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111078240A (zh) * | 2018-10-21 | 2020-04-28 | 无锡雅座在线科技股份有限公司 | 一种能够自动升级的终端设备 |
Also Published As
Publication number | Publication date |
---|---|
CN102012826A (zh) | 2011-04-13 |
US20130298116A1 (en) | 2013-11-07 |
US9459853B2 (en) | 2016-10-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2012065562A1 (zh) | 一种软件智能安装/升级的方法及系统 | |
US11593128B2 (en) | Methods for user interface generation and application modification | |
US8554732B2 (en) | Version management for application execution environment | |
US8448161B2 (en) | Application tracking for application execution environment | |
EP2201455B1 (en) | Method and system for changing execution environments during application execution | |
US8375381B1 (en) | Management user interface for application execution environment | |
CN102790961B (zh) | 应用程序的更新方法、移动终端和服务器 | |
US7908560B2 (en) | Method and system for cross-screen component communication in dynamically created composite applications | |
US9384005B2 (en) | Systems and methods for dynamic configuration of client-side development environments through use of application servers | |
US20070106984A1 (en) | Application suite installer with automatic detection of content and configurable options | |
CN104321745A (zh) | 用于软件应用程序的跨平台开发的环境及方法 | |
JP2010522398A (ja) | ページ内インストーラ | |
CN111427594B (zh) | 应用程序运行方法及装置 | |
CN103678505A (zh) | 一种在浏览器中运行应用程序的方法、装置和浏览器 | |
US20150039515A1 (en) | Interactive product improvement through the use of variants and data gathering reports in a system that can be updated on the fly | |
CN103793248A (zh) | 一种应用程序升级的方法及装置 | |
CN104536752A (zh) | 自动生成apk的方法及装置 | |
Ostrander | Android UI Fundamentals: Develop and Design | |
Bharathan | Apache Maven Cookbook | |
Ridene et al. | A DSML for mobile phone applications testing | |
CN103500114A (zh) | 一种应用程序的安装方法及装置 | |
CN104598268A (zh) | 应用的处理方法及装置 | |
CN105404522A (zh) | 一种构建智能终端应用程序的方法、装置及智能终端 | |
CN111045695A (zh) | WebLogic中间件部署装置、方法及设备和介质 | |
CN106843929B (zh) | 游戏安装方法、安装显示处理方法、装置和终端 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 11841570 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
WWE | Wipo information: entry into national phase |
Ref document number: 13885763 Country of ref document: US |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 11841570 Country of ref document: EP Kind code of ref document: A1 |