systems and techniques to verify software installation. In general, in one implementation, the technique includes: creating data that represents a new expectation for an installation result, for one or more resources associated with a software installer, the new expectation being a transition from an expectation of volatility to an expectation of stability for future software installs. A comparison of a current software installation with a previous software installation can be generated, and based on the comparison, resources that change in their installation result from the previous software installation to the current software installation, despite an expectation of stability for the resources, can be identified, and resources that have not changed in their installation result from the previous software installation to the current software installation, despite an expectation that the unchanged resources should change from the previous software installation to the current software installation, can also be identified.
|
1. A machine-implemented method comprising:
obtaining an install comparison of a current software installation to a target computer and an install comparison of a previous software installation to the same target computer in a series of two or more software installations during a software product development;
generating a software trend comparison of the current software installation install comparison with the previous software installation install comparison;
obtaining expected installation results for a resource including attributes including a dynamic attribute and a static attribute, the dynamic attribute is an attribute that should have changed between the previous software installation and the current software installation, the static attribute is an attribute that should remain unchanged between the previous software installation and the current software installation;
comparing the expected installation results with the software trend comparison to identify whether the dynamic attribute was not changed in the current software installation and whether the static attribute was changed in the current software installation; and
presenting potential problems with the current software installation, based on results of the comparing the expected installation results with the software trend comparison, to facilitate verification of an installer for the software product development.
13. A system comprising:
a build controller;
an install controller comprising a database including a baseline recording expectations of a dynamic attribute and a static attribute for one or more resources associated with a software installer, the dynamic attribute is an attribute that should have changed between a previous software installation and a current software installation, the static attribute is an attribute that should remain unchanged between the previous software installation and the current software installation; and
one or more install slave machines;
wherein the build controller automatically triggers the install controller to initiate installer tests as part of a software build process, and the install controller automatically dispatches installation to the one or more install slave machines and collects test results to be presented in a report comprising a baseline-update interface;
wherein the test results comprise a potential problem with the current software installation identified based on a comparison of the expectations with a software trend comparison that compares an install comparison of the current software installation with an install comparison of the previous software installation in a series of two or more software installations during a software product development to identify whether the dynamic attribute was not changed in the current software installation and whether the static attribute was changed in the current software installation.
18. A system comprising:
a user interface device; and
one or more computers operable to interact with the user interface device and to perform operations comprising:
obtaining an install comparison of a current software installation to a target computer and an install comparison of a previous software installation to the same target computer in a series of two or more software installations during a software product development;
generating a software trend comparison of the current software installation install comparison with the previous software installation install comparison;
obtaining expected installation results for a resource including attributes including a dynamic attribute and a static attribute, the dynamic attribute is an attribute that should have changed between the previous software installation and the current software installation, the static attribute is an attribute that should remain unchanged between the previous software installation and the current software installation;
comparing the expected installation results with the software trend comparison to identify whether the dynamic attribute was not changed in the current software installation and whether the static attribute was changed in the current software installation; and
presenting potential problems with the current software installation, based on results of the comparing the expected installation results with the software trend comparison to facilitate verification of an installer for the software product development.
7. A software product tangibly embodied in a machine-readable storage device, the software product comprising instructions operable to cause one or more data processing apparatus to perform operations comprising:
obtaining an install comparison of a current software installation to a target computer and an install comparison of a previous software installation to the same target computer in a series of two or more software installations during a software product development;
generating a software trend comparison target of the current software installation install comparison with the previous software installation install comparison;
obtaining expected installation results for a resource including attributes including a dynamic attribute and a static attribute, the dynamic attribute is an attribute that should have changed between the previous software installation and the current software installation, the static attribute is an attribute that should remain unchanged between the previous software installation and the current software installation;
comparing the expected installation results with the software trend comparison to identify whether the dynamic attribute was not changed in the current software installation and whether the static attribute was changed in the current software installation; and
presenting potential problems with the current software installation, based on results of the comparing the expected installation results with the software trend comparison, to facilitate verification of an installer for the software product development.
2. The machine-implemented method of
3. The machine-implemented method of
4. The machine-implemented method of
5. The machine-implemented method of
6. The machine-implemented method of
8. The software product of
9. The software product of
10. The software product of
11. The software product of
12. The software product of
14. The system of
15. The system of
16. The system of
17. The system of
19. The system of
20. The system of
21. The system of
22. The system of
23. The system of
|
The present disclosure describes systems and techniques relating to installation of software on computing systems, for example, software installer verification during software product development.
Over the course of a software product's development life-cycle, the resources needed to correctly install the product can change regularly, often on a daily basis. Resources that often change include the program's executable code, help files, readme and license files, system code, system registry entries, and components installed into other software products to allow for feature integration. For example, in Windows® systems for personal computers, provided by Microsoft Corporation of Redmond, Wash., registry entries that are added or modified by a software product installer frequently change on a daily basis during development of the product.
Moreover, for each logical resource in the software product, there can be multiple actual resources that are provided for various installation options available with the product. Each operating system (OS) can have slightly different locations for system components, even within the same OS family, such as in Windows® systems. When a software product is created for multiple languages (e.g., English and French), a single logical resource, such as a help file on a particular topic, can have multiple different files and names available for installation for the different language versions of the product. The variety of installation combinations can multiply by a power of two for each different custom install option.
Current installation monitoring products can be used to track system changes in order to identify what is installed by a software installer, or to facilitate cleanly uninstalling a software product. Such installation monitoring products can also be used to identify all the components of a current software installation result that are different than the components of a previous software installation result. Additionally, MICROSOFT's Installer technology drives the creation of installers from a database, which can be exported into MICROSOFT Access and used later to verify that the entries are all installed on a system.
In general, in one aspect, the invention features operations including generating a comparison of a current software installation with a previous software installation, and identifying, based on the comparison, resources that have not changed in their installation result from the previous software installation to the current software installation, despite an expectation that the unchanged resources should change from the previous software installation to the current software installation. The operations can further include identifying, based on the comparison, resources that have changed in their installation result from the previous software installation to the current software installation, despite an expectation that the changed resources should not change from the previous software installation to the current software installation. Moreover, the operations can include receiving input specifying which of the identified resources should be static in their installation result for future software installations, and designating a new expectation of stability for the specified resources according to the received input.
Potential problems with the current software installation can be presented based on the identified resources to facilitate verification of an installer for a software product, which can be a new product or an upgrade to an existing product. The expectations of resource changes can be tracked in a primary installation baseline and a secondary installation baseline. Presenting the potential problems can involve presenting a baseline-update interface by transmitting markup language data. Additionally, a set of resources can be excluded from the generated comparison for the software product.
The expectations of resource changes can be stored in a relational database indexed, by date, platform, language, and product configuration. The expectations of resource changes can relate to attributes including modification date stamp information, file size information, security permissions information, and checksum information. The resources can include files and system registry entries, and the installation result can include deletions, additions and modifications of the resources.
According to another aspect, a system includes a build controller, an install controller, and one or more install slave machines. The install controller includes a database having a baseline that records expectations of stability or volatility for one or more resources associated with a software installer. The build controller automatically triggers the install controller to initiate installer tests as part of a software build process, and the install controller automatically dispatches installation to the one or more install slave machines and collects test results to be presented in a report including a baseline-update interface. The install controller can communicate with the one or more install slave machines using Simple Object Access Protocol. The baseline-update interface can be a web-based user interface that allows baseline updates across product stock keeping, unit (SKU), language, operating system and custom/non-custom installs, in combination or all at once.
The invention can be implemented to realize one or more of the following advantages. A change-tracking system using the systems and techniques described can be used to verify correct installation of a software product with many resources that are being changed frequently (e.g., daily). Change tracking can be efficiently performed across multiple versions of the software product, such as those created for different operating systems, human languages, and custom install options. A system employing the present techniques can track what should actually be installed on a particular day in a software product's life-cycle, including components that need to be installed in other applications' directories, and quickly call attention to inadvertently introduced errors. This can be of particular value in the latter part of a software product's development life-cycle, when engineers may be struggling to meet a set product release date.
Valid behavior changes in the product installers can be easily tracked and maintained, such as by using a relational database to record expected installation results, and a web-based application can be used to present potential problems and accept updates to the recorded expectations as the product changes. The described techniques are scalable, allowing tests on many different combinations of product-platform installs to be automatically performed and potential problems reported in a manner that minimizes the information presented to test reviewers. By tracking the nature of installation changes over time, software installation verification can be simplified.
The advantages of a system using the present techniques to facilitate verification of an installer for a software product under development can be especially important as the product's changes slow to a stop as a release date nears. At this point in time, most resources have expectations of stability, and the date, size, checksum, and permission attributes of installed files are very close to what is desired in the final product. Because an exact attribute identity for each file that has stabilized can be provided, each file can be easily verified as installed correctly, byte-for-byte and attribute-for-attribute. Hundreds of installations can be performed and verified in the space of time it might otherwise take to verify a single combination.
The details of one or more embodiments of the invention are set forth in the accompanying drawings and the description below. Other features and advantages of the invention will become apparent from the description, the drawings, and the claims.
Like reference symbols in the various drawings indicate like elements.
Resources that have not changed in their installation result as expected are identified at 110. The expected results represent expected differences in a computing system as opposed to observed differences in a computing system. Moreover, the expected results can represent expected differences in a computing system as caused by two separate install operations.
Before each install, the computing system 200 can be a clean system, meaning the system 200 either does not have the software product being tested already installed, or the system 200 has a previous release version of the software product (i.e., when the techniques described here are used to verify a product update install for a new version of an existing software product). After an install X is performed, the system 200 has an install result 210, and an install comparison 220 can be obtained to identify and record the install result 210. The install comparison 220 represents observed differences in the system 200 caused by install X. The system 200 can then be cleaned, and a later install Y can be performed using a newer version of the software product. Install Y generates a new install result 212. A new install comparison 222 can be obtained to identify and record the install result 212. The install comparison 222 represents observed differences in the system 200 caused by install Y.
The two install comparisons 220, 222 can then be compared to generate a software trend comparison 240, which represents observed differences in the installation results caused by the two test installs of the software product. A record of installation expectations 250 can be used to hold the expected results discussed above in connection with
Referring again to
The expected result for an install can be obtained and defined in different manners depending on the needs of a particular system in which the present techniques are used. In general, unexpected changes or unexpected lack of changes caused by an install are presented to a system, process and/or person. Input specifying one or more of the identified resources that should be static in their installation result for future software installations can be received at 130. A new expectation of stability for the specified resources can be designated according to the received input at 140. As mentioned previously, and as discussed in more detail below, this new expectation of stability can be applied to the resource as a whole or to a single aspect of the resource (e.g., leaving other aspects of the resource in an expected state of flux). Additionally, input of a converse nature can be received and acted upon as well (e.g., input specifying an aspect of a resource to be designated as volatile for future installs, thereby changing a current expectation of stability for that aspect of the resource).
Expectations of resource changes can be tracked in a primary installation baseline and a secondary installation baseline at 300. In general, the primary baseline represents what is added to and modified in a computing system during a product installation and can represent what should be installed; the secondary baseline represents how installed resources are changing (i.e., if they are changing or not changing in one or more attributes) from one product-version installation to the next. A set of resources can be excluded, at 310, from the software installation comparison to be generated. Many software product installers generate results in certain areas of a computing system that nearly always change from one install to the next, regardless of the state of development of the software product. For example, temporary files are commonly created every time a software product is installed, and these temporary files can be highly dependent on small changes in an install process. Thus, noisy areas of the installation, such as a temp file directory and register entries in a particular area, or other areas of the installation that are not of interest to a user, can be filtered from the installation comparisons.
Additionally, a portion of each resource of a specified type can be excluded during generation of the comparison at 320. Some resources can include a portion that does change from one install to the next, despite the fact that the resource can otherwise be considered stable. For example, executable files frequently include an embedded date stamp. In the case where multiple attributes are tracked for each resource, including a checksum, executable files can have their embedded date stamps removed before the checksum is taken.
Resources that have not changed in their installation result between the two software installations, despite an expectation of change, are identified at 330. Resources that have changed in their installation results between the two software installations, despite an expectation of no change, are identified at 350. Then, potential problems with the current software installation can be presented, at 350, based on the identified resources to facilitate verification of a software product installer.
By using a separate machine to control installations, problems can be noticed and handled. The expectations of resource changes can be stored in the database 430, which can be a relational database indexed by date, platform, language, and product configuration. The product configuration index can also be broken out into multiple indices, such as a product version index (e.g., different versions of the same software product that correspond to different operating systems and/or different functional grades of the product) and an installation options index (e.g., different installed versions of the software product resulting from different selection of installation options). This use of the database 430 facilitates tracking separate but related differences for many different combinations of the installation resources.
The expectations of resource changes can be stored in the database 430 as a baseline, which represents the currently desired results for an installation of the software. As mentioned above, the baseline can be divided (either literally or conceptually) into a primary baseline 460 and a secondary baseline 470. The primary baseline 460 records what is actually added to and modified in the computing system 410, and can represent what should be installed in the form of additions, deletions and modification to the file system. The secondary baseline 470 records how installed resources are changing (i.e., if they are changing or not changing in one or more attributes) from one product build to the next. Installed resources that are tracked can include executable code, help files, readme files, license files, system code, system registry entries, and components installed into other software products and/or the OS to allow for feature integration. For example, in Windows® based systems, registry entries can be tracked such that changes to the registry entries are monitored with each new install test. The primary baseline 460 and secondary baseline 470 can each be maintained in the database 430 in their own separate tables. Moreover, when registry entries are tracked, such as in Windows® systems where a parallel registry database exists whenever a file database is mentioned, the registry entries can be separately tracked resources that also have permissions and data associated with them. Because the baselines can be indexed by language, operating system, and product configuration, many different baselines can be easily maintained in a single database.
The baselines can be created automatically on the first install using the system 400. For example, the primary baseline 460 can be set equal to the results of the system comparison during a first test install, and the secondary baseline 470 can be set to indicate that all resources are initially presumed to be changing with each new install test in all attributes across all testing indices. When the second test install is performed, a reviewer of the change-tracking report, which is described in detail below, can update the secondary baseline 470 to indicate which resources should be stable, and which resources should be in flux going forward. This review can also be performed after each subsequent test install of a new version of the software product, or just periodically during the development life-cycle of the product.
The baselines can keep track of resource installation results using multiple tracked attributes 450. These tracked attributes can include, for each resource-specific installation result, an identifier (e.g., a name of an installed file), placement information (e.g., a directory path where a file is installed), modification date stamp information, file size information, security permissions information, and/or checksum information (e.g., an MD5 (Message-Digest algorithm 5) thumbprint).
After each product install test, which can in practice represent multiple tests of various installs of the same software product (e.g., tests of various available product configurations using multiple platforms and multiple languages), the install controller 420 can inform appropriate individuals (e.g., by causing an email to be sent to the appropriate individuals) that the installation comparison testing has completed. Additionally, the install controller 420 can generate and deliver a report to a network application running on a networked machine 440. For example, the install controller 420 can use a web server to generate and transmit the report to the network application, which can be a web-based application, such as a standard web browser. The report can be transmitted to the networked machine 440 over a machine network in the form markup language data (e.g., Hypertext Markup Language (HTML) and/or Extensible Markup Language (XML)). Moreover, the transmitted report can use security protections, such as encryption and user authentication, to ensure that only the appropriate individuals are reviewing generated reports and updating the baselines.
If the nature of the way in which resources are changing reverses direction (e.g., from changing to not changing), this can be flagged in the report. When a file that was modified previously does not get modified, and when a file that was not modified previously does get modified, these events can be noted as a difference in the report, including at an attribute level of granularity. For example, any attributes that were not changing in the approved secondary baseline 470, but that are changing now can be flagged in the report. This may represent the wrong version of a file being installed to a tester. Any attributes that were changing previously, but remained the same between the current installers and the previous installers can be flagged in the report. This may also represent the wrong version of a file being installed to a tester, but in that case might mean that the previous build's file was accidentally installed in the current installation. Additionally, if a file that was installed previously didn't get installed in the current test, this shows up as a deletion and can be noted in the report; and if a file that as not installed previously does get installed in the current test, this shows up as an addition and can be noted in the report.
Moreover, the report can include a baseline-update user interface that allows the baseline to be changed using the network application on the networked machine 440. Changes made to the baseline using this interface can optionally be applied, in any combination, cross-product-configuration, cross-platform and cross-language by a development team. After the latest results have been examined, approved, and adjusted as necessary, the following operation can be performed automatically: for all first-level difference entries that had a valid match against the primary baseline list of modifications, the resource attributes are updated in the baseline database. This can be done so that the second-level difference performed next has the latest valid attribute stamp for each resource entry to compare against.
Multiple install slaves 530 can be used for the install testing. Each install slave 530 can be a personal computer or other computing system. The install controller 520 can automatically dispatch installation to the multiple slave machines 530. The install controller 520 can send commands, installers and data to the install slaves 530 using SOAP. Using SOAP as a transport for files and data provides a flexible, cross-platform way to get data to and from the slave machines 530. Each install slave 530 can be run through a repeating process of install, product launch, change identification, posting of install result information, and system cleaning for the next install test. The install controller 520 can send results of multiple installation tests to a network application on a regular (e.g., nightly) basis in the form of a report/update user interface 540. This user interface can allow baseline updates across product SKU, language, OS and custom/non-custom installs in combination or all at once. The install controller 520 can also receive back updates to the baselines maintained in its database. Moreover, the baseline comparisons can be measured against the last user access to the automatically generated reports. Thus, skipping a day of verifying the report does not mean the results of the next day's install tests are invalid.
A baseline-update report can list resources (e.g., files and registry entries) that (1) should have been installed but were not, (2) were installed but should not have been, (3) were modified but should not have been, and (4) were not modified but should have been. Following this information in the report can be a list of resources that stopped changing (in one or several attributes) that had been changing previously, and a list of resources that started changing (in one or several attributes) that were not changing previously. As mentioned above, the report can include a user interface that allows the baselines to be changed directly from the report. Moreover, the report can be in the form of a web page accessed using a standard web browser (e.g., the click of a button in the report can trigger a web-application script to execute to effect an update).
A checkbox can be made available next to each identified change that if checked means ‘update this entry.’ Once the report is reviewed, a single button can be clicked to submit the changes. A second page can appear, listing the changes about to be submitted. The user has a second chance to look over the changes and one more click on the report commits the changes to the baseline. Since baseline changes get new entries by date, it is easy to back out of erroneous changes in the event an error is made.
The invention and all of the functional operations described in this specification can be implemented in digital electronic circuitry, or in computer hardware, firmware, software, or in combinations of them. Apparatus of the invention can be implemented in a software product (e.g., a computer program product) tangibly embodied in a machine-readable storage device for execution by a programmable processor; and processing operations of the invention can be performed by a programmable processor executing a program of instructions to perform functions of the invention by operating on input data and generating output. The invention can be implemented advantageously in one or more software programs that are executable on a programmable system including at least one programmable processor coupled to receive data and instructions from, and to transmit data and instructions to, a data storage system, at least one input device, and at least one output device. Each software program can be implemented in a high-level procedural or object-oriented programming language, or in assembly or machine language if desired; and in any case, the language can be a compiled or interpreted language. Suitable processors include, by way of example, both general and special purpose microprocessors. Generally, a processor will receive instructions and data from a read-only memory, a random access memory and/or a machine-readable signal (e.g., a digital signal received through a network connection). Generally, a computer will include one or more mass storage devices for storing data files; such devices include magnetic disks, such as internal hard disks and removable disks, magneto-optical disks, and optical disks. Storage devices suitable for tangibly embodying software program instructions and data include all forms of non-volatile memory, including by way of example semiconductor memory devices, such as EPROM (electrically programmable read-only memory), EEPROM (electrically erasable programmable read-only memory), and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto-optical disks; and CD-ROM disks. Any of the foregoing can be supplemented by, or incorporated in, ASICs (application-specific integrated circuits).
To provide for interaction with a user, the invention can be implemented on a computer system having a display device such as a monitor or LCD (liquid crystal display) screen for displaying information to the user and a keyboard and a pointing device such as a mouse or a trackball by which the user can provide input to the computer system. The computer system can be programmed to provide a graphical user interface through which computer programs interact with users.
The invention has been described in terms of particular embodiments. Other embodiments are within the scope of the following, claims. For example, the operations of the invention can be performed in a different order and still achieve desirable results. Multiple scripting languages, such as a combination of Perl and APPLESCRIPT languages, can be used to implement the invention; scripting languages can tend to be well suited to controlling software programs.
Patent | Priority | Assignee | Title |
10374629, | May 07 2018 | International Business Machines Corporation | Compression hardware including active compression parameters |
10379833, | Sep 15 2015 | SAMSUNG ELECTRONICS CO , LTD | Method and apparatus for installation of trusted application in electronic device |
10515003, | Jun 18 2009 | Amazon Technologies, Inc. | Installation testing in automated application distribution |
10587284, | Apr 09 2018 | International Business Machines Corporation | Multi-mode compression acceleration |
10587287, | Mar 28 2018 | International Business Machines Corporation | Computer system supporting multiple encodings with static data support |
10628283, | Mar 12 2018 | Bank of America Corporation | Deployment tool that corrects deployment errors |
10657466, | May 29 2008 | Red Hat, Inc.; Red Hat, Inc | Building custom appliances in a cloud-based network |
10720941, | Apr 09 2018 | International Business Machines Corporation | Computer system supporting migration between hardware accelerators through software interfaces |
10903852, | Mar 28 2018 | International Business Machines Corporation | Computer system supporting multiple encodings with static data support |
10922108, | Aug 19 2016 | Ricoh Company, Ltd. | Information processing apparatus, method for processing information, and information processing program |
11005496, | Apr 09 2018 | International Business Machines Corporation | Multi-mode compression acceleration |
11016746, | Jan 17 2018 | KYMETA CORPORATION | Method and apparatus for remotely updating satellite devices |
11609778, | Mar 11 2019 | Citrix Systems, Inc. | User persistence data moved between individual compute environments and session host environments |
11734621, | May 29 2008 | Red Hat, Inc. | Methods and systems for building custom appliances in a cloud-based network |
8219983, | Mar 31 2008 | CA, INC | Systems and methods for providing guidance on the potential impact of application and operating-system changes on a computing system |
8413117, | Aug 07 2009 | CA, INC | Systems and methods for focusing product testing based on areas of change within the product between product builds |
8458658, | Feb 29 2008 | Red Hat, Inc.; Red Hat, Inc | Methods and systems for dynamically building a software appliance |
8490084, | Jun 18 2009 | Amazon Technologies, Inc. | Installation testing in automated application distribution |
8504443, | Aug 31 2009 | Red Hat, Inc.; Red Hat, Inc | Methods and systems for pricing software infrastructure for a cloud computing environment |
8606765, | Nov 30 2007 | Red Hat, Inc | Systems and methods for updating software appliances |
8677323, | Feb 07 2007 | Fujitsu Limited | Recording medium storing monitoring program, monitoring method, and monitoring system |
8832680, | Jul 08 2011 | Ricoh Company, Ltd. | Installation event counting apparatus and package creation method |
8856779, | Mar 18 1998 | Implicit, LLC | Application server for delivering applets to client computing devices in a distributed environment |
8868721, | May 29 2008 | Red Hat, Inc. | Software appliance management using broadcast data |
8918780, | Mar 14 2013 | International Business Machines Corporation | Automatic quality assurance for software installers |
8924920, | Feb 29 2008 | Red Hat, Inc.; Red Hat, Inc | Providing a software appliance based on a role |
8935687, | Feb 29 2008 | Red Hat, Inc.; Red Hat, Inc | Incrementally updating a software appliance |
8943496, | May 30 2008 | Red Hat, Inc | Providing a hosted appliance and migrating the appliance to an on-premise environment |
9027016, | Jun 18 2009 | Amazon Technologies, Inc. | Installation testing in automated application distribution |
9032367, | May 30 2008 | Red Hat, Inc | Providing a demo appliance and migrating the demo appliance to a production appliance |
9058330, | Oct 17 2012 | Walmart Apollo, LLC | Verification of complex multi-application and multi-node deployments |
9092243, | May 28 2008 | Red Hat, Inc. | Managing a software appliance |
9116776, | Nov 30 2007 | Red Hat, Inc. | Updating software objects |
9122496, | Jul 16 2014 | International Business Machines Corporation | Integrated help system using linked data for distributed systems |
9195486, | Jul 30 2010 | Apple Inc. | Observation and analysis based code optimization |
9210173, | Nov 26 2008 | Red Hat, Inc.; Red Hat, Inc | Securing appliances for use in a cloud computing environment |
9256417, | Mar 14 2013 | International Business Machines Corporation | Automatic quality assurance for software installers |
9274775, | Jan 16 2012 | Canon Kabushiki Kaisha | Apparatus, control method, and storage medium to instruct a framework to stop a target application based on a usage amount of a resource and a type of the target application |
9323514, | May 30 2013 | Microsoft Technology Licensing, LLC | Resource package indexing |
9323519, | Aug 31 2007 | Red Hat, Inc.; Red Hat, Inc | Packaging an application |
9325740, | Mar 18 1998 | Implicit, LLC | Application server for delivering applets to client computing devices in a distributed environment |
9398082, | May 29 2008 | Red Hat, Inc. | Software appliance management using broadcast technique |
9417868, | Jan 09 2014 | Bank of America Corporation | Entity wide software tracking and maintenance reporting tool |
9607147, | Jun 20 2013 | TENCENT TECHNOLOGY (SHENZHEN) COMPANY LIMITED | Method and device for detecting software-tampering |
9626178, | Nov 17 2011 | Samsung Electronics Co., Ltd. | Method and apparatus for auto installing applications into different terminals |
9740477, | Jan 09 2014 | Bank of America Corporation | Entity wide software tracking and maintenance reporting tool |
9848031, | Mar 18 1998 | Implicit, LLC | Application server for delivering applets to client computing devices in a distributed environment |
9898276, | Jan 09 2014 | Bank of America Corporation | Entity wide software tracking and maintenance reporting tool |
9928041, | May 28 2008 | Red Hat, Inc. | Managing a software appliance |
Patent | Priority | Assignee | Title |
6041360, | Nov 21 1997 | International Business Machines Corporation | Web browser support for dynamic update of bookmarks |
6071316, | Sep 29 1997 | Honeywell INC | Automated validation and verification of computer software |
6216175, | Jun 08 1998 | Microsoft Technology Licensing, LLC | Method for upgrading copies of an original file with same update data after normalizing differences between copies created during respective original installations |
6535915, | Sep 24 1999 | Dell USA, L.P. | Automatic reduction of data noise in installation packages for a computer system |
6560776, | Feb 18 2000 | AVAYA Inc | Software installation verification tool |
6738970, | Jun 30 1999 | BMC SOFTWARE, INC | Method and apparatus for identifying changes made to a computer system due to software installation |
6751795, | Dec 24 1998 | HTC Corporation | System and method for software installation |
6944858, | Sep 30 1993 | Intel Corporation | Installation of application software through a network from a source computer system on to a target computer system |
6957437, | Dec 23 1999 | Intel Corporation | Selecting a device driver for a peripheral device adapted to operate on a network and simplifying secondary printer installation |
6978454, | Sep 05 2001 | JPMORGAN CHASE BANK, N A , AS ADMINISTRATIVE AGENT | Checking computer program installation |
7028019, | Nov 11 1998 | CA, INC | Method and system of managing software conflicts in computer system that receive, processing change information to determine which files and shared resources conflict with one another |
7047522, | Apr 30 2001 | GE CAPITAL US HOLDINGS, INC | Method and system for verifying a computer program |
7093247, | Apr 10 2001 | LinkedIn Corporation | Installation of a data processing solution |
20020156831, | |||
20030046679, | |||
20030051235, | |||
20030192033, | |||
20040044996, | |||
20040078783, | |||
20040243995, | |||
20050033977, | |||
20060075399, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Nov 17 2003 | CHRISTOPHER, GREG, JR | Adobe Systems Incorporated | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014731 | /0163 | |
Nov 18 2003 | Adobe Systems Incorporation | (assignment on the face of the patent) | / | |||
Oct 08 2018 | Adobe Systems Incorporated | Adobe Inc | CHANGE OF NAME SEE DOCUMENT FOR DETAILS | 048867 | /0882 |
Date | Maintenance Fee Events |
Mar 08 2013 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Mar 16 2015 | ASPN: Payor Number Assigned. |
May 11 2017 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
Jul 12 2021 | REM: Maintenance Fee Reminder Mailed. |
Dec 27 2021 | EXP: Patent Expired for Failure to Pay Maintenance Fees. |
Date | Maintenance Schedule |
Nov 24 2012 | 4 years fee payment window open |
May 24 2013 | 6 months grace period start (w surcharge) |
Nov 24 2013 | patent expiry (for year 4) |
Nov 24 2015 | 2 years to revive unintentionally abandoned end. (for year 4) |
Nov 24 2016 | 8 years fee payment window open |
May 24 2017 | 6 months grace period start (w surcharge) |
Nov 24 2017 | patent expiry (for year 8) |
Nov 24 2019 | 2 years to revive unintentionally abandoned end. (for year 8) |
Nov 24 2020 | 12 years fee payment window open |
May 24 2021 | 6 months grace period start (w surcharge) |
Nov 24 2021 | patent expiry (for year 12) |
Nov 24 2023 | 2 years to revive unintentionally abandoned end. (for year 12) |