2005-10-04, 10:35 PM 
	
	
	sub Wrote:You need to specify the full path to the GBPVRParser.ax file.
Actually the GBPVR install directory should be in the Windows System path so he shouldn't need to do that. My guess is that it can't unregister it because it was never loaded. I don't think he has ever been able to convert manually. Go ahead and run regsvr32 GBPVRParser.ax and tell us if that works. If not first check to see if you have the GBPVRParser.ax file in your GBPVR install directory and if you do then do like sub says and run regsvr32 GBPVRParser.ax except put the fully qualified path name in front of it, so regsvr32 "c:\program files\devnz\gbpvr\GBPVRParser.ax"
 . If you get that error when doing a regsvr32 /u then it was never registered to begin with but like Sub said when you run regsvr32 to register the file you must be in the directory or specify the full path to the file.
 Anyways, I was just wondering if you had thought about making the transcoding an option on a per recording basis so you could check a box to have that show transcoded when you schedule it? I guess you could leave the time as a global option but the check box would just determine if a row is inserted into the transcode queue table or not.