Jump to content

Windows Installer


josh909
 Share

Recommended Posts

Hi All

Having some major issues with Windows Installer. Running Windows Server 2000 with SP4 installed. I can't see the Windows Installer service in my services. I have tried these along the way :

- Re-installing SP4 won't let me as it required WinInstaller.

- Renaming these files :

msi.dll

msiexec.exe

msihnd.dll

msimsg.dll

msinfo32.dll

msinfo32.exe and re-installing "WindowsInstaller-KB893803-v2-x86.exe"

- Executed the command "Msiexec / unregister" and then "Msiexec /regserver"

- Run sfc /scannow

Any help appreciated.....

Link to comment
Share on other sites

Problem solved. For those interested :

Ensure that the location specified in the registry is the correct path to msiexec.exe is specified in the following registry location:

HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ MSIServer

You should see a value called ImagePath, showing the proper location. If it's missing, add it as a String value with the data being the path to the msiexec.exe file, such as:

c:\winnt\system32\msiexec.exe /V

Be sure to enter the correct path, which will vary based on the version of Windows in use. Once the registry entry is properly set, msiexec.exe must be properly "registered" so that it can be invoked properly when needed to install packages. In the interest of thoroughness, I prefer to unregister it first. This is done from a command prompt, as follows:

msiexec /unregister

Followed by:

msiexec /regserver

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy