Log in

View Full Version : is there a way to have both avisynth 2.07 & 2.5 ?


philippas
26th January 2003, 22:08
How can i have both versions installed in the same machine ? I'm getting bored of the copying back and forth of 2.07 and 2.5.
Maybe through registry editing and changing the name from avisynth.dll to avisynth2_5.dll for the 2.5 version ?
Any ideas?

hakko504
26th January 2003, 22:20
If you had bothered to look a little further down the first page of posts here you would have found a thread called'using both 2.07 and 2.5 - problem' (http://forum.doom9.org/showthread.php?s=&threadid=44029) that includes a couple of suggestions on the subject.

philippas
27th January 2003, 01:59
ok i didn't see the post below, i just wanted to post my problem and i didn't had time to do a search or even check the posts below as you pointed out.

But still it's the same method as copying manually the appropriate dll's (the solution that it's described in the other post). I was thinking a permanent solution like registering both dll's at the same time and maybe one of them takeover another ending like .avc I'll look into it tomorrow maybe.

philippas
28th January 2003, 13:24
Here is the original installation of avisynth:
REGEDIT4


[HKEY_CLASSES_ROOT\avifile\Extensions\AVC]
@="{E6D6B700-124D-11D4-86F3-DB80AFD98778}"

[HKEY_CLASSES_ROOT\Media Type\Extensions\.avc]
"Source Filter"="{D3588AB0-0781-11CE-B03A-0020AF0BA770}"

[HKEY_CLASSES_ROOT\CLSID\{E6D6B700-124D-11D4-86F3-DB80AFD98778}]
@="Avisynth2_5"

[HKEY_CLASSES_ROOT\CLSID\{E6D6B700-124D-11D4-86F3-DB80AFD98778}\InProcServer32]
@="avisynth2_5.dll"
"ThreadingModel"="Apartment"

I've renamed the avisynth.dll to avisynth2_5.dll and also the extension to .avc. Does anyone know how can i change the HKEY_... parts in order to not have conflicts with the previous installed version ?

My goal is to able to write a job list which uses both avisynth versions.