CN105955740B - software management method and device - Google Patents

software management method and device Download PDF

Info

Publication number
CN105955740B
CN105955740B CN201610282391.XA CN201610282391A CN105955740B CN 105955740 B CN105955740 B CN 105955740B CN 201610282391 A CN201610282391 A CN 201610282391A CN 105955740 B CN105955740 B CN 105955740B
Authority
CN
China
Prior art keywords
version
software
installation
silent
information
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.)
Active
Application number
CN201610282391.XA
Other languages
Chinese (zh)
Other versions
CN105955740A (en
Inventor
李跃红
冯楠
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.)
Beijing Hongxiang Technical Service Co Ltd
Original Assignee
Beijing Qihoo Technology Co Ltd
Qizhi Software Beijing Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Qihoo Technology Co Ltd, Qizhi Software Beijing Co Ltd filed Critical Beijing Qihoo Technology Co Ltd
Priority to CN201610282391.XA priority Critical patent/CN105955740B/en
Publication of CN105955740A publication Critical patent/CN105955740A/en
Priority to PCT/CN2017/081503 priority patent/WO2017186066A1/en
Application granted granted Critical
Publication of CN105955740B publication Critical patent/CN105955740B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Abstract

the invention provides a software management method, which comprises the following steps: receiving a version rollback instruction input by a user for software; judging whether a first version currently installed by the software and at least one second version lower than the first version meet a version rollback rule or not; if yes, collecting related information for version rollback of the software; and executing the version rollback operation of the software according to the related information. The invention also provides a software management device. By using the method and the device, the safety of the installed software of the second version lower than the first version is ensured, and the data safety of the user is also ensured; in the software rollback process, the new version and the old version of the software can be quickly uninstalled and installed, zero operation of a user in the uninstalling and installing process is guaranteed, automatic uninstalling and installation are achieved, meanwhile, in the uninstalling and installing process, personalized requirement configuration of the user can be automatically achieved, and user experience is greatly improved.

Description

software management method and device
Technical Field
The invention relates to the technical field of computers, in particular to a software management method and a software management device.
Background
With the continuous development of computer technology, the use of software relates to various fields in the modern times, the functions of various types of software are continuously improved, and the life of people cannot be separated from the use of various types of software. In the use process of the software, the upgrade is the basic function of the software, and in order to realize some new functions or overcome the defects of the existing software, the software is frequently updated and upgraded from an old version to a new version. After the software is upgraded to a new version, sometimes the function of the software is abnormal due to the problem of the new version software, such as the performance does not reach the standard, some functions have errors, and the software is incompatible with the current terminal operating system, or the user wants to uninstall the new version software and reinstall a corresponding old version due to the reason that the user does not adapt to the use habit of the new version.
In the prior art, the software version rollback process is usually completed only by the participation of a user, for example, the user is required to manually configure various uninstalling parameters in the new version uninstalling process, the user is required to manually download a corresponding installation package in the old version installing process, and then, the entire rollback process can be completed only by inputting/selecting various installation configuration parameters. In the above rollback process, a user needs to perform a plurality of operation steps, which results in a complicated software rollback process and a poor user experience. However, the prior art does not implement a fast, effective and automatic software rollback scheme, so an efficient software management method is needed to solve the problem that a user completes software rollback fast and effectively.
Disclosure of Invention
In order to overcome the above technical problems or at least partially solve the above technical problems, the following technical solutions are proposed:
the embodiment of the invention provides a software management method, which comprises the following steps:
Receiving a version rollback instruction input by a user for software;
Judging whether a first version currently installed by the software and at least one second version lower than the first version meet a version rollback rule or not;
if yes, collecting related information for version rollback of the software; and
and executing the version rollback operation of the software according to the related information.
optionally, the method further comprises:
and adding the first version into an upgrade omission list of the software.
optionally, the method further comprises:
And recommending other software of the same type as the software to the user according to the information of the software.
preferably, the step of recommending other software of the same type as the software to the user according to the information of the software further comprises:
Searching other software of the same type as the software according to the information of the software; and
And generating and displaying recommendation information of other software.
optionally, the method further comprises:
If the version rollback operation of the software fails, an uninstaller of the software is called to uninstall the first version of the software.
Preferably, the step of determining whether the first version of the software currently installed and the at least one second version lower than the first version satisfy the version rollback rule further comprises:
acquiring identification information of a first version and identification information of a second version;
judging whether the first version of the software supports silent uninstallation or not according to the identification information of the first version; and
Judging whether the second version of the software supports silent installation according to the identification information of the second version;
Wherein the version rollback rule is satisfied if the first version of software supports silent uninstallation and the second version of software supports silent installation.
Preferably, the information related to version rollback for software includes: the silent uninstallation configuration information corresponding to the first version and the installation information corresponding to the second version.
preferably, the installation information corresponding to the second version includes: silent installation configuration information corresponding to the second version and download address information of the software second version installation package,
Preferably, the quiet installation configuration information corresponding to the second version includes at least one of:
Installation path information of the software;
Registry information for the software;
identity identification information of the software;
authorization information of the software; and
Setting information of a user during software installation.
Preferably, the step of executing the version rollback operation of the software according to the related information further comprises:
quiescing a first version of uninstalled software according to quiesce uninstall configuration information corresponding to the first version; and
Quiescing the second version of the installed software in accordance with installation information corresponding to the second version.
Optionally, the method further comprises:
Judging whether the silent uninstalling operation of the first version of the software is successful or not according to the silent uninstalling result of the first version of the software;
And if the silent uninstalling operation of the first version of the software is not successful, generating and displaying uninstalling prompt information to prompt a user to manually execute the uninstalling operation of the first version of the software.
optionally, the method further comprises:
judging whether the silent installation operation of the second version of the software is successful according to the silent installation result of the second version of the software;
And if the silent installation operation of the second version of the software is not successful, generating and displaying installation prompt information to prompt a user to manually execute the installation operation of the second version of the software.
Preferably, the step of uninstalling the first version of the software according to the quiesce uninstall configuration information corresponding to the first version further includes:
setting uninstalling configuration parameters of the first version of the software according to the silent uninstalling configuration information corresponding to the first version; and
Silencing the first version of the uninstalled software according to the set uninstalling configuration parameters of the first version of the software;
The uninstalling configuration parameters of the first version of the software comprise running configuration parameters of the first version of the software and/or user configuration parameters of the first version of the software.
Preferably, the step of installing the second version of the software according to the installation information corresponding to the second version further includes:
Acquiring an installation package of a second version of the software according to the download address information of the installation package of the second version of the software;
setting installation configuration parameters of the second version of the software according to the silent installation configuration information corresponding to the second version;
The second version of the software is installed in a silent mode according to the set installation configuration parameters of the second version of the software and the installation package of the second version of the software;
the installation configuration parameters of the second version of the software comprise operation configuration parameters of the second version of the software and/or user configuration parameters of the second version of the software.
Another embodiment of the present invention provides a software management apparatus, including:
The receiving module is used for receiving a version rollback instruction input by a user aiming at the software;
the software version rollback control device comprises a first judgment module, a second judgment module and a third judgment module, wherein the first judgment module is used for judging whether a first version currently installed by software and at least one second version lower than the first version meet version rollback rules or not;
The collection module is used for collecting relevant information for version rollback of software if a version rollback rule is met; and
and the execution module is used for executing the version rollback operation of the software according to the relevant information.
Optionally, the apparatus further comprises:
And the ignoring module is used for adding the first version into an upgrade ignoring list of the software.
optionally, the apparatus further comprises:
And the recommending module is used for recommending other software of the same type as the software to the user according to the information of the software.
Preferably, the recommendation module further comprises:
the searching unit is used for searching other software of the same type as the software according to the information of the software; and
and the generating and displaying unit is used for generating and displaying recommendation information of other software.
Optionally, the apparatus further comprises:
and the calling module is used for calling the uninstalling program of the software to uninstall the first version of the software if the version rollback operation of the software fails.
preferably, the first judging module further comprises:
an acquisition unit configured to acquire identification information of a first version and identification information of a second version;
The first judging unit is used for judging whether the first version of the software supports silent uninstallation according to the identification information of the first version; and
The second judging unit is used for judging whether the second version of the software supports silent installation according to the identification information of the second version;
Wherein the version rollback rule is satisfied if the first version of software supports silent uninstallation and the second version of software supports silent installation.
Preferably, the information related to version rollback for software includes: the silent uninstallation configuration information corresponding to the first version and the installation information corresponding to the second version.
preferably, the installation information corresponding to the second version includes: silent installation configuration information corresponding to the second version and download address information of the software second version installation package,
Preferably, the quiet installation configuration information corresponding to the second version includes at least one of:
installation path information of the software;
registry information for the software;
Identity identification information of the software;
Authorization information of the software; and
setting information of a user during software installation.
preferably, the execution module further comprises:
an uninstalling unit, configured to uninstall the first version of the software according to the quiesce uninstall configuration information corresponding to the first version; and
and the installation unit is used for silently installing the second version of the software according to the installation information corresponding to the second version.
Optionally, the apparatus further comprises:
the second judgment module is used for judging whether the silent uninstalling operation of the first version of the software is successful according to the silent uninstalling result of the first version of the software;
the first generation display module is used for generating and displaying uninstalling prompt information to prompt a user to manually execute the uninstalling operation of the first version of the software if the silent uninstalling operation of the first version of the software is not successful.
Optionally, the apparatus further comprises:
The third judging module is used for judging whether the silent installation operation of the second version of the software succeeds or not according to the silent installation result of the second version of the software;
and the second generation display module is used for generating and displaying installation prompt information to prompt a user to manually execute the installation operation of the second version of the software if the silent installation operation of the second version of the software is judged to be unsuccessful.
preferably, the unloading unit further comprises:
The first setting subunit is used for setting the uninstalling configuration parameters of the first version of the software according to the silent uninstalling configuration information corresponding to the first version; and
the uninstalling sub-unit is used for quiescing the first version of the uninstalled software according to the uninstalling configuration parameters of the set first version of the software;
the uninstalling configuration parameters of the first version of the software comprise running configuration parameters of the first version of the software and/or user configuration parameters of the first version of the software.
preferably, the mounting unit further comprises:
the acquiring subunit is used for acquiring the installation package of the second version of the software according to the download address information of the installation package of the second version of the software;
The second setting subunit is used for setting the installation configuration parameters of the second version of the software according to the silent installation configuration information corresponding to the second version;
the installation subunit is used for silently installing the second version of the software according to the set installation configuration parameters of the second version of the software and the installation package of the second version of the software;
the installation configuration parameters of the second version of the software comprise operation configuration parameters of the second version of the software and/or user configuration parameters of the second version of the software.
in the embodiment of the invention, a software management scheme is provided, whether a first version currently installed in software and at least one second version lower than the first version meet a version rollback rule or not is judged according to a received version rollback instruction input by a user for the software, necessary precondition is provided for the rollback operation of the subsequently executed software, meanwhile, the safety of the installed software of the at least one second version lower than the first version is ensured, and the data safety of the user is ensured; if the judgment result shows that the version rollback rule is met, collecting relevant information for performing version rollback on the software, executing the version rollback operation of the software according to the relevant information, rapidly unloading and installing the software in the software rollback process, ensuring zero operation of a user in the unloading and installing process, realizing automatic unloading and installing, automatically realizing personalized demand configuration of the user in the unloading and installing process, and greatly improving user experience.
additional aspects and advantages of the invention will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention.
Drawings
the foregoing and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
FIG. 1 is a flow chart illustrating a software management method according to an embodiment of the present invention;
FIG. 2 is a flow chart of a software management method according to another preferred embodiment of the present invention;
FIG. 3 is a flowchart illustrating a software management method according to another preferred embodiment of the present invention;
FIG. 4 is a flowchart illustrating a software management method according to still another preferred embodiment of the present invention;
FIG. 5 is a diagram illustrating a specific application scenario of the software management method according to a preferred embodiment of the present invention;
FIG. 6 is a diagram illustrating a software management apparatus according to another embodiment of the present invention;
FIG. 7 is a schematic structural diagram of a software management apparatus according to another preferred embodiment of the present invention;
FIG. 8 is a schematic structural diagram of a software management apparatus according to another preferred embodiment of the present invention;
fig. 9 is a schematic structural diagram of a software management apparatus according to still another preferred embodiment of the present invention.
Detailed Description
reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are illustrative only and should not be construed as limiting the invention.
as used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. It will be understood that when an element is referred to as being "connected" or "coupled" to another element, it can be directly connected or coupled to the other element or intervening elements may also be present. Further, "connected" or "coupled" as used herein may include wirelessly connected or wirelessly coupled. As used herein, the term "and/or" includes all or any element and all combinations of one or more of the associated listed items.
It will be understood by those skilled in the art that, unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. It will be further understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the prior art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein.
Fig. 1 is a flowchart illustrating a software management method according to an embodiment of the present invention.
in the embodiment of the present invention, the content executed by each step is summarized as follows:
step S110: receiving a version rollback instruction input by a user for software;
step S120: judging whether a first version currently installed by the software and at least one second version lower than the first version meet a version rollback rule or not;
Step S130: if yes, collecting related information for version rollback of the software; and
step S140: and executing the version rollback operation of the software according to the related information.
the embodiment of the invention provides a software management method, which judges whether a first version currently installed by software and at least one second version lower than the first version meet a version rollback rule or not according to a received version rollback instruction input by a user aiming at the software, provides necessary precondition for the rollback operation of the subsequent execution software, simultaneously ensures the safety of the installed software of the at least one second version lower than the first version, and ensures the data safety of the user; if the judgment result shows that the version rollback rule is met, collecting relevant information for performing version rollback on the software, executing the version rollback operation of the software according to the relevant information, rapidly unloading and installing the software in the software rollback process, ensuring zero operation of a user in the unloading and installing process, realizing automatic unloading and installing, automatically realizing personalized demand configuration of the user in the unloading and installing process, and greatly improving user experience. The following further explains the specific implementation of each step:
Step S110: and receiving a version rollback instruction input by a user for the software.
Specifically, the rollback instruction may be a button on a human-computer interaction interface, or an instruction input by a user through a command line, and the like, and the present invention is not limited to these forms as long as it can instruct an operation of software rollback.
For example, in the terminal device, the user clicks a rollback button for the flight signal QQ in the management software a through the human-computer interaction interface, and the management software a may receive a version rollback instruction for the flight signal QQ, such as "rollback".
step S120: it is determined whether a first version of the software currently installed and at least a second version lower than the first version satisfy version rollback rules.
specifically, if the software has a plurality of lower versions before the currently installed version (the first version) of the software, the version rollback operation may rollback to the previous lower version, or any one of the lower versions, or a specific one of the lower versions according to the specification of the user.
for example, in the terminal device, when the user clicks a rollback button for the vacation QQ in the management software a, the management software a may receive a version rollback instruction "rollback" for the vacation QQ, and then determine whether the version currently installed in the vacation QQ, such as "V7.0" and a version "V6.0" lower than the version "V7.0", satisfy the version rollback rule.
in a preferred embodiment, the step of determining whether the first version currently installed in the software and at least one second version lower than the first version satisfy the version rollback rule in step S120 specifically includes step S121 (not shown), step S122 (not shown), and step S123 (not shown):
Step S121: acquiring identification information of a first version and identification information of a second version;
step S122: judging whether the first version of the software supports silent uninstallation or not according to the identification information of the first version;
step S123: and judging whether the second version of the software supports silent installation according to the identification information of the second version.
Wherein the version rollback rule is satisfied if the first version of software supports silent uninstallation and the second version of software supports silent installation.
For example, in the terminal device, the user clicks a rollback button for the flight QQ in the management software a, the management software a may receive a version rollback instruction "rollback" for the flight QQ, then obtain identification information of a currently installed version of the flight QQ, such as "V7.0," to support silent uninstallation "by reading a script file storing the flight QQ in the terminal device, send a request for obtaining a script file of the" V6.0 "version of the flight QQ to the cloud server, the cloud server returns the script file of the" V6.0 "version of the flight QQ in response to the request, and then obtain identification information of the" V6.0 "version of the flight QQ, such as" V6.0, "to support silent installation" through the script file. According to the identification information "V7.0" of the currently installed version of the Tencent QQ, the information that the "version of the Tencent QQ" V7.0 "supports silent uninstallation" can judge that the "version of the Tencent QQ" V7.0 "supports silent uninstallation, and the identification information" V6.0 "of the" version of the Tencent QQ "V6.0" supports silent installation "can judge that the" version of the "V7.0" and the "version of the" V6.0 "currently installed in the Tencent QQ support silent installation, so that the" version of the "V7.0" and the "version of the" V6.0 "currently installed in the Tencent Q.
it should be understood by those skilled in the art that one or more information (e.g., script file, identification information, etc.) involved in the above determining step can be stored locally or in a cloud in any form, and the present invention is illustrated by way of example and not limited thereto.
step S130: and if so, collecting relevant information for version rollback of the software.
specifically, if the software satisfies the version rollback rule, preparation for version rollback needs to be done first, that is, relevant information for the first version and the second version of the software needs to be collected.
Preferably, the information related to version rollback for software includes: the silent uninstallation configuration information corresponding to the first version and the installation information corresponding to the second version.
Wherein the installation information corresponding to the second version includes: and the silent installation configuration information corresponding to the second version and the download address information of the software second version installation package.
wherein the quiet installation configuration information corresponding to the second version includes at least one of: installation path information of the software; registry information for the software; identity identification information of the software; authorization information of the software; and user's setup information during the software installation process.
Wherein the muting offload configuration information corresponding to the first version comprises at least one of: running configuration information corresponding to the first version; personal information of the user; the recorded information that the user retains during use of the first version.
For example, in the terminal device, a user clicks a rollback button for the flight information QQ in the management software a, the management software a may receive a version rollback instruction "rollback" for the flight information QQ, and when it is determined that the "V7.0" version and the lower "V6.0" version currently installed in the flight information QQ satisfy the version rollback rule, obtain, from the cloud or locally, the silent uninstall configuration information corresponding to the "V7.0" version of the flight information QQ for the user, such as configuration parameters for determining whether personal information of the user is reserved or not, and whether chat records of the user are deleted or not; and acquiring silent installation configuration information corresponding to the version of Tencent QQ 'V6.0' of the user from the cloud or the local, wherein the silent installation configuration information comprises installation path information of Tencent QQ, registry information of Tencent QQ, identification information of Tencent QQ, such as version number information, authorization information of Tencent QQ, authorization information, such as copyright information, serial number information, registration code information and the like, setting information of the user in the software installation process, such as setting information of skin color of a software interface, setting information of font size, setting information of interface style and the like, and downloading address information of an installation package of the version of Tencent QQ 'V6.0'.
it should be understood by those skilled in the art that one or more information (e.g., the silent uninstall configuration information, the silent install configuration information, the download address information of the second version of the installation package, etc.) involved in the above collection process may be stored in any form in the local or cloud end, and the present invention is illustrated by way of example and not limited thereto.
in a preferred embodiment, steps S120 and S130 can be performed before step S110. For example, the management software a may periodically/regularly determine whether the software satisfies the rollback rule, or may determine whether the "V7.0" version currently installed in the flight QQ and the old version of the "V6.0" version in the flight QQ satisfy the version rollback rule after the flight QQ is upgraded (upgraded to the "V7.0" version), collect relevant information about version rollback for the flight QQ when the "V7.0" version currently installed in the flight QQ and the old version of the flight QQ "V6.0" version satisfy the version rollback rule, and then, when the user clicks the rollback button for the flight QQ in the management software a, execute the version rollback operation of the software according to the collected relevant information about version rollback for the flight QQ.
By the embodiment, the operation of software version rollback can be quickly executed, the response time of user operation is reduced, and the user experience is greatly improved.
Step S140: and executing the version rollback operation of the software according to the related information.
Specifically, a version rollback operation of the software is performed in accordance with the collected information about the first and second versions of the software.
for example, in the previous example, the version of the update signal QQ "V7.0" is unloaded silently according to the acquired silent unloading configuration information corresponding to the version of the update signal QQ "V7.0" that is subjected to version rollback for the update signal QQ, the silent installation configuration information corresponding to the version of the update signal QQ "V6.0" and the download address information of the installation package of the version of the update signal QQ "V6.0"; and then, searching an installation package meeting the Tencent QQ 'V6.0' version of silent installation locally, if the installation package meeting the Tencent QQ 'V6.0' version of silent installation does not exist locally, acquiring the installation package meeting the Tencent QQ 'V6.0' version of silent installation according to the download address information of the installation package meeting the Tencent QQ 'V6.0' version of silent installation, and then running the acquired installation package to install the Tencent QQ 'V6.0' version of silent installation.
The process of searching the installation package meeting the Tencent QQ 'V6.0' version of silent installation locally and the process of acquiring the installation package meeting the Tencent QQ 'V6.0' version of silent installation according to the download address information of the installation package meeting the Tencent QQ 'V6.0' version of silent installation can be executed before unloading the Tencent QQ 'V7.0' version of silent installation, or can be executed after the completion of unloading the Tencent QQ 'V7.0' version of silent installation, or the process of searching the installation package meeting the Tencent QQ 'V6.0' version of silent installation locally can not be executed, and the installation package meeting the Tencent QQ 'V6.0' version of silent installation can be acquired directly according to the download address information of the installation package meeting the Tencent QQ 'V6.0' version of installation.
In a preferred embodiment, the step of executing the version rollback operation of the software according to the related information in step S140 specifically includes step S141 (not shown in the figure) and step S142 (not shown in the figure):
step S141: quiescing a first version of uninstalled software according to quiesce uninstall configuration information corresponding to the first version;
step S142: quiescing the second version of the installed software in accordance with installation information corresponding to the second version.
For example, in the terminal device, a user clicks a rollback button for the flight signal QQ in the management software a, the management software a may receive a version rollback instruction "rollback ═ true" for the flight signal QQ, and when it is determined that the "V7.0" version currently installed in the flight signal QQ and the old version of the flight signal QQ "V6.0" satisfy the version rollback rule, obtain, from the local or cloud, the silent uninstall configuration information corresponding to the "V7.0" version of the flight signal QQ, and obtain, from the local or cloud, the silent install configuration information corresponding to the "V6.0" version of the flight signal QQ, and the download address information of the installation package of the "V6.0" version of the flight signal QQ; then, in the unloading process, unloading information is automatically configured according to the silent unloading configuration information corresponding to the Tencent QQ 'V7.0' version, and the silent unloading Tencent QQ 'V7.0' version is completed; acquiring an installation package of the Tencent QQ 'V6.0' version meeting silent installation according to the download address information of the installation package of the Tencent QQ 'V6.0' version, then automatically configuring installation information according to silent installation configuration information corresponding to the Tencent QQ 'V6.0' version in the installation process, and then finishing silent installation of the Tencent QQ 'V6.0' version.
specifically, step S141 may further include step S1411 (not shown in the figure) and step S1412 (not shown in the figure):
step S1411: setting uninstalling configuration parameters of the first version of the software according to the silent uninstalling configuration information corresponding to the first version;
Step S1412: and silencing the first version of the uninstalled software according to the set uninstalling configuration parameters of the first version of the software.
the uninstalling configuration parameters of the first version of the software comprise running configuration parameters of the first version of the software and/or user configuration parameters of the first version of the software.
For example, in the terminal device, a user clicks a rollback button for the flight signal QQ in the management software a, the management software a may receive a version rollback instruction "rollback ═ true" for the flight signal QQ, and when it is determined that the "V7.0" version currently installed in the flight signal QQ and the old version of the flight signal QQ "V6.0" satisfy the version rollback rule, obtain, from the local or cloud, the silent uninstall configuration information corresponding to the "V7.0" version of the flight signal QQ, and obtain, from the local or cloud, the silent install configuration information corresponding to the "V6.0" version of the flight signal QQ, and the download address information of the installation package of the "V6.0" version of the flight signal QQ; then, in the unloading process, according to the silent unloading configuration information corresponding to the version of the Tencent QQ 'V7.0', the operation parameters of the version of the Tencent QQ 'V7.0' are automatically configured and unloaded, for example, the font size setting parameter of the version of the Tencent QQ 'V7.0' in the current operation process is automatically selected and deleted, the setting parameter of the software appearance skin color of the version of the Tencent QQ 'V7.0' in the current operation process is automatically selected and deleted, and the user parameters of the version of the Tencent QQ 'V7.0' are automatically configured, for example, the personal information option of the user is automatically selected and deleted, the chat record option of the user is automatically selected and deleted, and then the version of the silent unloading QQ 'V7.0' is completed.
Preferably, the step S142 may further include a step S1421 (not shown), a step S1422 (not shown), and a step S1423 (not shown):
step S1421: acquiring an installation package of a second version of the software according to the download address information of the installation package of the second version of the software;
Step S1422: setting installation configuration parameters of the second version of the software according to the silent installation configuration information corresponding to the second version;
Step S1423: and quiescing the second version of the software according to the set installation configuration parameters of the second version of the software and the installation package of the second version of the software.
the installation configuration parameters of the second version of the software comprise operation configuration parameters of the second version of the software and/or user configuration parameters of the second version of the software.
for example, in the above example, the installation package of the Tencent QQ "V6.0" version meeting the silent installation can be obtained according to the download address information of the installation package of the Tencent QQ "V6.0" version, then in the installation process, according to the silent installation configuration information corresponding to the Tencent QQ "V6.0" version, the installation information is automatically configured, for example, the configuration information such as the installation path, the skin color of the software interface, the font size, the interface style and the like is automatically set, and then the silent installation of the Tencent QQ "V6.0" version is completed.
In a preferred embodiment, the method further comprises step S150 (not shown in the figure):
Step S150: and adding the first version into an upgrade omission list of the software.
For example, as in the previous example, after the version of the Tencent QQ 'V6.0' is installed in a silent manner, the version information of the version of the Tencent QQ 'V7.0' is stored in the script file which is ignored by upgrading the Tencent QQ in the local/cloud end; version information for ignoring upgrade, such as "V7.0", for the vacation signal QQ may also be stored in a software override upgrade list for the user "Tom" in the cloud/local according to the user information of the management software a, such as the user name "Tom". Wherein, the user can manually change the script file or the software ignores the upgrade list, so that the user can upgrade to the version of Tencent QQ 'V7.0'.
In a preferred embodiment, the method further comprises step S160 (not shown in the figure):
Step S160: and recommending other software of the same type as the software to the user according to the information of the software.
For example, in the terminal device, the user clicks the rollback button for the flight signal QQ in the management software a, the management software a may receive the version rollback instruction "rollback ═ true" for the flight signal QQ, when the version V7.0 currently installed in the Tencent QQ and the old version V6.0 currently installed in the Tencent QQ meet the version rollback rule, the version V7.0 currently installed in the Tencent QQ is unloaded in a silent manner, in the process of unloading the version of the Tencent QQ 'V7.0' in the silent state, a request for inquiring other instant chat software is sent to the cloud server according to the function type of the Tencent QQ as the instant chat software, and receives the recommendation information of other similar software of the instant chat tool fed back by the cloud server, and in the unloading frame of the silent unloading human-computer interaction interface, other software similar to the instant chat tool, such as 'WeChat computer edition', 'Aliwang buyer edition', and the like, is recommended to the user.
Preferably, step S160 may further include step S161 (not shown in the figure) and step S162 (not shown in the figure):
Step S161: searching other software of the same type as the software according to the information of the software;
step S162: and generating and displaying recommendation information of other software.
for example, in the terminal device, the user clicks a rollback button for the flight QQ in the management software a, the management software a may receive a version rollback instruction "rollback ═ true" input by the user for the flight QQ, when it is determined that the "V7.0" version and the old version of the flight QQ "V6.0" currently installed in the flight QQ satisfy the version rollback rule, the "V7.0" version of the flight QQ is silently uninstalled, in the process of silently uninstalling the "V7.0" version of the flight QQ, a request for querying other instant chat software is sent to the cloud server according to the function of the flight QQ as an instant chat, and recommendation information of other software of the same kind as the instant chat tool fed back by the cloud server is received, for example, the installation recommendation information of the "WeChao computer version" and the "Arrown Wang" is searched for other instant chat software of the same kind as the flight QQ, such as "you can try to use the following software: the method comprises the steps that a WeChat computer edition and an Aliwang buyer edition' are displayed in unloading frames of a silent unloading human-computer interaction interface, selection modes of a user are provided, such as checking and installing or clicking and installing, when the user clicks the checking and installing frame of the WeChat computer edition or clicks the checking and installing frame of the WeChat computer edition, an installation package of the WeChat computer edition is obtained through a cloud end, and then the installation of the WeChat computer edition is executed; when the user ignores the information of the recommended software, the installation package of the Tencent QQ 'V6.0' version meeting the silent installation can be searched locally, if the installation package of the Tencent QQ 'V6.0' version meeting the silent installation does not exist locally, the installation package of the Tencent QQ 'V6.0' version meeting the silent installation can be obtained according to the download address information of the installation package of the Tencent QQ 'V6.0' version, and then the Tencent QQ 'V6.0' version is installed in a silent mode.
in a preferred embodiment, the method further comprises step S170 (not shown in the figure):
step S170: if the version rollback operation of the software fails, an uninstaller of the software is called to uninstall the first version of the software.
for example, in the terminal device, the user clicks a rollback button for the flight QQ in the management software a, the management software a may receive a version rollback instruction "rollback ═ true" for the flight QQ, when it is determined that the "V7.0" version currently installed for the flight QQ and the old version of the flight QQ "V6.0" satisfy the version rollback rule, unload the flight QQ "V7.0" in a silent manner, and install the flight QQ "V6.0" in a silent manner, when the "V7.0" in the silent manner fails, the version rollback operation of the flight QQ fails, and then invoke an unloading program carried by the flight QQ to unload the flight QQ, and unload the flight QQ "V7.0" in a conventional manual unloading manner.
in a preferred embodiment, another software management method is provided, whose flow diagram is shown in fig. 2, and the method includes:
step S210: receiving a version rollback instruction input by a user for software;
step S220: judging whether a first version currently installed by the software and at least one second version lower than the first version meet a version rollback rule or not;
step S230: if yes, collecting related information for version rollback of the software;
Step S240: executing version rollback operation of the software according to the related information;
step S250: adding the first version into an upgrade neglect list of the software;
Step S260: if the version rollback operation of the software fails, calling an uninstalling program of the software to uninstall the first version of the software;
step S270: and recommending other software of the same type as the software to the user according to the information of the software.
The operations performed by the software management method in steps S210, S220, S230, S240, S250, S260 and S270 in the preferred embodiment are similar to the operations performed by the terminal device in steps S110, S120, S130, S140, S150, S170 and S160 shown in fig. 1, and are not repeated herein.
in the present embodiment, step S250 may be executed after step S240 is executed, or step S250 may be executed before step S240 is executed; in the process of executing step S240, when it is determined that the version rollback operation of the software fails, step S260 is executed; step S270 may be executed after step S240, or may be executed during execution of step S240; and when the version rollback operation of the software is judged to be successful, the software rollback operation is finished.
In a preferred embodiment, another software management method is provided, which further includes steps S310 and S320 as shown in fig. 3, in addition to the steps shown in fig. 1:
step S310: judging whether the silent uninstalling operation of the first version of the software is successful or not according to the silent uninstalling result of the first version of the software;
Step S320: and if the silent uninstalling operation of the first version of the software is not successful, generating and displaying uninstalling prompt information to prompt a user to manually execute the uninstalling operation of the first version of the software.
for example, in the terminal device, a user clicks a rollback button for the flight QQ in the management software a, the management software a may receive a version rollback instruction "rollback ═ true" for the flight QQ, when it is determined that the "V7.0" version currently installed in the flight QQ and the old version of the flight QQ "V6.0" satisfy the version rollback rule, unload the flight QQ "V7.0" silently, when the "V7.0" version for executing the silent unloading flight QQ ends, the identification information of the unloading result, such as "unloading success" or "unloading failure", is returned after the execution of the silent unloading flight QQ "V7.0" ends, and when the identification information of the unloading result returned silently is "unloading failure", prompt information of the unloading result, such as "silent unloading failure", is generated and displayed in the human-computer interaction interface, and the prompt user to manually execute the unloading operation of the "V7.0" version for the flight QQ "V7.0" version "silently.
in a preferred embodiment, another software management method is provided, which further includes, in addition to the steps shown in fig. 1, step S410 and step S420 as shown in fig. 4:
Step S410: judging whether the silent installation operation of the second version of the software is successful according to the silent installation result of the second version of the software;
step S420: and if the silent installation operation of the second version of the software is not successful, generating and displaying installation prompt information to prompt a user to manually execute the installation operation of the second version of the software.
For example, in the terminal device, the user clicks the rollback button for the flight signal QQ in the management software a, the management software a may receive the version rollback instruction "rollback ═ true" for the flight signal QQ, when the version V7.0 currently installed in the Tencent QQ and the old version Tencent QQ V6.0 are judged to meet the version rollback rule, the Tencent QQ V7.0 is unloaded in a silent manner, and the flight signal QQ 'V6.0' is installed in silence after the flight signal QQ 'V7.0' is successfully unloaded, when the execution of the silent installation update QQ 'V6.0' is finished, the identification information of the silent installation result is returned, such as "successful installation" or "failed installation", when the identification information returning the silent installation result is "failed installation", and generating and displaying prompt information of the installation result in the human-computer interaction interface, wherein if the silent installation fails, the prompt information is to manually install the version of the Tencent QQ V6.0, and the prompt information is used for prompting the user to manually execute the installation operation of the version of the Tencent QQ V6.0.
In a preferred embodiment, a specific application scenario of software management is provided, and is schematically shown in fig. 5, where a user Tom manages a software program in a terminal device by using "XX software administrator", when the user Tom installs "V6.9.0.0" version of "Notepad Plus" software by using "XX software administrator", the "XX software administrator" may generate a silent installation configuration file of the user Tom for the Notepad Plus according to a mouse or keyboard operation performed by the Tom during the installation process, generate identification information of the notpad Plus "V6.9.0.0" version such as "V6.9.0.0, a script file supporting silent uninstallation", store the script file in a local or cloud terminal, support silent installation "and" V6.7.0.0 ", support silent installation" according to identification information "V6.8.0.0 in the cloud terminal or locally stored Notepad Plus" V6.8.0.0 "version and Notepad Plus" V6.7.0.0 "script version file, and determine that the Notepad Plus" V6.9.0.0 "version and a corresponding lower version satisfy a rollback rule, then, in the program operation interface of the "XX software administrator" displaying the Notepad Plus "V6.9.0.0", a "rollback version" button is available, at this time, the "rollback version" button is highlighted, the silent uninstall configuration information of the user Tom for version rollback of the Notepad Plus "V6.9.0.0" is obtained through the cloud/local, the silent install configuration information of the Notepad Plus "V6.8.0.0" version and/or the Notepad Plus "V6.7.0.0" version and the download address information of the Notepad Plus "V6.8.0.0" version and the Notepad Plus "V6.7.0.0" version are obtained from the cloud/local, then, when the user Tom clicks the "rollback version" button, the Notepad Plus "V6.9.0.0" version can be silently uninstalled according to the obtained silent uninstall configuration information of the user Tom for the Notepad Plus "V6.9.0.0" version, and then the user can rollback the Notepad Plus "V6.9.0.0" to the latest previous version according to a default rollback mode, such as rollback to the latest previous version V6.8.0.0, the version of Notepad Plus "V6.8.0.0" may then be silently installed according to the obtained silent installation configuration information of the user Tom for the version of Notepad Plus "V6.8.0.0"; the user may also set the corresponding rollback mode to rollback to one of the first two most recent versions, rollback the Notepad Plus "V6.9.0.0" version to the Notepad Plus "V6.7.0.0" version, and then may quiesce the Notepad Plus "V6.7.0.0" version according to the obtained quiesce install configuration information of the user Tom for the Notepad Plus "V6.7.0.0" version.
FIG. 6 is a schematic structural diagram of a software management apparatus according to another embodiment of the present invention.
In the embodiment of the present invention, the content executed by each module is summarized as follows: the receiving module 610 may be configured to receive a version rollback instruction input by a user for software; the first determining module 620 may be configured to determine whether a first version of the software currently installed and at least one second version lower than the first version satisfy a version rollback rule; if yes, the collecting module 630 may be configured to collect information related to version rollback for the software; the execution module 640 may be configured to execute a version rollback operation of the software according to the related information.
in the embodiment of the invention, a software management device is provided, which judges whether a first version currently installed in software and at least one second version lower than the first version meet a version rollback rule or not according to a received version rollback instruction input by a user for the software, provides necessary precondition for the rollback operation of the subsequently executed software, ensures the safety of the installed software of the at least one second version lower than the first version, and ensures the data safety of the user; if the judgment result shows that the version rollback rule is met, collecting relevant information for performing version rollback on the software, executing the version rollback operation of the software according to the relevant information, rapidly unloading and installing the software in the software rollback process, ensuring zero operation of a user in the unloading and installing process, realizing automatic unloading and installing, automatically realizing personalized demand configuration of the user in the unloading and installing process, and greatly improving user experience. The following further explains the specific implementation of each module:
the receiving module 610 may be configured to receive a version rollback instruction input by a user for software.
Specifically, the rollback instruction may be a button on a human-computer interaction interface, or an instruction input by a user through a command line, and the like, and the present invention is not limited to these forms as long as it can instruct an operation of software rollback.
for example, in the terminal device, the user clicks a rollback button for the flight signal QQ in the management software a through the human-computer interaction interface, and the management software a may receive a version rollback instruction for the flight signal QQ, such as "rollback".
The first determining module 620 may be used to determine whether a first version of the software currently installed and at least a second version lower than the first version satisfy a version rollback rule.
Specifically, if the software has a plurality of lower versions before the currently installed version (the first version) of the software, the version rollback operation may rollback to the previous lower version, or any one of the lower versions, or a specific one of the lower versions according to the specification of the user.
for example, in the terminal device, when the user clicks a rollback button for the vacation QQ in the management software a, the management software a may receive a version rollback instruction "rollback" for the vacation QQ, and then determine whether the version currently installed in the vacation QQ, such as "V7.0" and a version "V6.0" lower than the version "V7.0", satisfy the version rollback rule.
In a preferred embodiment, the first determining module 620 specifically includes an obtaining unit (not shown in the figure), a first determining unit (not shown in the figure), and a second determining unit (not shown in the figure); the acquiring unit is used for acquiring the identification information of the first version and the identification information of the second version; the first judging unit is used for judging whether the first version of the software supports silent uninstallation according to the identification information of the first version; the second judging unit is used for judging whether the second version of the software supports silent installation according to the identification information of the second version.
wherein the version rollback rule is satisfied if the first version of software supports silent uninstallation and the second version of software supports silent installation.
For example, in the terminal device, the user clicks a rollback button for the flight QQ in the management software a, the management software a may receive a version rollback instruction "rollback" for the flight QQ, then obtain identification information of a currently installed version of the flight QQ, such as "V7.0," to support silent uninstallation "by reading a script file storing the flight QQ in the terminal device, send a request for obtaining a script file of the" V6.0 "version of the flight QQ to the cloud server, the cloud server returns the script file of the" V6.0 "version of the flight QQ in response to the request, and then obtain identification information of the" V6.0 "version of the flight QQ, such as" V6.0, "to support silent installation" through the script file. According to the identification information "V7.0" of the currently installed version of the Tencent QQ, the information that the "version of the Tencent QQ" V7.0 "supports silent uninstallation" can judge that the "version of the Tencent QQ" V7.0 "supports silent uninstallation, and the identification information" V6.0 "of the" version of the Tencent QQ "V6.0" supports silent installation "can judge that the" version of the "V7.0" and the "version of the" V6.0 "currently installed in the Tencent QQ support silent installation, so that the" version of the "V7.0" and the "version of the" V6.0 "currently installed in the Tencent Q.
It should be understood by those skilled in the art that one or more information (e.g., script file, identification information, etc.) involved in the above determination process may be stored in a local or cloud terminal in any form, and the present invention is illustrated by way of example and not limited thereto.
if yes, the collecting module 630 is configured to collect information related to version rollback for software.
specifically, if the software satisfies the version rollback rule, preparation for version rollback needs to be done first, that is, relevant information for the first version and the second version of the software needs to be collected.
Preferably, the information related to version rollback for software includes: the silent uninstallation configuration information corresponding to the first version and the installation information corresponding to the second version.
Wherein the installation information corresponding to the second version includes: and the silent installation configuration information corresponding to the second version and the download address information of the software second version installation package.
Wherein the quiet installation configuration information corresponding to the second version includes at least one of: installation path information of the software; registry information for the software; identity identification information of the software; authorization information of the software; and user's setup information during the software installation process.
wherein the muting offload configuration information corresponding to the first version comprises at least one of: running configuration information corresponding to the first version; personal information of the user; the recorded information that the user retains during use of the first version.
For example, in the terminal device, a user clicks a rollback button for the flight information QQ in the management software a, the management software a may receive a version rollback instruction "rollback" for the flight information QQ, and when it is determined that the "V7.0" version and the lower "V6.0" version currently installed in the flight information QQ satisfy the version rollback rule, obtain, from the cloud or locally, the silent uninstall configuration information corresponding to the "V7.0" version of the flight information QQ for the user, such as configuration parameters for determining whether personal information of the user is reserved or not, and whether chat records of the user are deleted or not; and acquiring silent installation configuration information corresponding to the version of Tencent QQ 'V6.0' of the user from the cloud or the local, wherein the silent installation configuration information comprises installation path information of Tencent QQ, registry information of Tencent QQ, identification information of Tencent QQ, such as version number information, authorization information of Tencent QQ, authorization information, such as copyright information, serial number information, registration code information and the like, setting information of the user in the software installation process, such as setting information of skin color of a software interface, setting information of font size, setting information of interface style and the like, and downloading address information of an installation package of Tencent QQ 'V6.0' at the cloud.
it should be understood by those skilled in the art that one or more information (e.g., the silent uninstall configuration information, the silent install configuration information, the download address information of the second version of the installation package, etc.) involved in the above collection process may be stored in any form in the local or cloud end, and the present invention is illustrated by way of example and not limited thereto.
in a preferred embodiment, the operations involved in the first determining module 620 and the collecting module 630 may be performed before the receiving module 610. For example, the management software a may periodically/regularly determine whether the software meets the rollback rule, or may determine whether the "V7.0" version currently installed in the flight QQ and the lower "V6.0" version meet the version rollback rule after the flight QQ is upgraded (upgraded to the "V7.0" version), collect relevant information about version rollback for the flight QQ after determining that the rollback rule is met, and then, when the user clicks the rollback button for the flight QQ in the management software a, execute the version rollback operation of the software according to the collected relevant information about version rollback for the flight QQ.
by the embodiment, the operation of software version rollback can be quickly executed, the response time of user operation is reduced, and the user experience is greatly improved.
The execution module 640 executes the version rollback operation of the software according to the related information.
specifically, a version rollback operation of the software is performed in accordance with the collected information about the first and second versions of the software.
For example, in the previous example, the version of the update signal QQ "V7.0" is unloaded silently according to the acquired silent unloading configuration information corresponding to the version of the update signal QQ "V7.0" that is subjected to version rollback for the update signal QQ, the silent installation configuration information corresponding to the version of the update signal QQ "V6.0" and the download address information of the installation package of the version of the update signal QQ "V6.0"; and then, searching an installation package meeting the Tencent QQ 'V6.0' version of silent installation locally, if the installation package meeting the Tencent QQ 'V6.0' version of silent installation does not exist locally, acquiring the installation package meeting the Tencent QQ 'V6.0' version of silent installation according to the download address information of the installation package meeting the Tencent QQ 'V6.0' version of silent installation, and then running the acquired installation package to install the Tencent QQ 'V6.0' version of silent installation.
the process of searching the installation package meeting the Tencent QQ 'V6.0' version of silent installation locally and the process of acquiring the installation package meeting the Tencent QQ 'V6.0' version of silent installation according to the download address information of the installation package meeting the Tencent QQ 'V6.0' version of silent installation can be executed before unloading the Tencent QQ 'V7.0' version of silent installation, or can be executed after the completion of unloading the Tencent QQ 'V7.0' version of silent installation, or the process of searching the installation package meeting the Tencent QQ 'V6.0' version of silent installation locally can not be executed, and the installation package meeting the Tencent QQ 'V6.0' version of silent installation can be acquired directly according to the download address information of the installation package meeting the Tencent QQ 'V6.0' version of installation.
in a preferred embodiment, the execution module 640 specifically includes an unloading unit (not shown) and an installing unit (not shown): the uninstalling unit is used for uninstalling the first version of the software according to the silent uninstalling configuration information corresponding to the first version; the installation unit is used for quiescing the second version of the installation software according to the installation information corresponding to the second version.
for example, in the terminal device, a user clicks a rollback button for the flight signal QQ in the management software a, the management software a may receive a version rollback instruction "rollback ═ true" for the flight signal QQ, and when it is determined that the "V7.0" version currently installed in the flight signal QQ and the "V6.0" old version of the flight signal QQ satisfy the version rollback rule, obtain, from the local or cloud, the silent uninstall configuration information corresponding to the "V7.0" version of the flight signal QQ, and obtain, from the local or cloud, the silent install configuration information corresponding to the "V6.0" version of the flight signal QQ, and the download address information of the installation package of the "V6.0" version of the flight signal QQ; then, in the unloading process, unloading information is automatically configured according to the silent unloading configuration information corresponding to the Tencent QQ 'V7.0' version, and the silent unloading Tencent QQ 'V7.0' version is completed; acquiring an installation package of the Tencent QQ 'V6.0' version meeting silent installation according to the download address information of the installation package of the Tencent QQ 'V6.0' version, and then automatically configuring installation information according to silent installation configuration information corresponding to the Tencent QQ 'V6.0' version in the installation process to finish the silent installation of the Tencent QQ 'V6.0' version.
specifically, the unloading unit may further include a first setting subunit (not shown in the drawings) and an unloading subunit (not shown in the drawings): the first setting subunit is used for setting the uninstalling configuration parameters of the first version of the software according to the silent uninstalling configuration information corresponding to the first version; the uninstalling sub-unit is used for quiescing the first version of the uninstalling software according to the uninstalling configuration parameters of the set first version of the software.
the uninstalling configuration parameters of the first version of the software comprise running configuration parameters of the first version of the software and/or user configuration parameters of the first version of the software.
for example, in the terminal device, a user clicks a rollback button for the flight signal QQ in the management software a, the management software a may receive a version rollback instruction "rollback ═ true" for the flight signal QQ, and when it is determined that the "V7.0" version and the lower "V6.0" version currently installed for the flight signal QQ satisfy the version rollback rule, obtain the silent uninstallation configuration information corresponding to the "V7.0" version of the flight signal QQ from the local or cloud, obtain the silent installation configuration information corresponding to the "V6.0" version of the flight signal QQ from the local or cloud, and obtain the download address information of the installation package of the "V6.0" version of the flight signal QQ; then, in the unloading process, according to the silent unloading configuration information corresponding to the version of the Tencent QQ 'V7.0', the operation parameters of the version of the Tencent QQ 'V7.0' are automatically configured and unloaded, for example, the font size setting parameter of the version of the Tencent QQ 'V7.0' in the current operation process is automatically selected and deleted, the setting parameter of the software appearance skin color of the version of the Tencent QQ 'V7.0' in the current operation process is automatically selected and deleted, and the user parameters of the version of the Tencent QQ 'V7.0' are automatically configured, for example, the personal information option of the user is automatically selected and deleted, the chat record option of the user is automatically selected and deleted, and then the version of the silent unloading QQ 'V7.0' is completed.
preferably, the mounting unit may further include an acquisition subunit (not shown in the drawings), a second setting subunit (not shown in the drawings), and a mounting subunit (not shown in the drawings): the acquiring subunit is used for acquiring the installation package of the second version of the software according to the download address information of the installation package of the second version of the software; the second setting subunit is used for setting the installation configuration parameters of the second version of the software according to the silent installation configuration information corresponding to the second version; the installation subunit is used for quiescing the second version of the software according to the set installation configuration parameters of the second version of the software and the installation package of the second version of the software.
The installation configuration parameters of the second version of the software comprise operation configuration parameters of the second version of the software and/or user configuration parameters of the second version of the software.
For example, in the above example, the installation package of the Tencent QQ "V6.0" version meeting the silent installation can be obtained according to the download address information of the installation package of the Tencent QQ "V6.0" version, then in the installation process, according to the silent installation configuration information corresponding to the Tencent QQ "V6.0" version, the installation information is automatically configured, for example, the configuration information such as the installation path, the skin color of the software interface, the font size, the interface style and the like is automatically set, and then the silent installation of the Tencent QQ "V6.0" version is completed.
In a preferred embodiment, the apparatus further comprises an ignore module (not shown): the ignoring module is used for adding the first version into an upgrade ignoring list of the software.
For example, as in the previous example, after the version of the Tencent QQ 'V6.0' is installed in a silent manner, the version information of the version of the Tencent QQ 'V7.0' is stored in the script file which is ignored by upgrading the Tencent QQ in the local/cloud end; version information for ignoring upgrade, such as "V7.0", for the vacation signal QQ may also be stored in a software override upgrade list for the user "Tom" in the cloud/local according to the user information of the management software a, such as the user name "Tom". Wherein, the user can manually change the script file or the software ignores the upgrade list, so that the user can upgrade to the version of Tencent QQ 'V7.0'.
In a preferred embodiment, the apparatus further comprises a recommendation module (not shown in the figures): and the recommending module is used for recommending other software of the same type as the software to the user according to the information of the software.
For example, in the terminal device, the user clicks the rollback button for the flight signal QQ in the management software a, the management software a may receive the version rollback instruction "rollback ═ true" for the flight signal QQ, when the version V7.0 currently installed in the update QQ and the lower version V6.0 are judged to meet the version rollback rule, the version V7.0 of the update QQ is unloaded in a silent manner, in the process of unloading the version of the Tencent QQ 'V7.0' in the silent state, a request for inquiring other instant chat software is sent to the cloud server according to the function type of the Tencent QQ as the instant chat software, and receives the recommendation information of other similar software of the instant chat tool fed back by the cloud server, and in the unloading frame of the silent unloading human-computer interaction interface, other software similar to the instant chat tool, such as 'WeChat computer edition', 'Aliwang buyer edition', and the like, is recommended to the user.
Preferably, the recommending module may further comprise a searching unit (not shown in the figure) and a generating and presenting unit (not shown in the figure): the searching unit is used for searching other software of the same type as the software according to the information of the software; the generating and displaying unit is used for generating and displaying recommendation information of other software.
for example, in the terminal device, the user clicks a rollback button for the flight QQ in the management software a, the management software a may receive a version rollback instruction "rollback" for the flight QQ, when it is determined that the "V7.0" version and the lower "V6.0" version currently installed for the flight QQ satisfy the version rollback rule, the "V7.0" version of the flight QQ is unloaded silently, in the process of unloading the "V7.0" version of the flight QQ, a request for querying other instant chat-type software is sent to the cloud server according to that the flight QQ functions as an instant chat, and recommendation information of other software of the same type as the instant chat tool fed back by the cloud server is received, for example, it is searched that the other instant chat software of the same type as the flight QQ has a "wechat computer version" and an "ariwang buyer version", and then generates installation information of a "wechat computer version" and an ariwang buyer version "of the same type" buyer, such as "you can try to use the following software: the method comprises the steps that a WeChat computer edition and an Aliwang buyer edition' are displayed in unloading frames of a silent unloading human-computer interaction interface, selection modes of a user are provided, such as checking and installing or clicking and installing, when the user clicks the checking and installing frame of the WeChat computer edition or clicks the checking and installing frame of the WeChat computer edition, an installation package of the WeChat computer edition is obtained through a cloud end, and then the installation of the WeChat computer edition is executed; when the user ignores the information of the recommended software, the installation package of the Tencent QQ 'V6.0' version meeting the silent installation can be searched locally, if the installation package of the Tencent QQ 'V6.0' version meeting the silent installation does not exist locally, the installation package of the Tencent QQ 'V6.0' version meeting the silent installation can be obtained according to the download address information of the installation package of the Tencent QQ 'V6.0' version, and then the Tencent QQ 'V6.0' version is installed in a silent mode.
In a preferred embodiment, the apparatus further comprises a calling module (not shown in the figure): the calling module is used for calling the uninstalling program of the software to uninstall the first version of the software if the version rollback operation of the software fails.
For example, in the terminal device, the user clicks a rollback button for the flight signal QQ in the management software a, the management software a may receive a version rollback instruction "rollback ═ true" for the flight signal QQ, when it is determined that the "V7.0" version and the lower "V6.0" version currently installed for the flight signal QQ satisfy the version rollback rule, unload the flight signal QQ "V7.0" in a silent manner, and install the flight signal QQ "V6.0" in a silent manner, when the "V7.0" in the silent manner fails, the version rollback operation of the flight signal QQ fails, and then call an unloading program carried by the flight signal QQ to unload, and unload the flight signal QQ "V7.0" in a conventional manual unloading manner.
in a preferred embodiment, another software management apparatus is provided, and a schematic structural diagram of the software management apparatus is shown in fig. 7, where the apparatus includes the following modules: the receiving module 710 is configured to receive a version rollback instruction input by a user for software; the first determining module 720 is configured to determine whether a first version of the software currently installed and at least one second version lower than the first version satisfy a version rollback rule; if yes, the collecting module 730 is configured to collect relevant information for version rollback of the software; the execution module 740 is configured to execute a version rollback operation of the software according to the related information; the ignoring module 750 is configured to add the first version to an upgrade ignoring list of the software; if the version rollback operation of the software fails, the calling module 760 is configured to call an uninstaller of the software to uninstall the first version of the software; the recommending module 770 is used for recommending other software of the same kind as the software to the user according to the information of the software.
the operations executed by the software management apparatus in the receiving module 710, the first determining module 720, the collecting module 730, the executing module 740, the ignoring module 750, the calling module 760 and the recommending module 770 in the preferred embodiment are similar to the operations executed by the software management apparatus in the receiving module 610, the first determining module 620, the collecting module 630, the executing module 640, the ignoring module, the calling module and the recommending module shown in fig. 6, and are not repeated herein.
in this embodiment, the operation of the ignoring module 750 may be performed after the operation of the executing module 740 is completed, or the operation of the ignoring module 750 may be performed before the operation of the executing module 740 is performed; in the operation execution process of the execution module 740, when it is determined that the version rollback operation of the software fails, the operation of the calling module 760 is executed; the functional operations of the recommending module 770 may be performed after the operation calling module 760 of the executing module 740 or during the execution of the functional operations of the executing module 740; when the version rollback operation of the software is determined to be successful, the software rollback operation is completed, and the function of the call module 760 is not executed.
In a preferred embodiment, another software management apparatus is provided, which further includes, in addition to the modules shown in fig. 6, a second judgment module 810 and a first generation display module 820 as shown in fig. 8: the second determining module 810 is configured to determine whether the silent uninstalling operation of the first version of the software is successful according to the silent uninstalling result of the first version of the software; the first generation display module 820 is configured to generate and display an uninstalling prompt message to prompt a user to manually perform an uninstalling operation of the first version of the software if the silent uninstalling operation of the first version of the software is not successful.
for example, in the terminal device, a user clicks a rollback button for the vacation signal QQ in the management software a, the management software a may receive a version rollback instruction "rollback ═ true" for the vacation signal QQ, when it is determined that the "V7.0" version and the lower "V6.0" version currently installed for the vacation signal QQ satisfy the version rollback rule, unload the vacation signal QQ "V7.0" silently, when the execution of the quiet unload vacation signal QQ "V7.0" ends, return identification information of the quiet unload result, such as "unload success" or "unload failure", and when the identification information of the quiet unload result returned is "unload failure", generate and display prompt information of the unload result in the human-computer interaction interface, such as "quiet unload failure, please unload the" V7.0 "version manually, so as to prompt the user to manually execute the unload operation of the vacation signal QQ" V7.0 "version.
In a preferred embodiment, another software management apparatus is provided, which further includes a third judging module 910 and a second generating and displaying module 920 shown in fig. 9, in addition to the modules shown in fig. 6: the third judging module 910 is configured to judge whether the silent installation operation of the second version of the software is successful according to the silent installation result of the second version of the software; the second generation and display module 920 is configured to generate and display an installation prompting message to prompt a user to manually execute an installation operation of the second version of the software if it is determined that the silent installation operation of the second version of the software is not successful.
for example, in the terminal device, the user clicks the rollback button for the flight signal QQ in the management software a, the management software a may receive the version rollback instruction "rollback ═ true" for the flight signal QQ, when the version V7.0 currently installed in the flight signal QQ and the lower version V6.0 are judged to meet the version rollback rule, the flight signal QQ V7.0 is unloaded in a silent mode, and the flight signal QQ 'V6.0' is installed in silence after the flight signal QQ 'V7.0' is successfully unloaded, when the execution of the silent installation update QQ 'V6.0' is finished, the identification information of the silent installation result is returned, such as "successful installation" or "failed installation", when the identification information returning the silent installation result is "failed installation", and generating and displaying prompt information of the installation result in the human-computer interaction interface, wherein if the silent installation fails, the prompt information is to manually install the version of the Tencent QQ V6.0, and the prompt information is used for prompting the user to manually execute the installation operation of the version of the Tencent QQ V6.0.
In a preferred embodiment, a specific application scenario of software management is provided, and is schematically shown in fig. 5, where a user Tom manages a software program in a terminal device by using "XX software administrator", when the user Tom installs "V6.9.0.0" version of "Notepad Plus" software by using "XX software administrator", the "XX software administrator" may generate a silent installation configuration file of the user Tom for the Notepad Plus according to a mouse or keyboard operation performed by the Tom during the installation process, generate identification information of the notpad Plus "V6.9.0.0" version such as "V6.9.0.0, a script file supporting silent uninstallation", store the script file in a local or cloud terminal, support silent installation "and" V6.7.0.0 ", support silent installation" according to identification information "V6.8.0.0 in the cloud terminal or locally stored Notepad Plus" V6.8.0.0 "version and Notepad Plus" V6.7.0.0 "script version file, and determine that the Notepad Plus" V6.9.0.0 "version and a corresponding lower version satisfy a rollback rule, then, in a program operation interface of displaying Notepad Plus "V6.9.0.0" by the "XX software administrator", a "rollback version" button is available, at this time, the "rollback version" button is highlighted, silent uninstall configuration information of version rollback of the Notepad Plus by the user Tom is obtained through cloud/local or default silent uninstall configuration information of version rollback of Notepad Plus "V6.9.0.0" is stored in the cloud, silent uninstall configuration information of version "V6.8.0.0" and version "V6.7.0.0" of the Notepad Plus and download address information of version "V6.8.0.0" and/or version "V6.7.0.0" of the Notepad Plus are obtained from the cloud/local, then when the user Tom clicks the "rollback version" button, the acquired silent uninstall configuration information of the user Tom for version "V6.9.0.0" of the Notepad Plus "V6.9.0.0" is silent uninstalled, and then the user can use the "rollback mode" by default, (ii) rollback the Notepad Plus "V6.9.0.0" version to the Notepad Plus "V6.8.0.0" version if to the last most recent version, and then silent installation of the Notepad Plus "V6.8.0.0" version according to the acquired Tom silent installation configuration information for the Notepad Plus "V6.8.0.0" version; the user may also set the corresponding rollback mode to rollback to one of the first two most recent versions, rollback the Notepad Plus "V6.9.0.0" version to the Notepad Plus "V6.7.0.0" version, and then may quiesce the installation of the Notepad Plus "V6.7.0.0" version according to the obtained Tom for the quiesce installation configuration information of the Notepad Plus "V6.7.0.0" version.
Those skilled in the art will appreciate that the present invention includes apparatus directed to performing one or more of the operations described in the present application. These devices may be specially designed and manufactured for the required purposes, or they may comprise known devices in general-purpose computers. These devices have stored therein computer programs that are selectively activated or reconfigured. Such a computer program may be stored in a device (e.g., computer) readable medium, including, but not limited to, any type of disk including floppy disks, hard disks, optical disks, CD-ROMs, and magnetic-optical disks, ROMs (Read-Only memories), RAMs (Random Access memories), EPROMs (Erasable Programmable Read-Only memories), EEPROMs (Electrically Erasable Programmable Read-Only memories), flash memories, magnetic cards, or optical cards, or any type of media suitable for storing electronic instructions, and each coupled to a bus. That is, a readable medium includes any medium that stores or transmits information in a form readable by a device (e.g., a computer).
It will be understood by those within the art that each block of the block diagrams and/or flowchart illustrations, and combinations of blocks in the block diagrams and/or flowchart illustrations, can be implemented by computer program instructions. Those skilled in the art will appreciate that the computer program instructions may be implemented by a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, implement the features specified in the block or blocks of the block diagrams and/or flowchart illustrations of the present disclosure.
those of skill in the art will appreciate that various operations, methods, steps in the processes, acts, or solutions discussed in the present application may be alternated, modified, combined, or deleted. Further, various operations, methods, steps in the flows, which have been discussed in the present application, may be interchanged, modified, rearranged, decomposed, combined, or eliminated. Further, steps, measures, schemes in the various operations, methods, procedures disclosed in the prior art and the present invention can also be alternated, changed, rearranged, decomposed, combined, or deleted.
The foregoing is only a partial embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.

Claims (22)

1. a software management method, comprising:
Receiving a version rollback instruction input by a user for software;
Judging whether a first version currently installed by the software and at least one second version lower than the first version meet version rollback rules or not;
if yes, collecting related information for version rollback of the software; and
executing version rollback operation of the software according to the related information;
The step of determining whether a first version of the software currently installed and at least one second version lower than the first version satisfy a version rollback rule further comprises:
acquiring the identification information of the first version and the identification information of the second version;
Judging whether the first version of the software supports silent uninstallation or not according to the identification information of the first version; and
Judging whether the second version of the software supports silent installation according to the identification information of the second version;
wherein the version rollback rule is satisfied if a first version of the software supports silent uninstallation and a second version of the software supports silent installation;
The related information for version rollback for the software comprises: silent offload configuration information corresponding to the first version and install information corresponding to the second version.
2. the method of claim 1, wherein the method further comprises:
And adding the first version into an upgrade omission list of the software.
3. the method according to claim 1 or 2, wherein the method further comprises:
And recommending other software of the same type as the software to the user according to the information of the software.
4. The method of claim 1, wherein the step of recommending other software of the same type as the software to the user according to the information of the software further comprises:
Searching other similar software according to the information of the software; and
and generating and displaying recommendation information of the other software.
5. the method of claim 1, wherein the method further comprises:
and if the version rollback operation of the software fails, calling an uninstaller of the software to uninstall the first version of the software.
6. The method of claim 1, wherein the installation information corresponding to the second version comprises: silent installation configuration information corresponding to the second version and download address information of the software second version installation package,
wherein the quiet installation configuration information corresponding to the second version includes at least one of:
installation path information of the software;
Registry information for the software;
identification information of the software;
Authorization information for the software; and
And setting information of a user in the software installation process.
7. the method of claim 1, wherein performing a version rollback operation of the software in accordance with the relevant information further comprises:
quiescing and uninstalling the first version of the software according to quiesce uninstalling configuration information corresponding to the first version; and
and silently installing the second version of the software according to the installation information corresponding to the second version.
8. The method of claim 7, wherein the method further comprises:
Judging whether the silent uninstalling operation of the first version of the software is successful or not according to the silent uninstalling result of the first version of the software;
and if the silent uninstalling operation of the first version of the software is not successful, generating and displaying uninstalling prompt information to prompt the user to manually execute the uninstalling operation of the first version of the software.
9. the method of claim 7, wherein the method further comprises:
Judging whether the silent installation operation of the second version of the software is successful according to the silent installation result of the second version of the software;
And if the silent installation operation of the second version of the software is not successful, generating and displaying installation prompt information to prompt the user to manually execute the installation operation of the second version of the software.
10. the method of claim 7, wherein the step of uninstalling the first version of the software in accordance with the quiesce uninstall configuration information corresponding to the first version further comprises:
setting uninstalling configuration parameters of the first version of the software according to the silent uninstalling configuration information corresponding to the first version; and
quiescing the first version of the software according to the set uninstalling configuration parameters of the first version of the software;
wherein the uninstall configuration parameters of the first version of the software comprise operating configuration parameters of the first version of the software and/or user configuration parameters of the first version of the software.
11. the method of claim 7, wherein installing the second version of the software in accordance with the installation information corresponding to the second version further comprises:
acquiring an installation package of the second version of the software according to the download address information of the installation package of the second version of the software;
setting installation configuration parameters of the second version of the software according to the silent installation configuration information corresponding to the second version;
Silent installation of the second version of the software is carried out according to the set installation configuration parameters of the second version of the software and the installation package of the second version of the software;
The installation configuration parameters of the second software version comprise operation configuration parameters of the second software version and/or user configuration parameters of the second software version.
12. A software management apparatus comprising:
the receiving module is used for receiving a version rollback instruction input by a user aiming at the software;
the software version rollback control device comprises a first judging module, a second judging module and a third judging module, wherein the first judging module is used for judging whether a first version currently installed by the software and at least one second version lower than the first version meet version rollback rules or not;
a collection module, configured to collect relevant information for version rollback of the software if the version rollback rule is satisfied; and
The execution module is used for executing the version rollback operation of the software according to the relevant information;
the first judging module further comprises:
An obtaining unit configured to obtain the identification information of the first version and the identification information of the second version;
the first judging unit is used for judging whether the first version of the software supports silent uninstallation according to the identification information of the first version; and
A second judging unit, configured to judge whether the second version of the software supports silent installation according to the identification information of the second version;
Wherein the version rollback rule is satisfied if a first version of the software supports silent uninstallation and a second version of the software supports silent installation;
The related information for version rollback for the software comprises: silent offload configuration information corresponding to the first version and install information corresponding to the second version.
13. The apparatus of claim 12, wherein the apparatus further comprises:
And the ignoring module is used for adding the first version into an upgrade ignoring list of the software.
14. The apparatus of claim 12, wherein the apparatus further comprises:
And the recommending module is used for recommending other software of the same type as the software to a user according to the information of the software.
15. The apparatus of claim 14, wherein the recommendation module further comprises:
the searching unit is used for searching other similar software according to the information of the software; and
and the generating and displaying unit is used for generating and displaying the recommendation information of the other software.
16. The apparatus of claim 12, wherein the apparatus further comprises:
and the calling module is used for calling the uninstalling program of the software to uninstall the first version of the software if the version rollback operation of the software fails.
17. the apparatus of claim 12, wherein the installation information corresponding to the second version comprises: silent installation configuration information corresponding to the second version and download address information of the software second version installation package,
wherein the quiet installation configuration information corresponding to the second version includes at least one of:
installation path information of the software;
Registry information for the software;
Identification information of the software;
authorization information for the software; and
And setting information of a user in the software installation process.
18. The apparatus of claim 12, wherein the means for performing further comprises:
an uninstalling unit, configured to uninstall the first version of the software in a silent manner according to the silent uninstalling configuration information corresponding to the first version; and
and the installation unit is used for silently installing the second version of the software according to the installation information corresponding to the second version.
19. the apparatus of claim 18, wherein the apparatus further comprises:
the second judging module is used for judging whether the silent uninstalling operation of the first version of the software is successful according to the silent uninstalling result of the first version of the software;
the first generation display module is used for generating and displaying uninstalling prompt information to prompt the user to manually execute the uninstalling operation of the first version of the software if the silent uninstalling operation of the first version of the software is not successful.
20. the apparatus of claim 18, wherein the apparatus further comprises:
The third judging module is used for judging whether the silent installation operation of the second version of the software is successful according to the silent installation result of the second version of the software;
And the second generation display module is used for generating and displaying installation prompt information to prompt the user to manually execute the installation operation of the second version of the software if the silent installation operation of the second version of the software is judged to be unsuccessful.
21. The apparatus of claim 18, wherein the unloading unit further comprises:
A first setting subunit, configured to set an uninstall configuration parameter of the first version of the software according to the silence uninstall configuration information corresponding to the first version; and
the uninstalling sub-unit is used for silently uninstalling the first version of the software according to the set uninstalling configuration parameters of the first version of the software;
wherein the uninstall configuration parameters of the first version of the software comprise operating configuration parameters of the first version of the software and/or user configuration parameters of the first version of the software.
22. the apparatus of claim 18, wherein the mounting unit further comprises:
the acquiring subunit is used for acquiring the installation package of the second version of the software according to the download address information of the installation package of the second version of the software;
the second setting subunit is configured to set an installation configuration parameter of the second version of the software according to the silent installation configuration information corresponding to the second version;
The installation subunit is used for silently installing the second version of the software according to the set installation configuration parameters of the second version of the software and the installation package of the second version of the software;
The installation configuration parameters of the second software version comprise operation configuration parameters of the second software version and/or user configuration parameters of the second software version.
CN201610282391.XA 2016-04-29 2016-04-29 software management method and device Active CN105955740B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201610282391.XA CN105955740B (en) 2016-04-29 2016-04-29 software management method and device
PCT/CN2017/081503 WO2017186066A1 (en) 2016-04-29 2017-04-21 Software management method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610282391.XA CN105955740B (en) 2016-04-29 2016-04-29 software management method and device

Publications (2)

Publication Number Publication Date
CN105955740A CN105955740A (en) 2016-09-21
CN105955740B true CN105955740B (en) 2019-12-06

Family

ID=56913357

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610282391.XA Active CN105955740B (en) 2016-04-29 2016-04-29 software management method and device

Country Status (2)

Country Link
CN (1) CN105955740B (en)
WO (1) WO2017186066A1 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105955740B (en) * 2016-04-29 2019-12-06 北京奇虎科技有限公司 software management method and device
CN108228023B (en) * 2016-12-21 2020-09-29 北京搜狗科技发展有限公司 Method and device for installing application program and electronic equipment
CN107515747A (en) * 2017-08-10 2017-12-26 清远博云软件有限公司 A kind of distributed software prepares management method
CN107450959A (en) * 2017-08-24 2017-12-08 阿里巴巴集团控股有限公司 A kind of edition data issue, acquisition methods, equipment and device and more new system
CN107992748A (en) * 2017-11-22 2018-05-04 江苏神州信源系统工程有限公司 A kind of software control method and device
CN108762799A (en) * 2018-04-03 2018-11-06 维沃移动通信有限公司 A kind of method and terminal of update application

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101479702A (en) * 2006-05-05 2009-07-08 霍尼韦尔国际公司 Apparatus and method for allowing a fail-back to a prior software release in a process control system
CN101984410A (en) * 2010-11-12 2011-03-09 中兴通讯股份有限公司 Method and device for generating and unloading software installation package
JP2012103916A (en) * 2010-11-10 2012-05-31 Nakayo Telecommun Inc Information processor for automatically performing uninstallation of application software in abnormal time
CN102567053A (en) * 2011-12-20 2012-07-11 云海创想信息技术(无锡)有限公司 Method and device for downgrading software version
CN103544033A (en) * 2013-09-30 2014-01-29 小米科技有限责任公司 Method, device and associated equipment for rolling back application program
CN103810416A (en) * 2012-11-07 2014-05-21 腾讯科技(深圳)有限公司 Software installation or uninstallation method and device
CN104182545A (en) * 2014-09-05 2014-12-03 北京金山安全软件有限公司 Application program recommendation method and device
CN105511854A (en) * 2015-11-26 2016-04-20 深圳市金立通信设备有限公司 Application fallback method and terminal equipment
CN105740023A (en) * 2016-02-02 2016-07-06 广东欧珀移动通信有限公司 Program version backing method and device and intelligent mobile terminal

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8261253B2 (en) * 2006-01-25 2012-09-04 The Boeing Company Method for restoring software applications on desktop computers
CN105955740B (en) * 2016-04-29 2019-12-06 北京奇虎科技有限公司 software management method and device

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101479702A (en) * 2006-05-05 2009-07-08 霍尼韦尔国际公司 Apparatus and method for allowing a fail-back to a prior software release in a process control system
JP2012103916A (en) * 2010-11-10 2012-05-31 Nakayo Telecommun Inc Information processor for automatically performing uninstallation of application software in abnormal time
CN101984410A (en) * 2010-11-12 2011-03-09 中兴通讯股份有限公司 Method and device for generating and unloading software installation package
CN102567053A (en) * 2011-12-20 2012-07-11 云海创想信息技术(无锡)有限公司 Method and device for downgrading software version
CN103810416A (en) * 2012-11-07 2014-05-21 腾讯科技(深圳)有限公司 Software installation or uninstallation method and device
CN103544033A (en) * 2013-09-30 2014-01-29 小米科技有限责任公司 Method, device and associated equipment for rolling back application program
CN104182545A (en) * 2014-09-05 2014-12-03 北京金山安全软件有限公司 Application program recommendation method and device
CN105511854A (en) * 2015-11-26 2016-04-20 深圳市金立通信设备有限公司 Application fallback method and terminal equipment
CN105740023A (en) * 2016-02-02 2016-07-06 广东欧珀移动通信有限公司 Program version backing method and device and intelligent mobile terminal

Also Published As

Publication number Publication date
WO2017186066A1 (en) 2017-11-02
CN105955740A (en) 2016-09-21

Similar Documents

Publication Publication Date Title
CN105955740B (en) software management method and device
US9606791B2 (en) Controlled method and apparatus to securely install and update software
US10235149B2 (en) Preinstalled application management method for mobile terminal and mobile terminal
US7237238B2 (en) Method and apparatus for automated operating systems upgrade
CN103699420B (en) System recovery method and system recovery device
CN108228810B (en) Form linkage configuration method and system and form updating method and system
WO2019140656A1 (en) Firmware upgrade method and apparatus, electronic device and control device
CN107368343B (en) Terminal starting method based on android system, terminal and storage medium
CN108874426B (en) Application program updating method and device and readable storage medium
WO2017215088A1 (en) Ota start-up acceleration method and system
CN104636172B (en) A kind of application upgrade method and apparatus
CN108459868A (en) A kind of software start-up method, device, terminal and storage medium
CN110471686A (en) Method, apparatus, computer equipment and the storage medium of automatic downloading driving
CN101506772A (en) Environment state changes to alter functionality
CN106445601A (en) Device and method for plugin upgrading
CN109901849B (en) Application program installation method and device, electronic equipment and storage medium
CN109901860A (en) A kind of Android phone software version control method
CN115357355A (en) Method, device and equipment for software cross-system migration and readable storage medium
CN105242952A (en) Data updating method and data updating device
CN110910945B (en) Method and device for testing robustness of SSD (solid State disk) signal, computer equipment and storage medium
CN111045696A (en) Method and device for automatically installing single machine operation system, computer equipment and storage medium
CN113590179A (en) Plug-in detection method and device, electronic equipment and storage medium
CN109445829A (en) A kind of product software programme upgrade method, apparatus and system
JP2008191957A (en) Computer system, and file system automatic setting and os activation method therefor
CN111310160A (en) WINDOWS automatic login deployment method, device, computer equipment and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20211210

Address after: 300450 No. 9-3-401, No. 39, Gaoxin 6th Road, Binhai Science Park, high tech Zone, Binhai New Area, Tianjin

Patentee after: 3600 Technology Group Co.,Ltd.

Address before: 100088 room 112, block D, 28 new street, new street, Xicheng District, Beijing (Desheng Park)

Patentee before: BEIJING QIHOO TECHNOLOGY Co.,Ltd.

Patentee before: Qizhi software (Beijing) Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230712

Address after: 1765, floor 17, floor 15, building 3, No. 10 Jiuxianqiao Road, Chaoyang District, Beijing 100015

Patentee after: Beijing Hongxiang Technical Service Co.,Ltd.

Address before: 300450 No. 9-3-401, No. 39, Gaoxin 6th Road, Binhai Science Park, high tech Zone, Binhai New Area, Tianjin

Patentee before: 3600 Technology Group Co.,Ltd.

TR01 Transfer of patent right