I have a 32bit app that includes a couple of 32bit .DLLs and .OCXs.
Using SB8 (up to date) this installs updates for the app on one or two hundred PCs, normally no problems.

A couple of people recently have had a problem after updating; get Error 429 (Cannot create ActiveX object) when trying to run the app. They have Win7 64bit. The error would result from .DLL not being registered.

Google search shows others with same problem, and suggestions that Win7 64bit sometimes redirects Registry entries (WOW64 ?) and sometimes this causes problems.

Is there anything I can do when installing to get around this?
(My updates always overwrite and re-register my .DLLs )