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
- :
- InstallScript project Component Self Registration not working
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Dec 18, 2018
05:59 PM
InstallScript project Component Self Registration not working
Components are set to be self registering, files are installed, no missing dependencies but InstalShield cannot register the DLL's in any of the components. The error shows the correct path but is giving "The Specified module could not be found". I can then complete the install, go to the path shown on the error dialog and manually register the dll's without issue. When the error comes up I have also verified the files are there.
Does anyone know what InstallShield uses to do the self registration? This is on several different Windows OS' and it is ran as a 64bit installation.
Does anyone know what InstallShield uses to do the self registration? This is on several different Windows OS' and it is ran as a 64bit installation.
(1) Reply
Dec 20, 2018
01:43 AM
See whether you are able to register the DLL when the error message popped up, if it got failed then see whether you need to do the registration in a particular order. Some time the module registration may fail due to the absence of the dependent module. This can be resolved by setting the order of registration in Installshield.
jstarbird wrote:
Components are set to be self registering, files are installed, no missing dependencies but InstalShield cannot register the DLL's in any of the components. The error shows the correct path but is giving "The Specified module could not be found". I can then complete the install, go to the path shown on the error dialog and manually register the dll's without issue. When the error comes up I have also verified the files are there.
Does anyone know what InstallShield uses to do the self registration? This is on several different Windows OS' and it is ran as a 64bit installation.