CN107918543B - Installation package generation method and device, computer equipment and storage medium - Google Patents

Installation package generation method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN107918543B
CN107918543B CN201711407773.1A CN201711407773A CN107918543B CN 107918543 B CN107918543 B CN 107918543B CN 201711407773 A CN201711407773 A CN 201711407773A CN 107918543 B CN107918543 B CN 107918543B
Authority
CN
China
Prior art keywords
resource
selection list
packaged
resource configuration
item
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
CN201711407773.1A
Other languages
Chinese (zh)
Other versions
CN107918543A (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.)
Kingdee Deeking Cloud Computing Co ltd
Original Assignee
Kingdee Deeking Cloud Computing 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 Kingdee Deeking Cloud Computing Co ltd filed Critical Kingdee Deeking Cloud Computing Co ltd
Priority to CN201711407773.1A priority Critical patent/CN107918543B/en
Publication of CN107918543A publication Critical patent/CN107918543A/en
Application granted granted Critical
Publication of CN107918543B publication Critical patent/CN107918543B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation

Abstract

The invention provides a method for generating an installation package, which comprises the following steps: receiving a packaging request, wherein the packaging request carries an address identifier of an item to be packaged; acquiring a corresponding item to be packaged according to the address identifier of the item to be packaged; acquiring each pre-configured resource configuration selection list, wherein the resource configuration selection list comprises pre-configured common resource configuration data and specific resource configuration data; selecting target common resource configuration data and target specific resource configuration data required by the items to be packaged from each resource configuration selection list; and packaging the items to be packaged according to the target common resource configuration data and the target specific resource configuration data and generating an installation package. In addition, the installation package generation device, the computer equipment and the storage medium are also provided.

Description

Installation package generation method and device, computer equipment and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and an apparatus for generating an installation package, a computer device, and a storage medium.
Background
In the conventional technology, common tools for manufacturing installation packages include an instrumentation Shield, an NSIS, an ino Setup, a soldier installation package packing tool and the like to finally generate an installation package, but since the packing tools can only provide shared configuration resources for all packing items, and unique configuration resources for the current packing item, the installation packages cannot be obtained from the conventional packing tools, the current packing item can only be configured by using the existing configuration resources in the packing tools, so that not only flexible configuration cannot be performed according to the requirements of the packing item, but also the generated installation package has a single function.
Disclosure of Invention
In view of the above, it is desirable to provide an installation package generation method, apparatus, computer device, and storage medium that improve flexibility in developing installation packages.
A method of installation package generation, the method comprising:
receiving a packaging request, wherein the packaging request carries an address identifier of an item to be packaged;
acquiring a corresponding item to be packaged according to the address identifier of the item to be packaged;
acquiring each pre-configured resource configuration selection list, wherein the resource configuration selection list comprises pre-configured common resource configuration data and specific resource configuration data;
selecting target common resource configuration data and target specific resource configuration data required by the items to be packaged from each resource configuration selection list;
and packaging the items to be packaged according to the target common resource configuration data and the target specific resource configuration data and generating an installation package.
In one embodiment, the method for generating the installation package further includes: acquiring a pre-configured conventional item parameter for performing conventional item parameter configuration on the item to be packaged; acquiring a pre-configured interface program list according to the configured conventional item parameters, wherein the pre-configured interface resources are in the configuration program list; and selecting interface resources required by the items to be packaged from each interface program list.
In one embodiment, the resource configuration selection list includes a file resource selection list, a shortcut resource selection list, a registry resource selection list, and an environment detection resource selection list, and before acquiring each pre-configured resource configuration selection list, the method further includes: displaying a configuration interface corresponding to each resource configuration list; acquiring corresponding common resource configuration data and specific resource configuration data on each resource configuration list configuration interface; and configuring the acquired specific resource configuration data so that the configured specific resource configuration data and the shared resource configuration data form a corresponding resource configuration selection list.
In one embodiment, if the resource configuration selection list is a shortcut resource selection list, before obtaining each pre-configured resource configuration selection list, the method further includes: acquiring each shortcut resource, wherein each shortcut resource is mapped to the same installation package; and configuring the acquired shortcut resources so that the configured shortcut resources form a shortcut resource selection list.
In one embodiment, if the resource allocation selection list is an environment detection resource selection list, before obtaining each pre-configured resource allocation selection list, the method further includes: acquiring pre-configured common environment detection resources; acquiring specific environment detection resources required by the items to be packaged; configuring the obtained specific environment detection resources to obtain configured specific environment detection resources; and forming an environment detection resource selection list by the common environment detection resources and the configured specific environment detection resources.
In one embodiment, if the resource allocation selection list is a file resource selection list, before obtaining each pre-configured resource allocation selection list, the method further includes: acquiring each file resource; and configuring the acquired file resources so that the configured file resources form a file resource selection list.
In one embodiment, before packaging the final item to be packaged and generating the installation package, the method further includes: acquiring a preset third-party product installation package selection list; and selecting a third-party product installation package to be packaged with the item to be packaged from the third-party product installation package selection list.
An apparatus for installation package generation, the apparatus comprising:
the packaging request receiving module is used for receiving a packaging request, wherein the packaging request carries an address identifier of an item to be packaged;
the to-be-packaged item acquisition module is used for acquiring a corresponding to-be-packaged item according to the to-be-packaged item address identifier;
the resource configuration selection list acquisition module is used for acquiring each pre-configured resource configuration selection list, wherein the pre-configured common resource configuration data and specific resource configuration data are in the resource configuration selection list;
the resource allocation data selection module is used for selecting target common resource allocation data and target specific resource allocation data required by the items to be packaged from each resource allocation selection list;
and the to-be-packaged project packaging module is used for packaging the to-be-packaged project according to the target common resource configuration data and the target specific resource configuration data and generating an installation package.
A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps when executing the program of:
receiving a packaging request, wherein the packaging request carries an address identifier of an item to be packaged;
acquiring a corresponding item to be packaged according to the address identifier of the item to be packaged;
acquiring each pre-configured resource configuration selection list, wherein the resource configuration selection list comprises pre-configured common resource configuration data and specific resource configuration data;
selecting target common resource configuration data and target specific resource configuration data required by the items to be packaged from each resource configuration selection list;
and packaging the items to be packaged according to the target common resource configuration data and the target specific resource configuration data and generating an installation package.
A computer-readable storage medium, on which a computer program is stored which, when executed by a processor, carries out the steps of:
receiving a packaging request, wherein the packaging request carries an address identifier of an item to be packaged;
acquiring a corresponding item to be packaged according to the address identifier of the item to be packaged;
acquiring each pre-configured resource configuration selection list, wherein the resource configuration selection list comprises pre-configured common resource configuration data and specific resource configuration data;
selecting target common resource configuration data and target specific resource configuration data required by the items to be packaged from each resource configuration selection list;
and packaging the items to be packaged according to the target common resource configuration data and the target specific resource configuration data and generating an installation package.
According to the method, the device, the computer equipment and the storage medium for generating the installation package, a packaging request is received through a packaging tool, the corresponding item to be packaged is obtained according to the packaging request, the target common resource configuration data and the target specific resource configuration data selected from the obtained item to be packaged are packaged according to the common resource configuration data and the specific resource configuration data of each resource configuration selection list configured in advance in the packaging tool, and finally the item to be packaged is packaged according to the selected target common resource configuration data and the selected target specific resource configuration data to generate the installation package. The required resource configuration data can be directly selected from each pre-configured resource configuration selection list in the packaging tool, and the unique configuration resources of the current packaging item can be acquired from the packaging tool. Therefore, the efficiency of generating the installation package is improved, and the flexible configuration can be carried out according to the requirements of the items to be packaged, so that the flexibility of operation is improved.
Drawings
FIG. 1 is a flow diagram of a method for installation package generation in one embodiment;
FIG. 2 is a flowchart illustrating a process of acquiring a corresponding item to be packaged according to an address identifier of the item to be packaged in one embodiment;
FIG. 3 is a flow diagram illustrating a process prior to obtaining a list of pre-configured resource allocation choices in one embodiment;
FIG. 4 is a flowchart illustrating pre-configuring a shortcut resource allocation selection list if the resource allocation selection list is a shortcut resource selection list in one embodiment;
FIG. 5 is a flowchart illustrating pre-configuring an environmental measurement resource configuration selection list if the resource configuration selection list is an environmental measurement resource selection list according to an embodiment;
FIG. 6 is a flowchart illustrating pre-configuring a file resource allocation selection list if the resource allocation selection list is a file resource selection list in one embodiment;
FIG. 7 is a flowchart of an embodiment before packaging items to be packaged according to target common resource configuration data and target specific resource configuration data and generating an installation package;
FIG. 8 is a flow diagram of a method for installation package generation in yet another embodiment;
FIG. 9 is a diagram of a feature management page in the packaging tool, according to one embodiment;
FIG. 10 is a diagram of a method of installation package generation in one embodiment;
FIG. 11 is a diagram of a general item parameter configuration page in the packaging tool in one embodiment;
FIG. 12 is a diagram that illustrates a list of interface programs in the packaging tool, in one embodiment;
FIG. 13 is a diagram of a shortcut resource configuration page in the packaging tool in one embodiment;
FIG. 14 is a diagram of a shortcut resource selection list in an featured management page in one embodiment;
FIG. 15 is a diagram that illustrates an environment detection resource configuration page in the packaging tool, in one embodiment;
FIG. 16 is a diagram of a windows environment configuration page in the packaging tool in one embodiment;
FIG. 17 is a diagram of a selection list of environment detection resources in an edit management page, in one embodiment;
FIG. 18 is a diagram of a document resource allocation page in the packaging tool in one embodiment;
FIG. 19 is a diagram of a file resource selection list in a featured management page in one embodiment;
FIG. 20 is a diagram of a third party product installation package selection list in one embodiment;
FIG. 21 is a block diagram that illustrates an apparatus that generates an installation package, according to one embodiment;
FIG. 22 is a diagram showing an internal configuration of a computer device according to an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
As shown in fig. 1, in one embodiment, a method for generating an installation package is provided, which is exemplified by being applied to a terminal. The method comprises the following steps:
step 102, receiving a packaging request, wherein the packaging request carries an address identifier of an item to be packaged.
Specifically, the address identifier of the item to be packaged is a unique identifier for identifying an installation path of the item to be packaged, wherein the item to be packaged is composed of item files to be packaged. The project files to be packaged can be uploaded through a packaging tool on the terminal so as to trigger a packaging request and the like. The terminal includes, but is not limited to, various personal computers with packaging tools, notebook computers, personal digital assistants, smart phones, tablet computers, and the like.
And 104, acquiring the corresponding item to be packaged according to the address identifier of the item to be packaged.
Specifically, since the address identifier of the item to be packaged is an installation path used for identifying the item to be packaged, the item to be packaged can be installed on a server side, a client side, or the like. Therefore, the corresponding item to be packaged needs to be obtained according to the address identifier of the item to be packaged, which includes, but is not limited to, if the address identifier of the item to be packaged is used to identify that the item to be packaged is installed on the server side, the item to be packaged installed on the server side needs to be obtained. If the address identifier of the item to be packaged is used for identifying that the item to be packaged is installed on the client, the item to be packaged installed on the client needs to be obtained.
And 106, acquiring each pre-configured resource configuration selection list, wherein the pre-configured common resource configuration data and the specific resource configuration data exist in the resource configuration selection list.
Specifically, after the corresponding to-be-packaged item is acquired according to the to-be-packaged item address identifier, resource configuration needs to be performed on the acquired to-be-packaged item, so that each pre-configured resource configuration selection list needs to be acquired. The resource configuration selection list is a selection list used for the terminal to perform resource configuration on the items to be packaged, and the user can perform resource configuration on the items to be packaged according to the resource configuration selection list. The resource allocation list has pre-configured shared resource allocation data and specific resource allocation data, the shared resource allocation data is resource allocation data that can be referred by all packaged items, and the specific resource allocation data can only be referred by the current item to be packaged.
And 108, selecting target common resource configuration data and target specific resource configuration data required by the items to be packaged from each resource configuration selection list.
Specifically, since the common resource allocation data refers to resource allocation data that can be referred to by all of the packaged items, the target common resource allocation data refers to common resource allocation data required for the items to be packaged selected from the plurality of common resource data in each resource allocation list. Similarly, since the specific resource allocation data refers to resource allocation data that can only be referred to by the current item to be packaged, the target specific resource allocation data refers to specific resource allocation data required by the item to be packaged selected from the plurality of specific resource data in each resource allocation list. Specifically, target resource configuration data and target specific resource configuration data needed by the items to be packaged are selected from the obtained pre-configured resource selection lists.
And 110, packaging the items to be packaged according to the target common resource configuration data and the target specific resource configuration data and generating an installation package.
After target common resource configuration data and target specific resource configuration data required by the items to be packaged are selected from the resource configuration selection lists, the items to be packaged need to be packaged according to the target common resource configuration data and the target specific resource configuration data. Specifically, configured items to be packaged can be packaged through the related control of the packaging tool, and the successfully packaged items to be packaged can be generated into corresponding installation packages through the related control of the packaging tool.
In the above embodiment, the packaging tool receives the packaging request, acquires the corresponding item to be packaged according to the packaging request, selects the target common resource configuration data and the target specific resource configuration data of the acquired item to be packaged according to the common resource configuration data and the specific resource configuration data of each resource configuration selection list configured in advance in the packaging tool, and finally packages the item to be packaged according to the selected target common resource configuration data and the selected target specific resource configuration data to generate the installation package. The required resource configuration data can be directly selected from each pre-configured resource configuration selection list in the packaging tool, and the unique configuration resources of the current packaging item can be acquired from the packaging tool. Therefore, the efficiency of generating the installation package is improved, and the flexible configuration can be carried out according to the requirements of the items to be packaged, so that the flexibility of operation is improved.
In one embodiment, as shown in fig. 2, after acquiring the corresponding to-be-packaged item according to the to-be-packaged item address identifier, the method further includes:
step 202, acquiring a pre-configured conventional item parameter, which is used for performing conventional item parameter configuration on the item to be packaged.
The conventional item parameters are common parameters for configuring the item to be packaged, and include, but are not limited to, a GUID (global Unique Identifier) for identifying an installation package, a kill process for setting a windows process that may affect execution of the installation, log collection settings, a project name, a product version number, an installation package save directory, and a package file root directory, etc. Specifically, the pre-configured regular item parameters for performing the regular item parameter configuration on the item to be packaged can be acquired through the related page in the packaging tool.
And 204, acquiring a pre-configured interface program list according to the configured conventional item parameters, wherein the interface program list has pre-configured interface resources.
Specifically, the interface program list here is a list composed of interface programs presenting pre-developed installer interfaces and uninstaller interfaces, where an interface program may also be referred to as an application program. Specifically, after a pre-configured conventional item parameter for performing a conventional item parameter on the item to be packaged is acquired, a pre-configured interface program list is acquired according to the configured conventional item parameter, so that a user of the terminal can select an installation program interface and an uninstallation program interface required by the item to be packaged. Furthermore, the interface program list has pre-configured interface resources for the user to select, wherein the interface resources refer to an installation program interface and an uninstallation program interface of the installation package.
And step 206, selecting interface resources required by the items to be packaged from each interface program list.
Specifically, because the interface program list has the interface resources of the installation program interface and the uninstallation program interface which are developed in advance for the user to select, the installation program interface and the uninstallation program interface which are needed by the item to be packaged can be selected through the interface resources presented in the interface program list.
In an embodiment, as shown in fig. 3, before obtaining each pre-configured resource configuration selection list, the method further includes:
step 302, displaying a configuration interface corresponding to each resource configuration selection list.
The resource allocation selection list is a selection list used for the terminal to perform resource allocation on the item to be packaged, wherein the resource allocation selection list includes, but is not limited to, a file resource selection list, a shortcut resource selection list, a registry resource selection list, and an environment detection resource selection list. Before acquiring each pre-configured resource configuration selection list, each resource configuration selection list needs to be pre-configured. Specifically, a corresponding configuration interface in each resource configuration selection list is displayed, where the configuration interface is used for configuring each resource configuration list.
And 304, acquiring corresponding shared resource data and specific resource data on the configuration interface corresponding to each resource configuration list.
Specifically, after the configuration interface corresponding to each resource configuration selection list is displayed, the corresponding common resource data and the specific resource data need to be acquired on the configuration interface corresponding to each resource configuration selection list. The method comprises the steps of obtaining common resource data which can be referenced by all packaged items added on a configuration interface corresponding to each resource configuration selection list in a packaging tool by a user and specific resource data which can only be referenced by the current to-be-packaged items.
And 308, configuring each acquired specific resource data so that each configured specific resource data and the shared resource data form a corresponding resource configuration selection list.
Specifically, since the specific resource data can only be referred to by the current item to be packaged, each acquired specific resource data needs to be configured according to the requirement required by the current item to be packaged. After each specific resource data in each resource configuration selection list is configured, each configured specific resource data and the shared resource data form a corresponding resource configuration selection list.
In an embodiment, as shown in fig. 4, if the resource configuration selection list is a shortcut resource selection list, before obtaining each pre-configured resource configuration selection list, the method further includes:
and 402, acquiring each shortcut resource, wherein each shortcut resource is mapped to the same installation package.
And step 404, configuring the acquired shortcut resources so that the configured shortcut resources form a shortcut resource selection list.
When the resource configuration selection list is a shortcut resource selection list, before the preset shortcut resource configuration selection list is obtained, a configuration interface corresponding to the shortcut resource selection list in the packaging tool is displayed, and each obtained shortcut resource is configured on the configuration interface. Further, each shortcut resource can be mapped to the same installation package, for example, a QQ is installed, and 3 entries are all shortcut after the QQ is installed: desktop, windows menu, windows launch menu, so this 3 shortcuts can all be mapped to qq. Specifically, the obtained shortcut resources are configured on a configuration interface corresponding to the shortcut resource selection list, and the shortcut resource selection list is composed of the configured shortcut resources.
In an embodiment, as shown in fig. 5, if the resource allocation selection list is an environment detection resource selection list, before obtaining each pre-configured resource allocation selection list, the method further includes:
step 502, obtaining the pre-configured common environment detection resources.
Step 504, obtaining the specific environment detection resources needed by the items to be packaged.
Specifically, the environment detection resource refers to environment requirements for installing the package, including but not limited to Windows environment requirements and SQLServer database environment requirements. The common environment detection resource is an environment detection resource which can be referred by all packaged items, and the specific environment detection resource is an environment detection resource which can only be referred by the current to-be-packaged item. Since the packaging tool of the terminal is internally provided with a plurality of pre-configured common environment detection resources, the pre-configured common environment detection resources need to be acquired. Similarly, the environment detection resources can be customized according to the requirements of the current item to be packaged, so that the specific environment detection resources required by the item to be packaged are obtained.
Step 506, the obtained specific environment detection resources are configured, and the configured specific environment detection resources are obtained.
Step 508, the common environment detection resources and the configured specific environment detection resources are combined into an environment detection resource selection list.
Specifically, after the specific environment detection resource required by the item to be packaged is obtained, the obtained specific environment detection resource needs to be configured, for example, but not limited to, the configuration of the specific environment detection resource according to Windows environment requirements of xpsp3(Windows xpsp3, window xp 3 rd service package) and above, and the configuration of the specific environment detection resource according to Windows 2003SP2 and above and not supporting 64-bit win2003, or the configuration of the specific environment detection resource according to SQLServer database environment requirements of SQL2000(SP4) and above. Further, the acquired common environment detection resources which are configured in advance and the configured specific environment detection resources form an environment detection resource selection list for the terminal to select the environment detection resources required by the item to be packaged.
In an embodiment, as shown in fig. 6, if the resource allocation selection list is a file resource selection list, before obtaining each pre-configured resource allocation selection list, the method further includes:
step 602, obtaining each file resource.
Step 604, configuring the acquired file resources so that the configured file resources form a file resource selection list.
Specifically, the file resource here is a file of the software product that needs to be installed to the target terminal, including but not limited to a customized file resource, and thus needs to acquire each file resource of the software product that needs to be installed to the target terminal. And configuring the acquired resources, for example, acquiring an instruction of a tag which marks that the file resource is 'target file must exist', wherein the tag of 'target file must exist' means that the file resource is installed only when the file resource originally exists on a target terminal. For another example, an instruction of a tag labeled "registry file" for a file resource is obtained, where the tag of the "registry file" is a command for reg (command for performing addition, modification, import, export, and other operations on values in the registry sub-item information and the registry key value) file, and after the instruction of the tag of the "registry file" is obtained, the content of the reg file can be directly imported into the Windows registry. And further, forming a file resource selection list by the configured file resources for the terminal to select the file resources required by the item to be packaged.
In one embodiment, as shown in fig. 7, before packaging items to be packaged according to the target common resource configuration data and the target specific resource configuration data and generating an installation package, the method further includes:
step 702, obtaining a preset third-party product installation package selection list.
Step 704, selecting a third-party product installation package to be packaged with the item to be packaged from the third-party product installation package selection list.
Specifically, various installation methods of the third-party products can be customized in a packaging tool of the terminal, so that the configured third-party product installation package is obtained through the installation method of the third-party products. Therefore, a preconfigured selection list of the third-party product installation packages needs to be obtained, wherein the selection list of the third-party product installation packages consists of a plurality of preconfigured third-party product installation packages. And further, selecting a third-party product installation package which needs to be packaged with the item to be packaged from the third-party product installation package selection list. For example, the "Tengcong enterprise QQ" is used as a third-party product installation package in a third-party product installation package selection list, and the "Tengcong enterprise QQ" and the items to be packaged are packaged.
As shown in fig. 8, in one embodiment, a method for generating an installation package is provided, which is exemplified by being applied to a terminal. The method comprises the following steps:
step 802, receiving a packaging request, wherein the packaging request carries an address identifier of an item to be packaged.
And step 804, acquiring the corresponding item to be packaged according to the address identifier of the item to be packaged.
As described above, the address identifier of the item to be packaged is a unique identifier used to identify the installation path of the item to be packaged, and therefore, the corresponding item to be packaged can be acquired by the address identifier of the item to be packaged. For example, if the address identifier of the item to be packaged is used to identify that the item to be packaged is installed on the server side, the item to be packaged installed on the server side is obtained. As shown in fig. 9, fig. 9 is a schematic diagram for acquiring an item to be packaged installed on a server side. The to-be-packaged item feature management page installed on the server side provides descriptions necessary for installing the server, and provides a plurality of buttons of a file resource selection list, a shortcut resource selection list, a registry resource selection list and an environment detection resource selection list, namely, each resource selection list can be presented for a user of the terminal to select based on the plurality of buttons.
Step 806, obtaining the pre-configured conventional item parameter, which is used for performing conventional item parameter configuration on the item to be packaged.
As shown in FIG. 10, FIG. 10 illustrates a schematic diagram of a method of installation package generation. And after the corresponding item to be packaged is acquired according to the received packaging request, configuring the conventional item parameters of the item to be packaged. Specifically, the pre-configured regular item parameters for performing the regular item parameter configuration on the item to be packaged can be acquired through the related page in the packaging tool. As shown in fig. 11, fig. 11 shows a configuration page of parameters of a regular item in a packaging tool, where the regular page provides a button for identifying a GUID change of an installation package, a killing process, an engineering name, a product version number, an installation package saving directory, a packaging file root directory, and the like, and the common parameters of the item to be packaged can be configured through the configuration page of parameters of the regular item, such as pkg for the installation package saving directory, and a collection manager log is selected, i.e., a log collection function.
And 808, acquiring a pre-configured interface program list according to the configured conventional item parameters, wherein the pre-configured interface resources exist in the configuration program list.
Step 810, selecting interface resources required by the items to be packaged from each interface program list.
As shown in FIG. 10, after the conventional item parameters are configured for the item to be packaged, a plurality of installation options are created for the installation package to present to the user. Therefore, a pre-configured interface program list is obtained after the configured parameters of the conventional items are configured, wherein the interface program list is a list formed by interface programs presenting pre-developed installing program interfaces and uninstalling program interfaces. Therefore, after the pre-configured conventional item parameters for performing the conventional item parameters on the item to be packaged are acquired, the pre-configured interface program list is acquired according to the configured conventional item parameters, so that a user of the terminal can select an installation program interface and an uninstallation program interface required by the installation package. As shown in fig. 12, fig. 12 is a schematic diagram illustrating an interface program list in a packaging tool, where the interface page provides a path for installing a program, a path for uninstalling a program, and an installer interface and a corresponding uninstaller interface, and specifically, an installer interface and a corresponding uninstaller interface required for selecting an item to be packaged can be selected for a plurality of installer interfaces and corresponding uninstaller interfaces through a button a or B.
And step 812, acquiring each shortcut resource, wherein each shortcut resource is mapped to the same installation package.
And 814, configuring the acquired shortcut resources so that the configured shortcut resources form a shortcut resource selection list.
As shown in fig. 10, after creating a plurality of installation options presented to the user by the installation package, before selecting a target shortcut resource for one of the installation options as the shortcut resource, each shortcut resource needs to be configured. Specifically, a configuration interface corresponding to the shortcut resource selection list in the packaging tool is displayed, each shortcut resource is acquired on the configuration interface, further, each acquired shortcut resource is configured, and each configured shortcut resource forms the shortcut resource selection list. Wherein, the shortcut resource can only be referred by the current item to be packaged. As shown in fig. 13, fig. 13 is a diagram showing the configuration of a shortcut resource selection list in the packaging tool. The left side of the shortcut page provides each acquired shortcut resource, the right side of the shortcut page provides a mapping target, the mapping target is established to a related input box, and each shortcut resource can be mapped to the same installation package. If the QQ is installed, 3 entries are all made in a shortcut mode after the QQ is installed: desktop, windows menu, windows launch menu, so this 3 shortcuts can all be mapped to qq.
And step 816, selecting target shortcut resource configuration data required by the item to be packaged from the shortcut resource selection list.
As shown in fig. 9, fig. 9 is a schematic diagram of acquiring an item to be packaged installed on a server side in a packaging tool. And the button for providing shortcut resources in the to-be-packaged item feature management page installed to the server side can jump out of the shortcut resource selection list by triggering the button. As shown in fig. 14, fig. 14 shows a shortcut selection list composed of preconfigured shortcut resources, which includes but is not limited to: shortcut a, shortcut b, shortcut c, and shortcut d. Specifically, target shortcut resource configuration data needed by the item to be packaged is selected from the shortcut selection list, and the target shortcut resource configuration data are the shortcut a and the shortcut c. The shortcut a, the shortcut b, the shortcut c and the shortcut d are configured from a shortcut page as shown in fig. 13.
Step 818, obtaining the pre-configured common environment detection resources.
And step 820, acquiring specific environment detection resources required by the items to be packaged.
Step 822, configuring the obtained specific environment detection resource to obtain the configured specific environment detection resource.
Step 824, the common environment detection resources and the configured specific environment detection resources are combined into an environment detection resource selection list.
As shown in fig. 10, environment detection resources are selected for a plurality of installation options presented to a user for various created installation packages, but before environment detection resources are performed on items to be packaged to select target environment detection resources, each environment detection resource needs to be configured. Specifically, a configuration interface corresponding to the environment detection resource selection list in the packaging tool is displayed, and the common environment detection resources and the specific environment detection resources are acquired on the configuration interface. Further, configuring each acquired environment detection resource, and forming an environment detection resource selection list by the acquired common environment detection resources and the configured specific environment detection resources. Fig. 15 is a schematic diagram showing the configuration of the environment detection resource selection list in the packaging tool, as shown in fig. 15. The environment page provides end-user-defined specific environment detection resources, such as: windows environment requirements, SQLServer database environment requirements, and the like. As shown in fig. 16, fig. 16 is a schematic diagram showing a configuration required by the Windows environment. Specifically, clicking "Windows environment requirement" may configure the Windows environment, and if the Windows environment requirement is at least xpsp3(Windows xp sp3, window xp 3 rd service package), at least at win2003sp2 and at least at 64-bit win2003, configuring the Windows environment according to the Windows environment requirement.
Step 826, selecting target common environment detection resource configuration data and target specific environment detection resource configuration data required by the item to be packaged from the environment detection resource selection list.
As shown in fig. 9, fig. 9 is a schematic diagram of acquiring an item to be packaged installed on a server side in a packaging tool. The button for providing the environment detection resources in the to-be-packaged project feature management page installed on the server side can jump out of the environment detection resource selection list by triggering the button. As shown in fig. 17, fig. 17 shows an environment detection resource selection list composed of preconfigured environment detection resources, where the environment detection resource list includes common environment detection resources that can be referred by all packaged items and specific environment detection resources that can only be referred by the current item to be packaged, for example, environment detection resource a, environment detection resource b, environment detection resource c, and environment detection resource d are common environment detection resources, and Windows environment requirement and SQLServer database requirement are specific environment detection resources. The common environment detection resources are built in the packaging tool, and the specific environment detection resources are self-defined by a user of the terminal according to the requirements needed by the project to be packaged. Further, the environment detection resource a, the environment detection resource b and the environment detection resource c can be selected as target common environment detection resources, and the Windows environment requirement and the SQLServer database requirement are selected as target specific environment detection resources.
Step 828, acquiring each file resource.
Step 830, configuring the acquired file resources so that the configured file resources form a file resource selection list.
As shown in fig. 10, after creating a plurality of installation options presented to a user by an installation package, before selecting a target file resource for a file resource by using one of the installation options, each file resource needs to be configured. Specifically, a configuration interface corresponding to the file resource selection list in the packaging tool is displayed, and each file resource is acquired on the configuration interface. Further, the obtained file resources are configured, and the configured file resources form a file resource selection list. Wherein, the file resource selection list can only be referred by the current item to be packaged. As shown in fig. 18, fig. 18 is a schematic diagram showing a configuration of a file resource selection list in the packaging tool. The left side of the file group page provides options for acquiring each file resource, and the right side of the file group page provides options for detailed setting of each file resource, for example, the file resource a, the file resource b, the file resource c and the file resource d are all acquired file resources. Specifically, for example, if the detailed setting of the file resource a is tagged with "the target file must exist", the file resource a cannot be installed if the file resource a does not originally exist on the target terminal when the file resource a is installed.
Step 832, selecting the target common file resource configuration data and the target specific file resource configuration data required by the item to be packaged from the file resource selection list.
As shown in fig. 9, fig. 9 is a schematic diagram of acquiring an item to be packaged installed on a server side in a packaging tool. The button for providing the file resources in the to-be-packaged project feature management page installed on the server side can jump out of the file resource selection list by triggering the button. As shown in fig. 19, fig. 19 shows a file resource selection list composed of preconfigured file resources, where the file resource selection list includes, but is not limited to: file resource a, file resource b, file resource c, and file resource d. Specifically, target file resource configuration data, such as file resource b and file resource c, needed by the item to be packaged is selected from the file resource selection list. The file resource a, the file resource b, the file resource c, and the file resource d are configured from the file group page as shown in fig. 18.
And 834, acquiring a preset third-party product installation package selection list.
Step 836, selecting a third-party product installation package packaged with the item to be packaged from the third-party product installation package selection list.
As shown in fig. 10, after creating a plurality of installation options presented to a user by an installation package, when one of the installation options needs to be selected as a third-party product installation package, a selection list of each third-party product installation package needs to be obtained. And each pre-configured third-party product installation package is arranged in the third-party product installation package list. Specifically, a selection interface corresponding to the third-party product installation package selection list in the packaging tool is displayed, and a third-party installation package packaged with the item to be packaged is selected on the selection interface. As shown in FIG. 20, FIG. 20 illustrates an alternative diagram for installing a third party product installation package in a packaging tool. The install third-party product page provides pre-configured installation packages for each third-party product, such as installation of Tencent enterprises QQ, installation of WeChat, installation of QQ music and the like. Specifically, a third-party product installation package which is packaged with the items to be packaged is selected from a third-party product installation package selection list, such as installation of Tencent enterprises QQ and installation of WeChat. Wherein the selected Tencent Enterprise QQ and WeChat will be displayed in the entry of "experience run after installation" provided in the feature management page as shown in FIG. 9.
And 840, packaging the items to be packaged according to the selected target shortcut resources, the selected target file resources, the selected target registry, the selected target common environment detection resources and the selected target specific environment resources, and generating an installation package.
It should be noted that the configuration of the registry resource selection list and the configuration method of selecting from the registry resource are the same as those of the other resource selection lists. As shown in fig. 9, the feature management page in the packaging tool shown in fig. 9 displays the originally selected "installation files of Tencent enterprises QQ and WeChat" in the input item of "experience run after installation" provided in the display on the page, and also displays the target shortcut resources, target file resources, target registry resources, target common environment detection resources, and target specific environment resources selected from the list of resources selection according to each shortcut, the list of resources selection of files, the list of resources of registry, the list of resources of environment detection. And packaging the items to be packaged and generating the installation package through related buttons in the feature management page.
In the embodiment, not only can flexible configuration be performed according to the requirement of the current packaging project, but also the resource configuration data required for selecting the resource configuration of the project to be packaged is selected through each resource configuration selection list in the feature management page in the packaging tool, so that the development efficiency of the development installation program is improved.
As shown in fig. 21, in one embodiment, an apparatus 2100 for installation package generation is provided, the apparatus comprising:
a packaging request receiving module 2102 configured to receive a packaging request, where the packaging request carries an address identifier of an item to be packaged.
And an item to be packaged obtaining module 2104 for obtaining a corresponding item to be packaged according to the address identifier of the item to be packaged.
A resource allocation selection list obtaining module 2106, configured to obtain each resource allocation selection list configured in advance, where the resource allocation selection list has common resource allocation data and specific resource allocation data configured in advance.
A resource allocation data selecting module 2108, configured to select, from each resource allocation selection list, target common resource allocation data and target specific resource allocation data required by the item to be packaged.
And the to-be-packaged item packaging module 2110 is used for packaging the to-be-packaged items according to the target common resource configuration data and the target specific resource configuration data and generating an installation package.
In one embodiment, the apparatus 2100 for generating an installation package further includes a regular item parameter obtaining module (not shown), an interface program list obtaining module (not shown), and an interface resource selecting module (not shown), wherein:
and the conventional item parameter acquisition module is used for acquiring the pre-configured conventional item parameters and performing conventional item parameter configuration on the item to be packaged.
And the interface program list acquisition module is used for acquiring a pre-configured interface program list according to the configured conventional item parameters, wherein the interface program list has pre-configured interface resources.
And the interface resource selection module is used for selecting the interface resources required by the items to be packaged from each interface program list.
In one embodiment, the resource configuration selection list includes a file resource selection list, a shortcut resource selection list, a registry resource selection list, and an environment detection resource selection list, and the apparatus 2100 for generating an installation package further includes a display module (not shown in the figure), a resource configuration data obtaining module (not shown in the figure), and a configuration module, where:
the display module is used for displaying the configuration interface corresponding to each resource configuration selection list;
the resource configuration data acquisition module is used for acquiring corresponding common resource configuration data and specific resource configuration data on the configuration interface corresponding to each resource configuration selection list;
and the configuration module is used for configuring the acquired specific resource configuration data so that the configured specific resource configuration data and the shared resource configuration data form a corresponding resource configuration selection list.
In one embodiment, if the resource configuration selection list is a shortcut resource selection list, the resource configuration data acquisition module is further configured to acquire each shortcut resource, wherein each shortcut resource is mapped to the same installation package; and the configuration module is also used for configuring the acquired shortcut resources so as to enable the configured shortcut resources to form a shortcut resource selection list.
In one embodiment, if the resource allocation selection list is an environment detection resource selection list, the resource allocation data obtaining module is further configured to obtain a pre-configured common environment detection resource; acquiring specific environment detection resources required by the items to be packaged; the configuration module is further used for configuring the obtained specific environment detection resources to obtain configured specific environment detection resources; and forming an environment detection resource selection list by the common environment detection resources and the configured specific environment detection resources.
In one embodiment, if the resource allocation selection list is a file resource selection list, the resource allocation data obtaining module is further configured to obtain each file resource; the configuration module is further configured to configure the acquired file resources, so that the configured file resources form a file resource selection list.
In one embodiment, the apparatus 2100 for generating an installation package further includes a third-party product installation package selection list obtaining module (not shown in the figure) and a third-party product installation package selecting module (not shown in the figure), where:
and the third-party product installation package selection list acquisition module is used for acquiring a preset third-party product installation package selection list.
And the third-party product installation package selection module is used for selecting a third-party product installation package which is packaged with the item to be packaged from the third-party product installation package selection list.
FIG. 22 is a diagram showing an internal configuration of a computer device according to an embodiment. The computer device may be a terminal. As shown in fig. 22, the terminal includes a processor, a memory, a network interface, a display screen, and an input device connected through a bus. Wherein, the processor is used for providing calculation and control capability and supporting the operation of the whole terminal. The memory includes a nonvolatile storage medium and an internal memory, the nonvolatile storage medium of the terminal stores an operating system and a computer program of an installation package generation apparatus, and the computer program of the installation package generation apparatus is executed by the processor to implement a method of installation package generation. The internal memory in the terminal provides an environment for the operation of a device generated by an installation package in a nonvolatile storage medium, a network interface of the terminal is used for communicating with a server or the terminal through a network, the input device can be a touch layer covered on a display screen, and can also be an external keyboard, a touch pad or a mouse, and the like, the display screen is used for displaying an application interface and the like, the terminal can be a liquid crystal display screen or an electronic ink display screen, and the touch layer and the display screen form a touch screen. Those skilled in the art will appreciate that the configuration shown in fig. 22 is a block diagram of only a portion of the configuration associated with the present application and does not constitute a limitation on the terminal to which the present application is applied, and that a particular terminal may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, there is also provided a computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of: receiving a packaging request, wherein the packaging request carries an address identifier of an item to be packaged; acquiring a corresponding item to be packaged according to the address identifier of the item to be packaged; acquiring each pre-configured resource configuration selection list, wherein the resource configuration selection list comprises pre-configured common resource configuration data and specific resource configuration data; selecting target common resource configuration data and target specific resource configuration data required by the items to be packaged from each resource configuration selection list; and packaging the items to be packaged according to the target common resource configuration data and the target specific resource configuration data and generating an installation package.
In one embodiment, the method for generating the installation package further includes: acquiring a pre-configured conventional item parameter for performing conventional item parameter configuration on the item to be packaged; acquiring a pre-configured interface program list according to the configured conventional item parameters, wherein the interface program list has pre-configured interface resources; and selecting interface resources required by the items to be packaged from each interface program list.
In one embodiment, the resource configuration selection list includes a file resource selection list, a shortcut resource selection list, a registry resource selection list, and an environment detection resource selection list, and before acquiring each pre-configured resource configuration selection list, the method further includes: displaying a configuration interface corresponding to each resource configuration selection list; acquiring corresponding common resource configuration data and specific resource configuration data on a configuration interface corresponding to each resource configuration selection list; and configuring the acquired specific resource configuration data so that the configured specific resource configuration data and the shared resource configuration data form a corresponding resource configuration selection list.
In an embodiment, if the resource configuration selection list is a shortcut resource selection list, before obtaining each pre-configured resource configuration selection list, the method further includes: acquiring each shortcut resource, wherein each shortcut resource is mapped to the same installation package; and configuring the acquired shortcut resources so that the configured shortcut resources form a shortcut resource selection list.
In an embodiment, if the resource allocation selection list is an environment detection resource selection list, before obtaining each pre-configured resource allocation selection list, the method further includes: acquiring pre-configured common environment detection resources; acquiring specific environment detection resources required by the items to be packaged; configuring the obtained specific environment detection resources to obtain configured specific environment detection resources; and forming an environment detection resource selection list by the common environment detection resources and the configured specific environment detection resources.
In an embodiment, if the resource allocation selection list is a file resource selection list, before obtaining each pre-configured resource allocation selection list, the method further includes: acquiring each file resource; and configuring the acquired file resources so that the configured file resources form a file resource selection list.
In one embodiment, before packaging items to be packaged according to the target common resource configuration data and the target specific resource configuration data and generating an installation package, the method further includes: acquiring a preset third-party product installation package selection list; and selecting a third-party product installation package to be packaged with the item to be packaged from the third-party product installation package selection list.
It will be understood by those skilled in the art that all or part of the processes in the methods of the embodiments described above may be implemented by a computer program, which is stored in a non-volatile computer-readable storage medium, and executed by at least one processor in a computer system, so as to implement the processes of the embodiments including the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
The technical features of the embodiments described above may be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the embodiments described above are not described, but should be considered as being within the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A method of installation package generation, the method comprising:
receiving a packaging request, wherein the packaging request carries an address identifier of an item to be packaged;
acquiring a corresponding item to be packaged according to the address identifier of the item to be packaged;
acquiring each pre-configured resource configuration selection list, wherein the resource configuration selection list has pre-configured common resource configuration data and specific resource configuration data, the resource configuration selection list comprises but is not limited to a file resource selection list, a shortcut resource selection list, a registry resource selection list and an environment detection resource selection list, the common resource configuration data is resource configuration data which can be referred by all packaged items, and the specific resource configuration data is resource configuration data which can only be referred by current to-be-packaged items;
selecting target common resource configuration data and target specific resource configuration data required by the items to be packaged from the resource configuration selection lists, wherein the target common resource configuration data are the common resource configuration data required by the items to be packaged, and the target specific resource configuration data are the specific resource configuration data required by the items to be packaged;
and packaging the items to be packaged according to the target common resource configuration data and the target specific resource configuration data and generating an installation package.
2. The method of claim 1, further comprising:
acquiring a pre-configured conventional item parameter for performing conventional item parameter configuration on the item to be packaged;
acquiring a pre-configured interface program list according to the configured conventional item parameters, wherein the interface program list has pre-configured interface resources;
and selecting interface resources required by the items to be packaged from the interface program lists.
3. The method according to claim 1, wherein the resource configuration selection list comprises a file resource selection list, a shortcut resource selection list, a registry resource selection list, and an environment detection resource selection list, and before the obtaining of each pre-configured resource configuration selection list, the method further comprises:
displaying a configuration interface corresponding to each resource configuration selection list;
acquiring corresponding common resource configuration data and specific resource configuration data on the configuration interface corresponding to each resource configuration selection list;
and configuring each acquired specific resource configuration data so that each configured specific resource configuration data and the shared resource configuration data form a corresponding resource configuration selection list.
4. The method according to claim 3, wherein if the resource allocation selection list is a shortcut resource selection list, before the obtaining of each pre-configured resource allocation selection list, further comprising:
acquiring each shortcut resource, wherein each shortcut resource is mapped to the same installation package;
and configuring the acquired shortcut resources so that the configured shortcut resources form a shortcut resource selection list.
5. The method according to claim 3, wherein if the resource allocation selection list is an environment detection resource selection list, before the obtaining of each pre-configured resource allocation selection list, further comprising:
acquiring pre-configured common environment detection resources;
acquiring specific environment detection resources required by the items to be packaged;
configuring the obtained specific environment detection resources to obtain configured specific environment detection resources;
and forming an environment detection resource selection list by the common environment detection resources and the configured specific environment detection resources.
6. The method according to claim 3, wherein if the resource allocation selection list is a file resource selection list, before the obtaining of each pre-configured resource allocation selection list, further comprising:
acquiring each file resource;
and configuring the acquired file resources so that the configured file resources form a file resource selection list.
7. The method of claim 1, before packaging the item to be packaged according to the target common resource configuration data and the target specific resource configuration data and generating the installation package, further comprising:
acquiring a preset third-party product installation package selection list;
and selecting a third-party product installation package which is packaged with the item to be packaged from the third-party product installation package selection list.
8. An apparatus of installation package generation, the apparatus comprising:
the packaging request receiving module is used for receiving a packaging request, wherein the packaging request carries an address identifier of an item to be packaged;
the to-be-packaged item acquisition module is used for acquiring a corresponding to-be-packaged item according to the to-be-packaged item address identifier;
a resource configuration selection list obtaining module, configured to obtain each pre-configured resource configuration selection list, where the resource configuration selection list has pre-configured common resource configuration data and specific resource configuration data, and the resource configuration selection list includes but is not limited to a file resource selection list, a shortcut resource selection list, a registry resource selection list, and an environment detection resource selection list, where the common resource configuration data is resource configuration data that can be referred by all package items, and the specific resource configuration data is resource configuration data that can only be referred by a current item to be packaged;
a resource allocation data selection module, configured to select, from the resource allocation selection lists, target common resource allocation data and target specific resource allocation data that are required by the items to be packaged, where the target common resource allocation data are common resource allocation data that are required by the items to be packaged, and the target specific resource allocation data are specific resource allocation data that are required by the items to be packaged;
and the to-be-packaged item packaging module is used for packaging the to-be-packaged item according to the target common resource configuration data and the target specific resource configuration data and generating an installation package.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method according to any of claims 1-7 are implemented when the program is executed by the processor.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 7.
CN201711407773.1A 2017-12-22 2017-12-22 Installation package generation method and device, computer equipment and storage medium Active CN107918543B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711407773.1A CN107918543B (en) 2017-12-22 2017-12-22 Installation package generation method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711407773.1A CN107918543B (en) 2017-12-22 2017-12-22 Installation package generation method and device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN107918543A CN107918543A (en) 2018-04-17
CN107918543B true CN107918543B (en) 2020-10-23

Family

ID=61893995

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711407773.1A Active CN107918543B (en) 2017-12-22 2017-12-22 Installation package generation method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN107918543B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111273962B (en) * 2020-02-14 2022-02-18 腾讯科技(深圳)有限公司 Configuration management method, device, computer readable storage medium and computer equipment
CN112199097B (en) * 2020-10-13 2024-01-05 深圳市广和通无线股份有限公司 Installation package generation method, installation package generation device, computer equipment and storage medium
CN112732328B (en) * 2020-12-30 2021-11-12 望海康信(北京)科技股份公司 WebPack packaging system, webpack packaging method, corresponding equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5835777A (en) * 1996-03-20 1998-11-10 Hewlett-Packard Company Method of automatically generating a software installation package
CN102314351A (en) * 2011-09-29 2012-01-11 用友软件股份有限公司 Installation program generating device and installation program generating method
CN103677876A (en) * 2012-09-12 2014-03-26 中兴通讯股份有限公司 Manufacturing and installing method, device and system of software installation package
CN106598672A (en) * 2016-12-16 2017-04-26 广东美晨通讯有限公司 Application configuration method and apparatus

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6117187A (en) * 1997-09-30 2000-09-12 Hewlett-Packard Company Automatic generation of a software installation package
CN106502746A (en) * 2016-11-02 2017-03-15 网易(杭州)网络有限公司 The packaging method and device of application program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5835777A (en) * 1996-03-20 1998-11-10 Hewlett-Packard Company Method of automatically generating a software installation package
CN102314351A (en) * 2011-09-29 2012-01-11 用友软件股份有限公司 Installation program generating device and installation program generating method
CN103677876A (en) * 2012-09-12 2014-03-26 中兴通讯股份有限公司 Manufacturing and installing method, device and system of software installation package
CN106598672A (en) * 2016-12-16 2017-04-26 广东美晨通讯有限公司 Application configuration method and apparatus

Also Published As

Publication number Publication date
CN107918543A (en) 2018-04-17

Similar Documents

Publication Publication Date Title
US8516471B2 (en) Detecting impact of operating system upgrades
US9417870B2 (en) Managing user access to alternative versions of a particular function of a software product from within a current version of the software product
US8640121B2 (en) Facilitating multi-installer product installations
CN111984163B (en) Application icon display method and device and electronic equipment
JP7106001B2 (en) SUB-APPLICATION DEVELOPMENT METHOD, APPARATUS, COMPUTER DEVICE, AND COMPUTER PROGRAM
CN107918543B (en) Installation package generation method and device, computer equipment and storage medium
US20200264904A1 (en) Application environment that implements native code functionality in progressive web applications
US11159603B2 (en) Cross-platform module for loading across a plurality of device types
CN110147241A (en) Program configures update method, electronic device, computer equipment and storage medium
JP2009146122A (en) Installing method, installer and installing program
US9645814B1 (en) Generating and publishing applications for multiple platforms
US11327724B2 (en) System and method that support application software development
CN110597564A (en) Installation package construction and service component loading method, device and terminal equipment
US11343305B2 (en) Systems and methods of automating a file download activity
EP2951678B1 (en) Remotely executing operations of an application using a schema that provides for executable scripts in a nodal hierarchy
CN110795181A (en) Application program interface display method and device based on skip protocol and electronic equipment
US10514940B2 (en) Virtual application package reconstruction
CN116860350A (en) Jailhouse tool configuration method, electronic device and computer readable storage medium
CN112596746B (en) Application installation package generation method and device, computer equipment and storage medium
CN114237651A (en) Installation method and device of cloud native application, electronic equipment and medium
WO2016176159A1 (en) Cross-platform command extensibility
US10073689B2 (en) Managing application lifecycles within a federation of distributed software applications
JP6300750B2 (en) Verification program, verification apparatus, and verification method
US20160313990A1 (en) Extensibility bundles for a cloud and devices suite
CN112835568A (en) Project construction method and 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
GR01 Patent grant
GR01 Patent grant