[7] in installers
Re: Help with nt registry
daemon@ATHENA.MIT.EDU (Paul B. Hill)
Fri Feb 28 10:38:42 1997
Date: Fri, 28 Feb 1997 10:38:05 -0500
To: "Lynne E. Sousa" <sousa@MIT.EDU>
From: "Paul B. Hill" <pbh@MIT.EDU>
Cc: installers@MIT.EDU
>...windows NT. I am hitting problems with the registry and the self register
>of ocx and dll files. I am using Wise 5.0 to build the installer script
and ...
Hi Lynne,
You might want to try using a seperate program that monitors all registry
operations and then try correlating that to the WISE log. You might also
try using regedt32 to try to perform the operation manually and see if that
might indicate what the problem is.
I haven't tried using this registry monitor but there is one available at
http://www.ntinternals.com/ntregmon.htm
Before using regedt32 you probably want to make a new ERD disk just in case
the registry gets damaged. To do this get a blank formatted floppy and run
"RDISK /S" in the command console.
Paul