Todd J Heron
Guest
|
Posted:
Sat Nov 12, 2005 9:50 pm Post subject:
Re: Cannot update to Windows Installer 3.1 |
|
|
"WayneA" <WayneA@discussions.microsoft.com> wrote in message...
| Quote: | I cannot update to Windows Installer 3.1 on Win 2k Server. When I try to
install the program i get the popup
"update.exe - Entry Point Not Found : The procedure entry point
EnumerateLoadedModules64 could not be located in the dynamic link >library
imagehlp.dll." Installation then fails.
|
How to resolve Common "Windows Installer" Problems:
http://www.support.microsoft.com/default.aspx?scid=kb;en-us;555175&SD=tech
More information:
1. Open up the services applet from the control panel and stop the Windows
Installer service if it is already running.
2. Open a DOS window and register the following files with command regsvr32
c:\winnt\system32\FILENAME.YYY
(Replace FILENAME.YYY with the following file names)
msi.dll
msisip.dll
msihnd.dll
3. Unregister and then register msiexec with the commands
c:\winnt\system32\msiexec /unregserver
c:\winnt\system32\msiexec /regserver
4. Open the registry and check the ImagePath under
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSIServer. Does it
point to the correct path? It should be something like:
C:\WINNT\System32\MsiExec.exe /V
5. Reboot the computer and retry the installation
6. If it still doesn't work, look into KB artcle Q315346
http://support.microsoft.com/support/kb/articles/Q315/3/46.ASP
--
Todd J Heron, MCSE
Windows Server 2003/2000/NT; CCA
----------------------------------------------------------------------------
This posting is provided "as is" with no warranties and confers no rights |
|