Log in

View Full Version : Avisynth detection


rajalev
28th June 2006, 13:29
Hi:

I've developed in Delphi a small video tool that feeds itself of avs scripts for further processing.
For this I use several Vfw primitives.
All works ok unless avisynth is not installed in a system.

How can I detect if avisynth is installed in a specific system?


thank you all
rajalev

buzzqw
28th June 2006, 13:45
a quick shot can be reading in registry

HKLM\Software\Avisynth if present then avisynth is installed

BHH

P.S. i am not a delphi programmer

rajalev
28th June 2006, 14:22
It is a good idea.
I've noticed that after unninstall, the key is removed, so the detection should work fine.


Thank You.

Dark-Cracker
28th June 2006, 14:56
else you could check if the avisynth.dll is present in the system folder.

++