About Windows Installer Service Error Solution

xiaoxiao2021-03-06  63

method one:

Uninstall, reinstall Windows Installer service

First, first stop Windows Installer service with MSIExec / UnregServer.

Second, download INSTMSIW.EXE, unzip it with WinRAR. Enter the directory.

Third, right-click msi.inf, click the installation, right-click Mspatcha.inf, click Install.

Fourth, use MSIExec.exe / RegServer to enable service.

Method Two:

1. If you have installed ACDSEE5.0 (including the Mini Chinese version), uninstall it. If you can't still reinstate Windows

Installer or ACDSee 4.0

2. Run CMD, then run SFC / ScanNow Check System File

3. Run Services.msc, set the Windows Installer service to manual, then re-run

4. Open Task Manager to find and end the Ikernel.exe process, reinstall

5. Real-time protection for disabling anti-virus software

6. Delete C: // Program files // Common files // installshield // Engine // 6 // Intel 32 this article

All files in the folder, then restart the computer, re-run the installer

Or check the page below:

Installer Installing Error Solutions Sunflower Collection Mooet (Translation)

http://www.9cbs.net/develop/Article/18/18184.shtm

Method 3:

This is due to some software production problems caused WINDOWS Installer to work properly.

The recovery steps are as follows:

1. Install Windows Installer2.0 again, run instimsiw.exe

If the service is installed / ", then you will do it directly, otherwise you will reload it!

2. Delete [HKEY_LOCAL_MACHINTROLSET // SYSTEM / / CURRENTCONTROLSET / / SERVICES / / MSISERVER]

Then run instimsiw.exe

3. Trick:

(1) Delete MSISERVER service

Run Regedit, remove the following MSISERVER service

[HKEY_LOCAL_MACHINE // system // currentControlset // Services // msiServer]

Save the following content as unmserver.reg file, then double-click the left mile, merge it into the registry

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

UMSISERVER.REG

Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE // System // CurrentControlSet // Services // MSISERVER]

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;

(2) Delete the file of MSI

The following script is stored as a unmsi.inf file, and then right-click Install on the INF file, then some MSI's DLL is removed. At this time, the SFC mechanism of Windows may warn some system files to be modified to insert the Win2K disc, not睬 睬. This script is I have modified from instimsiw.exe.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;

unmsi.inf

;;;;;;;;;;;;;;;;;

[Version]

Signature = / "$ Windows NT $ /"

Class =% ExceptionClassDesc% classGUID = {F5776D81-AE53-4935-8E84-B0B283D8BCEF}

Provider =% microsoft%

Catalogfile = msi.cat

ComponentId = {2e742517-5d48-4dbd-bf93-48fdcf36e634}; guid assigned to the Windows Installer

Driverver = 03-13-2001, 2.0.2460.1

[SOURCEDISKSNAMES]]

1 =% MSI_MEDIA%

[SOURCEDISKSFILES]]

msi.dll = 1

msihnd.dll = 1

msimsg.dll = 1

Msiexec.exe = 1

MSISIP.DLL = 1

[DestinationDIRS]

MSI.systemfiles = 11;% windir% // system32

Msi.dllcachefiles = 11, dllcache;% windir% // system32 // DLLCache

[DefaultInstall]

Delfiles = msi.systemfiles, msi.dllcachefiles

;

Copyflg_replace_boot_file flag (0x1000) Not Necessary for

Files in the dllcache

;

[Msi.dllcachefiles]

MSI.dll

Msihnd.dll

MSIMSG.DLL

Msiexec.exe

MSISIP.DLL

[Msi.systemfiles]

MSI.dll

Msihnd.dll

MSIMSG.DLL

Msiexec.exe

MSISIP.DLL

[Strings]

Microsoft = / "Microsoft Corporation /"

MSI_MEDIA = / "Microsoft Windows Installer Distribution Media /"

ExceptionClassDesc = / "Microsoft Windows Installer /"

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;

(3) Restart, press the F8 key, enter the security mode with command line, execute the following command

Regsvr32 / u% windir% // msi.dll

Del% windir% // msi.dll

(4) Restart, run instimsiw.exe, install Windows Installer2.0, everything is normal

PS: Microsoft provides a Windows Install Clean UP solution, which is used to process Office 2000 installation issues, but ... common.

转载请注明原文地址:https://www.9cbs.com/read-113978.html

New Post(0)