Hello,
I am creating an installer for a 32 bit application that will be installed on Windows 7 - 64 bit. Everything installs fine except for one OCX file. I get the following message:
Failed to register COM (ActiveX) control:
C:\Windows\system32\cwui.ocx
The error message mentions the system32 folder, but I confirmed that it is installing the file in the correct folder (SysWow64). I am running the installation as Administrator. The ActiveX file can be registered manually using the command prompt (when run as administrator), but this isn't a great way to expect end users to complete the installation of the software.
Are there any suggestions? Thank you for the help.
I am creating an installer for a 32 bit application that will be installed on Windows 7 - 64 bit. Everything installs fine except for one OCX file. I get the following message:
Failed to register COM (ActiveX) control:
C:\Windows\system32\cwui.ocx
The error message mentions the system32 folder, but I confirmed that it is installing the file in the correct folder (SysWow64). I am running the installation as Administrator. The ActiveX file can be registered manually using the command prompt (when run as administrator), but this isn't a great way to expect end users to complete the installation of the software.
Are there any suggestions? Thank you for the help.