Windows NT 4.0 - Installation and Maintanance

Using Sysdiff

Sysdiff is a utility that will make a snapshot of the system, then compare it to another snapshot after something has been installed. The whole purpose of this is that you can install a bunch of programs on a computer, and create one file that you can run on another computer that will include all the files and settings of the original programs.....but without the installation process.

This is a great thing when you want to set up a lot of computers really quickly.

Back to the top

Creating Difference Files

In order to create a difference file, you have to follow a few steps:

  1. Before installing anything, take a snapshot of the whole system
sysdiff /snap /log:logfile snapshotfilename
  1. Install the application / applications that you want
  1. Create a difference file
sysdiff /diff /c:title_of_difference_file /log:logfile snapshotfilename differencefilename
  1. Run the difference file on the computer that you want to have the applications

Back to the top

Creating .INF Files

Back to the top



Back to the Index





Computer Documentation Home
Eric Thern's Webpage
© 2000 Zoidial Publishing