Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Windows Installer Services ERROR

Reply
Thread Tools Display Modes

Windows Installer Services ERROR

 
 
JSego
Guest
Posts: n/a

 
      12-15-2006
For some strange reason I can't delete/remove any programs. I get Error 1719,
Windows Installer not accessed.
This other problem might be a different problem but when I try to
Download/install any updates I get the error;
"Files required to use Windows Update are no longer registered or installed
on your computer." I try to install and register the software but I end up
back at the same error.
Thx in Advance,
JSego
 
Reply With Quote
 
 
 
 
TaurArian [MS-MVP]
Guest
Posts: n/a

 
      12-16-2006
The "Windows Installer Service Could Not Be Accessed" Error Message appears When You
Add or Remove Program - 1719
http://support.microsoft.com/default...b;en-us;315346

With regard to the other problem about Files required to use Windows Update are not
longer registered etc

Some have reported that simply re-registering the MSXML3.DLL seems to fix the
problem.
1. Click Start.
2. Choose Run.
3. In the Run box, type: regsvr32 MSXML3.DLL
Press okay

If that hasn't helped you may need to re-registered some more files:

1. Click Start.
2. Choose Run.
3. In the Run box, type (pressing okay after each one) :-

net stop wuauserv

Repeat for the following:
regsvr32 wuapi.dll
regsvr32 wups.dll
regsvr32 wuaueng.dll
regsvr32 wuaueng1.dll
regsvr32 wucltui.dll
regsvr32 wuweb.dll
regsvr32 MSXML3.dll
regsvr32 qmgr.dll
regsvr32 qmgrprxy.dll
regsvr32 jscript.dll

net start wuauserv


--

==================================
TaurArian [MS-MVP] 2005-2007 - Australia
==================================
http://www.dts-l.org/goodpost.htm
Need more help? http://support.microsoft.com/?scid=ph;en-us;6527
Get Safe online: http://www.getsafeonline.org/
(Links to web pages and MSKB Articles are posted for the purposes of keeping the
information current)


"JSego" <> wrote in message
news:F409AC90-C25D-4519-B555-...
| For some strange reason I can't delete/remove any programs. I get Error 1719,
| Windows Installer not accessed.
| This other problem might be a different problem but when I try to
| Download/install any updates I get the error;
| "Files required to use Windows Update are no longer registered or installed
| on your computer." I try to install and register the software but I end up
| back at the same error.
| Thx in Advance,
| JSego


 
Reply With Quote
 
mikeh
Guest
Posts: n/a

 
      05-04-2007
TaurArian, thanks for these instructions - do they apply to Vista Ultimate
32bit as well as XP? I cannot install or uninstall any programs that use MSI,
getting the dreaded "Error 1719" when I try to install a program. I tried
your 'fixes' (below) but they failed to help. Some of the registrations
failed with either 0x80070005, 0x80020009 or 0x80004005. I've tried all the
other fixes that I've found on the web but none work. Any ideas?


"TaurArian [MS-MVP]" wrote:

> The "Windows Installer Service Could Not Be Accessed" Error Message appears When You
> Add or Remove Program - 1719
> http://support.microsoft.com/default...b;en-us;315346
>
> With regard to the other problem about Files required to use Windows Update are not
> longer registered etc
>
> Some have reported that simply re-registering the MSXML3.DLL seems to fix the
> problem.
> 1. Click Start.
> 2. Choose Run.
> 3. In the Run box, type: regsvr32 MSXML3.DLL
> Press okay
>
> If that hasn't helped you may need to re-registered some more files:
>
> 1. Click Start.
> 2. Choose Run.
> 3. In the Run box, type (pressing okay after each one) :-
>
> net stop wuauserv
>
> Repeat for the following:
> regsvr32 wuapi.dll
> regsvr32 wups.dll
> regsvr32 wuaueng.dll
> regsvr32 wuaueng1.dll
> regsvr32 wucltui.dll
> regsvr32 wuweb.dll
> regsvr32 MSXML3.dll
> regsvr32 qmgr.dll
> regsvr32 qmgrprxy.dll
> regsvr32 jscript.dll
>
> net start wuauserv
>
>
> --
>
> ==================================
> TaurArian [MS-MVP] 2005-2007 - Australia
> ==================================
> http://www.dts-l.org/goodpost.htm
> Need more help? http://support.microsoft.com/?scid=ph;en-us;6527
> Get Safe online: http://www.getsafeonline.org/
> (Links to web pages and MSKB Articles are posted for the purposes of keeping the
> information current)
>
>
> "JSego" <> wrote in message
> news:F409AC90-C25D-4519-B555-...
> | For some strange reason I can't delete/remove any programs. I get Error 1719,
> | Windows Installer not accessed.
> | This other problem might be a different problem but when I try to
> | Download/install any updates I get the error;
> | "Files required to use Windows Update are no longer registered or installed
> | on your computer." I try to install and register the software but I end up
> | back at the same error.
> | Thx in Advance,
> | JSego
>
>
>

 
Reply With Quote
 
TaurArian [MS-MVP]
Guest
Posts: n/a

 
      05-09-2007
Not familiar with Vista - 80070005 is Access Denied - there is a problem with a registry
key most likely.
0x80004005 - generally relates to being unable to check licence

Suggest you contact MS:

How to obtain assistance from MS Support
http://support.microsoft.com/
Assisted Support - Get help from a support professional. Support options for your product
could include phone, chat, or e-mail assistance.
Select a product for Assisted Support

There is no charge for support issues with Windows Update.

--
====================================
TaurArian [MS-MVP] 2005-2007 - Australia
====================================
How to make a good post: http://www.dts-l.org/goodpost.htm
Backup and data recovery: http://www.acronis.com.sg/
Enhancing file system performance: http://www.diskeeper.com/defrag.asp
Defending your machine: http://defendingyourmachine2.blogspot.com/


"mikeh" <> wrote in message
news:89FD06F9-94A7-4496-9762-...
| TaurArian, thanks for these instructions - do they apply to Vista Ultimate
| 32bit as well as XP? I cannot install or uninstall any programs that use MSI,
| getting the dreaded "Error 1719" when I try to install a program. I tried
| your 'fixes' (below) but they failed to help. Some of the registrations
| failed with either 0x80070005, 0x80020009 or 0x80004005. I've tried all the
| other fixes that I've found on the web but none work. Any ideas?
|
|
| "TaurArian [MS-MVP]" wrote:
|
| > The "Windows Installer Service Could Not Be Accessed" Error Message appears When You
| > Add or Remove Program - 1719
| > http://support.microsoft.com/default...b;en-us;315346
| >
| > With regard to the other problem about Files required to use Windows Update are not
| > longer registered etc
| >
| > Some have reported that simply re-registering the MSXML3.DLL seems to fix the
| > problem.
| > 1. Click Start.
| > 2. Choose Run.
| > 3. In the Run box, type: regsvr32 MSXML3.DLL
| > Press okay
| >
| > If that hasn't helped you may need to re-registered some more files:
| >
| > 1. Click Start.
| > 2. Choose Run.
| > 3. In the Run box, type (pressing okay after each one) :-
| >
| > net stop wuauserv
| >
| > Repeat for the following:
| > regsvr32 wuapi.dll
| > regsvr32 wups.dll
| > regsvr32 wuaueng.dll
| > regsvr32 wuaueng1.dll
| > regsvr32 wucltui.dll
| > regsvr32 wuweb.dll
| > regsvr32 MSXML3.dll
| > regsvr32 qmgr.dll
| > regsvr32 qmgrprxy.dll
| > regsvr32 jscript.dll
| >
| > net start wuauserv
| >
| >
| > --
| >
| > ==================================
| > TaurArian [MS-MVP] 2005-2007 - Australia
| > ==================================
| > http://www.dts-l.org/goodpost.htm
| > Need more help? http://support.microsoft.com/?scid=ph;en-us;6527
| > Get Safe online: http://www.getsafeonline.org/
| > (Links to web pages and MSKB Articles are posted for the purposes of keeping the
| > information current)
| >
| >
| > "JSego" <> wrote in message
| > news:F409AC90-C25D-4519-B555-...
| > | For some strange reason I can't delete/remove any programs. I get Error 1719,
| > | Windows Installer not accessed.
| > | This other problem might be a different problem but when I try to
| > | Download/install any updates I get the error;
| > | "Files required to use Windows Update are no longer registered or installed
| > | on your computer." I try to install and register the software but I end up
| > | back at the same error.
| > | Thx in Advance,
| > | JSego
| >
| >
| >


 
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 Error mjappleton@gmail.com Windows Vista Installation 2 08-17-2008 04:34 PM
Cannot access installer services C Windows Vista Installation 0 02-08-2008 11:30 AM
cant install/uninstall programs - windows installer services faile rynner Windows Vista General Discussion 2 01-04-2008 05:16 AM
Windows Services Error on Boot? lowhonor Windows Vista General Discussion 8 04-09-2007 03:41 AM
Windows Media Services Error RCS Windows Media Player 1 05-04-2004 06:42 PM



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