CN112579111A - Installation method and device of installation package, electronic equipment and storage medium - Google Patents

Installation method and device of installation package, electronic equipment and storage medium Download PDF

Info

Publication number
CN112579111A
CN112579111A CN202011614201.2A CN202011614201A CN112579111A CN 112579111 A CN112579111 A CN 112579111A CN 202011614201 A CN202011614201 A CN 202011614201A CN 112579111 A CN112579111 A CN 112579111A
Authority
CN
China
Prior art keywords
installation
package
target
equipment
file
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011614201.2A
Other languages
Chinese (zh)
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.)
Guangdong Oppo Mobile Telecommunications Corp Ltd
Shenzhen Huantai Technology Co Ltd
Original Assignee
Guangdong Oppo Mobile Telecommunications Corp Ltd
Shenzhen Huantai Technology 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 Guangdong Oppo Mobile Telecommunications Corp Ltd, Shenzhen Huantai Technology Co Ltd filed Critical Guangdong Oppo Mobile Telecommunications Corp Ltd
Priority to CN202011614201.2A priority Critical patent/CN112579111A/en
Publication of CN112579111A publication Critical patent/CN112579111A/en
Pending legal-status Critical Current

Links

Images

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
    • 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
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Abstract

The embodiment of the application relates to the technical field of electronic equipment, and discloses an installation method and device of an installation package, electronic equipment and a storage medium, wherein the method comprises the following steps: acquiring the installation mode of a current target installation package to be installed in a target folder; if the installation mode of the target installation package is the off-line installation mode, executing an execution program in the on-line installation interface through a local actuator, so that the local actuator decompresses a basic package file and a sub-package file corresponding to the equipment to be installed in the target installation package according to the equipment information of the equipment to be installed, which is connected with the electronic equipment; and then installing the basic package file and the sub-package file to the equipment to be installed. By implementing the embodiment of the application, the installation efficiency of the installation package can be improved.

Description

Installation method and device of installation package, electronic equipment and storage medium
Technical Field
The application relates to the technical field of electronic equipment, in particular to an installation method and device of an installation package, electronic equipment and a storage medium.
Background
With the upgrade of electronic devices, developers of the electronic devices need to continuously install different versions of systems or patches on the electronic devices to test whether the electronic devices can support newly developed functions. However, in practice, in order to replace the electronic device with a different version of system, a developer is usually required to manually install an installation package of a different version on the electronic device, the operation process is complicated, and the installation efficiency of the installation package is low.
Disclosure of Invention
The embodiment of the application discloses an installation method and device of an installation package, electronic equipment and a storage medium, and can improve installation efficiency of the installation package.
The embodiment of the application discloses a first aspect of an installation method of an installation package, which is applied to electronic equipment, and the method comprises the following steps:
acquiring the installation mode of a current target installation package to be installed in a target folder;
if the installation mode of the target installation package is an offline installation mode, executing an execution program in an online installation interface through a local actuator, so that the local actuator decompresses a basic package file and a sub-package file corresponding to the equipment to be installed in the target installation package according to the equipment information of the equipment to be installed, which is connected with the electronic equipment;
and installing the basic package file and the sub package file to the equipment to be installed.
A second aspect of the embodiments of the present application discloses an installation apparatus for an installation package, including:
the acquisition unit is used for acquiring the installation mode of a current target installation package to be installed in the target folder;
a first decompression unit, configured to execute, by a local executor, an execution program in an online installation interface when an installation manner of the target installation package is an offline installation manner, so that the local executor decompresses, according to device information of a device to be installed, which is connected to the electronic device, a basic package file and a sub-package file corresponding to the device to be installed, in the target installation package;
and the mounting unit is used for mounting the basic package file and the sub-package file to the equipment to be mounted.
A third aspect of the embodiments of the present application discloses an electronic device, including:
a memory storing executable program code;
a processor coupled with the memory;
the processor calls the executable program code stored in the memory to execute the installation method of the installation package disclosed in the first aspect of the embodiment of the present application.
A fourth aspect of the embodiments of the present application discloses a computer-readable storage medium storing a computer program, where the computer program enables a computer to execute the installation method for an installation package disclosed in the first aspect of the embodiments of the present application.
A fifth aspect of embodiments of the present application discloses a computer program product, which, when run on a computer, causes the computer to perform part or all of the steps of any one of the methods of the first aspect of embodiments of the present application.
A sixth aspect of the present embodiment discloses an application publishing platform, where the application publishing platform is configured to publish a computer program product, where the computer program product, when running on a computer, causes the computer to perform part or all of the steps of any one of the methods in the first aspect of the present embodiment.
Compared with the related art, the embodiment of the application has the following beneficial effects:
by implementing the embodiment of the application, when the installation mode of the target installation package is determined to be the offline installation mode, the electronic device can execute the execution program in the online installation interface through the local actuator, so that the local actuator decompresses the basic package file and the sub-package file corresponding to the device to be installed in the target installation package according to the device information of the device to be installed, and then installs the basic package file and the sub-package file, so that the installation of the installation package can still be performed when the network of the electronic device is abnormal or the electronic device does not have the authority to access the online installation interface, and the installation efficiency and the flexibility of the installation package are improved. In addition, when the installation package is installed offline, the local executor executes the execution program in the online installation interface to execute installation, that is, the same execution program is used for offline installation and online installation, so that only one set of execution program needs to be maintained when the execution program needs to be iterated or modified subsequently, and the maintenance efficiency is improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
FIG. 1 is a schematic diagram of an architecture mode of an installation method applicable to the installation package according to an embodiment of the present application;
FIG. 2 is a flow chart illustrating an installation method of an installation package according to an embodiment of the present disclosure;
FIG. 3 is a flow chart illustrating another installation method for an installation package disclosed in an embodiment of the present application;
FIG. 4 is a flow chart illustrating a further installation method of an installation package disclosed in an embodiment of the present application;
FIG. 5 is a flow chart illustrating a further installation method of an installation package according to an embodiment of the present disclosure;
FIG. 6 is a schematic structural diagram of an installation apparatus for an installation package disclosed in an embodiment of the present application;
FIG. 7 is a schematic structural diagram of another installation device for an installation kit disclosed in an embodiment of the present application;
fig. 8 is a schematic structural diagram of an electronic device disclosed in an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that the terms "first", "second", "third" and "fourth", etc. in the description and claims of the present application are used for distinguishing different objects, and are not used for describing a specific order. The terms "comprises," "comprising," and "having," and any variations thereof, of the embodiments of the present application, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
The embodiment of the application discloses an installation method and device of an installation package, electronic equipment and a storage medium, and can improve installation efficiency of the installation package.
The technical solution of the present application will be described in detail with reference to specific examples.
In order to more clearly describe the installation method and apparatus, the electronic device, and the storage medium of the installation package disclosed in the embodiments of the present application. First, an application scenario of an installation method applicable to the installation package is introduced. Fig. 1 is a schematic diagram of an architecture mode of an installation method applicable to the installation package disclosed in the embodiment of the present application, and as shown in fig. 1, a server 101 (e.g., a cloud server, a server cluster, etc.) may establish a communication connection with an electronic device 102 (e.g., an electronic device such as a personal computer, a notebook computer, etc.), and then the server 101 and the electronic device 102 may perform data transmission or information interaction through the communication connection.
Optionally, the server 101 may be provided with a download interface and an online installation interface, and the electronic device 102 may further access the download interface of the server 101 through a communication connection to download various installation packages, or access the server 101 by calling the online installation interface provided by the server 101 to perform online installation of the installation packages. In fact, there may be a plurality of interfaces (including two or more interfaces) provided by the server 101, and the embodiment of the present application is only described by taking the download interface and the online installation interface as examples, and the embodiment of the present application should not be limited.
Optionally, the electronic device 102 may establish a connection relationship with the device to be installed 103 (e.g., a mobile phone, a tablet computer, etc.) through a connection tool (e.g., an android system debugging tool, an IOS system debugging tool, etc.), and then the electronic device 102 may obtain device information of the device to be installed 103 through the connection relationship, match a basic package file and a sub-package file suitable for the device to be installed 103 according to the device information of the device to be installed 103, and install the basic package file and the sub-package file to the device to be installed 103 through the connection relationship.
Referring to fig. 2, fig. 2 is a schematic flow chart illustrating an installation method of an installation package according to an embodiment of the present application. The installation method of the installation package can be applied to the electronic devices such as the personal computer and the notebook computer described above, and the electronic devices are described below as the execution main body, which should not limit the embodiments of the present application. The installation method of the installation package can comprise the following steps:
202. and acquiring the installation mode of the current target installation package to be installed in the target folder.
In this embodiment, the electronic device may download, from a download interface provided by the server, a compressed file including a plurality of installation packages through a communication connection established with the server, where the plurality of installation packages may be a plurality of installation packages of different versions, a plurality of installation packages of different types, and the like, which is not limited herein. Optionally, each installation package may be named with its corresponding identification information (e.g., name of the installation package and/or version number of the installation package) to facilitate distinguishing between different installation packages.
The electronic device may then decompress the plurality of installation packages included in the compressed file into a target folder in the electronic device. The target folder may be a folder created by the electronic device to store a plurality of installation packages downloaded from the server, or may be another folder in the electronic device that can be used to store installation packages, and is not limited herein. When receiving an installation operation for an installation package, the electronic device may traverse each installation package stored in the target folder, determine an installation manner (e.g., an online installation manner, an offline installation manner, etc.) of each installation package, and then install the installation package according to the installation manner corresponding to each installation package.
204. And if the installation mode of the target installation package is an off-line installation mode, executing an execution program in the on-line installation interface through the local actuator, so that the local actuator decompresses the basic package file and the sub-package file corresponding to the equipment to be installed in the target installation package according to the equipment information of the equipment to be installed connected with the electronic equipment.
In the embodiment of the application, if the electronic equipment determines that the installation mode of the target installation package to be installed at present is an online installation mode, an online installation interface provided by the server may be invoked, an online installation request is sent to the server over a communication connection with the server, so that the server executes an execution program corresponding to the online installation interface (the execution program can be a program written by a developer for online installation of the installation package of the electronic device, and can be stored in the server and called when the online installation interface is accessed), so as to determine the file name and the file name of the basic package in the target installation package, the sub-package filename corresponding to the equipment to be installed and connected with the electronic equipment feeds back the basic package filename and the sub-package filename to the electronic equipment, and the electronic equipment can decompress the corresponding basic package file and the sub-package file in the target installation package through the fed back basic package file name and the fed back sub-package file name.
However, if the installation mode of the obtained target installation package is an offline installation mode, the electronic device cannot determine the basic package file name in the target installation package and the sub-package file name corresponding to the device to be installed connected with the electronic device through the server because the electronic device cannot access the online installation interface of the server. In this regard, in the related art, the electronic device typically executes an offline installation program (which may be a program written by a developer for offline installation of the installation package for the electronic device and stored locally in the electronic device to offline install the installation package locally in the electronic device) stored locally in the electronic device to offline install the target installation package. However, since the offline installation program and the execution program in the online installation interface of the server are two different sets of programs, when a developer needs to iterate or modify the installation manner of the installation package, two different sets of installation programs need to be maintained at the same time, which is not beneficial to improving the maintenance efficiency.
In this embodiment, when the electronic device determines that the installation manner of the target installation package is the offline installation manner, the electronic device may execute the execution program in the online installation interface through a local executor (e.g., a PHP (Hypertext Preprocessor) interpreter, a Java executor, etc.), so that the local executor may decompress, according to the device information of the device to be installed, which is connected to the electronic device, a basic package file and a sub-package file corresponding to the device to be installed in the target installation package, thereby implementing offline installation of the installation package.
Optionally, when the local executor adopts a PHP interpreter, the execution program in the online installation interface may be written in a PHP programming language; when the local executor is a Java executor, the execution program in the online installation interface may be written in Java programming language, which is not limited herein.
Therefore, the execution program in the online installation interface can be locally executed on the electronic device through the local executor in the embodiment of the application, so that the offline installation of the installation package is realized. Therefore, developers do not need to write a set of off-line installation program aiming at off-line installation of the installation package, that is, the off-line installation and the on-line installation of the installation package can use the same set of executive program, so that only one set of executive program needs to be maintained when the executive program needs to be iterated or modified subsequently, and the maintenance efficiency is improved.
It should be further noted that one target installation package may include a certain version of basic package files (applicable to various types of devices to be installed) and a plurality of different sub-package files (each sub-package file is applicable to different types of devices to be installed, for example, there are two sub-package files of a first sub-package file and a second sub-package file in the target installation package, where the first sub-package file is applicable to a device to be installed using the android system, and the second sub-package file is applicable to a device to be installed using the IOS system, which is not limited herein).
It can be seen that which packetized file the electronic device decompresses from the target installation package is actually determined by the type of device to be installed. Optionally, the electronic device may traverse the to-be-installed devices that have established a connection relationship with the electronic device when receiving an installation operation for the target installation package, to obtain device information (for example, a type of an operating system of the to-be-installed device, a version of the operating system, and a system language) of each to-be-installed device, and then the local executor may decompress, according to the device information of the to-be-installed device obtained by the electronic device, the basic package file and the sub-package file corresponding to the to-be-installed device in the target installation package, so that the installation package subsequently installed by the electronic device is matched with the to-be-installed device, thereby avoiding a situation that the electronic device needs to re-execute the installation operation because an incorrect basic package file and sub-package file are installed, and improving efficiency of the electronic device in installing the target installation package.
206. And installing the basic package file and the sub package file to the equipment to be installed.
In the embodiment of the application, the electronic device may establish a connection relationship with the device to be installed through a connection tool (e.g., an android system debugging tool, an IOS system debugging tool, etc.), so that after the local executor decompresses the basic package file and the sub-package file in the target installation package, the electronic device may install the basic package file and the sub-package file to the device to be installed through the connection relationship.
In practice, it has been found that the local executor inevitably makes errors when executing the program, and thus determines the erroneous subcontract file. Optionally, before the electronic device installs the basic package file and the sub-package file to the device to be installed, it may be determined whether the sub-package file decompressed by the local actuator matches with the device information of the device to be installed, and if the sub-package file decompressed by the local actuator matches with the device information of the device to be installed, the electronic device installs the basic package file and the sub-package file to the device to be installed by establishing a connection relationship with the device to be installed. The installation package installed by the electronic equipment is matched with the equipment to be installed, the situation that the electronic equipment needs to execute installation operation again because of installation of wrong basic package files and sub-package files is avoided, and therefore the efficiency of installing the target installation package by the electronic equipment is improved.
By implementing the method disclosed in each embodiment, the electronic device may automatically traverse the installation package stored in the file, and when it is determined that the installation mode of the target installation package is the offline installation mode, execute the execution program in the online installation interface through the local executor, so that the local executor decompresses the basic package file and the sub-package file corresponding to the device to be installed in the target installation package according to the identification information of the device to be installed, and then install the basic package file and the sub-package file, so that when the network of the electronic device is abnormal or the electronic device does not have the right to access the online installation interface, the installation of the installation package can still be performed, thereby improving the installation efficiency and flexibility of the installation package. In addition, when the installation package is installed offline, the local executor executes the execution program in the online installation interface to execute installation, that is, the same execution program is used for offline installation and online installation, so that only one set of execution program needs to be maintained when the execution program needs to be iterated or modified subsequently, and the maintenance efficiency is improved.
Referring to fig. 3, fig. 3 is a schematic flow chart illustrating another installation method for an installation package according to an embodiment of the present application. The installation method of the installation package can be applied to the electronic devices such as the personal computer and the notebook computer described above, and the electronic devices are described below as the execution main body, which should not limit the embodiments of the present application. The installation method of the installation package can comprise the following steps:
302. and acquiring the installation mode of the current target installation package to be installed in the target folder.
304. And if the installation mode of the target installation package is an online installation mode, sending equipment information of equipment to be installed connected with the electronic equipment and identification information of the target installation package to a server connected with the online installation interface through the online installation interface, wherein the equipment information and the identification information are used for determining a first name of a basic package file and a second name of a sub-package file corresponding to the equipment information in the target installation package by the server according to the equipment information and the identification information.
In the embodiment of the application, in the process that the electronic device traverses the installation package in the target folder, if the network state of the electronic device is normal and the electronic device has the authority to access the online installation interface of the server when traversing to the target installation package to be currently installed, the electronic device may determine that the installation mode of the target installation package to be currently installed is the online installation mode.
By implementing the method, the electronic equipment can preferentially adopt an online installation mode to install the target installation package when the network is normal and has the authority of accessing the online installation interface of the server, so that the determination operation of the basic package file and the sub-package file is carried out by the server, and the local calculation amount of the electronic equipment can be reduced. In addition, considering that the calculation speed of the server is generally higher than that of the electronic equipment, partial calculation is carried out by the server, and the installation efficiency of the installation package can be improved.
In other optional embodiments, the electronic device may also determine that the installation manner of the target installation package is the online installation manner when receiving the online installation operation for the target installation package to be currently installed.
By implementing the method, the user can switch the installation mode of the installation package at any time when the electronic equipment traverses the installation package in the target folder, so that the installation mode of the installation package is more flexible and controllable.
In the embodiment of the application, if the target installation package is installed online, the electronic device may access an online installation interface of the server through a communication connection established with the server, and then send, to the server through the online installation interface, device information of a device to be installed connected with the electronic device and identification information of the target installation package (for example, a version number of the target installation package, a label number in the target folder, and the like, which are uniquely matched with the target installation package, and then the server may determine which installation package is currently installed according to the identification information), and then the server may determine the target installation package among a plurality of installation packages included in the target folder according to the identification information of the target installation package, and then determine a first name of a basic package file in the target installation package according to the device information of the device to be installed, and feeding back the determined first name of the basic package file and the second name of the sub-package file to the electronic equipment through the online installation interface.
However, in practice, it is found that the installation package includes limited sub-package files, so that some installation packages include sub-package files that cannot cover all types of devices to be installed, for example, the installation package includes only two sub-package files, namely, a first sub-package file and a second sub-package file, where the first sub-package file is suitable for a device to be installed using an android system, and the second sub-package file is suitable for a device to be installed using an IOS system, and if the device to be installed is a saiban system, the installation package is not suitable for the device to be installed whose system is the saiban system.
In this regard, after determining the target installation package in the plurality of installation packages included in the target folder according to the identification information of the target installation package, the server may further determine whether the target installation package includes a sub-package file suitable for the device to be installed according to the identification information of the target installation package and the device information of the device to be installed; if the target installation package comprises the sub-package files suitable for the equipment to be installed, the server determines a first name of the basic package file and a second name of the sub-package file corresponding to the equipment information of the equipment to be installed in the target installation package according to the equipment information of the equipment to be installed, and feeds the first name of the basic package file and the second name of the sub-package file back to the electronic equipment through the online installation interface.
By implementing the method, the server can execute subsequent determination operation of the base package file name and the sub-package file name when determining that the target installation package comprises the sub-package file suitable for the equipment to be installed, so that the situation that the base file name and the sub-package file name corresponding to the equipment to be installed are matched in the target installation package when the server does not comprise the sub-package file suitable for the equipment to be installed in the target installation package, a large amount of matching time is wasted, and the processing efficiency of the server is improved.
306. And acquiring a first name and a second name fed back by the server through the online installation interface, and decompressing corresponding basic package files and sub-package files in the target installation package according to the first name and the second name.
In this embodiment of the application, after the server feeds back the first name of the basic package file and the second name of the sub-package file to the electronic device, the electronic device may receive, through the online installation interface, the first name of the basic package file and the second name of the sub-package file fed back by the server, and decompress the target installation package locally in the electronic device according to the first name and the second name, so as to decompress the basic package file corresponding to the first name and the sub-package file corresponding to the second name.
308. And installing the basic package file and the sub package file to the equipment to be installed.
In the embodiment of the application, the electronic equipment can be provided with the log module for recording the process that the electronic equipment installs the basic package file and the sub-package file to the equipment to be installed, so that a user can conveniently check the installation condition of the installation package at any time. Optionally, the electronic device may further be provided with an operation interface, and a user may perform operations such as selecting a storage path of the installation package, starting installation, and switching an installation mode of the installation package through the operation interface. Optionally, the electronic device may further be provided with a debugging module, so that a developer may debug the execution program in the electronic device through the debugging module, or display prompt information in the installation process of the electronic device for the developer.
By implementing the method disclosed in each embodiment, the electronic device may automatically traverse the installation package stored in the file, and when it is determined that the installation mode of the target installation package is the offline installation mode, execute the execution program in the online installation interface through the local executor, so that the local executor decompresses the basic package file and the sub-package file corresponding to the device to be installed in the target installation package according to the identification information of the device to be installed, and then install the basic package file and the sub-package file, so that when the network of the electronic device is abnormal or the electronic device does not have the right to access the online installation interface, the installation of the installation package can still be performed, thereby improving the installation efficiency and flexibility of the installation package. And when the network is normal and has an online installation interface for accessing the server, preferentially adopting an online installation mode to install the target installation package. Thereby reducing the amount of computation local to the electronic device. In addition, considering that the calculation speed of the server is usually higher than that of the electronic equipment, partial calculation is carried out by the server, and the installation efficiency of the installation package can be improved; the user can switch the installation mode of the installation package at any time when the electronic equipment traverses the installation package in the target folder, so that the installation mode of the installation package is more flexible and controllable; and when determining that the target installation package comprises the sub-package file suitable for the equipment to be installed, the subsequent determination operation of the basic package file name and the sub-package file name is executed, so that the situation that the basic file name and the sub-package file name corresponding to the equipment to be installed are matched in the target installation package when the server does not comprise the sub-package file suitable for the equipment to be installed in the target installation package, a large amount of matching time is wasted, and the processing efficiency of the server is improved.
Referring to fig. 4, fig. 4 is a schematic flowchart illustrating a further installation method of an installation package according to an embodiment of the present application. The installation method of the installation package can be applied to the electronic devices such as the personal computer and the notebook computer described above, and the electronic devices are described below as the execution main body, which should not limit the embodiments of the present application. The installation method of the installation package can comprise the following steps:
402. and if the network state of the electronic equipment is abnormal and/or the electronic equipment does not have the authority of accessing the online installation interface when the electronic equipment traverses to the target installation package to be installed currently in the target file, determining that the installation mode of the target installation package is an offline installation mode.
In the embodiment of the application, in the process that the electronic device traverses the installation package in the target folder, if the network state of the electronic device is abnormal and/or the electronic device does not have the authority of accessing the online installation interface of the server when the electronic device traverses the target installation package to be currently installed, the electronic device may determine that the installation mode of the target installation package to be currently installed is an offline installation mode.
Optionally, whether the electronic device has the right to access the online installation interface of the server may be determined according to the network address of the electronic device; the account information of the user logging in the electronic equipment can also be determined; the busy level of the server may also be determined, for example, if the busy level of the server is greater than a threshold level, the electronic device does not have the right to access the online installation interface of the server; if the busy level of the server is less than a level threshold, the electronic device has an authority to access an online installation interface of the server, wherein the level threshold may be set by a developer according to an operation limit of the server, and is not limited herein.
By implementing the method, the electronic equipment can determine to adopt an offline installation mode to install the target installation package when the network of the electronic equipment is abnormal and/or the electronic equipment does not have the authority of accessing the online installation interface of the server, so that the installation of the installation package can still be carried out when the network of the electronic equipment is abnormal or the electronic equipment does not have the authority of accessing the online installation interface, and the installation efficiency and the flexibility of the installation package are improved.
In other optional embodiments, in the process of traversing the installation package in the target folder, if the target installation package to be currently installed is traversed, and an offline installation operation for the target installation package is received, the electronic device may also determine that the installation manner of the target installation package is an offline installation manner.
By implementing the method, the user can switch the installation mode of the installation package at any time when the electronic equipment traverses the installation package in the target folder, so that the installation mode of the installation package is more flexible and controllable.
404. And if the installation mode of the target installation package is an off-line installation mode, executing an execution program in the on-line installation interface through the local actuator, so that the local actuator decompresses the basic package file and the sub-package file corresponding to the equipment to be installed in the target installation package according to the equipment information of the equipment to be installed connected with the electronic equipment.
In practice, it is found that the installation package usually includes limited subcontract files, so some installation packages include subcontract files that cannot cover all the devices to be installed. For example, the installation package only includes two sub-package files, namely a first sub-package file and a second sub-package file, wherein the first sub-package file is suitable for the device to be installed using the android system, and the second sub-package file is suitable for the device to be installed using the IOS system, so that if the device to be installed is of the saiban system, the installation package is not suitable for the device to be installed.
Optionally, when the electronic device determines that the installation manner of the target installation package is the offline installation manner, the electronic device may execute the execution program in the online installation interface through the local executor, so that when the local executor determines that the target installation package includes the sub-package file applicable to the device to be installed according to the device information of the device to be installed and the identification information of the target installation package, which are connected to the electronic device, the basic package file and the sub-package file corresponding to the device to be installed are decompressed in the target installation package.
For example, it is assumed that the device information of the device to be installed indicates that the system of the device to be installed is an IOS system, and the identification information of the target installation package indicates that the version of the target installation package is 1.0.1. Then, when the local executor determines that the target installation package of the 1.0.1 version includes the subcontract file suitable for the IOS system, the local executor may decompress the base package file and the subcontract file corresponding to the IOS system in the target installation package. On the contrary, if the local executor determines that the target installation package of the 1.0.1 version does not include the subcontract file suitable for the IOS system, the local executor does not perform the subsequent decompression operation.
By implementing the method, the local executor can execute subsequent decompression operation of the basic package file and the sub-package file when the target installation package is determined to include the sub-package file suitable for the equipment to be installed, so that the situation that the local executor also matches the basic file and the sub-package file corresponding to the equipment to be installed in the target installation package when the target installation package does not include the sub-package file suitable for the equipment to be installed, a large amount of matching time is wasted, and the processing efficiency of the local executor is improved.
406. And installing the basic package file and the sub package file to the equipment to be installed.
As an optional implementation manner, the electronic device may further output the installation progress of the basic package file and the sub-package file in real time in the process of installing the basic package file and the sub-package file to the device to be installed, so that a user or a tester can know the installation progress of the current installation package conveniently, the installation time of other installation packages is reasonably arranged, and the installation efficiency of the installation package is improved.
By implementing the method disclosed in each embodiment, the electronic device may automatically traverse the installation package stored in the file, and when it is determined that the installation mode of the target installation package is the offline installation mode, execute the execution program in the online installation interface through the local executor, so that the local executor decompresses the basic package file and the sub-package file corresponding to the device to be installed in the target installation package according to the identification information of the device to be installed, and then install the basic package file and the sub-package file, so that when the network of the electronic device is abnormal or the electronic device does not have the right to access the online installation interface, the installation of the installation package can still be performed, thereby improving the installation efficiency and flexibility of the installation package. The user can switch the installation mode of the installation package at any time when the electronic equipment traverses the installation package in the target folder, so that the installation mode of the installation package is more flexible and controllable; the situation that a large amount of matching time is wasted due to the fact that the local executor also matches the basic file and the sub-package file corresponding to the equipment to be installed in the target installation package when the sub-package file suitable for the equipment to be installed is not included in the target installation package can be avoided, and therefore processing efficiency of the local executor is improved; and the installation progress of the basic package files and the sub-package files can be output in real time, so that a user can know the installation progress of the current installation package conveniently, the installation time of other installation packages is reasonably arranged, and the installation efficiency of the installation package is improved.
Referring to fig. 5, fig. 5 is a schematic flow chart illustrating a further installation method of an installation package according to an embodiment of the present application. The installation method of the installation package can be applied to the electronic devices such as the personal computer and the notebook computer described above, and the electronic devices are described below as the execution main body, which should not limit the embodiments of the present application. The installation method of the installation package can comprise the following steps:
502. acquiring the installation mode of a current target installation package to be installed in a target folder; if the installation mode of the current target installation package to be installed is an offline installation mode, executing step 504; if the installation mode of the target installation package to be installed is the online installation mode, executing the step 506 to the step 508;
504. if the installation mode of the target installation package is the off-line installation mode, executing an execution program in the on-line installation interface through a local executor, so that the local executor decompresses a basic package file and a sub-package file corresponding to the device to be installed in the target installation package according to the device information of the device to be installed, which is connected with the electronic device, and then executing step 510;
506. and if the installation mode of the target installation package is an online installation mode, sending equipment information of equipment to be installed connected with the electronic equipment and identification information of the target installation package to a server connected with the online installation interface through the online installation interface, wherein the equipment information and the identification information are used for determining a first name of a basic package file and a second name of a sub-package file corresponding to the equipment information in the target installation package according to the equipment information and the identification information by the server.
508. And acquiring the first name and the second name fed back by the server through the online installation interface, decompressing the corresponding basic package file and the sub-package file in the target installation package according to the first name and the second name, and then executing step 510.
510. And installing the basic package file and the sub package file to the equipment to be installed.
Optionally, the embodiment of the present application may be applied to a process of downloading and installing an overseas installation package (e.g., bundle package), and since the overseas installation package is from an overseas server (i.e., a server that is set outside an administrative area or a country where the electronic device is located, or a server that is set outside other administrative areas or countries), and a communication connection established between the electronic device and the overseas server is generally unstable, in order to improve installation efficiency of the overseas installation package, the embodiment of the present application may download a compressed file including a plurality of overseas installation packages to the local electronic device at one time when the communication connection is stable, and install the compressed file online when the communication connection is stable, and install the compressed file offline when the communication connection is unstable, so that the electronic device may install the installation package at any time and any place, thereby improving installation efficiency of the overseas installation package.
By implementing the method disclosed by the embodiment, the electronic device can preferentially adopt an online installation mode to install the target installation package when the network is normal and has the authority of accessing the online installation interface of the server. Thereby reducing the amount of computation local to the electronic device. In addition, considering that the calculation speed of the server is higher than that of the electronic equipment, partial calculation is carried out by the server, and the installation efficiency of the installation package can be improved; and when the network of the electronic equipment is abnormal and/or the electronic equipment does not have the authority of accessing the online installation interface, executing an execution program in the online installation interface through the local actuator, and performing offline installation on the target installation package, so that the installation of the installation package can still be performed when the network of the electronic equipment is abnormal or the electronic equipment does not have the authority of accessing the online installation interface, and the installation efficiency and the flexibility of the installation package are improved.
Referring to fig. 6, fig. 6 is a schematic structural diagram of an installation apparatus of an installation package disclosed in the embodiment of the present application, where the installation apparatus of the installation package can be applied to the above-mentioned electronic devices such as a personal computer and a notebook computer. The installation device of the installation package can comprise: an acquisition unit 601, a decompression unit 602, and a mounting unit 603, wherein:
a first obtaining unit 601, configured to obtain an installation manner of a target installation package to be currently installed in a target folder;
a first decompressing unit 602, configured to, when the installation manner of the target installation package is the offline installation manner, execute an execution program in the online installation interface through a local executor, so that the local executor decompresses, according to the device information of the device to be installed, which is connected to the electronic device, a basic package file and a sub-package file corresponding to the device to be installed, in the target installation package;
a mounting unit 603 for mounting the basic package file and the sub package file to the device to be mounted.
The installation device for the installation package can automatically traverse the installation package stored in the file, execute the execution program in the online installation interface through the local actuator when the installation mode of the target installation package is determined to be the offline installation mode, so that the local actuator decompresses the basic package file and the sub-package file corresponding to the equipment to be installed in the target installation package according to the identification information of the equipment to be installed, and then installs the basic package file and the sub-package file, so that the installation of the installation package can still be carried out when the network of the electronic equipment is abnormal or the electronic equipment does not have the authority to access the online installation interface, and the installation efficiency and the flexibility of the installation package are improved. In addition, when the installation package is installed offline, the local executor executes the execution program in the online installation interface to execute installation, that is, the same execution program is used for offline installation and online installation, so that only one set of execution program needs to be maintained when the execution program needs to be iterated or modified subsequently, and the maintenance efficiency is improved.
Referring to fig. 7, fig. 7 is a schematic structural diagram of another installation apparatus for an installation package disclosed in the embodiment of the present application, where the installation apparatus for an installation package can be applied to the above-mentioned electronic devices such as a personal computer and a notebook computer. The installation apparatus of the installation package shown in fig. 7 may be optimized by the installation apparatus of the installation package shown in fig. 6, and compared with the installation apparatus of the installation package shown in fig. 6, the manner that the first decompressing unit 602 in the installation apparatus of the installation package shown in fig. 7 is used to execute the execution program in the online installation interface through the local executor when the installation manner of the target installation package is the offline installation manner, so that the local executor decompresses the base package file and the sub-package file corresponding to the device to be installed in the target installation package according to the device information of the device to be installed connected to the electronic device may specifically be:
a first decompressing unit 602, configured to, when the installation manner of the target installation package is the offline installation manner, execute an execution program in the online installation interface through the local executor, so that when the local executor determines that the target installation package includes the sub-package file applicable to the device to be installed according to the device information of the device to be installed connected to the electronic device and the identification information of the target installation package, decompress, in the target installation package, the basic package file and the sub-package file corresponding to the device to be installed.
According to the installation device for the installation package, the local actuator can execute subsequent decompression operation of the basic package file and the sub-package file when determining that the target installation package comprises the sub-package file suitable for the equipment to be installed, so that the situation that the local actuator still matches the basic file and the sub-package file corresponding to the equipment to be installed in the target installation package when the target installation package does not comprise the sub-package file suitable for the equipment to be installed, a large amount of matching time is wasted, and the processing efficiency of the local actuator is improved.
As an optional implementation manner, the first obtaining unit 601 is configured to obtain, in the target folder, an installation manner of a target installation package to be currently installed specifically may be:
the first obtaining unit 601 is configured to determine, when the electronic device traverses to a target installation package to be currently installed in a target file, that an installation manner of the target installation package is an offline installation manner if a network state of the electronic device is abnormal and/or the electronic device does not have an authority to access an online installation interface.
By implementing the installation device of the installation package, the electronic equipment can determine to adopt an off-line installation mode to install the target installation package when the network of the electronic equipment is abnormal and/or the electronic equipment does not have the authority of accessing the on-line installation interface of the server, so that the installation of the installation package can still be carried out when the network of the electronic equipment is abnormal or the electronic equipment does not have the authority of accessing the on-line installation interface, and the installation efficiency and the flexibility of the installation package are improved.
As an optional implementation manner, the first obtaining unit 601 is configured to obtain, in the target folder, an installation manner of a target installation package to be currently installed specifically may be:
the first obtaining unit 601 is configured to, when the electronic device traverses to a target installation package to be currently installed in a target file, determine that an installation manner of the target installation package is an offline installation manner if an offline installation operation for the target installation package is received.
By implementing the installation device of the installation package, a user can switch the installation mode of the installation package at any time when the electronic equipment traverses the installation package in the target folder, so that the installation mode of the installation package is more flexible and controllable.
As an alternative embodiment, the installation apparatus of the installation package shown in fig. 7 may further include: a sending unit 604 and a second decompression unit 605, wherein:
a sending unit 604, configured to, after the first obtaining unit 601 obtains the installation manner of the current target installation package to be installed in the target folder, send, to a server connected to the online installation interface through the online installation interface, device information of a device to be installed connected to the electronic device and identification information of the target installation package, where the device information and the identification information are used by the server to determine, according to the device information and the identification information, a first name of a basic package file and a second name of a sub-package file corresponding to the device information, in the target installation package;
the second decompressing unit 605 is configured to obtain the first name and the second name fed back by the server through the online installation interface, and decompress, according to the first name and the second name, the corresponding basic package file and the sub-package file in the target installation package.
By implementing the installation device of the installation package, when the network is normal and the electronic equipment has the authority of accessing the online installation interface of the server, the target installation package can be installed by preferentially adopting an online installation mode, so that the determination operation of the basic package file and the sub-package file is carried out by the server, and the local calculation amount of the electronic equipment can be reduced. In addition, considering that the calculation speed of the server is generally higher than that of the electronic equipment, partial calculation is carried out by the server, and the installation efficiency of the installation package can be improved.
As an alternative embodiment, the installation apparatus of the installation package shown in fig. 7 may further include: a second obtaining unit 606, wherein:
a second obtaining unit 606, configured to, when the installation manner of the target installation package is the offline installation manner, execute an execution program in the online installation interface through the local executor, so that the local executor, according to the device information of the device to be installed connected to the electronic device, traverses the device to be installed that has established a connection relationship with the electronic device before decompressing the basic package file and the sub-package file corresponding to the device to be installed in the target installation package, to obtain identification information of each device to be installed, where the identification information includes one or more of a type of an operating system of the device to be installed, a version of the operating system, and a system language.
By implementing the installation device of the installation package, the installation package subsequently installed by the electronic equipment is matched with the equipment to be installed, the situation that the electronic equipment needs to execute installation operation again because of installing wrong basic package files and sub-package files is avoided, and the efficiency of installing the target installation package by the electronic equipment is improved.
As an alternative embodiment, the installation apparatus of the installation package shown in fig. 7 may further include: a download unit 607 and a third decompression unit 608, wherein:
a downloading unit 607, configured to download, through a downloading interface connected to a server, a compressed file including a plurality of installation packages before the first obtaining unit 601 obtains the installation manner of the current target installation package to be installed in the target folder;
a third decompression unit 608 for decompressing the plurality of installation packages included in the compressed file to the target folder;
and the first obtaining unit 601 is configured to obtain an installation manner of the target installation package to be currently installed in the target folder, where the installation manner may specifically be:
the first obtaining unit 601 is configured to traverse each installation package in the target folder, and determine an installation manner of a target installation package to be currently installed.
By implementing the method, the installation packages are compressed into the compressed files, so that the installation packages can be quickly shared by testers by sharing the compressed files, and the testers can conveniently test multiple models or multiple persons at the same time. In addition, because a plurality of installation packages are packaged and downloaded to the electronic equipment locally, the electronic equipment does not need to download the installation packages from the server every time when installation requirements exist, network bandwidth is saved, and installation efficiency is improved.
Referring to fig. 8, fig. 8 is a schematic structural diagram of an electronic device according to an embodiment of the present disclosure. As shown in fig. 8, the electronic device may include:
a memory 801 in which executable program code is stored;
a processor 802 coupled with the memory 801;
the processor 802 calls the executable program code stored in the memory 801 to execute the installation method of the installation package disclosed in the above embodiments.
The embodiment of the application discloses a computer-readable storage medium which stores a computer program, wherein the computer program enables a computer to execute the installation method of the installation package disclosed by each embodiment.
The embodiment of the present application also discloses an application publishing platform, wherein the application publishing platform is used for publishing a computer program product, and when the computer program product runs on a computer, the computer is caused to execute part or all of the steps of the method in the above method embodiments.
It should be appreciated that reference throughout this specification to "one embodiment" or "an embodiment" means that a particular feature, structure or characteristic described in connection with the embodiment is included in at least one embodiment of the present application. Thus, the appearances of the phrases "in one embodiment" or "in an embodiment" in various places throughout this specification are not necessarily all referring to the same embodiment. Furthermore, the particular features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. Those skilled in the art should also appreciate that the embodiments described in this specification are all alternative embodiments and that the acts and modules involved are not necessarily required for this application.
In various embodiments of the present application, it should be understood that the size of the serial number of each process described above does not mean that the execution sequence is necessarily sequential, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation on the implementation process of the embodiments of the present application.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated units, if implemented as software functional units and sold or used as a stand-alone product, may be stored in a computer accessible memory. Based on such understanding, the technical solution of the present application, which is a part of or contributes to the prior art in essence, or all or part of the technical solution, may be embodied in the form of a software product, stored in a memory, including several requests for causing a computer device (which may be a personal computer, a server, a network device, or the like, and may specifically be a processor in the computer device) to execute part or all of the steps of the above-described method of the embodiments of the present application.
It will be understood by those skilled in the art that all or part of the steps in the methods of the embodiments described above may be implemented by hardware instructions of a program, and the program may be stored in a computer-readable storage medium, where the storage medium includes Read-Only Memory (ROM), Random Access Memory (RAM), Programmable Read-Only Memory (PROM), Erasable Programmable Read-Only Memory (EPROM), One-time Programmable Read-Only Memory (OTPROM), Electrically Erasable Programmable Read-Only Memory (EEPROM), Compact Disc Read-Only Memory (CD-ROM), or other Memory, such as a magnetic disk, or a combination thereof, A tape memory, or any other medium readable by a computer that can be used to carry or store data.
The installation method and apparatus, the electronic device, and the storage medium of the installation package disclosed in the embodiments of the present application are introduced in detail above, and a specific example is applied in the present application to explain the principle and the implementation of the present application, and the description of the above embodiments is only used to help understand the method and the core idea of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (10)

1. An installation method of an installation package, which is applied to an electronic device, the method comprising:
acquiring the installation mode of a current target installation package to be installed in a target folder;
if the installation mode of the target installation package is an offline installation mode, executing an execution program in an online installation interface through a local actuator, so that the local actuator decompresses a basic package file and a sub-package file corresponding to the equipment to be installed in the target installation package according to the equipment information of the equipment to be installed, which is connected with the electronic equipment;
and installing the basic package file and the sub package file to the equipment to be installed.
2. The method according to claim 1, wherein if the installation manner of the target installation package is an offline installation manner, executing an execution program in an online installation interface through a local executor, so that the local executor decompresses a base package file and a sub-package file corresponding to the device to be installed in the target installation package according to device information of the device to be installed connected to the electronic device, and the method comprises:
if the installation mode of the target installation package is an offline installation mode, executing an execution program in an online installation interface through a local actuator, so that if the local actuator determines that the target installation package comprises a sub-package file suitable for the equipment to be installed according to the equipment information of the equipment to be installed and the identification information of the target installation package, which are connected with the electronic equipment, a basic package file and a sub-package file corresponding to the equipment to be installed are decompressed in the target installation package.
3. The method according to any one of claims 1 or 2, wherein the obtaining of the installation manner of the target installation package to be currently installed in the target folder comprises:
if the network state of the electronic equipment is abnormal and/or the electronic equipment does not have the authority of accessing an online installation interface when the electronic equipment traverses to a target installation package to be installed currently in a target file, determining that the installation mode of the target installation package is an offline installation mode.
4. The method according to any one of claims 1 or 2, wherein the obtaining of the installation manner of the target installation package to be currently installed in the target folder comprises:
and if the electronic equipment receives offline installation operation aiming at the target installation package when traversing to the target installation package to be installed currently in the target file, determining that the installation mode of the target installation package is an offline installation mode.
5. The method according to claim 1, wherein after obtaining the installation mode of the target installation package to be currently installed in the target folder, the method further comprises:
if the installation mode of the target installation package is an online installation mode, sending equipment information of equipment to be installed connected with the electronic equipment and identification information of the target installation package to a server through an online installation interface, wherein the equipment information and the identification information are used for determining a first name of a basic package file and a second name of a sub-package file corresponding to the equipment information in the target installation package by the server according to the equipment information and the identification information;
and acquiring the first name and the second name fed back by the server through the online installation interface, and decompressing a basic package file corresponding to the first name and a sub-package file corresponding to the second name in the target installation package.
6. The method of claim 1, wherein before executing the execution program in the online installation interface by the local executor if the installation mode of the target installation package is the offline installation mode, the method further comprises:
and traversing the equipment to be installed which has established a connection relation with the electronic equipment to acquire equipment information of each equipment to be installed if installation operation aiming at the target installation package is received, wherein the equipment information comprises one or more of the type of an operating system, the version of the operating system and a system language of the equipment to be installed.
7. The method according to claim 1, wherein before obtaining the installation manner of the target installation package to be currently installed in the target folder, the method further comprises:
downloading a compressed file including a plurality of installation packages from a server through a download interface provided by the server;
decompressing a plurality of installation packages included in the compressed file to a target folder;
in the acquiring of the target folder, the installation mode of the target installation package to be currently installed includes:
and traversing each installation package in the target folder, and determining the installation mode of the target installation package to be installed currently.
8. An installation kit for installing a package, comprising:
the acquisition unit is used for acquiring the installation mode of a current target installation package to be installed in the target folder;
a first decompression unit, configured to execute, by a local executor, an execution program in an online installation interface when an installation manner of the target installation package is an offline installation manner, so that the local executor decompresses, according to device information of a device to be installed, which is connected to the electronic device, a basic package file and a sub-package file corresponding to the device to be installed, in the target installation package;
and the mounting unit is used for mounting the basic package file and the sub-package file to the equipment to be mounted.
9. An electronic device comprising a memory storing executable program code, and a processor coupled with the memory; wherein the processor calls the executable program code stored in the memory to execute the installation method of the installation package according to any one of claims 1 to 7.
10. A computer-readable storage medium storing a computer program, wherein the computer program causes a computer to execute the installation method of the installation package according to any one of claims 1 to 7.
CN202011614201.2A 2020-12-30 2020-12-30 Installation method and device of installation package, electronic equipment and storage medium Pending CN112579111A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011614201.2A CN112579111A (en) 2020-12-30 2020-12-30 Installation method and device of installation package, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011614201.2A CN112579111A (en) 2020-12-30 2020-12-30 Installation method and device of installation package, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112579111A true CN112579111A (en) 2021-03-30

Family

ID=75144751

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011614201.2A Pending CN112579111A (en) 2020-12-30 2020-12-30 Installation method and device of installation package, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112579111A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050223219A1 (en) * 2003-03-10 2005-10-06 Cyberscan Technology, Inc. Dynamic configuration of a gaming system
CN1694031A (en) * 2004-04-30 2005-11-09 微软公司 Method and system for limiting software updates
CN101763212A (en) * 2009-04-30 2010-06-30 广东国笔科技股份有限公司 Man-machine interactive system and relevant system, device and method thereof
WO2018040746A1 (en) * 2016-08-30 2018-03-08 北京金山安全软件有限公司 Driver installation method, device, and electronic apparatus
CN111078277A (en) * 2019-12-20 2020-04-28 上海米哈游天命科技有限公司 Packaging system, packaging method and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050223219A1 (en) * 2003-03-10 2005-10-06 Cyberscan Technology, Inc. Dynamic configuration of a gaming system
CN1694031A (en) * 2004-04-30 2005-11-09 微软公司 Method and system for limiting software updates
CN101763212A (en) * 2009-04-30 2010-06-30 广东国笔科技股份有限公司 Man-machine interactive system and relevant system, device and method thereof
WO2018040746A1 (en) * 2016-08-30 2018-03-08 北京金山安全软件有限公司 Driver installation method, device, and electronic apparatus
CN111078277A (en) * 2019-12-20 2020-04-28 上海米哈游天命科技有限公司 Packaging system, packaging method and storage medium

Similar Documents

Publication Publication Date Title
CN108399132B (en) Scheduling test method, device and storage medium
CN108847950B (en) Electronic device, cloud system software automatic deployment method and storage medium
CN107193607B (en) Method and apparatus for updating code file, storage medium, processor, and terminal
CN105100191A (en) Method, device and system for realizing Java application installation via cloud compilation
CN111209193B (en) Program debugging method and device
CN108920359B (en) Application program testing method and device, storage medium and electronic device
CN110851151B (en) Method, device, terminal, server and storage medium for pre-installing application
CN109471799B (en) Method, device, storage medium and terminal for deploying demand environment
CN114895935A (en) Method and device for flashing vehicle ECU, electronic equipment and storage medium
CN112650689A (en) Test method, test device, electronic equipment and storage medium
CN113094077B (en) System differential upgrading method and device, intelligent terminal and storage medium
CN112579111A (en) Installation method and device of installation package, electronic equipment and storage medium
CN111782236A (en) System software upgrading method and device, storage medium and all-in-one machine equipment
CN116069366A (en) Client application program updating method and device, storage medium and electronic equipment
CN116450165A (en) Method, system, terminal and storage medium for quickly building environment and deploying program
CN115098105B (en) Container cloud performance test evaluation implementation method, device, equipment and medium
CN109739756A (en) The method and apparatus of mobile terminal application test
CN115934203A (en) Dynamic so loading method, storage medium and electronic equipment
CN115357260A (en) Program upgrading method and device for terminal equipment, terminal equipment and storage medium
CN112346994A (en) Test information correlation method and device, computer equipment and storage medium
CN111752559A (en) Front-end and back-end separation system, method, device and storage medium
CN110597707A (en) Memory out-of-range fault detection method and terminal equipment
CN113608996B (en) Mirror image compiling test method, system, device and readable storage medium
CN109428936A (en) Upgrade method, device, system, electronic equipment and the storage medium of APP
CN117850841A (en) Plug-in upgrading method and related device

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