WO2011112467A2 - Virtual software application deployment configurations - Google Patents

Virtual software application deployment configurations Download PDF

Info

Publication number
WO2011112467A2
WO2011112467A2 PCT/US2011/027300 US2011027300W WO2011112467A2 WO 2011112467 A2 WO2011112467 A2 WO 2011112467A2 US 2011027300 W US2011027300 W US 2011027300W WO 2011112467 A2 WO2011112467 A2 WO 2011112467A2
Authority
WO
WIPO (PCT)
Prior art keywords
application
configuration
deployment configuration
deployment
package
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.)
Ceased
Application number
PCT/US2011/027300
Other languages
English (en)
French (fr)
Other versions
WO2011112467A3 (en
Inventor
Neil Jacobson
Jeremy E. Dunker
Eric C. Jewart
John M. Sheehan
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.)
Microsoft Corp
Original Assignee
Microsoft Corp
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 Microsoft Corp filed Critical Microsoft Corp
Priority to CN201180012985.4A priority Critical patent/CN102792268B/zh
Priority to JP2012557138A priority patent/JP5726214B2/ja
Priority to EP11753847.0A priority patent/EP2545445B1/en
Publication of WO2011112467A2 publication Critical patent/WO2011112467A2/en
Publication of WO2011112467A3 publication Critical patent/WO2011112467A3/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Definitions

  • Virtual applications can be implemented in a series of operations. Initially, an application can be packaged in a packaging environment to generate a virtual application package. Packaging is the process of taking the application and defining its data (such as files and registry entries) and metadata (configuration items such as items in *.ini files and registry settings), so that the package can include the application data and metadata to run in a target environment without actually being installed as a native application.
  • data such as files and registry entries
  • metadata configuration items such as items in *.ini files and registry settings
  • a package can be deployed to a target environment to instantiate a virtual application instance.
  • the virtual application instance can run in a capsule, which includes the application as well as virtual resources to run the application.
  • a capsule is referred to herein as a "sandbox".
  • a package includes the information (files, metadata, etc.) that is taken from the packaging of the application, and the package can be deployed to instantiate the application.
  • the package may be split into multiple parts, and some parts may be transmitted in different ways and/or at different times.
  • the tools and techniques described and claimed herein can allow a virtual application package and a deployment configuration to be deployed to instantiate a specific instance of an application.
  • the deployment configuration can include one or more configuration items, such as items that are discovered when packaging the application.
  • the deployment configuration may be included with or separate from the virtual application package, and the deployment configuration may be edited after the application is packaged.
  • the deployment configuration can be applied in the instantiated virtual application. For example, the deployment configuration may be applied to configure the application while deploying the application and/or after the application has been deployed.
  • the tools and techniques can include automatically discovering configuration items for a software application, and packaging the application to form a virtual application package.
  • the virtual application package can be deployed to instantiate the application.
  • a deployment configuration can be applied in the instantiated application, where the deployment configuration includes settings for the configuration items.
  • a software application can be packaged to form a virtual application package.
  • a deployment configuration for the application can be set after packaging the application. Setting a deployment configuration includes confirming and/or changing the configuration. For example, one or more default settings for configuration items in the deployment configuration can be confirmed automatically or in response to specific user input. As another example, one or more settings for configuration items can be added or modified, such as adding or modifying automatically or in response to specific user input.
  • the virtual application package can also be deployed to instantiate the application, and the deployment configuration can be applied in the instantiated application.
  • the deployment configuration can be applied in the instantiated application.
  • settings of configuration items in the deployment configuration may be applied in the application while the application package is being deployed (e.g., by interleaving deployment and configuration operations), and/or after the application package has been deployed.
  • configuration items for a software application can be discovered.
  • the application can be packaged to form a virtual application package.
  • the configuration items can be presented with a user interface device.
  • a selected configuration item can be changed in response to user input indicating the change.
  • the virtual application package can be deployed to instantiate the application, and the configuration items can be applied to the instantiated application.
  • FIG. 1 is a block diagram of a suitable computing environment in which one or more of the described embodiments may be implemented.
  • FIG. 2 is a block diagram of a virtual application deployment configuration computing environment.
  • FIG. 3 is a flowchart of a virtual application deployment configuration technique.
  • Fig. 4 is a flowchart of another virtual application deployment configuration technique.
  • FIG. 5 is a flowchart of yet another virtual application deployment configuration technique.
  • Embodiments described herein are directed to techniques and tools for improved packaging, deployment, and/or instantiation of virtual applications. Such improvements may result from the use of various techniques and tools separately or in combination.
  • Such techniques and tools may include allowing a virtual application package and a deployment configuration to be deployed to instantiate a specific instance of an application in a target environment. For example one or more configuration items for a software application may be automatically discovered.
  • a deployment configuration that includes the items can be set after an application is packaged as a virtual application package.
  • the configuration item(s) may be presented to a user with a user interface device (e.g., by displaying representations of the configuration item(s) on a computer display) after packaging the application.
  • the configuration item(s) may be changed in response to user input indicating the change to be made.
  • the package can be deployed to instantiate an instance of the application, and the deployment configuration can be applied in the application instance.
  • a packaging engineer user conducting packaging
  • the packager computing component that performs packaging
  • some configuration items may be tied to a particular machine, user or application instance.
  • a user acceptance testing organization may have the application connect to a database named "sql qa”. However, when the application is run in its intended production target environment, the application may connect to a database named "sql_production”.
  • an administrator user conducting deployment
  • a single package can be deployed to instantiate different instances with different machines and/or users. This may be done without having to modify the package itself (except possibly modifying the configuration items if they are included in the package) and without having to repackage the application. For example, this may be beneficial because one general package can be packaged and tested, but this tested general package can be deployed to a number of different instances with different deployment configuration settings. If items in the package other than the deployment configuration were modified for each deployment or if the application were entirely repackaged, the original testing may not be valid.
  • Fig. 1 illustrates a generalized example of a suitable computing environment (100) in which one or more of the described embodiments may be implemented.
  • one or more such computing environments can be used as a packaging environment, deployment environment, and/or target environment.
  • various different general purpose or special purpose computing system configurations can be used. Examples of well-known computing system configurations that may be suitable for use with the tools and techniques described herein include, but are not limited to, server farms and server clusters, personal computers, server computers, hand-held or laptop devices, multiprocessor systems, microprocessor-based systems, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
  • the computing environment (100) is not intended to suggest any limitation as to scope of use or functionality of the invention, as the present invention may be
  • the computing environment (100) includes at least one processing unit (110) and memory (120).
  • the processing unit (110) executes computer-executable instructions and may be a real or a virtual processor. In a multi-processing system, multiple processing units execute computer-executable instructions to increase processing power.
  • the memory (120) may be volatile memory (e.g., registers, cache, RAM), non- volatile memory (e.g., ROM, EEPROM, flash memory), or some combination of the two.
  • the memory (120) stores software (180) implementing virtual software application deployment configurations.
  • FIG. 1 Although the various blocks of Fig. 1 are shown with lines for the sake of clarity, in reality, delineating various components is not so clear and, metaphorically, the lines of Fig. 1 and the other figures discussed below would more accurately be grey and blurred. For example, one may consider a presentation component such as a display device to be an I/O component. Also, processors have memory. The inventors hereof recognize that such is the nature of the art and reiterate that the diagram of Fig. 1 is merely illustrative of an exemplary computing device that can be used in connection with one or more
  • a computing environment (100) may have additional features.
  • the computing environment (100) includes storage (140), one or more input devices (150), one or more output devices (160), and one or more communication connections (170).
  • An interconnection mechanism such as a bus, controller, or network interconnects the components of the computing environment (100).
  • operating system software provides an operating environment for other software executing in the computing environment (100), and coordinates activities of the components of the computing environment (100).
  • the storage (140) may be removable or non-removable, and may include non- transitory computer-readable storage media such as magnetic disks, magnetic tapes or cassettes, CD-ROMs, CD-RWs, DVDs, or any other medium which can be used to store information and which can be accessed within the computing environment (100).
  • the storage (140) stores instructions for the software (180).
  • the input device(s) (150) may be a touch input device such as a keyboard, mouse, pen, or trackball; a voice input device; a scanning device; a network adapter; a CD/DVD reader; or another device that provides input to the computing environment (100).
  • the output device(s) (160) may be a display, printer, speaker, CD/DVD-writer, network adapter, or another device that provides output from the computing environment (100).
  • the communication connection(s) (170) enable communication over a communication medium to another computing entity.
  • the computing environment (100) may operate in a networked environment using logical connections to one or more remote computing devices, such as a personal computer, a server, a router, a network PC, a peer device or another common network node.
  • the communication medium conveys information such as data or computer-executable instructions or requests in a modulated data signal.
  • a modulated data signal is a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal.
  • communication media include wired or wireless techniques implemented with an electrical, optical, RF, infrared, acoustic, or other carrier.
  • Computer-readable media are any available media that can be accessed within a computing environment.
  • Computer-readable media include memory (120), storage (140), and combinations of the above.
  • program modules include routines, programs, libraries, objects, classes, components, data structures, etc. that perform particular tasks or implement particular abstract data types.
  • the functionality of the program modules may be combined or split between program modules as desired in various embodiments.
  • Computer-executable instructions for program modules may be executed within a local or distributed computing environment. In a distributed computing environment, program modules may be located in both local and remote computer storage media.
  • FIG. 2 is a block diagram of a virtual software application deployment
  • the computing environment (200) can include a packaging environment (210).
  • a nonvirtual application (212) can be packaged by a packager (214) into a virtual application package (220).
  • the packager (214) may be a packager from application virtualization software such as Microsoft's Application Virtualization (App-V) software.
  • App-V Application Virtualization
  • the packager (214) can also identify in the nonvirtual application (212) one or more configurations to be included in a deployment configuration (230) as configuration items (232).
  • the identification may be done automatically (i.e., the searching and identification may be automatic, although this automatic identification may be prompted by user input requesting that the configuration items be automatically identified).
  • the packager (214) may suggest whether one or more of the configuration items (232) are to be mandatory configuration items that have to be set in response to user input at deployment time, or optional configuration items that may or may not be set in response to user input at deployment time.
  • the deployment configuration (230) may be in the form of a separate file, such as an XML file with configuration items indexed by location (e.g., file or registry location). Alternatively, the deployment configuration (230) may be in some other form, such as in multiple files and/or attributes in one or more files that also include other application data and/or metadata.
  • the configuration items (232) may also be presented to a user on a user interface device, such as one of the output device(s) (160) discussed above with reference to Fig. 1.
  • the user may provide user input to edit one or more of the configuration items (232) in the deployment configuration (230), and the configuration items (232) can be edited in response to the user input.
  • a user may provide user input requesting that one of the items (232) be deleted from the deployment configuration (230); that a name or label for one of the items (232) be changed; that a mandatory item (232) be changed to an optional item (232); that an optional item (232) be changed to a mandatory item (232); that a default setting for an item (232) be added, changed or deleted; or that some other change to one or more of the items (232) be made.
  • a configuration item may be a database connection string.
  • the packager (214) may delegate automatic identification of database-related items to a database subsystem of the packager (214).
  • the database subsystem may search for database-related items.
  • the database subsystem may monitor API (application programming interface) calls when the nonvirtual application (212) is being installed, and extract particular strings from those calls.
  • the database subsystem can then produce configuration items or search for items related to those extracted strings in the application state, such as in application files (e.g., *.ini and xml files) and registry entries.
  • the database subsystem can identify the string as a configuration item (232). The subsystem may also make other determinations related to the configuration item (232), such as whether the item (232) is mandatory or optional, what the name of the item is, and what, if any, default setting is to be included for the configuration item (232).
  • Similar entries could be used for other items such as xml and *.ini elements.
  • the packager (214) may store the file path and an XPath expression to identify the location, allowing differentiation between elements with the same name.
  • a configuration item (232) may be an account name for NT services, and a subsystem of the packager (214) that deals with NT services could identify the account name.
  • the account name may be listed in the deployment configuration (230) by an identifier, which an NT services component will recognize when instantiating the application.
  • the account name may be set by an API call.
  • configuration items (232) may include user accounts and passwords that are managed by Microsoft's Internet Information Services (US).
  • An IIS subsystem of the packager (214) can recognize user accounts and passwords managed by IIS, and the packager (214) can include configuration items for the accounts and passwords in the deployment configuration (230), listed by appropriate identifiers.
  • the package (220), which can include the deployment configuration (230), can be sent to a deployment environment (240).
  • the deployment configurations (230) can be presented to a user, and the deployment configurations can be set (such as by confirming default settings, editing the settings, etc.).
  • the settings may have to be confirmed and/or edited in response to user input before deployment of the package (220) will be allowed to proceed.
  • the deployment configuration (230) may be included in a file (e.g., an xml file), and the file can be opened and displayed as a document to be edited.
  • a graphical representation of the deployment configuration can be presented (e.g., the configuration items (232) can be presented in one or more dialogs).
  • User input can be received (e.g., from an administrator conducting deployment of the package (220)), and in response to the user input, an editing component (242) can edit the configuration items (232) in the deployment configuration (230), as indicated by the user input.
  • a deployment component (244) can take the package and deploy it to a target environment (260).
  • the deployment component (244) and the editing component (242) may both be part of the same software product or part of different software products.
  • the editing component (242) and a component for presenting the deployment configuration on a user interface device may be part of a data center manager software product, while the deployment component (244) may be part of an application virtualization software product.
  • the editing component (242) can be a simple editor such as a generic XML editor, which can be used to directly view and edit the deployment configuration file.
  • the package (220) can be deployed to the target environment (260) to be instantiated.
  • the instantiation in the target environment (260) can be conducted by a virtual application host (262), which can be a client component of application virtualization software that also includes the editing component (242) and the packager (214).
  • the application can be instantiated as a virtual application instance (264) in a sandbox (266) in the target environment (260).
  • the configuration items (232) in the deployment configuration (230) can be applied in the virtual application instance (264) (i.e., the instantiated application).
  • the entire application may be deployed and then configured as the virtual application instance (264).
  • the deployment of the package (220) and the configuration of the virtual application instance (264) can be interleaved, with a portion of the package (220) being deployed and configured, followed by another portion of the package (220) being deployed and configured, etc. This interleaved deployment and configuration can continue until the entire application is instantiated as the virtual application instance (264).
  • Applying the deployment configuration (230) may be done in various ways, such as overwriting metadata and/or making API calls to configure the application instance (264). This configuring may be done in the deployment environment (240) and/or in the target environment (260). As another example, the virtual application can be left in an unconfigured state in storage.
  • the deployment configuration information can be merged with the application information at runtime. For example, when an application opens an *.ini file, the *.ini file can be read from storage and merged with deployment
  • API calls can be hooked and the behavior of the API calls can be changed to return the values from the deployment configuration (230) at runtime.
  • registry API's can be hooked to detect when the virtual process for the virtual application instance (264) is reading a registry value that has been overridden by a deployment configuration item (232). When that occurs, the value from the deployment configuration item (232) can be returned instead of the value in the registry.
  • the identification, editing, and/or application of the deployment configuration (230) could be done in environments that differ from the computing environment (200) discussed above.
  • the virtual application package (220) could be deployed directly from the packaging environment (210) to the target environment (260).
  • packaging, deployment, instantiation, and execution of the virtual application may all be done in the same environment.
  • each technique may be performed in a computer system that includes at least one processor and a memory including instructions stored thereon that when executed by the at least one processor cause the at least one processor to perform the technique (a memory stores instructions (e.g., object code), and when the processor(s) execute(s) those instructions, the processor(s) perform(s) the technique).
  • a memory stores instructions (e.g., object code), and when the processor(s) execute(s) those instructions, the processor(s) perform(s) the technique).
  • one or more computer-readable storage media may have computer-executable instructions embodied thereon that, when executed by at least one processor, cause the at least one processor to perform the technique.
  • the technique can include automatically discovering (310) one or more configuration items for a software application.
  • the configuration item(s) may be presented (312) with a user interface device.
  • User input may be received (314), and in response to receiving (314) the user input, one of the configuration item(s) can be edited (316).
  • this changing or editing (316) of the configuration may include deleting the configuration item, modifying a name or label associated with the
  • the application can be packaged (320) to form a virtual application package.
  • the configuration item(s) may again be presented (322) with a user interface device. Also after packaging (320), user input can be received (324), and one or more configuration item settings can be edited (326). Other features of the configuration item(s) may also be edited at that time. Accordingly, the presentation of configuration item(s), receipt of user input, and responsive editing may be done before packaging (320) is complete (e.g., at packaging time) and/or after packaging (320) (e.g., at deployment time) is complete. In addition, the package may be deployed (330) to instantiate the application. A deployment configuration, which can include one or more settings for the configuration item(s), can be applied (340) in the instantiated application.
  • the technique can also include applying a second deployment configuration in the instantiated application to change setting(s) for the configuration item(s). Applying the second deployment configuration can be done after the instantiated application has been configured with the original deployment configuration. This other deployment configuration can be different from the first deployment configuration, so that the instantiated application can be reconfigured by applying the second deployment configuration.
  • technique can also include discovering one or more
  • configuration items for the software application in response to user input that identifies the item(s), and the deployment configuration can further include one or more settings for these manually-discovered configuration item(s).
  • the same package may be deployed to instantiate the application multiple times, with different deployment configuration settings being applied to in different instances of the application.
  • the application may be deployed to be instantiated in multiple target environments with different deployment configuration settings for target environments that are configured differently.
  • deploying (330) the virtual application package to instantiate the application can include deploying the virtual application package to instantiate the application as a first instance of the application, and applying (340) the deployment configuration can include applying the deployment configuration in the first instance of the application.
  • the technique can further include deploying (330) the virtual application package to instantiate the application as a second instance of the application, and applying (340) the deployment configuration in the second instance of the application.
  • applying (340) the deployment configuration in the first instance of the application and applying (340) the deployment configuration in the second instance of the application can include applying different settings for at least one of the configuration item(s) in the first and second instances of the application.
  • the technique can include discovering (410) one or more configuration items for a deployment configuration, and packaging (420) a software application to form a virtual application package.
  • the discovering (410) can be performed before completing the packaging (420). For example, the discovering (410) may be performed during packaging (420) and/or prior to packaging (420). However, discovering (410) may be performed after packaging (420) is completed, such as by using a tool that scans a package to identify and/or produce a deployment configuration document.
  • the technique can also include setting (430) a deployment configuration for the virtual application package after packaging (420).
  • Setting (430) the deployment configuration can include editing one or more configuration items in the deployment configuration (e.g., by editing setting(s) for the configuration item(s)) and/or confirming existing configuration item(s) in the deployment configuration.
  • setting (430) the deployment configuration can be done in response to receiving user input.
  • At least one of the configuration item(s) may be marked as optional or mandatory.
  • Setting (430) the deployment configuration can include determining for each of the configuration item(s) whether the item is marked as mandatory, and if so then requiring user input for that item before deploying the virtual application package. For example, such user input may confirm an existing default setting, modify an existing default setting, or enter a setting where there is no default setting.
  • the virtual application package can be deployed (440) to instantiate the application, and the deployment configuration can be applied (450) in the instantiated application.
  • the package may be deployed multiple times, possibly with different deployment configurations for different deployments.
  • the deployment configuration can be a first deployment configuration.
  • Deploying (440) the virtual application package to instantiate the application can include deploying the virtual application package to instantiate the application in a first instance of the application.
  • applying (450) the deployment configuration in the instantiated application can include applying the first deployment configuration in the first instance of the application.
  • the technique can further include setting a second deployment configuration for the virtual application package after packaging the software application, deploying the virtual application package to instantiate the application in a second instance of the application; and applying the second deployment configuration in the second instance of the application.
  • the first instance of the application can be on a first machine with a first machine configuration and the second instance of the application can be on a second machine with a second machine configuration.
  • the first and second instances of the application could be on the same machine, or on different machines that both have the same configuration.
  • the technique can include discovering (510) one or more configuration items for a software application. Some or all of the discovering (510) can be done automatically.
  • the configuration item(s) can be presented (520) on a user interface device and at least one of the configuration item(s) can be changed (530).
  • the changing (530) can be done in response to receiving user input indicating a change.
  • the application can be packaged (540) to form a virtual application package, but the presentation (520) and changing (530) can be done before packaging (540) is complete. Additionally, the configuration item(s) can be presented (550) with a user interface device after packaging (540) the application. In response to user input indicating a change to a selected configuration item of the configuration item(s), the selected configuration item can be changed (560).
  • the virtual application package can be deployed (570) to instantiate the application, and the configuration item(s) can be applied (580) in the instantiated application.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
PCT/US2011/027300 2010-03-08 2011-03-04 Virtual software application deployment configurations Ceased WO2011112467A2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN201180012985.4A CN102792268B (zh) 2010-03-08 2011-03-04 用于部署虚拟软件应用部署配置的方法
JP2012557138A JP5726214B2 (ja) 2010-03-08 2011-03-04 バーチャルソフトウェアアプリケーションデプロイメント構成
EP11753847.0A EP2545445B1 (en) 2010-03-08 2011-03-04 Virtual software application deployment configurations

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US12/719,008 US8826268B2 (en) 2010-03-08 2010-03-08 Virtual software application deployment configurations
US12/719,008 2010-03-08

Publications (2)

Publication Number Publication Date
WO2011112467A2 true WO2011112467A2 (en) 2011-09-15
WO2011112467A3 WO2011112467A3 (en) 2011-12-29

Family

ID=44532264

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2011/027300 Ceased WO2011112467A2 (en) 2010-03-08 2011-03-04 Virtual software application deployment configurations

Country Status (5)

Country Link
US (4) US8826268B2 (OSRAM)
EP (1) EP2545445B1 (OSRAM)
JP (1) JP5726214B2 (OSRAM)
CN (1) CN102792268B (OSRAM)
WO (1) WO2011112467A2 (OSRAM)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2629588A1 (de) 2012-02-14 2013-08-21 Trialed UK Ltd Starterersatzmittel umfassend einen Kondensator, für eine Leuchtstofflampenfassung
EP2898411A4 (en) * 2012-09-21 2016-04-20 Hewlett Packard Development Co MONITOR USED WITH CONTINUOUS DEPLOYMENT

Families Citing this family (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8612516B2 (en) 2011-11-28 2013-12-17 Wyse Technology Inc. Deployment of a driver or an application on a client device having a write-filter
US20130139139A1 (en) * 2011-11-28 2013-05-30 Wyse Technology Inc. Automatic updating of an application or a driver on a client device using a deployment configuration file
US8606892B2 (en) * 2011-11-28 2013-12-10 Wyse Technology Inc. Deployment and updating of applications and drivers on a client device using an extensible markup language (XML) configuration file
US9003231B1 (en) * 2012-04-16 2015-04-07 Google Inc. System for instantiating service instances for testing in a known state
US10169000B2 (en) * 2012-05-30 2019-01-01 Red Hat Israel, Ltd. Provisioning composite applications using secure parameter access
CN103067225B (zh) * 2013-01-05 2017-10-20 上海斐讯数据通信技术有限公司 一种测试系统
GB2528490A (en) 2014-07-24 2016-01-27 Ibm Identifying unmatched registry entries
US11507663B2 (en) 2014-08-11 2022-11-22 Sentinel Labs Israel Ltd. Method of remediating operations performed by a program and system thereof
US9710648B2 (en) 2014-08-11 2017-07-18 Sentinel Labs Israel Ltd. Method of malware detection and system thereof
US9588749B2 (en) * 2014-10-14 2017-03-07 Microsoft Technology Licensing, Llc Configuration transform for application deployment
CN105204892B (zh) * 2015-08-26 2018-10-12 上海斐讯数据通信技术有限公司 war包配置修改系统及方法
US20170372247A1 (en) * 2016-06-24 2017-12-28 Intuit Inc. Methods, systems, and articles of manufacture for implementing software application development and releases
US10671510B1 (en) * 2016-06-24 2020-06-02 Intuit, Inc. Techniques for evaluating collected build metrics during a software build process
US11616812B2 (en) 2016-12-19 2023-03-28 Attivo Networks Inc. Deceiving attackers accessing active directory data
US11695800B2 (en) 2016-12-19 2023-07-04 SentinelOne, Inc. Deceiving attackers accessing network data
US10809989B2 (en) * 2017-05-05 2020-10-20 Servicenow, Inc. Service release tool
EP3643040A4 (en) 2017-08-08 2021-06-09 SentinelOne, Inc. Methods, systems, and devices for dynamically modeling and grouping endpoints for edge networking
US10656927B2 (en) 2017-10-27 2020-05-19 Intuit Inc. Methods, systems, and computer program products for automating releases and deployment of a softawre application along the pipeline in continuous release and deployment of software application delivery models
US10360012B2 (en) 2017-11-09 2019-07-23 International Business Machines Corporation Dynamic selection of deployment configurations of software applications
US11470115B2 (en) 2018-02-09 2022-10-11 Attivo Networks, Inc. Implementing decoys in a network environment
US10855537B2 (en) * 2018-04-24 2020-12-01 Vmware, Inc. Methods and apparatus for template driven infrastructure in virtualized server systems
JP7278423B2 (ja) 2019-05-20 2023-05-19 センチネル ラブス イスラエル リミテッド 実行可能コード検出、自動特徴抽出及び位置独立コード検出のためのシステム及び方法
CN110569187B (zh) * 2019-08-14 2022-08-09 厦门亿联网络技术股份有限公司 一种多平台系统应用的自动化测试方法、装置及设备
JP7231518B2 (ja) * 2019-08-30 2023-03-01 株式会社日立製作所 パッケージ化支援システムおよびパッケージ化支援方法
EP3945439A1 (de) * 2020-07-27 2022-02-02 Siemens Aktiengesellschaft Erweiterte integritätsüberwachung eines containerabbildes
US11579857B2 (en) 2020-12-16 2023-02-14 Sentinel Labs Israel Ltd. Systems, methods and devices for device fingerprinting and automatic deployment of software in a computing network using a peer-to-peer approach
FR3125187A1 (fr) * 2021-07-08 2023-01-13 Orange Procédé et dispositif de configuration d’une unité d’accès dans un environnement virtualisé
US11899782B1 (en) 2021-07-13 2024-02-13 SentinelOne, Inc. Preserving DLL hooks
US11677810B2 (en) 2021-07-23 2023-06-13 International Business Machines Corporation Configuration tool for deploying an application on a server
WO2023149968A1 (en) * 2022-02-03 2023-08-10 Analytics Hq, Llc Asynchronous distributed data transfer system
US12452273B2 (en) 2022-03-30 2025-10-21 SentinelOne, Inc Systems, methods, and devices for preventing credential passing attacks
WO2024152041A1 (en) 2023-01-13 2024-07-18 SentinelOne, Inc. Classifying cybersecurity threats using machine learning on non-euclidean data
US20250077241A1 (en) * 2023-09-06 2025-03-06 Dell Products L.P. Generating executable tasks from non-executable text files

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090133013A1 (en) 2007-11-16 2009-05-21 Microsoft Corporation Creating Virtual Applications
US20100023934A1 (en) 2008-07-28 2010-01-28 Microsoft Corporation Computer Application Packages with Customizations

Family Cites Families (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020049615A1 (en) * 2000-10-25 2002-04-25 Huber Janet B. Automated disease management system
US7228537B2 (en) * 2001-09-06 2007-06-05 International Business Machines Corporation System and method for configuring an application
US20040148370A1 (en) * 2003-01-23 2004-07-29 Electronic Data Systems Corporation System and method for composing, configuring, deploying, and managing services using a graphical user interface
US20050080811A1 (en) * 2003-10-10 2005-04-14 Cendura Corporation Configuration management architecture
US7774774B1 (en) * 2003-10-22 2010-08-10 Apple Inc. Software setup system
US20050138068A1 (en) * 2003-12-17 2005-06-23 Greg Wilbur Configuration editing
US20060245354A1 (en) * 2005-04-28 2006-11-02 International Business Machines Corporation Method and apparatus for deploying and instantiating multiple instances of applications in automated data centers using application deployment template
US20060253848A1 (en) * 2005-05-05 2006-11-09 International Business Machines Corporation Method and apparatus for solutions deployment in a heterogeneous systems management environment
WO2007064849A1 (en) * 2005-12-01 2007-06-07 Cassatt Corporation Automated deployment and configuration of applications in an autonomically controlled distributed computing system
US20070271552A1 (en) * 2006-05-19 2007-11-22 Pulley Robert A System and method for packaging software
US20080127162A1 (en) 2006-11-29 2008-05-29 Sap Ag Method and apparatus for configuring application software
US20090037879A1 (en) * 2007-07-31 2009-02-05 Arun Kwangil Iyengar Method and system for integrating model-based and search-based automatic software configuration
US8667482B2 (en) * 2007-08-10 2014-03-04 Microsoft Corporation Automated application modeling for application virtualization
US8490120B2 (en) * 2007-09-12 2013-07-16 Oracle International Corporation System and method for the service configuration of application server environments
US8495622B2 (en) * 2007-11-07 2013-07-23 International Business Machines Corporation Micro installation process for software packaging and distribution
US8584119B2 (en) * 2008-06-24 2013-11-12 International Business Machines Corporation Multi-scenerio software deployment
US20100042988A1 (en) * 2008-08-14 2010-02-18 Microsoft Corporation Installation Management using Virtual Machines
US20100058319A1 (en) * 2008-08-28 2010-03-04 Hitachi, Ltd. Agile deployment of server
US20110219365A1 (en) * 2010-03-05 2011-09-08 Microsoft Corporation High and low value application state

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090133013A1 (en) 2007-11-16 2009-05-21 Microsoft Corporation Creating Virtual Applications
US20100023934A1 (en) 2008-07-28 2010-01-28 Microsoft Corporation Computer Application Packages with Customizations

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2545445A4

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2629588A1 (de) 2012-02-14 2013-08-21 Trialed UK Ltd Starterersatzmittel umfassend einen Kondensator, für eine Leuchtstofflampenfassung
EP2898411A4 (en) * 2012-09-21 2016-04-20 Hewlett Packard Development Co MONITOR USED WITH CONTINUOUS DEPLOYMENT
US9703687B2 (en) 2012-09-21 2017-07-11 Hewlett Packard Enterprise Development Lp Monitor usable with continuous deployment

Also Published As

Publication number Publication date
WO2011112467A3 (en) 2011-12-29
CN102792268A (zh) 2012-11-21
US20190354355A1 (en) 2019-11-21
CN102792268B (zh) 2015-12-02
US8826268B2 (en) 2014-09-02
US10318263B2 (en) 2019-06-11
EP2545445B1 (en) 2018-04-25
US20110219146A1 (en) 2011-09-08
JP5726214B2 (ja) 2015-05-27
EP2545445A4 (en) 2014-03-26
US20140337828A1 (en) 2014-11-13
EP2545445A2 (en) 2013-01-16
US20150370550A1 (en) 2015-12-24
JP2013522727A (ja) 2013-06-13
US9152403B2 (en) 2015-10-06

Similar Documents

Publication Publication Date Title
US10318263B2 (en) Virtual software application deployment configurations
Freeman Pro Asp. net core MVC
US9244709B2 (en) Automatic recognition of web application
CN103778178B (zh) 用于重新配置虚拟机的快照的方法和系统
US11010283B2 (en) Mock-based unit test(s) for an end-to-end test of a code snippet
US8839107B2 (en) Context based script generation
US8312113B2 (en) Managing shell configurations to dynamically control user computing environments
US7996816B2 (en) Method and apparatus for dynamically binding service component implementations for specific unit test cases
US20170060557A1 (en) Orchestrating the lifecycle of multiple-target applications
US8856740B2 (en) Implementing multiple versions of a plug-in concurrently
WO2018036342A1 (zh) 基于csar的模型文件的可视化设计方法及装置
US20160124795A1 (en) Evaluation method and apparatus
US10409567B2 (en) Trimming unused dependencies using package graph and module graph
US20120030612A1 (en) Dynamic property attributes
US20240193032A1 (en) Performing ci/cd error analysis involving software products that are dependent upon each other
US9116777B1 (en) In-flight process instance migration between business process execution language (BPEL) suites
US10990507B2 (en) System and method for provisioning a virtual machine test environment
US20110219365A1 (en) High and low value application state
US10114617B2 (en) Rapid visualization rendering package for statistical programming language
JP2009087353A (ja) 公開異種分散型アプリケーションから非公開同種非分散型アプリケーションを生成するシステム及び方法
US20070006121A1 (en) Development activity recipe
CN113761857B (zh) 一种基于表单设计器的表单处理方法及设备
KR101038877B1 (ko) 테스트 절차 생성 시스템, 그 컴퓨터 구현 방법 및 컴퓨터 판독가능 기록 매체
CN119690417A (zh) 页面中业务组件的渲染方法及装置、业务组件

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201180012985.4

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11753847

Country of ref document: EP

Kind code of ref document: A2

WWE Wipo information: entry into national phase

Ref document number: 2012557138

Country of ref document: JP

Ref document number: 2011753847

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: DE