batch mode problem - can't find class

Dan203

Ex-Senior Developer
You have to run VRD as admin at least once for the COM interface to be registered with the system. Normally this happens when you launch from installer, but if you skip that then you have to do it manually.

In v5 the batch manager can detect if the COM interface is registered, and verify the version number in case you have multiple versions, and can register it for you if there is a mismatch.
 

deckrdshaw

New member
I tried the register queries as suggested by Pat Dulak and got the following results

C:\Users\Ray>reg query HKCR\VideoReDo.Application /s
ERROR: The system was unable to find the specified registry key or value.
C:\Users\Ray>reg query HKCR\VideoReDo.VideoReDoSilent /s
ERROR: The system was unable to find the specified registry key or value.
C:\Users\Ray>reg query HKCR\CLSID\{890F1ED4-6E97-4FD7-98C6-1C2D0C4D6D25} /s
ERROR: The system was unable to find the specified registry key or value.
C:\Users\Ray>reg query HKCR\CLSID\{3B394836-F59F-41C8-9E1C-590D0FB5BD70} /s
ERROR: The system was unable to find the specified registry key or value.
 
Top Bottom