Now that Keebo has tried it successfully

, here's the recipe to install AJ's plugin on a Win 7-64 computer. Using an editor like Notepad just create a command file with a name like "install-win7-x64.cmd" in the plugin folder and copy the following:
@setlocal enableextensions
@cd /d "%~dp0"
rem unregister and register BCR2000 Control Surface so SONAR knows about it
regsvr32 /u bcr2000control.dll
regsvr32 bcr2000control.dll
rem copy BCR2000 console and activex to 32-bit Windows system folder (support old VB6 application)
copy /y MSCOMCTL.OCX "C:\Windows\system"
copy /y prjbcr2000console.exe "C:\Windows\system"
pause
rem register VB6 activex from Windows system folder
cd "C:\Windows\system"
regsvr32 MSCOMCTL.OCX
rem unregister and register VB6 Console
prjbcr2000console.exe /UnregServer
prjbcr2000console.exe
pause
Save the file. Right click on it and "Run as an Administartor"
- You should get a popup from User Account Control to confirm - click Yes
- The next step should popup a RegSvr32 message stating "DllUnregisterServer in bcr2000control.dll succeeded" - click OK
- The next step should popup a RegSvr32 message stating "DllRegisterServer in bcr2000control.dll succeeded" - click OK
- The next step is a pause to confirm that the VB6 bcr2000 console and activex have been copied to the Windows system folder (not system32)
- MSCOMCTL.OCX
- prjbcr2000console.exe
- Press Enter if both files were copied
- The next step should popup a RegSvr32 message stating "DllRegisterServer in MSCOMCTL.OCX succeeded" - click OK
- the final pause is just to check that the prjbcr2000console.exe unregister and register ran - there is no feedback (no news = good news)
- Press Enter to close the CMD Window
Start Sonar and open a project
- Get to the Control Surface option and you should now have a new bcr2000control item in the list
- My BCR2000 is plugged as a USB so in my case I just set the BCR2000 input and output ports
- If you choose it and display the property page it should say version 1.1.0 (in reality it's 1.2 but that's normal)
- Assuming you installed the AJ plugin preset (sysx file) on your BCR2000 just make sure you are on this preset
- Press the SHIFT button twice (the one just above the USB mode led) and the console should appear on your monitor
- If you press the PAGE button (left of the SHIFT) you should cycle through the 7 pages (#2 is EQ)
- Press SHIFT twice again and the console should disappear
Let me know if you find a typo.
Eric