| User review:
|
Doesn't work in Win7 x64. The 32-bit flag needs to be turned on using the .NET 2.0 tool corflags, which is part of the .NET SDK, a free download from Microsoft.
Install the SDK, copy favc.exe to the Bin folder (C:Program Files (x86)Microsoft.NETSDKv2.0Bin), open a command prompt in the Bin folder and type the following:
corflags favc.exe /32bit+
Copy favc.exe back to its original folder and you should be good to go. |