Sean,
Wow. That must have been a lot of work you did if you went through registry hives line by line.
It might be easier to export the hives in .reg files and then do WinDiff on them or etc.
Anyway, here is a few methods you can use to explore CMI scripts of components (btw, not all components have scripts assigned to
them):
- Each QFE from Mircosoft includes an SLD file with updated components. If you open the SLD file in CD, you will be able to
export script for every component there if assigned.
- MS SP2 is also a big "QFE" like package (it is an update to SP1) and therefore huge SLD file is there (nice info about a bunch
of components)
- You can always observe components scripts when you "view" Mantis db with tools like SQL Enterprise Manager, or, after all, you
can explore the scripts in binaries of the MDF file (just keep in mind it is all Unicode)
- [probably easiest] You can use XPeTools package from
www.xpefiles.com. A component from the package (DependencyExplorer) will
allow you to export component scripts.
--
Regards,
KM
>I figured the setting out by building two identical (except for this
> setting) systems side-by-side and then compared the registries line by
> line.
>
> So this is the point of the second part of my original question, how do
> you view the component script?
>
> Thanks.
>
> - Sean