When the Windows Installer service is not properly functioning on our OS, there will be problems while installing Software based on Windows Intsaller. Few ways to overcome such error is as below:
Method 1: Unregister and re-register the Windows Installer
- Click Start, click Run, type MSIEXEC /UNREGISTER, and then click OK. Even if you do this correctly, it may look like nothing occurs.
- Click Start, click Run, type MSIEXEC /REGSERVER, and then click OK. Even if you do this correctly, it may look like nothing occurs, or you may briefly see an hourglass. After you run this command, the operation is complete.
- Try your Windows Installer-based application again.
Method 2: Verify the DCOM permissions
This method involves changing the DCOM default impersonation level to Identify, removing the Msisip.dll file, and then reinstalling SP 3 for Windows 2000.To do this, follow these steps:
- Click Start, click Run, type dcomcnfg, and then click OK.
- On the Default Properties tab:
- In the Default Authentication Level list, click Connect.
- In the Default Impersonation Level list, click Identify, and then click OK.
- Click Start, click Run, type explorer /select, %windir%\system32\msisip.dll, and then click OK.
- Rename the Msisip.dll file as Msisip.old.
- Reinstall Windows 2000 Service Pack 3.
Method 3: Give Full Control permission to the SYSTEM account
- Start Windows Explorer, right-click the computer's root hard drive, and then click Properties.
- Click the Security tab, and then click Add.
- In the Select Users, Computers, or Groups dialog box, click the SYSTEM account, click Add, and then click OK.
- Under Allow, click to select the Full Control check box, and then click OK.
- Click the TEMP folder and then verify that the SYSTEM account has full control.
Method 4: Verify the registry permissions
- Click Start, click Run, then type Regedt32.
- For each of the registry hives, follow these steps:
- Select the hive.
- For Windows XP, on the Edit menu, click Permissions.
For Windows 2000 and Windows NT 4, on the Security menu, click Permissions.
- Verify that the SYSTEM account has been added and that it has Full control. If it does not, add the SYSTEM account with Full control.
Method 5: Fix the broken security key for the MsiServer service
- Start the computer by using Windows 2000.
- Click Start, click Run, type regedit.exe, and then rename the following key to Old_Security:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSIServer\Security
- Restart the computer (you must do this).
- Run Instmsiw.exe for installer 2.0 again; this corrects the broken security key for the MSI service.
315346 Error message when you try to add or remove a program on a computer that is running Windows XP or Windows Server 2003: "The Windows Installer service could not be accessed
(Courtesy: support.microsoft.com)
No comments:
Post a Comment