View Single Post
Old 23rd September 2018, 00:32   #39  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by zorr View Post
Is there an easy way to do that? I guess I could scan the registry for installed software. Can I determine the platform from the software's name?
Checking the registry is probably the best way. Here are the keys:
Code:
32 bit AVS on 32 bit Windows:
HKEY_LOCAL_MACHINE\SOFTWARE\Avisynth]
@="<avisynth install path>"

32 bit AVS on 64 bit Windows:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Avisynth]
@="<avisynth install path>"

64 bit AVS on 64 bit Windows:
[HKEY_LOCAL_MACHINE\SOFTWARE\Avisynth]
@="<avisynth install path>"
__________________
Groucho's Avisynth Stuff
Groucho2004 is offline   Reply With Quote