This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Error 1904, a dll failed to register
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 26, 2015
08:51 PM
Error 1904, a dll failed to register
a dll can be installed on a computer where it was compiled and it works fine, but when setup.exe is copied and install on other computers, the following error occurs during the installation:
Error 1904. Module C:\Program Files\My Company Name\My Product Name\plugins\SampleIME.dll failed to register. HRESULT -2147220473.
I need to test whether the program can be installed also by other users on their computers.
I use Visual Studio Community 2013 to compile the program, and generate setup.exe using InstallShield Express or Limited Edition. Both computers have Windows 8.1 32bit, and I install the program as a administrator. The registration type is self-registration.
To recreate this issue, a sample code can be used from here
https://code.msdn.microsoft.com/windowsdesktop/Input-Method-Editor-IME-b1610980/view/Discussions#content
which has also step by step instructions.
Thanks a lot for the help
Error 1904. Module C:\Program Files\My Company Name\My Product Name\plugins\SampleIME.dll failed to register. HRESULT -2147220473.
I need to test whether the program can be installed also by other users on their computers.
I use Visual Studio Community 2013 to compile the program, and generate setup.exe using InstallShield Express or Limited Edition. Both computers have Windows 8.1 32bit, and I install the program as a administrator. The registration type is self-registration.
To recreate this issue, a sample code can be used from here
https://code.msdn.microsoft.com/windowsdesktop/Input-Method-Editor-IME-b1610980/view/Discussions#content
which has also step by step instructions.
Thanks a lot for the help
(1) Reply