Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Windows Installer 3.1 V2 ( redictributable) is NOT installing prop

Reply
Thread Tools Display Modes

Windows Installer 3.1 V2 ( redictributable) is NOT installing prop

 
 
SunRise
Guest
Posts: n/a

 
      06-25-2006
Hi
Following is the patch 'Windows update" tried to install but
failed with just the message "Updates were unable to be installed"

I downloaded this patch WindowsInstaller-3.1_KB893803-v2-x86.exe ,
from Microsoft site and tried to install; but it is not successful.

It tried to install and at the end of installation it displayed a window
"Access Denied" and installation failed ( and rolled-back).

Then it prompted to reboot PC.

Now , this is blocking all other Windows updates as well installing other
Windows Programs which use Windows-Installer feature.

After spending an hour searching Microsoft website and Googling, still the
issue is NOT fixed.

Your suggestion to fix this would be very much appreciated.


thanks in advance!

Best Regards
VETRI

SCM Consultant - IBM-Rational & OpenSource Tools.

www.Global-Software-Engineering.com


 
Reply With Quote
 
 
 
 
realcestmoi
Guest
Posts: n/a

 
      06-26-2006

"SunRise" <> wrote in message
news:B23121FA-CF1A-4051-A2E5-...
> Hi
> Following is the patch 'Windows update" tried to install but
> failed with just the message "Updates were unable to be installed"
>
> I downloaded this patch WindowsInstaller-3.1_KB893803-v2-x86.exe ,
> from Microsoft site and tried to install; but it is not successful.
>
> It tried to install and at the end of installation it displayed a window
> "Access Denied" and installation failed ( and rolled-back).
>
> Then it prompted to reboot PC.
>
> Now , this is blocking all other Windows updates as well installing other
> Windows Programs which use Windows-Installer feature.
>
> After spending an hour searching Microsoft website and Googling, still the
> issue is NOT fixed.
>
> Your suggestion to fix this would be very much appreciated.
>
>
> thanks in advance!
>
> Best Regards
> VETRI
>
> SCM Consultant - IBM-Rational & OpenSource Tools.
>
> www.Global-Software-Engineering.com
>
>



 
Reply With Quote
 
realcestmoi
Guest
Posts: n/a

 
      06-26-2006
This might solve your problem:

At the command prompt, type the following commands, pressing ENTER after
each line:



net stop cryptsvc

ren %systemroot%\System32\Catroot2 oldcatroot2

net start cryptsvc

exit





NB: Make sure the filenames are *both* entered as *catroot2, not catroot;
ie, don't forget the "2" at the end of catroot.





At the command prompt:







cd \windows\system32

ren msi.dll msi.old

ren msihnd.dll msihnd.old

ren msiexec.exe msiexec.old

exit



Restart the computer.

On the desktop, double-click WindowsInstaller-KB893803-x86.exe.

Follow the prompts to complete the installation.

Restart the computer.

Double-click the desktop installer file and see if that solves your problem.



It worked for me.



Best regards,



Michel Denie


"SunRise" <> wrote in message
news:B23121FA-CF1A-4051-A2E5-...
> Hi
> Following is the patch 'Windows update" tried to install but
> failed with just the message "Updates were unable to be installed"
>
> I downloaded this patch WindowsInstaller-3.1_KB893803-v2-x86.exe ,
> from Microsoft site and tried to install; but it is not successful.
>
> It tried to install and at the end of installation it displayed a window
> "Access Denied" and installation failed ( and rolled-back).
>
> Then it prompted to reboot PC.
>
> Now , this is blocking all other Windows updates as well installing other
> Windows Programs which use Windows-Installer feature.
>
> After spending an hour searching Microsoft website and Googling, still the
> issue is NOT fixed.
>
> Your suggestion to fix this would be very much appreciated.
>
>
> thanks in advance!
>
> Best Regards
> VETRI
>
> SCM Consultant - IBM-Rational & OpenSource Tools.
>
> www.Global-Software-Engineering.com
>
>



 
Reply With Quote
 
Michael Jennings
Guest
Posts: n/a

 
      06-26-2006
MowGreen said: "Apparently corruption in the Catroot2 folder is what
caused the Access is denied error when the update was attempting to
backup the uninstall registry key," commenting on this fix by W S:

http://groups.google.com/group/micro...7fd12bae7ec49d

-Rename the Catroot2 folder, and then try to install the program again.
To rename the Catroot2 folder, follow these steps:
-Click Start, and then click Run.
-In the Open box, type cmd, and then click OK.
-At the command prompt, type the following commands, pressing ENTER
after each line:
net stop cryptsvc
ren %systemroot%\System32\Catroot2 catroot2old
net start cryptsvc
exit
-Important: Do not rename the Catroot folder. The Catroot2 folder is
automatically recreated by Windows, but the Catroot folder is not recreated
if it is renamed.

"SunRise" <> wrote in message news:B23121FA-CF1A-4051-A2E5-...
> Hi
> Following is the patch 'Windows update" tried to install but
> failed with just the message "Updates were unable to be installed"
>
> I downloaded this patch WindowsInstaller-3.1_KB893803-v2-x86.exe ,
> from Microsoft site and tried to install; but it is not successful.
>
> It tried to install and at the end of installation it displayed a window
> "Access Denied" and installation failed ( and rolled-back).
>
> Then it prompted to reboot PC.
>
> Now , this is blocking all other Windows updates as well installing other
> Windows Programs which use Windows-Installer feature.
>
> After spending an hour searching Microsoft website and Googling, still the
> issue is NOT fixed.
>
> Your suggestion to fix this would be very much appreciated.
>
>
> thanks in advance!
>
> Best Regards
> VETRI
>
> SCM Consultant - IBM-Rational & OpenSource Tools.
>
> www.Global-Software-Engineering.com
>
>



 
Reply With Quote
 
realcestmoi
Guest
Posts: n/a

 
      06-30-2006
Echo?

Best regards,

Michel Denie


"Michael Jennings" <> wrote in message
news:...
> MowGreen said: "Apparently corruption in the Catroot2 folder is what
> caused the Access is denied error when the update was attempting to
> backup the uninstall registry key," commenting on this fix by W S:
>
> http://groups.google.com/group/micro...7fd12bae7ec49d
>
> -Rename the Catroot2 folder, and then try to install the program again.
> To rename the Catroot2 folder, follow these steps:
> -Click Start, and then click Run.
> -In the Open box, type cmd, and then click OK.
> -At the command prompt, type the following commands, pressing ENTER
> after each line:
> net stop cryptsvc
> ren %systemroot%\System32\Catroot2 catroot2old
> net start cryptsvc
> exit
> -Important: Do not rename the Catroot folder. The Catroot2 folder is
> automatically recreated by Windows, but the Catroot folder is not
> recreated
> if it is renamed.
>
> "SunRise" <> wrote in message
> news:B23121FA-CF1A-4051-A2E5-...
>> Hi
>> Following is the patch 'Windows update" tried to install but
>> failed with just the message "Updates were unable to be installed"
>>
>> I downloaded this patch WindowsInstaller-3.1_KB893803-v2-x86.exe ,
>> from Microsoft site and tried to install; but it is not successful.
>>
>> It tried to install and at the end of installation it displayed a window
>> "Access Denied" and installation failed ( and rolled-back).
>>
>> Then it prompted to reboot PC.
>>
>> Now , this is blocking all other Windows updates as well installing other
>> Windows Programs which use Windows-Installer feature.
>>
>> After spending an hour searching Microsoft website and Googling, still
>> the
>> issue is NOT fixed.
>>
>> Your suggestion to fix this would be very much appreciated.
>>
>>
>> thanks in advance!
>>
>> Best Regards
>> VETRI
>>
>> SCM Consultant - IBM-Rational & OpenSource Tools.
>>
>> www.Global-Software-Engineering.com
>>
>>

>
>



 
Reply With Quote
 
Michael Jennings
Guest
Posts: n/a

 
      07-01-2006
Singapore had your problem. Suspecting that SunRise's search wasn't
thorough, I rooted around on Google while you posted your second,
non-blank reply. Two say the same reinforces the answer - this occurs
frequently due to server lag and users not refreshing the newsgroup.

"realcestmoi" <> wrote in message news:%23FA$...
> Echo?
>
> Best regards,
>
> Michel Denie



 
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
Error installing Windows Installer 3.1 SteveCameronInc Windows Update 1 01-06-2006 07:36 PM
Problems Installing Windows Installer 3.1 Histtin Windows Update 0 10-27-2005 01:03 AM
Re: Windows Installer doesn't work after installing SP2 Torgeir Bakken \(MVP\) Windows Update 0 09-07-2004 08:48 PM
Windows Installer doesn't work after installing SP2 Ed Windows Update 0 09-07-2004 06:24 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