Share via

Windows Installer (Internal Error 2203)

Anonymous
2013-09-01T10:14:43+00:00

When I try to install Java or Adobe products I get the following error:

Internal Error 2203.

C:\Windows\Installer\inprogressinstallinfo.ipi,

-2147287037

The installer then terminates. I understand it's something to do with ownership and/or permissions but everything I tried so far with C:\Windows\Installer and User\Temp directories didn't work. I've also tried re-installing Windows Installer but after downloading the files, none of them will run either.

 Windows6.0-KB942288-v2-ia64 and Windows6.0-KB942288-v2-x64 both give error; Installer encountered an error: 0x80096002 The certificate for the signer of the message is invalid or not found.

I also tried MicrosoftFixIt which gives error; We're sorry, but the program encountered a runtime error. Please try again later.

***Post moved by the moderator to the appropriate forum topic.***

Windows for home | Previous Windows versions | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

8 answers

Sort by: Most helpful
  1. Anonymous
    2013-09-02T04:28:17+00:00

    Hi Martin,

    This issue may occur if Windows Installer package (.msi) file is damaged or corrupted.

    Is the issue specific while installing Java and Adobe products?

    Method 1:

    If you have not tried this steps already, I would suggest you to add Full Control permissions to Everyone group in the Permissions list of the default Temp folder.

    a)Click Windows Key + R on the keyboard.

    b) Type %temp% and hit Enter.

    c)At the top of the Explorer window, in the address bar, click the folder to the left of Temp in the folder path (Local by default).

    d)In the folder list, right-click the Temp folder and then click Properties. Then click the Security tab.

    e)Click the Edit button and on the next screen click Add.

    f)On the next screen, in the large text window type Everyone and then click Check Names. (Now Everyone should be underlined)

    g)Check the box for Full control under the Allow column, and then click OK.

    h) Then click OK and OK again to close all the windows.

    Method 2:

    If the issue persists, I would suggest you to check whether the Windows Installer service is running or not.

    a. Right-click on Start button and click on Services.

    b. Scroll down and find the Windows Installer. Double-click “Windows Installer” in the Services list.

    c. On the General tab, make sure the service is started under “Service status”.

    d. If the service is not running under Service status, click on Start and then click OK.

    Method 3:

    If the issue persists, I would suggest you to unregister and re-register the Windows Installer.

    a)Click Windows Key + R on the keyboard.

    b) In the "Open" box, type "msiexec /unreg", and then press ENTER.

    c) Click Windows Key + R on the keyboard.

    d) In the "Open" box, type "msiexec /regserver", and then press ENTER.

    Check if the issue is resolved or not.

    Hope this information helps. Reply to the post with updated status of the issue to assist you further.

    40+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2014-06-30T03:24:59+00:00

    This one is a bit old but I found an additional solution to this same error on a system running Windows 8.1.

    Internal Error 2203.

    C:\Windows\Installer\inprogressinstallinfo.ipi,

    -2147287037

    All I did was create a new folder C:\TEMP and then the Java Installer (j2re-1_4_2_19-windows-i586-p) went through without error. My guess that this path is hard coded into the installer. Thought I'd add this as this thread one of the top search results I could find for this error message.

    10+ people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2015-08-31T12:55:06+00:00

    This one is a bit old but I found an additional solution to this same error on a system running Windows 8.1.

    Internal Error 2203.

    C:\Windows\Installer\inprogressinstallinfo.ipi,

    -2147287037

    All I did was create a new folder C:\TEMP and then the Java Installer (j2re-1_4_2_19-windows-i586-p) went through without error. My guess that this path is hard coded into the installer. Thought I'd add this as this thread one of the top search results I could find for this error message.

    Thank you for the suggestion!

    I tried Method 1 2 and 3 which did not work. Then I realized that I changed my system environment variable Temp and Tmp (not user environmental variable) to a folder that does not exist yet. So I created the directory and java installer works.

    Win8.1-32bit, JDK 8-60

    7 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2013-09-28T07:57:13+00:00

    msiexec /unreg   >file cannot be found ...invalid file name

    7 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2017-07-03T05:21:30+00:00

    Thank you for the wonderful suggestion. I was not aware about this kind of utility from Microsoft and it worked awesome !

    Cheers,

    Rahul

    2 people found this answer helpful.
    0 comments No comments