Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Installer Errors and Windows Update Errors

Reply
Thread Tools Display Modes

Installer Errors and Windows Update Errors

 
 
NellyPledge
Guest
Posts: n/a

 
      03-20-2008
Recently my Windows installer decided to stop working, giving me errors on
when installing uninstalling. I tried the beta update of installer 4.5 which
had no effect. I had all the apps I needed and decided to leave it be. Now
four Windows updates will not install with a 89B error code. I just tried
the SP1 (standalone as the updates are not working) and I still have the
update error. The msiexec.exe installer error in get is "Internal Error
2203. C:\Windows\Installer\3aae0b7.ipi - 2147024629". I don't even have a
folder called Installer in the Windows directory which is really strange. I
imagine these things are related. I hope there is a fix.
Thanks in advance for peoples time to read and think about this one.

Neil
 
Reply With Quote
 
 
 
 
Robert Aldwinckle
Guest
Posts: n/a

 
      03-21-2008
"NellyPledge" <> wrote in message
news:0791FAD8-BFF1-4726-AE2F-...
> Recently my Windows installer decided to stop working, giving me errors on
> when installing uninstalling. I tried the beta update of installer 4.5 which
> had no effect. I had all the apps I needed and decided to leave it be. Now
> four Windows updates will not install with a 89B error code. I just tried
> the SP1 (standalone as the updates are not working) and I still have the
> update error.


> The msiexec.exe installer error in get is "Internal Error 2203. C:\Windows\Installer\3aae0b7.ipi - 2147024629".


<calc>
- 2147024629 = FFFFFFFF8007010B
<calc>

<cmd_output OS="XPsp2">
E:\>set /a c = 0x10B
267
E:\>net helpmsg %c%

The directory name is invalid.
</cmd_output>


> I don't even have a folder called Installer in the Windows directory which is really strange.
> I imagine these things are related.



Apparently! ; )


> I hope there is a fix.
> Thanks in advance for peoples time to read and think about this one.
>
> Neil



 
Reply With Quote
 
NellyPledge
Guest
Posts: n/a

 
      03-21-2008
Hi, thanks for taking the time to look at my problem.

I'm sorry but i don't quite understand the reply. Are these things i should
carry out in the cmd window?

Neil



"Robert Aldwinckle" wrote:

> "NellyPledge" <> wrote in message
> news:0791FAD8-BFF1-4726-AE2F-...
> > Recently my Windows installer decided to stop working, giving me errors on
> > when installing uninstalling. I tried the beta update of installer 4.5 which
> > had no effect. I had all the apps I needed and decided to leave it be. Now
> > four Windows updates will not install with a 89B error code. I just tried
> > the SP1 (standalone as the updates are not working) and I still have the
> > update error.

>
> > The msiexec.exe installer error in get is "Internal Error 2203. C:\Windows\Installer\3aae0b7.ipi - 2147024629".

>
> <calc>
> - 2147024629 = FFFFFFFF8007010B
> <calc>
>
> <cmd_output OS="XPsp2">
> E:\>set /a c = 0x10B
> 267
> E:\>net helpmsg %c%
>
> The directory name is invalid.
> </cmd_output>
>
>
> > I don't even have a folder called Installer in the Windows directory which is really strange.
> > I imagine these things are related.

>
>
> Apparently! ; )
>
>
> > I hope there is a fix.
> > Thanks in advance for peoples time to read and think about this one.
> >
> > Neil

>
>
>

 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      03-21-2008
"NellyPledge" <> wrote in message
news:40FE2674-A521-4360-AC10-...
> Hi, thanks for taking the time to look at my problem.
>
> I'm sorry but i don't quite understand the reply. Are these things i should
> carry out in the cmd window?



If you like. I'd instead try to find the context of those codes (and their decimal or hex equivalents)
in any diagnostic files that the install attempt would have created.


BTW where are you seeing your "89B error code"? You could try the same technique with it
that I showed you with your other hex code. For example:

<cmd_output OS="XPsp2">
E:\>set /a c = 0x89B
2203
E:\>net helpmsg %c%

The password parameter is invalid.
</cmd_output>

Perhaps you will need to see your administrator? ; )


Good luck

Robert
---


>
> Neil
>
>
>
> "Robert Aldwinckle" wrote:
>
>> "NellyPledge" <> wrote in message
>> news:0791FAD8-BFF1-4726-AE2F-...
>> > Recently my Windows installer decided to stop working, giving me errors on
>> > when installing uninstalling. I tried the beta update of installer 4.5 which
>> > had no effect. I had all the apps I needed and decided to leave it be. Now
>> > four Windows updates will not install with a 89B error code. I just tried
>> > the SP1 (standalone as the updates are not working) and I still have the
>> > update error.

>>
>> > The msiexec.exe installer error in get is "Internal Error 2203. C:\Windows\Installer\3aae0b7.ipi - 2147024629".

>>
>> <calc>
>> - 2147024629 = FFFFFFFF8007010B
>> <calc>
>>
>> <cmd_output OS="XPsp2">
>> E:\>set /a c = 0x10B
>> 267
>> E:\>net helpmsg %c%
>>
>> The directory name is invalid.
>> </cmd_output>
>>
>>
>> > I don't even have a folder called Installer in the Windows directory which is really strange.
>> > I imagine these things are related.

>>
>>
>> Apparently! ; )
>>
>>
>> > I hope there is a fix.
>> > Thanks in advance for peoples time to read and think about this one.
>> >
>> > Neil

>>
>>
>>



 
Reply With Quote
 
mdck
Guest
Posts: n/a

 
      06-22-2008
That last comment was just too confusing wasn't it? Turns out I too have had
the same problem, but I'd be interested to know if you have the same symptoms.

click START, CONTROL PANEL
if a message asks if you want to show this, that's fine. Tell it you do.
so far so good? Ok next, we're just going to look we're not doing anything
else.
click ADD OR REMOVE PROGRAMS
use the scrollbar on the right to scroll downward
you're looking for WINDOWS INSTALLER

That's it. I'd be interested in hearing if it was listed on your computer.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Installer Errors Blake Windows Vista Performance 1 06-02-2008 05:59 AM
explorer errors, program errors, no task manager EmilyD Windows Vista Performance 3 11-14-2007 02:14 AM
Getting Installer Errors (1401, 1402, 1406) bimmer51 Windows Vista Installation 1 05-03-2007 11:05 AM
Installer Errors Dejan Windows Vista Installation 1 09-20-2006 04:34 PM
Windows Installer errors after installing automatic critical update. C.Jefferson Windows Update 1 05-03-2004 06:46 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59