View Single Post
Old 22nd September 2018, 23:26   #37  |  Link
zorr
Registered User
 
Join Date: Mar 2018
Posts: 447
Quote:
Originally Posted by Groucho2004 View Post
First you should determine which Avisynth versions are installed.
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?

[EDIT]

32bit Avisynth can be found at
Code:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\AviSynth
when installed on a 64bit system.

Is the 64bit version at
Code:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Avisynth
?

What about if Windows is 32bit? I guess there can only be 32bit Avisynth but it will be at the same spot in the registry as 64bit Avisynth on a 64bit Windows.

Last edited by zorr; 22nd September 2018 at 23:56.
zorr is offline   Reply With Quote