A possible solution to Windows Installer problems

While browsing this forum I saw some posts about problems of Windows Installer. Never thought I could face any of them since my system run perfectly. Until yesterday when I tried to install Alcohol 120% 1.3.1.904 and McAfee VirusScan Pro 7. Upon istallatiion starting a window kept popping up saying:

"The Windows Installer Service could not be accessed. You may be running in Safe mode or Windows Installer may not be correctly installed"

After searching through Microsoft I found the solution to my probs and I wanna share it with you (You may read the following or visit: _h**p://support.microsoft.com/support/kb/articles/Q315/3/46.asp)

-------------------------------------
Click Start, and then click Run.

In the Open box, type regedit, and then click OK.

Locate and click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSIServer

In the right pane of the Registry Editor window, double-click ImagePath.

In the Edit String dialog box that appears, make sure that the string in the Value data box contains the correct path to the

Msiexec.exe file. The following is the correct path, where C is the drive in which Windows is installed:

C:\Windows\System32\msiexec.exe /V (for Win9x/ME)
C:\WINNT\System32\msiexec.exe /V (for WinNT/2k)

Click Exit on the File menu to quit Registry Editor.

Start your computer in Safe mode, and then register the Msiexec.exe file. To do so:

Shut down your computer, and then restart your computer.

When you see the Please select the operating system to start message, press F8.

On the Windows Advanced Option menu, use the ARROW keys to select Safe Mode, and then press ENTER.

If you are have a dual-boot system or multi-boot system, select the version of Microsoft Windows you encountered the installer problems from the list that appears, and then press ENTER.

Log on to the computer.

Click Start, and then click Run.

In the Open box, type the following line, and then click OK:

msiexec /regserver

Shut down your computer, and then restart your computer normally
-----------------------------------------------

Hope this helps some of you. Surely helped me
 
thx for the info, i needed that some time ago but i solved it on my own. i'm sure someone needs it.
one little thing:
C:\Windows\System32\msiexec.exe /V (for Win9x/ME)
that path would be for winxp, win9x/me don't have a system32 folder. on these OS it's just
C:\Windows\System\msiexec.exe /V
FortiTude
 
FortiTude said:
...that path would be for winxp, win9x/me don't have a system32 folder. on these OS it's just
C:\Windows\System\msiexec.exe /V
FortiTude
Hi fortitude

You are right:

The file msiexec.exe is in the Windows\System folder, but in my Windows 98SE, I have too the Windows\System32 folder...

:cool:
 
just after installing windows you don't have that folder, but some bad driver or software installations create that folder , i got a winnt/system folder in my win2k system but only very few files in it, but i don't know if they are needed, perhaps i'll try to rename it and see if everything still works ...
FortiTude
 
I think that the point isn't if the windows\system32 folder exists.

The point is that you have to put in your registry where the msiexec is located (using of course a certain procedure).
 
Top