The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    What kind of program would I need..

    Discussion in 'Windows OS and Software' started by iOsiris, Dec 17, 2006.

  1. iOsiris

    iOsiris Notebook Evangelist

    Reputations:
    40
    Messages:
    447
    Likes Received:
    0
    Trophy Points:
    30
    What kind of program would I need, if I wanted to keep track of all the changes made by an installer, ie: keep track of where its installing files, registry, etc. Is there such a thing?
     
  2. qhn

    qhn Notebook User

    Reputations:
    1,654
    Messages:
    5,955
    Likes Received:
    1
    Trophy Points:
    205
  3. Jalf

    Jalf Comrade Santa

    Reputations:
    2,883
    Messages:
    3,468
    Likes Received:
    0
    Trophy Points:
    105
    hmm, tricky. Most installers can be started with a command line switch that forces them to use verbose mode, where everything that they do is logged somewhere. That might do the trick in some situations. Alternatively, you'd have to find something that hooks into the Windows api to monitor which functions are called and with which arguments.

    I don't know of any programs for doing this though.