mchampfl
09-01-1999, 07:50 PM
now here's a little jewel worth it's wait in gold! certainly the $20 the guy wants for it.
http://www.elcomsoft.com/art.html
this utility will take a snapshot of the registry as many times as you want. the one downside is that you have to manually request each snapshot. then you can compare/subtract any snapshot from any other snapshot. the REALLY nice feature is that it will create an install or uninstall .reg/.inf file that makes up the difference.
in addition to analyzing the registry, i have used this utility to create my own self-extracting .zip install files. first i take a before picture of the registry and a before picture of the directory (using another utility). next, i do the software install as usual. next, i extract the added registry entries into a .reg file. next i extract the directory differences into a .zip file along with the .reg file. lastly, i convert the .zip to an .exe specifying the .reg to be executed after extraction.
there you go! a one click installation. i move the .zip file out to the server and tell the users to install it by double-clicking. this can't be used in all installations because of customizations, but its great for lots of other installs.
i have found out that the popular InstallShield has a -r and -s parameter for autoinstallation, but i have had problems getting it to work in some cases.
http://www.elcomsoft.com/art.html
this utility will take a snapshot of the registry as many times as you want. the one downside is that you have to manually request each snapshot. then you can compare/subtract any snapshot from any other snapshot. the REALLY nice feature is that it will create an install or uninstall .reg/.inf file that makes up the difference.
in addition to analyzing the registry, i have used this utility to create my own self-extracting .zip install files. first i take a before picture of the registry and a before picture of the directory (using another utility). next, i do the software install as usual. next, i extract the added registry entries into a .reg file. next i extract the directory differences into a .zip file along with the .reg file. lastly, i convert the .zip to an .exe specifying the .reg to be executed after extraction.
there you go! a one click installation. i move the .zip file out to the server and tell the users to install it by double-clicking. this can't be used in all installations because of customizations, but its great for lots of other installs.
i have found out that the popular InstallShield has a -r and -s parameter for autoinstallation, but i have had problems getting it to work in some cases.