windows installer fails with network manager after update.

  • Thread starter Thread starter jegrau
  • Start date Start date
J

jegrau

After updating clients windows installer fails with running in safe mode
error and I lose the ability to manage network connections.. Tried to test
with the new XP SP3 but same problem.

Does anyone have a fix to this problem?
--
John E. Grau
IT Specialist
Bureau of Land Managment
Miles City Field Office
Miles City MT 59301
 
Run this from command prompt
msiexec /unregister
msiexec /regserver

Check ImagePath under the following key and register Windows Installer
component

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSIServer

Download and run process monitor from sysinternals.com while trying to run
the installer. When the failure shows up, stop monioring and check log for
failures due to access denied etc.

If the issue still persists run the secedit command given in kb 313222.
 
Back
Top