+ Reply to Thread
Results 1 to 3 of 3

Thread: how to capture the changes made by another installer

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2015
    Location
    CA, Unitedd States
    Posts
    130

    Question how to capture the changes made by another installer

    Hello:

    I have an installer for a legacy application that works fine in a real computer and used to work OK in a VM, however, as of late, the installer files are failing to function properly in a VM of any flavor which leads me to believe that the installation files are for whatever reason deteriorating in quality. So my plan to preserve this application's shelf life in my company's archive for employee access is to "capture" the changes the installer makes to the computer in a fresh install using setup builder 10 developer thus repackaging the original installation before it's too late. How would I manage to do this? The original installer was built with InstallShield 5.something.

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: how to capture the changes made by another installer

    Hello,

    It's not a trivial task at all. You have to monitor all file and registry actions (and OCX self-registration actions, if any). If it is a MSI file then you can try to open it and analyze it. If there is an uninstall .log you can try to find out which actions are logged. But again, not a trivial task. Our Consulting does it on a regular basis but it's a very time consuming process.

    Friedrich

  3. #3
    Unregistered Guest

    Default Re: how to capture the changes made by another installer

    Hi,

    Google: Search for utility to monitor installations.

    Those typically takes a snapshot of your system before installation and after. Then comparing the two you can see what changes are made to your registry and files.

    /Poul

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •