CN104320432A - Software installing method and device, server and system - Google Patents

Software installing method and device, server and system Download PDF

Info

Publication number
CN104320432A
CN104320432A CN201410508562.7A CN201410508562A CN104320432A CN 104320432 A CN104320432 A CN 104320432A CN 201410508562 A CN201410508562 A CN 201410508562A CN 104320432 A CN104320432 A CN 104320432A
Authority
CN
China
Prior art keywords
software
downloaded
server
configuration file
parameter
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
CN201410508562.7A
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.)
Baidu Online Network Technology Beijing Co Ltd
Beijing Baidu Netcom Science and Technology Co Ltd
Original Assignee
Beijing Baidu Netcom Science and 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 Beijing Baidu Netcom Science and Technology Co Ltd filed Critical Beijing Baidu Netcom Science and Technology Co Ltd
Priority to CN201410508562.7A priority Critical patent/CN104320432A/en
Publication of CN104320432A publication Critical patent/CN104320432A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Abstract

The invention discloses a software installing method and device, a server and a system. The method comprises the following steps: acquiring a configuration file of software to be downloaded from the server through an http (hypertext transport protocol) request, wherein the configuration file is configured with the download address and configuration parameter of the software to be downloaded; solving the configuration file, and downloading a software installation package of the software to be downloaded according to the solved download address; and executing the installation of the software installation package according to the solved configuration parameter. Through adoption of the software installing method and device, the server and the system, the coupling degree of an installation strategy and the software installation package can be lowered, and the change efficiency of the installation strategy is increased.

Description

A kind of software installation method, device, server and system
Technical field
The present invention relates to a kind of software installation method, device, server and system.
Background technology
In the extension process of client software (such as browser), whether multiple mounting strategy be attempted and be converted to different input channels can, such as, installation of whether mourning in silence, whether produce desktop icons, install and whether be set to default program, run immediately, whether open certain network address etc.
Prior art is by realizing mounting strategy for installation kit imports configuration parameter in advance into.Such as, in the installation process of browser, the configuration parameter installed each time is all pre-designed in installation kit.This just causes installation kit and mounting strategy close-coupled, in other words, its mounting strategy of the installation kit designed is relatively-stationary, if change mounting strategy, need to redesign installation kit (such as, prepare the browser installation kit etc. of different configuration parameter), this greatly reduces the change efficiency of mounting strategy.
Summary of the invention
In order to solve the defect existing for prior art, embodiment of the present invention provides a kind of software installation method, device, server and system, can reduce the degree of coupling of software installation kit and mounting strategy, improves the change efficiency of mounting strategy.
First aspect, embodiments provides a kind of software installation method, comprising:
Obtained the configuration file of software to be downloaded from server by HTML (Hypertext Markup Language) (Hypertext transfer protocol, http) request, described configuration file is configured with download address and the configuration parameter of described software to be downloaded;
Resolve described configuration file, according to the software installation kit of resolving the described software to be downloaded of download address download obtained;
According to the installation of resolving the configuration parameter that obtains and perform described software installation kit.
Alternatively, in a kind of implementation of the present embodiment, the described configuration file being obtained software to be downloaded by http request from server, being comprised: the http request sending the channel number carrying described software to be downloaded to described server; Receive the described configuration file that described server sends, wherein, described server is selected and described channel number corresponding described configuration file from least one configuration file preserved according to described channel number.
Alternatively, in another implementation of the present embodiment, the described http request sending the channel number carrying described software to be downloaded to described server, comprise: according to the server address of pre-configured described server and the channel number of described software to be downloaded, send described http request to described server.
Alternatively, in an implementation again of the present embodiment, the described installation parameter obtained according to parsing performs the installation of described software installation kit, comprising:
After having downloaded described software installation kit, check the integrality of described software installation kit according to the MD5 (Message-Digest Algorithm5, message digest algorithm 5) in described configuration parameter;
And/or, in the installation process of described software installation kit, command line parameter in described configuration parameter is imported into erection schedule to install to carry out customization, wherein, described command line parameter comprises at least one in following parameter: for control command line parameter that whether described software to be downloaded start after mounting, for control by described software design patterns to be downloaded be whether the default Tool command line parameter, be used for the command line parameter that controls whether to produce desktop icons;
And/or, in the installation process of described software installation kit, determine the Product Language after described software installation to be downloaded according to the language parameter in described configuration parameter.
Second aspect, the embodiment of the present invention provides a kind of software installation device, comprising:
Configuration file acquisition module, for being obtained the configuration file of software to be downloaded from server by http request, described configuration file is configured with download address and the configuration parameter of described software to be downloaded;
Parsing module, for resolving described configuration file;
Download module, downloads the software installation kit of described software to be downloaded for resolving the download address obtained according to described parsing module;
Installation module, for resolving according to described parsing module the installation that the configuration parameter obtained performs described software installation kit.
Alternatively, in a kind of implementation of the present embodiment, described configuration file acquisition module comprises:
Send submodule, for sending the http request of the channel number carrying described software to be downloaded to described server; Receive submodule, for receiving the described configuration file that described server sends, wherein, described server is selected and described channel number corresponding described configuration file from least one configuration file preserved according to described channel number.
Alternatively, in another implementation of the present embodiment, described software installation device is provided with the server address of described server and the channel number of described software to be downloaded in advance; Described transmission submodule sends described http request according to described server address and described channel number to described server.
Alternatively, in an implementation again of the present embodiment, described installation module comprise in following submodule any one or multiple:
Check submodule, after having downloaded described software installation kit at described download module, check the integrality of described software installation kit according to the MD5 in described configuration parameter;
First installs submodule, for in the installation process of described software installation kit, command line parameter in described configuration parameter is imported into erection schedule to install to carry out customization, wherein, described command line parameter comprises at least one in following parameter: for control command line parameter that whether described software to be downloaded start after mounting, for control by described software design patterns to be downloaded be whether the default Tool command line parameter, be used for the command line parameter that controls whether to produce desktop icons;
Second installs submodule, and in the installation process of described software installation kit, the Product Language after determining described software installation to be downloaded according to the language parameter in described configuration parameter is installed to carry out customization.
The third aspect, the embodiment of the present invention provides a kind of server installed for software, described server communicates with software installation device according to http agreement, and, described server comprises memory module, for preserving the configuration file of software to be downloaded, wherein, described configuration file is configured with download address and the configuration parameter of described software to be downloaded.
Alternatively, in a kind of implementation of the present embodiment, described memory module preserves at least one configuration file of described software to be downloaded; Described server also comprises: receiver module, for receiving the http request of the channel carrying described software to be downloaded number that software installation device sends; Select module, for selecting and described channel number corresponding configuration file from described at least one configuration file according to described channel number; Sending module, for sending to described software installation device by the configuration file of described selection model choice.
Fourth aspect, the embodiment of the present invention provides a kind of software installation system, comprising:
According to the software installation device of embodiment of the present invention second aspect or its various implementation, and
According to the server of the embodiment of the present invention third aspect or its various implementation.
Various embodiment of the present invention is adopted to have following beneficial effect:
Then carry out downloading and installation process according to configuration file by obtaining configuration file from server, reduce the degree of coupling of mounting strategy and software installation kit, when needing the mounting strategy changing software installation kit, only need to modify to configuration file or to the corresponding relation of channel number and configuration file at server, simple and convenient, improve and change efficiency.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet of a kind of software installation method according to the embodiment of the present invention;
Fig. 2 is the schematic flow sheet of the another kind of software installation method according to the embodiment of the present invention;
Fig. 3 A is the block schematic diagram of a kind of software installation device according to the embodiment of the present invention;
Fig. 3 B is the block schematic diagram of a kind of configuration file acquisition module of software installation device according to Fig. 3 A;
Fig. 3 C is the block schematic diagram of a kind of installation module of software installation device according to Fig. 3 A;
Fig. 4 A is the block schematic diagram of a kind of server for software installation according to the embodiment of the present invention;
Fig. 4 B is the block schematic diagram of the server installed for software according to the another kind of the embodiment of the present invention;
Fig. 5 is the block schematic diagram of a kind of software installation system according to the embodiment of the present invention.
Embodiment
Be described in detail to various aspects of the present invention below in conjunction with the drawings and specific embodiments.Wherein, well-known module, unit and connection each other, link, communication or operation do not illustrate or do not elaborate.Further, described feature, framework or function can combine by any way in one or more execution modes.It will be appreciated by those skilled in the art that following various execution modes are only for illustrating, but not for limiting the scope of the invention.Can also easy understand, the module in each execution mode described herein and shown in the drawings or unit or step can be undertaken combining and designing by various different configuration.
Fig. 1 is the schematic flow sheet of a kind of software installation method according to the embodiment of the present invention, and with reference to Fig. 1, described method comprises:
100: the configuration file being obtained software to be downloaded by http request from server, described configuration file is configured with download address and the configuration parameter of described software to be downloaded.
In the present embodiment, configuration parameter is configured in configuration file and is directly configured in installation kit unlike prior art, simultaneously, download address is also configured in configuration file, therefore, when needs change mounting strategy, the version of software to be downloaded can be changed by the download address in amendment configuration file, become mounting strategy more specifically by the configuration parameter in amendment configuration file, and need not modify to software installation kit.
102: resolve configuration file, according to the software installation kit of resolving the download address that obtains and download software to be downloaded.
Alternatively, in a kind of implementation of the present embodiment, configuration file is extend markup language (Extensible Markup Language, XML) form, and can certainly be other form, the present invention do concrete restriction to this.
104: according to the installation of resolving the configuration parameter that obtains and perform described software installation kit.
Alternatively, in a kind of implementation of the present embodiment, configuration parameter can comprise in following parameter any one or multiple: the version number of software installation kit, for ID product version; MD5, for the integrity checking of software installation kit; Language parameter, is used to specify the Product Language after installation; Channel number, for identifying installation channel; Command line parameter, installs item (whether start after such as, controlling browser installation, whether be set to default browser, whether produce desktop icons etc.) for importing into control to customize in the installation process of software installation kit.
Adopt the software installation method that the embodiment of the present invention provides, then download and mounting software installation kit according to configuration file by obtaining configuration file from server, reduce the degree of coupling of mounting strategy and software installation kit, when needing the mounting strategy changing software installation kit, only need to modify to configuration file and without the need to modifying to software installation kit at server, simple and convenient, improve and change efficiency.
Fig. 2 is the schematic flow sheet of the another kind of software installation method according to the embodiment of the present invention, and with reference to Fig. 2, described method comprises:
200: the http request sending the channel number carrying software to be downloaded to server.
Channel number is generally used for the installation channel (or channels) identifying software to be downloaded.Such as, in existing actual conditions, the software that user is downloaded by the first website and different channels number may be had by the same software that the second website being different from the first website is downloaded.Channel number is generally made up of the English digital of corresponding format, such as, for representing area, channel title, installing version etc., " GB_Solimba_32_3313 ".
Alternatively, in a kind of implementation of the present embodiment, according to the server address of pre-configured described server and the channel number of described software to be downloaded, send http request to described server.
202: the configuration file that reception server sends, wherein, server is selected and channel number corresponding configuration file from least one configuration file preserved according to channel number.
In the present embodiment, server can preserve at least one configuration file (such as, one, less than two or three) of software to be downloaded, and each configuration file is all corresponding to corresponding channel number.Like this, can be the mounting strategy that the software merit rating downloaded by different channel is different neatly, such as, for the software downloaded by different channel specifies different download version and different customization to install item.
204: resolve described configuration file, according to the software installation kit of resolving the described software to be downloaded of download address download obtained.
206: according to the installation of resolving the configuration parameter that obtains and perform described software installation kit.
Alternatively, in a kind of implementation of the present embodiment, 206 comprise in following process any one or multiple.
After having downloaded software installation kit, check the integrality of software installation kit according to the MD5 in configuration parameter; In the installation process of software installation kit, command line parameter in configuration parameter is imported into erection schedule to install to carry out customization, wherein, described command line parameter comprises at least one in following parameter: for control command line parameter that whether described software to be downloaded start after mounting, for control by described software design patterns to be downloaded be whether the default Tool command line parameter, be used for the command line parameter that controls whether to produce desktop icons; In the installation process of software installation kit, the Product Language after determining software to be downloaded installation according to the language parameter in configuration parameter is installed to carry out customization.
Certainly, above process is only citing, and those skilled in the art can easily expect in configuration file, configure other configuration parameter on the basis of above citing, and carries out customization installation according to these configuration parameters.
Those skilled in the art are to be understood that; although illustrate with channel number in the present embodiment; but obviously; the effect of channel number is the corresponding relation for setting up configuration file and channel number; based on the easy designed, designed of this object and channel number similar identification number, this drops in protection scope of the present invention equally.
Have in the present embodiment with embodiment illustrated in fig. 1 in the identical step of step, for the part or all of explanation of these steps please refer to embodiment illustrated in fig. 1 in explanation, do not repeat herein.
The software installation method that theres is provided of the embodiment of the present invention is provided, except there is beneficial effect embodiment illustrated in fig. 1, also reaches by the corresponding relation at server end amendment configuration file and channel number the object changing mounting strategy, very convenient.
Fig. 3 A is the block schematic diagram of a kind of software installation device according to the embodiment of the present invention, and with reference to Fig. 3 A, software installation device 3 comprises configuration file acquisition module 31, parsing module 32, download module 33 and installation module 34, is described respectively below.
Configuration file acquisition module 31, for being obtained the configuration file of software to be downloaded from server by http request, described configuration file is configured with download address and the configuration parameter of software installation kit software to be downloaded.
In the present embodiment, configuration parameter is configured in configuration file and is directly configured in installation kit unlike prior art, simultaneously, download address is also configured in configuration file, therefore, when needs change mounting strategy, the version of software to be downloaded can be changed by the download address in amendment configuration file, become mounting strategy more specifically by the configuration parameter in amendment configuration file, and need not modify to software installation kit.
Parsing module 32, for resolving described configuration file.
Alternatively, in a kind of implementation of the present embodiment, configuration file is XML format, and can certainly be other form, the present invention do concrete restriction to the form of configuration file, does not also limit the concrete parses policy of resolving configuration file and adopting.
Download module 33, for resolving according to software installation kit parsing module 32 the software installation kit that the download address obtained downloads software to be downloaded.
Installation module 34, for resolving the installation of the configuration parameter executive software installation kit obtained according to parsing module 32.
Alternatively, in a kind of implementation of the present embodiment, configuration parameter can comprise in following parameter any one or multiple: the version number of software installation kit, MD5, language parameter, channel number, command line parameter.
Adopt the software installation device 3 that the embodiment of the present invention provides, then download and mounting software installation kit according to configuration file by obtaining configuration file from server, reduce the degree of coupling of mounting strategy and software installation kit, when needing the mounting strategy changing software installation kit, only need to modify to configuration file and without the need to modifying to software installation kit at server, simple and convenient, improve and change efficiency.
Alternatively, in a kind of implementation of the present embodiment, as shown in Figure 3 B, configuration file acquisition module 31 can comprise transmission submodule 311 and receive submodule 312.Wherein, submodule 311 is sent for sending the http request of the channel number carrying software to be downloaded to server; Receive the configuration file that submodule 312 sends for reception server, wherein, server is selected and described channel number corresponding described configuration file from least one configuration file preserved according to described channel number.Explanation about channel number refers to the explanation in embodiment of the method, repeats no more herein.
In this implementation, software installation device 3 can be provided with the server address of server and the channel number of software to be downloaded in advance, like this, sends submodule and can send described http request according to server address and channel number to server.
In this implementation, the corresponding relation of configuration file and channel number can be revised at server end, thus change mounting strategy.
Alternatively, in a kind of implementation of the present embodiment, as shown in Figure 3 C, installation module 34 can comprise inspection submodule 341, first installation submodule 342 and the second installation submodule 343, or, can comprise in above-mentioned submodule any one or arbitrarily the two.Wherein,
Check submodule 341, after having downloaded software installation kit at download module 33, check the integrality of software installation kit according to the MD5 in configuration parameter.
First installs submodule 342, for in the installation process of software installation kit, command line parameter in configuration parameter is imported into erection schedule to install to carry out customization, wherein, described command line parameter comprises at least one in following parameter: for control command line parameter that whether described software to be downloaded start after mounting, for control by described software design patterns to be downloaded be whether the default Tool command line parameter, be used for the command line parameter that controls whether to produce desktop icons.
Second installs submodule 343, and in the installation process of software installation kit, the Product Language after determining software to be downloaded installation according to the language parameter in configuration parameter is installed to carry out customization.
In Fig. 3 A to Fig. 3 C illustrated embodiment or implementation, for illustrating of processing performed by modules or submodule, refer to the explanation in embodiment of the method, do not repeat herein.
In a kind of embody rule scene of the present invention, realize thought of the present invention by mini installation kit.Specifically, user downloads the mini installation kit of software to be downloaded by any channel, server address and channel number is configured with in this mini installation kit, when user starts mini installation kit (such as, double-click and start, or started by third party software) after, mini installation kit and server communication obtain configuration file, resolve configuration file and according to the software installation kit of resolving the download address that obtains and download respective version, customization installation is carried out according to resolving the configuration parameter obtained, such as, in installation process, eject dialog box and select whether be set to the default Tool to point out user, whether produce desktop icons etc., or, automatically carrying out software design patterns in installation process is the default Tool, automatic generation desktop icons etc.
Fig. 4 A is the block schematic diagram of a kind of server for software installation according to the embodiment of the present invention.In the present embodiment, server 4 communicates with software installation device according to http agreement, so the http request that server 4 can send according to software installation device sends corresponding file to software installation device.
In the present embodiment, as shown in Figure 4 A, server 4 comprises memory module 41, and for preserving the configuration file of software to be downloaded, wherein, described configuration file is configured with download address and the configuration parameter of described software to be downloaded.
Alternatively, in a kind of implementation of the present embodiment, memory module 41 preserves at least one configuration file of software to be downloaded.Wherein, for same software to be downloaded, in the configuration file that they are different, be configured with different download address and/or different configuration parameters.In this implementation, memory module 41 can preserve the channel number of software to be downloaded and the corresponding relation of configuration file, so that determine configuration file according to channel number.
Alternatively, in a kind of implementation of the present embodiment, as shown in Figure 4 B, server 4, except comprising memory module 41, also comprises receiver module 42, selects module 43 and sending module 44.Wherein,
Receiver module 42, for receiving the http request of the channel carrying software to be downloaded number that software installation device sends.Select module 43, for selecting and described channel number corresponding configuration file from least one configuration file that memory module 41 is preserved according to described channel number.Sending module 44, for sending to software installation device by the configuration file selecting module 43 to select.
Adopt the server 4 that the embodiment of the present invention provides, corresponding configuration file can be sent according to the request of software installation device so that the customization that software installation device carries out software is installed, and easily can change mounting strategy by amendment configuration file or amendment channel number with the corresponding relation of configuration file at server 4.
Illustrating of the server 4 provided for the present embodiment and the process performed by modules thereof, refers to the respective description in embodiment of the method, repeats no more herein.
Fig. 5 is the block schematic diagram of a kind of software installation system according to the embodiment of the present invention, with reference to Fig. 5, software installation system comprises software installation device 3 and server 4, explanation about software installation device 3 and server 4 refers to the respective description in Fig. 3 A to Fig. 4 B illustrated embodiment, repeats no more herein.
Through the above description of the embodiments, those skilled in the art can be well understood to the present invention and can realize by the mode of software combined with hardware platform, can certainly all be implemented by hardware.Based on such understanding, what technical scheme of the present invention contributed to background technology can embody with the form of software product in whole or in part, this computer software product can be stored in storage medium, as ROM/RAM, magnetic disc, CD etc., comprising some instructions in order to make a computer equipment (can be personal computer, server, smart mobile phone or the network equipment etc.) perform the method described in some part of each embodiment of the present invention or embodiment.
The term used in specification of the present invention and wording, just to illustrating, are not meaned and are formed restriction.It will be appreciated by those skilled in the art that under the prerequisite of the general principle not departing from disclosed execution mode, can various change be carried out to each details in above-mentioned execution mode.Therefore, scope of the present invention is only determined by claim, and in the claims, except as otherwise noted, all terms should be understood by the most wide in range rational meaning.

Claims (11)

1. a software installation method, is characterized in that, described method comprises:
Obtained the configuration file of software to be downloaded from server by http request, described configuration file is configured with download address and the configuration parameter of described software to be downloaded;
Resolve described configuration file, according to the software installation kit of resolving the described software to be downloaded of download address download obtained;
According to the installation of resolving the configuration parameter that obtains and perform described software installation kit.
2. the method for claim 1, is characterized in that, the described configuration file being obtained software to be downloaded by http request from server, being comprised:
The http request of the channel number carrying described software to be downloaded is sent to described server;
Receive the described configuration file that described server sends, wherein, described server is selected and described channel number corresponding described configuration file from least one configuration file preserved according to described channel number.
3. method as claimed in claim 2, is characterized in that, the described http request sending the channel number carrying described software to be downloaded to described server, comprising:
According to the server address of pre-configured described server and the channel number of described software to be downloaded, send described http request to described server.
4. the method according to any one of claim 1-3, is characterized in that, the described installation parameter obtained according to parsing performs the installation of described software installation kit, comprising:
After having downloaded described software installation kit, check the integrality of described software installation kit according to the MD5 in described configuration parameter;
And/or,
In the installation process of described software installation kit, command line parameter in described configuration parameter is imported into erection schedule to install to carry out customization, wherein, described command line parameter comprises at least one in following parameter: for control command line parameter that whether described software to be downloaded start after mounting, for control by described software design patterns to be downloaded be whether the default Tool command line parameter, be used for the command line parameter that controls whether to produce desktop icons;
And/or,
In the installation process of described software installation kit, the Product Language after determining described software installation to be downloaded according to the language parameter in described configuration parameter is installed to carry out customization.
5. a software installation device, is characterized in that, comprising:
Configuration file acquisition module, for being obtained the configuration file of software to be downloaded from server by http request, described configuration file is configured with download address and the configuration parameter of described software to be downloaded;
Parsing module, for resolving described configuration file;
Download module, downloads the software installation kit of described software to be downloaded for resolving the download address obtained according to described parsing module;
Installation module, for resolving according to described parsing module the installation that the configuration parameter obtained performs described software installation kit.
6. device as claimed in claim 5, it is characterized in that, described configuration file acquisition module comprises:
Send submodule, for sending the http request of the channel number carrying described software to be downloaded to described server;
Receive submodule, for receiving the described configuration file that described server sends, wherein, described server is selected and described channel number corresponding described configuration file from least one configuration file preserved according to described channel number.
7. device as claimed in claim 6, is characterized in that,
Described software installation device is provided with the server address of described server and the channel number of described software to be downloaded in advance;
Described transmission submodule sends described http request according to described server address and described channel number to described server.
8. the device according to any one of claim 5-7, is characterized in that, described installation module comprise in following submodule any one or multiple:
Check submodule, after having downloaded described software installation kit at described download module, check the integrality of described software installation kit according to the MD5 in described configuration parameter;
First installs submodule, for in the installation process of described software installation kit, command line parameter in described configuration parameter is imported into erection schedule to install to carry out customization, wherein, described command line parameter comprises at least one in following parameter: for control command line parameter that whether described software to be downloaded start after mounting, for control by described software design patterns to be downloaded be whether the default Tool command line parameter, be used for the command line parameter that controls whether to produce desktop icons;
Second installs submodule, and in the installation process of described software installation kit, the Product Language after determining described software installation to be downloaded according to the language parameter in described configuration parameter is installed to carry out customization.
9., for the server that software is installed, it is characterized in that, described server communicates with software installation device according to http agreement, and described server comprises:
Memory module, for preserving the configuration file of software to be downloaded, wherein, described configuration file is configured with download address and the configuration parameter of described software to be downloaded.
10. server as claimed in claim 9, is characterized in that,
Described memory module preserves at least one configuration file of described software to be downloaded;
Described server also comprises:
Receiver module, for receiving the http request of the channel carrying described software to be downloaded number that software installation device sends;
Select module, for selecting and described channel number corresponding configuration file from described at least one configuration file according to described channel number;
Sending module, for sending to described software installation device by the configuration file of described selection model choice.
11. 1 kinds of software installation systems, is characterized in that, described system comprises:
Software installation device according to any one of claim 5-8, and
Server as described in claim 9 or 10.
CN201410508562.7A 2014-09-28 2014-09-28 Software installing method and device, server and system Pending CN104320432A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410508562.7A CN104320432A (en) 2014-09-28 2014-09-28 Software installing method and device, server and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410508562.7A CN104320432A (en) 2014-09-28 2014-09-28 Software installing method and device, server and system

Publications (1)

Publication Number Publication Date
CN104320432A true CN104320432A (en) 2015-01-28

Family

ID=52375601

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410508562.7A Pending CN104320432A (en) 2014-09-28 2014-09-28 Software installing method and device, server and system

Country Status (1)

Country Link
CN (1) CN104320432A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105338079A (en) * 2015-10-27 2016-02-17 北京金山安全软件有限公司 Method and device for downloading theme pack
CN105407147A (en) * 2015-10-27 2016-03-16 北京金山安全软件有限公司 Method and device for downloading theme pack
CN105939219A (en) * 2016-04-15 2016-09-14 杭州迪普科技有限公司 Configuration recovery method and device
CN106528248A (en) * 2016-11-30 2017-03-22 惠州Tcl移动通信有限公司 Downloading method and system of mobile terminal based on software integrity
CN106708561A (en) * 2016-11-14 2017-05-24 北京奇虎科技有限公司 Software installation method and device
CN106959968A (en) * 2016-01-12 2017-07-18 广州市动景计算机科技有限公司 Website icon promotion method and device
CN108259410A (en) * 2016-12-28 2018-07-06 航天信息股份有限公司 A kind of method and system of the online installation application based on cloud service
CN108600312A (en) * 2018-03-21 2018-09-28 深圳市奥软网络科技有限公司 A kind of multi-threaded parallel method for down loading based on file block
CN113885965A (en) * 2021-10-19 2022-01-04 统信软件技术有限公司 Integration method of extension program in browser, computing device and storage medium

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060265471A1 (en) * 1999-05-25 2006-11-23 Realnetworks, Inc. System and method for updating information via a network
CN101872309A (en) * 2010-01-15 2010-10-27 腾讯科技(深圳)有限公司 Method, system and client for downloading software installation packages
CN102711092A (en) * 2012-06-18 2012-10-03 吴权林 Dial-up data download method of client software
CN103019708A (en) * 2012-11-30 2013-04-03 北京奇虎科技有限公司 Method and system for releasing software
CN103064666A (en) * 2012-11-30 2013-04-24 北京奇虎科技有限公司 Multi-channel method and system for issuing software
CN103176769A (en) * 2011-12-20 2013-06-26 阿里巴巴集团控股有限公司 Customizable software deployment, installation method and system
CN103186394A (en) * 2011-12-30 2013-07-03 腾讯科技(深圳)有限公司 Method and device for installing software
CN103631587A (en) * 2013-11-15 2014-03-12 北京奇虎科技有限公司 Software installation package customization method and server
CN103631619A (en) * 2013-11-15 2014-03-12 北京奇虎科技有限公司 Software mounting method and terminal
CN103685496A (en) * 2013-12-06 2014-03-26 华为技术有限公司 Transmission method and device of file data

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060265471A1 (en) * 1999-05-25 2006-11-23 Realnetworks, Inc. System and method for updating information via a network
CN101872309A (en) * 2010-01-15 2010-10-27 腾讯科技(深圳)有限公司 Method, system and client for downloading software installation packages
CN103176769A (en) * 2011-12-20 2013-06-26 阿里巴巴集团控股有限公司 Customizable software deployment, installation method and system
CN103186394A (en) * 2011-12-30 2013-07-03 腾讯科技(深圳)有限公司 Method and device for installing software
CN102711092A (en) * 2012-06-18 2012-10-03 吴权林 Dial-up data download method of client software
CN103019708A (en) * 2012-11-30 2013-04-03 北京奇虎科技有限公司 Method and system for releasing software
CN103064666A (en) * 2012-11-30 2013-04-24 北京奇虎科技有限公司 Multi-channel method and system for issuing software
CN103631587A (en) * 2013-11-15 2014-03-12 北京奇虎科技有限公司 Software installation package customization method and server
CN103631619A (en) * 2013-11-15 2014-03-12 北京奇虎科技有限公司 Software mounting method and terminal
CN103685496A (en) * 2013-12-06 2014-03-26 华为技术有限公司 Transmission method and device of file data

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105338079A (en) * 2015-10-27 2016-02-17 北京金山安全软件有限公司 Method and device for downloading theme pack
CN105407147A (en) * 2015-10-27 2016-03-16 北京金山安全软件有限公司 Method and device for downloading theme pack
CN105407147B (en) * 2015-10-27 2018-11-20 北京金山安全软件有限公司 Method and device for downloading theme pack
CN106959968A (en) * 2016-01-12 2017-07-18 广州市动景计算机科技有限公司 Website icon promotion method and device
CN105939219A (en) * 2016-04-15 2016-09-14 杭州迪普科技有限公司 Configuration recovery method and device
CN106708561A (en) * 2016-11-14 2017-05-24 北京奇虎科技有限公司 Software installation method and device
CN106528248A (en) * 2016-11-30 2017-03-22 惠州Tcl移动通信有限公司 Downloading method and system of mobile terminal based on software integrity
CN106528248B (en) * 2016-11-30 2021-06-22 惠州Tcl移动通信有限公司 Downloading method and system of mobile terminal based on software integrity
CN108259410A (en) * 2016-12-28 2018-07-06 航天信息股份有限公司 A kind of method and system of the online installation application based on cloud service
CN108600312A (en) * 2018-03-21 2018-09-28 深圳市奥软网络科技有限公司 A kind of multi-threaded parallel method for down loading based on file block
CN113885965A (en) * 2021-10-19 2022-01-04 统信软件技术有限公司 Integration method of extension program in browser, computing device and storage medium

Similar Documents

Publication Publication Date Title
CN104320432A (en) Software installing method and device, server and system
CN101437044B (en) Method and system for downloading file by point-to-point network technique based on sliced sheet
US8701102B2 (en) Techniques for automatic software provisioning
CN102904959B (en) Network accelerating method and gateway
CN103259936B (en) Operating system upgrade method for mobile terminal and operating system upgrade device of operating system upgrade method
CN101795392A (en) Application data-downloading method, digital television receiving terminal and system
WO2012082397A1 (en) Methods and apparatus for enabling a hybrid web and native application
CN103513998A (en) Method and device for generating upgrade package and method and terminal for upgrading dynamic documents in difference mode
US20140344437A1 (en) Method and system for implementing a transparent proxy of an ios system
CN103259874A (en) Method and system for cross-system operating of application and cloud server
CN103532756A (en) Command line system and command line operation method based on webmaster system
CN107395385A (en) Method for upgrading software and device
CN104866338A (en) Method and device for remotely deploying software
CN105554094A (en) Method and device for data interaction
CN109408090B (en) Upgrading method of equipment software, data converter and readable storage medium
CN103607376A (en) Method and device for compatible protocol
CN101656739A (en) Method, system and equipment for updating assembly
CN102457574A (en) Method and system for intelligent multi-address downloading of installation package
CN104298757A (en) Method and system allowing compatibility with mobile clients and databases different in version
KR20110118000A (en) Apparatus for interoperability between web-browser and local-resources in the mobile device and method thereof
CN107547217A (en) Router traffic collocation method and router
CN109922135A (en) Vehicle mounted guidance vehicle cloud agreement selection method and system
KR101836509B1 (en) Apparatus for software-defined radio terminal and methods for distributing and installing radio applications
CN102137058B (en) A kind of page access method and apparatus based on tab page
EP2768206B1 (en) Download management method and device based on android browser

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20150128