CN116400935B - Application installation system and method - Google Patents

Application installation system and method Download PDF

Info

Publication number
CN116400935B
CN116400935B CN202310680051.2A CN202310680051A CN116400935B CN 116400935 B CN116400935 B CN 116400935B CN 202310680051 A CN202310680051 A CN 202310680051A CN 116400935 B CN116400935 B CN 116400935B
Authority
CN
China
Prior art keywords
installation
daemon
patch
module
application
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
CN202310680051.2A
Other languages
Chinese (zh)
Other versions
CN116400935A (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.)
Guizhou Aixinnuo Aerospace Information Co ltd
Original Assignee
Guizhou Aixinnuo Aerospace Information 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 Guizhou Aixinnuo Aerospace Information Co ltd filed Critical Guizhou Aixinnuo Aerospace Information Co ltd
Priority to CN202310680051.2A priority Critical patent/CN116400935B/en
Priority to CN202311203696.3A priority patent/CN117369835A/en
Publication of CN116400935A publication Critical patent/CN116400935A/en
Application granted granted Critical
Publication of CN116400935B publication Critical patent/CN116400935B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application relates to the technical field of computer application, in particular to an application installation system and method, wherein the method comprises the following steps: a daemon installation step, namely installing and starting the daemon, and granting root rights to the daemon; an installation command acquisition step of acquiring an installation command; an installation command issuing step, namely issuing the installation command to a daemon through a socket; an application installation step, namely installing the application by the daemon according to the installation command; and a forced patch installation step, namely acquiring forced patch information and downloading the forced patch. By adopting the scheme, the software installation flow can be reduced, the software is free from being installed in a secret mode, and therefore the software downloading and installing efficiency is improved.

Description

Application installation system and method
Technical Field
The present application relates to the field of computer applications, and in particular, to an application installation system and method.
Background
In recent years, with the rapid progress of localization pace, related technologies such as a domestic operating system, middleware, a database and the like have also made some important breakthroughs, but from the current situation analysis, the localization of information technology has not established a perfect ecological circle. The localization process depends on the common development of software and hardware technology, the establishment of perfect software ecology can drive the development of hardware technology, the localization information technology can be widely used by users, and the wide application of the localization information technology can promote the sustainable development of localization software and hardware technology, thereby forming a virtuous circle of the development of localization technology.
At present, domestic operating systems are all developed based on a Linux kernel and based on a stable Linux release at the upstream, and a plurality of differences exist between different Linux release. In terms of processors, the development companies of domestic processors are numerous, and the instruction sets adopted are different. The numerous differences between different operating systems and processors in various aspects bring a plurality of difficulties to developers and restrict the development of software ecology. For example, when developing a piece of software, versions suitable for each system need to be simultaneously developed, and correspondingly, when downloading the software, a user also needs to select a corresponding software version according to the system of the user equipment to download, so that convenience when the user downloads the software is reduced. In addition, when the user downloads the software through the ways such as download links provided by the application store and other software, the application store or other software cannot acquire root rights, so that before each download, the user needs to confirm, even the user inputs a password to confirm the identity of the user, the user can give rights to install the corresponding software, the convenience of the software download is greatly reduced, and the use experience of the user is affected.
Disclosure of Invention
The application provides an application installation system and method, which can reduce the software installation flow and realize the secret-free installation of software, thereby improving the efficiency of downloading and installing the software.
In order to achieve the above purpose, the present application provides the following technical solutions:
an application installation method comprising the steps of:
a daemon installation step, namely installing and starting the daemon, and granting root rights to the daemon;
an installation command acquisition step of acquiring an installation command;
an installation command issuing step, namely issuing the installation command to a daemon through a socket;
an application installation step, namely installing the application by the daemon according to the installation command;
the daemon stores an authorized application list;
the installation command issuing step comprises the following steps:
s100, analyzing whether the authorized application list comprises target software, if not, executing S200, and if so, executing S300;
s200, acquiring a download source of the target software, analyzing whether the download source is included in the authorized application list, if so, executing S300, and if not, terminating the installation of the application;
s300, the installation command is issued to the daemon through the socket.
Further, the installation command obtaining step includes:
a preset application list obtaining step of obtaining a preset application list in target software;
a selection result obtaining step of obtaining a selection result of a user in a preset application list;
an installation command generating step of generating an installation command according to a selection result of a user; the install command includes application information and an install package address.
Further, the method also comprises a step of installing the forced patch, wherein the forced patch information is obtained and the forced patch is downloaded;
the step of installing the forced patch includes:
a patch information obtaining step, namely obtaining mandatory patch information, wherein the mandatory patch information comprises a patch applicable environment, a configuration issuing strategy, a patch installation command and a patch downloading address;
an installation package downloading step, namely downloading an installation package of the forced patch by the daemon according to the patch downloading address;
and a patch installation step, namely calling a script to install the forced patch and generating an installation record.
Further, the configuration delivery policy includes one or more of full delivery, per organization delivery, per IP segment delivery, and per client list delivery.
Further, the method also comprises a daemon updating step, a compatibility checking step and a forwarding step;
the daemon updating step updates the daemon; when the daemon updates by itself, after downloading the updated daemon file, the current daemon is started with root authority and processes the installation command;
a function list is maintained in the daemon, and all interfaces and compatible versions thereof to the outside of the daemon are displayed in the function list; after the updating is completed, the history daemon process is reserved;
the compatibility checking step analyzes the compatibility change of the daemon before and after updating to the external interface and generates a compatibility analysis result;
the forwarding step, forwarding the installation command to the updated daemon process according to the compatibility analysis result, thereby realizing the bidirectional forwarding of the new daemon process and the old daemon process;
the method also comprises a binding daemon step, wherein daemons before and after updating are bound with each other, the background monitors the running condition of each daemon in real time, and if any daemon is finished in the background, the corresponding thread is restarted, so that the binding daemon of the two new and old threads is realized.
The application also discloses an application installation system, which comprises a daemon installation module, an installation command acquisition module, an installation command issuing module and an application installation module;
the daemon installation module is used for installing and starting the daemon and granting root rights to the daemon;
the installation command acquisition module is used for acquiring an installation command;
the installation command issuing module is used for issuing the installation command to the daemon through the socket;
the application installation module is used for the daemon to install the application according to the installation command;
the daemon stores an authorized application list;
the installation command issuing module comprises a target software analysis module, a download source analysis module and an authorization issuing module:
the target software analysis module is used for analyzing whether the authorized application list comprises target software or not and generating a target software analysis result;
the download source analysis module is used for acquiring a download source of the target software if the authorized analysis result does not include the target software, analyzing whether the authorized application list includes the download source, and generating a download source analysis result;
and the authorization issuing module is used for issuing an installation command to the daemon through a socket if the analysis result of the target software comprises the target software or the analysis result of the download source comprises the download source.
Further, the installation command acquisition module includes:
the preset application list acquisition module is used for acquiring a preset application list in the target software;
the selection result acquisition module is used for acquiring a selection result of a user in a preset application list;
the installation command generation module is used for generating an installation command according to a selection result of a user; the install command includes application information and an install package address.
Further, the system also comprises a forced patch installation module which is used for acquiring forced patch information and downloading the forced patch;
the forced patch installation module comprises a patch information acquisition module, an installation package downloading module and a patch installation module:
the patch information acquisition module is used for acquiring mandatory patch information, wherein the mandatory patch information comprises a patch applicable environment, a configuration issuing strategy, a patch installation command and a patch downloading address;
the installation package downloading module is used for the daemon to download the installation package of the forced patch according to the patch downloading address;
the patch installation module is used for calling the script to install the forced patch and generating an installation record.
Further, the configuration delivery policy includes one or more of full delivery, per organization delivery, per IP segment delivery, and per client list delivery.
The principle and the advantages of the application are as follows:
1. and granting root rights to the daemon process, and acquiring the software installation requirements fed back by each target software in the equipment in real time. When the user selects the software which needs to be downloaded through the link in the application store or other software at the operation interface, the installation command is issued to the daemon through the socket, and the daemon receives the installation command and invokes the root authority to complete the downloading of the software. Compared with the prior art, the system authority application is carried out once when the user downloads the software every time, the scheme reduces the software downloading flow, and completes the software secret-free installation, thereby improving the software downloading efficiency.
2. According to the selection result of the user in the preset application list, an installation command is generated, so that malicious software is prevented from privately calling rights, other irrelevant software is downloaded by using a daemon process in the background, the software installation convenience is improved, and meanwhile, the safety of the system is ensured.
3. The configuration issuing strategy of the forced patch comprises full issuing, issuing according to organization, issuing according to IP section and issuing according to a client list, different issuing strategies can be set according to requirements, diversified requirements are met, and the forced patch can be directly downloaded and installed in the background by self by adopting the scheme, so that system maintenance is facilitated. After the forced patch is successfully installed, an installation record is generated, which is favorable for system records, so that the forced patch is convenient to skip in the next maintenance.
Drawings
Fig. 1 is a flowchart of an application installation method according to an embodiment of the present application.
Detailed Description
The following is a further detailed description of the embodiments:
example 1:
an application installation method, as shown in fig. 1, includes the steps of:
a daemon installation step, namely installing and starting a daemon, and granting root rights to the daemon, wherein the daemon can be installed and deployed in equipment of various operating systems;
an installation command obtaining step, namely obtaining an installation command, wherein in order to ensure the installation efficiency, in the embodiment, the background monitors the installation command in each software in real time; in other embodiments of the present application, the downloading operation of the user in each software may also be acquired once every 0.1 ms;
the installation command obtaining step includes:
a preset application list obtaining step of obtaining a preset application list in target software; in this embodiment, when a user performs a software downloading operation through any downloaded software, the corresponding software is made to be the target software;
a selection result acquisition step of acquiring a selection result of a user in a preset application list, so as to define specific applications which the user needs to download;
an installation command generating step of generating an installation command according to a selection result of a user; the installation command comprises application information and an installation package address; the application information is basic information of the application, and comprises names, types and functions;
an installation command issuing step, namely issuing the installation command to a daemon through a socket;
an application installation step, namely, the daemon process directly installs the application according to the installation command because the daemon process has root authority; compared with the prior art, the system authority application is carried out once when a user downloads the software every time, the scheme reduces the software downloading flow, completes the encryption-free installation of the software, and improves the software downloading efficiency;
a forced patch installation step, namely acquiring forced patch information and downloading the forced patch;
the step of installing the forced patch includes:
a patch information obtaining step, namely obtaining mandatory patch information, wherein the mandatory patch information comprises a patch applicable environment, a configuration issuing strategy, a patch installation command and a patch downloading address; the configuration issuing strategy comprises one or more of full issuing, issuing according to organization, issuing according to IP section and issuing according to a client list; in this embodiment, the configuration issuing policy is full issuing;
an installation package downloading step, namely downloading an installation package of the forced patch by the daemon according to the patch downloading address;
and a patch installation step, namely calling a script to install the forced patch, generating and storing an installation record, and facilitating the system record, thereby facilitating the skipping of the forced patch in the next maintenance.
The embodiment also provides an application installation system, which adopts the application installation method, and comprises a daemon installation module, an installation command acquisition module, an installation command issuing module, an application installation module and a forced patch installation module;
the daemon installation module is used for installing and starting the daemon and granting root rights to the daemon; therefore, the daemon acts as an intermediate role between the common software and the system, the user demand can directly reach the daemon, and the daemon replaces the system to give corresponding installation permission to the common software;
the installation command acquisition module is used for acquiring an installation command;
the installation command acquisition module includes:
the preset application list acquisition module is used for acquiring a preset application list in the target software; specifically, when a user performs a software downloading operation through any downloaded software, the corresponding software is made to be target software;
the selection result acquisition module is used for acquiring a selection result of a user in a preset application list;
the installation command generation module is used for generating an installation command according to a selection result of a user; the install command includes application information and an install package address.
The installation command issuing module is used for issuing the installation command to the daemon through the socket;
the application installation module is used for the daemon to install the application according to the installation command;
the forced patch installation module is used for acquiring the forced patch information and downloading the forced patch; the forced patch installation module comprises a patch information acquisition module, an installation package downloading module and a patch installation module:
the patch information acquisition module is used for acquiring mandatory patch information, wherein the mandatory patch information comprises a patch applicable environment, a configuration issuing strategy, a patch installation command and a patch downloading address;
the installation package downloading module is used for the daemon to download the installation package of the forced patch according to the patch downloading address;
the patch installation module is used for calling the script to install the forced patch and generating an installation record.
Example 2:
embodiment 2 has the same basic principle as embodiment 1, except that in an application installation method of embodiment 2, the daemon has an authorized application list stored therein;
the installation command issuing step comprises the following steps:
s100, analyzing whether the authorized application list comprises target software, if not, executing S200, and if so, executing S300;
s200, acquiring a download source of the target software, analyzing whether the download source is included in the authorized application list, if so, executing S300, and if not, terminating the installation of the application; the following examples are: if the user performs the downloading operation in the A software, firstly analyzing whether the A software is in an authorized application list of the daemon, if so, continuing to download and install; if not, continuing to analyze the software which is downloaded by the software A (such as the software B), namely, the user downloads the software in the software B before the user downloads the software A, and then continuing to analyze whether the software B is in the authorized application list of the daemon, if so, continuing to download, and if not, ending the installation of the application.
S300, the installation command is issued to the daemon through the socket.
In one application installation system of the embodiment, the daemon stores an authorized application list;
the installation command issuing module comprises a target software analysis module, a download source analysis module and an authorization issuing module:
the target software analysis module is used for analyzing whether the authorized application list comprises target software or not and generating a target software analysis result;
the download source analysis module is used for acquiring a download source of the target software if the authorized analysis result does not include the target software, analyzing whether the authorized application list includes the download source, and generating a download source analysis result;
and the authorization issuing module is used for issuing an installation command to the daemon through a socket if the analysis result of the target software comprises the target software or the analysis result of the download source comprises the download source. The following examples are: if the user performs the downloading operation in the A software, firstly analyzing whether the A software is in an authorized application list of the daemon, if so, continuing to download; if not, continuing to analyze the software which is downloaded by the software A (such as the software B), namely, the user downloads the software in the software B before the user downloads the software A, and then continuing to analyze whether the software B is in the authorized application list of the daemon, if so, continuing to download, and if not, ending the installation of the application.
In order to prevent downloading to malicious software, in this embodiment, only authorized applications may be exempted from application installation; however, the authorized application list of the daemon may have hysteresis, and some newly-built applications have not been subjected to security test or have been subjected to security test but have not been added into the authorized application list, so that the scheme judges the reliability of the target software in a tracing manner, and only performs one round of tracing in order to improve the accuracy of reliability analysis, and does not trace back upwards after performing tracing once. Therefore, the security of the non-secret mounting can be improved, and the usable application range of the non-secret mounting is expanded.
Example 3:
embodiment 3 is the same as embodiment 1 in basic principle, except that in an application installation method of embodiment 3, a daemon update step, a compatibility check step, and a forwarding step are further included.
The daemon updating step updates the daemon; when the daemon updates by itself, after downloading the updated daemon file, the current daemon is started with root authority and processes the installation command;
a function list is maintained in the daemon, and all interfaces and compatible versions thereof to the outside of the daemon are displayed in the function list; after the update is completed, the history daemon is maintained.
The compatibility checking step analyzes the compatibility change of the daemon before and after updating to the external interface and generates a compatibility analysis result;
and the forwarding step is used for forwarding the installation command to the updated daemon process according to the compatibility analysis result, so that the two-way forwarding of the new daemon process and the old daemon process is realized. Specifically, the daemon before updating releases the resources occupied by the functions compatible with the daemon after updating according to the compatibility analysis result, marks the corresponding functions as forwarding functions, and the forwarding functions are used for processing the daemon after updating by forwarding the installation command; thus, if the functions corresponding to the updated daemon are compatible, the updated daemon processes the install command, and if the functions corresponding to the updated daemon are incompatible, the daemon processes the install command.
The method also comprises a binding daemon step, wherein daemons before and after updating are bound with each other, the background monitors the running condition of each daemon in real time, and if any daemon is finished in the background, the corresponding thread is restarted, so that the binding daemon of the two new and old threads is realized.
The difference between the scheme and the traditional scheme is that:
the new version of the traditional scheme completely replaces the old version; if there are incompatible changes, the corresponding download software client may be available after a synchronous update is required, or the update may be proactively abandoned by the user. In the scheme, after updating, the daemon of the old version becomes a plug-in of the daemon of the new version, the daemon of the old version and the daemon of the new version are communicated through a forwarding port, and a client originally connected with the old version can use the daemon of the new version in a forwarding mode; and simultaneously, related resources are released, which is equivalent to a plug-in for changing the old version daemon into the new version. Clients connected to the new version daemon may also use the functionality of the old version daemon by forwarding.
In addition, the technical scheme provided by the application has the following advantages: the compatibility problem between versions is not worried and considered during development, old version clients cannot be used after updating, and clients connected with old version daemons do not need to be connected with new version clients again, so that interruption or reconnection is avoided.
An application installation system, which applies the application installation method.
The foregoing is merely exemplary of the present application, and specific structures and features well known in the art will not be described in detail herein, so that those skilled in the art will be aware of all the prior art to which the present application pertains, and will be able to ascertain the general knowledge of the technical field in the application or prior art, and will not be able to ascertain the general knowledge of the technical field in the prior art, without using the prior art, to practice the present application, with the aid of the present application, to ascertain the general knowledge of the same general knowledge of the technical field in general purpose. It should be noted that modifications and improvements can be made by those skilled in the art without departing from the structure of the present application, and these should also be considered as the scope of the present application, which does not affect the effect of the implementation of the present application and the utility of the patent. The protection scope of the present application is subject to the content of the claims, and the description of the specific embodiments and the like in the specification can be used for explaining the content of the claims.

Claims (8)

1. An application installation method is characterized in that: the method comprises the following steps:
a daemon installation step, namely installing and starting the daemon, and granting root rights to the daemon;
an installation command acquisition step of acquiring an installation command;
an installation command issuing step, namely issuing the installation command to a daemon through a socket;
an application installation step, namely installing the application by the daemon according to the installation command;
the daemon stores an authorized application list;
the installation command issuing step comprises the following steps:
s100, analyzing whether the authorized application list comprises target software, if not, executing S200, and if so, executing S300;
s200, acquiring a download source of the target software, analyzing whether the download source is included in the authorized application list, if so, executing S300, and if not, terminating the installation of the application;
s300, issuing an installation command to the daemon through a socket;
the method also comprises a daemon updating step, a compatibility checking step and a forwarding step;
the daemon updating step updates the daemon; when the daemon updates by itself, after downloading the updated daemon file, the current daemon is started with root authority and processes the installation command;
a function list is maintained in the daemon, and all interfaces and compatible versions thereof to the outside of the daemon are displayed in the function list; after the updating is completed, the history daemon process is reserved;
the compatibility checking step analyzes the compatibility change of the daemon before and after updating to the external interface and generates a compatibility analysis result;
the forwarding step, forwarding the installation command to the updated daemon process according to the compatibility analysis result, thereby realizing the bidirectional forwarding of the new daemon process and the old daemon process;
the method also comprises a binding daemon step, wherein daemons before and after updating are bound with each other, the background monitors the running condition of each daemon in real time, and if any daemon is finished in the background, the corresponding thread is restarted, so that the binding daemon of the two new and old threads is realized.
2. An application installation method according to claim 1, wherein: the installation command obtaining step includes:
a preset application list obtaining step of obtaining a preset application list in target software;
a selection result obtaining step of obtaining a selection result of a user in a preset application list;
an installation command generating step of generating an installation command according to a selection result of a user; the install command includes application information and an install package address.
3. An application installation method according to claim 1, wherein: the method also comprises a forced patch installation step, wherein forced patch information is obtained and the forced patch is downloaded;
the step of installing the forced patch includes:
a patch information obtaining step, namely obtaining mandatory patch information, wherein the mandatory patch information comprises a patch applicable environment, a configuration issuing strategy, a patch installation command and a patch downloading address;
an installation package downloading step, namely downloading an installation package of the forced patch by the daemon according to the patch downloading address;
and a patch installation step, namely calling a script to install the forced patch and generating an installation record.
4. A method of installing an application according to claim 3, wherein: the configuration delivery policy includes one or more of full delivery, delivery by organization, delivery by IP segment, and delivery by client list.
5. An application installation system, characterized by: application installation method according to any of the preceding claims 1-4;
the system comprises a daemon installation module, an installation command acquisition module, an installation command issuing module and an application installation module;
the daemon installation module is used for installing and starting the daemon and granting root rights to the daemon;
the installation command acquisition module is used for acquiring an installation command;
the installation command issuing module is used for issuing the installation command to the daemon through the socket;
the application installation module is used for the daemon to install the application according to the installation command;
the daemon stores an authorized application list;
the installation command issuing module comprises a target software analysis module, a download source analysis module and an authorization issuing module:
the target software analysis module is used for analyzing whether the authorized application list comprises target software or not and generating a target software analysis result;
the download source analysis module is used for acquiring a download source of the target software if the authorized analysis result does not include the target software, analyzing whether the authorized application list includes the download source, and generating a download source analysis result;
and the authorization issuing module is used for issuing an installation command to the daemon through a socket if the analysis result of the target software comprises the target software or the analysis result of the download source comprises the download source.
6. An application installation system according to claim 5, wherein: the installation command acquisition module includes:
the preset application list acquisition module is used for acquiring a preset application list in the target software;
the selection result acquisition module is used for acquiring a selection result of a user in a preset application list;
the installation command generation module is used for generating an installation command according to a selection result of a user; the install command includes application information and an install package address.
7. An application installation system according to claim 5, wherein: the system also comprises a forced patch installation module, a forced patch management module and a forced patch management module, wherein the forced patch installation module is used for acquiring forced patch information and downloading the forced patch;
the forced patch installation module comprises a patch information acquisition module, an installation package downloading module and a patch installation module:
the patch information acquisition module is used for acquiring mandatory patch information, wherein the mandatory patch information comprises a patch applicable environment, a configuration issuing strategy, a patch installation command and a patch downloading address;
the installation package downloading module is used for the daemon to download the installation package of the forced patch according to the patch downloading address;
the patch installation module is used for calling the script to install the forced patch and generating an installation record.
8. An application installation system according to claim 7, wherein: the configuration delivery policy includes one or more of full delivery, delivery by organization, delivery by IP segment, and delivery by client list.
CN202310680051.2A 2023-06-09 2023-06-09 Application installation system and method Active CN116400935B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202310680051.2A CN116400935B (en) 2023-06-09 2023-06-09 Application installation system and method
CN202311203696.3A CN117369835A (en) 2023-06-09 2023-06-09 Forced patch installation method based on daemon

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310680051.2A CN116400935B (en) 2023-06-09 2023-06-09 Application installation system and method

Related Child Applications (1)

Application Number Title Priority Date Filing Date
CN202311203696.3A Division CN117369835A (en) 2023-06-09 2023-06-09 Forced patch installation method based on daemon

Publications (2)

Publication Number Publication Date
CN116400935A CN116400935A (en) 2023-07-07
CN116400935B true CN116400935B (en) 2023-08-18

Family

ID=87020293

Family Applications (2)

Application Number Title Priority Date Filing Date
CN202311203696.3A Pending CN117369835A (en) 2023-06-09 2023-06-09 Forced patch installation method based on daemon
CN202310680051.2A Active CN116400935B (en) 2023-06-09 2023-06-09 Application installation system and method

Family Applications Before (1)

Application Number Title Priority Date Filing Date
CN202311203696.3A Pending CN117369835A (en) 2023-06-09 2023-06-09 Forced patch installation method based on daemon

Country Status (1)

Country Link
CN (2) CN117369835A (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007134338A2 (en) * 2006-05-16 2007-11-22 Bea Systems, Inc. Hitless application upgrade for sip server architecture
CN103826215A (en) * 2014-02-11 2014-05-28 北京奇虎科技有限公司 Method and apparatus for carrying out root authority management at terminal equipment
CN104380302A (en) * 2012-06-07 2015-02-25 迈可菲公司 Evaluating whether to block or allow installation of a software application
WO2015096695A1 (en) * 2013-12-23 2015-07-02 北京奇虎科技有限公司 Installation control method, system and device for application program
CN105302604A (en) * 2015-10-30 2016-02-03 北京奇虎科技有限公司 Application version update method and apparatus
CN105354488A (en) * 2015-10-26 2016-02-24 宇龙计算机通信科技(深圳)有限公司 Application installation method, related apparatus and application installation system
CN105468395A (en) * 2014-09-10 2016-04-06 阿里巴巴集团控股有限公司 Updating method, device and system
CN107392012A (en) * 2017-07-25 2017-11-24 广州平云信息科技有限公司 Application method for managing and monitoring, device and the mobile device of mobile device
CN107562321A (en) * 2017-09-05 2018-01-09 广东欧珀移动通信有限公司 Using installation method, device and terminal
WO2019037724A1 (en) * 2017-08-21 2019-02-28 捷开通讯(深圳)有限公司 Method for upgrading application of mobile terminal, storage device, and mobile terminal
CN109660353A (en) * 2018-12-12 2019-04-19 新华三技术有限公司 A kind of application program installation method and device
CN115543372A (en) * 2022-08-15 2022-12-30 深圳市酷开网络科技股份有限公司 Terminal equipment upgrade management method, device, system and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8423993B2 (en) * 2008-02-29 2013-04-16 Red Hat, Inc. Systems and methods for managing software patches

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007134338A2 (en) * 2006-05-16 2007-11-22 Bea Systems, Inc. Hitless application upgrade for sip server architecture
CN104380302A (en) * 2012-06-07 2015-02-25 迈可菲公司 Evaluating whether to block or allow installation of a software application
WO2015096695A1 (en) * 2013-12-23 2015-07-02 北京奇虎科技有限公司 Installation control method, system and device for application program
CN103826215A (en) * 2014-02-11 2014-05-28 北京奇虎科技有限公司 Method and apparatus for carrying out root authority management at terminal equipment
CN105468395A (en) * 2014-09-10 2016-04-06 阿里巴巴集团控股有限公司 Updating method, device and system
CN105354488A (en) * 2015-10-26 2016-02-24 宇龙计算机通信科技(深圳)有限公司 Application installation method, related apparatus and application installation system
CN105302604A (en) * 2015-10-30 2016-02-03 北京奇虎科技有限公司 Application version update method and apparatus
CN107392012A (en) * 2017-07-25 2017-11-24 广州平云信息科技有限公司 Application method for managing and monitoring, device and the mobile device of mobile device
WO2019037724A1 (en) * 2017-08-21 2019-02-28 捷开通讯(深圳)有限公司 Method for upgrading application of mobile terminal, storage device, and mobile terminal
CN107562321A (en) * 2017-09-05 2018-01-09 广东欧珀移动通信有限公司 Using installation method, device and terminal
CN109660353A (en) * 2018-12-12 2019-04-19 新华三技术有限公司 A kind of application program installation method and device
CN115543372A (en) * 2022-08-15 2022-12-30 深圳市酷开网络科技股份有限公司 Terminal equipment upgrade management method, device, system and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于国产可信芯片的可信管理系统研究与实现;陈都;中国优秀硕士学位论文全文数据库 信息科技辑;I138-76 *

Also Published As

Publication number Publication date
CN116400935A (en) 2023-07-07
CN117369835A (en) 2024-01-09

Similar Documents

Publication Publication Date Title
US10430209B1 (en) System and method for server customization
CN108845812A (en) Update of plug-in method, apparatus, computer equipment and storage medium
US7774762B2 (en) System including run-time software to enable a software application to execute on an incompatible computer platform
US7334162B1 (en) Dynamic distribution of test execution
US20060200814A1 (en) Software distribution with activation control
US9413746B2 (en) Extension point application and configuration of a login module
US20030233483A1 (en) Executing software in a network environment
US20080244557A1 (en) Knowledge management system and method for implementing management software using the same
US20220129256A1 (en) Android penetration method and device for implementing silent installation based on accessibility services
US20020152277A1 (en) System and method for agent reporting in to server
WO2007070295A1 (en) Metadata driven deployment of applications
US10489145B2 (en) Secure update of firmware and software
US20210326196A1 (en) A remediation system to prevent incompatible program module installation in an information processing system
CN104573435A (en) Method for terminal authority management and terminal
CN112130871A (en) Method and device for remotely deploying middleware, computer equipment and storage medium
CN106502713A (en) A kind of method for upgrading software and system
CN108958785B (en) Application program upgrading method and device
JP2023505844A (en) Package-based remote firmware update
CN116400935B (en) Application installation system and method
CN110688170B (en) Operation station operation optimization device and method
ApS MOSEK Licensing Guide
KR101169432B1 (en) System and method for managing the performance environment java application
CN110764840A (en) Method, device and system for wirelessly debugging android device
CN114610415B (en) Program starting method, system, storage medium and electronic equipment
Hanna et al. Hot patching hot fixes: Reflection and perspectives

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant