After a bit of testing, I was finally able to duplicate the issue for one of the files and found that the path in the registry was actually referring to a path on my build machine, and not the target PC.
The entry in the registry was
Code: Select all
[HKEY_CLASSES_ROOT\CLSID\{66589880-8F68-11D0-AA69-00A0C9274B91}\InProcServer32]
@="C:\\Projects\\CIFSET~1\\RESOUR~1\\CRYSTA~1\\System32\\cpeaut32.dll"
Code: Select all
[HKEY_CLASSES_ROOT\CLSID\{66589880-8F68-11D0-AA69-00A0C9274B91}\InProcServer32]
@="C:\\WINDOWS\\system32\\cpeaut32.dll"
Code: Select all
[SystemFolder]cpeaut32.dll
Doug