Problems with istallation windows updates

Problems with this Update for Microsoft Security Essentials - 4.6.305.0 (KB2965031). I  can't install this update. the same problem i have with 8 more updates. my system is win 7 64bit.

Hi,
As
Andreas mentioned, more information would be helpful for troubleshooting, like the symptom and error code.
Meanwhile, you can refer to this following article to fix the windows update installation issue:
Unable to install updates in Windows Vista, Windows 7, Windows Server 2008 and Windows Server 2008 R2
http://support2.microsoft.com/kb/2509997
And this link for the specific failed update
http://answers.microsoft.com/en-us/protect/forum/mse-protect_start/update-for-microsoft-security-essentials-463050/e30e1aaa-2457-4317-a238-e03fa85f222a
Yolanda Zhu
TechNet Community Support

Similar Messages

  • Problems with the windows update site in 32-bit Vista Business

    Hi Everyone,
    I am experiencing problems with the windows update site. As far as I know it shold make a link to the Windows Update module on-board and show the available updates after scanning. However, I get to the page that says "Checking if your computer has the latest version of Windows updating software for use with this website" and the next page I get is "The website has encountered a problem and cannot display the page you are trying to view". The error number is 0x80070002. I go to the knowledge base and delete the content of the Data Store folder as advised, but to no use at all. Active X controls are enabled Java is working fine. I've cleaned the register and everything, did a complete scan with Onecare as advised by Microsoft, which did not find anything but again the same error message. I am using KIS 2009 and I am sure I have no viruses or any other malware. I even tried to go to the update site with the KIS switched off but to no avail too. On the other hand I don't have problems with the automtic updates and when I run a manual update from the Update module everything is OK. Do you have any suggestion as to what might be the issue with the website updates?
    P.S. I am using 32-bit Windows Vista Business on a Lenovo W500.

    hello
    You may be having a problem with the windows update agent.Since its a problem relating to windows update microsoft support personnel may help you out.follow this link and contact them by chat or email
    http://support.microsoft.com/common/international.aspx?gprid=6527&acty=Start&ctl=Region&wf=Workflow&... 
    Cheers and regards,
    • » νιנαソѕαяα∂нι ѕαмανє∂αм ™ « •
    ●๋•کáŕádhí'ک díáŕý ツ
    I am a volunteer here. I don't work for Lenovo

  • Problem with Carbon window Updating...

    I have made a simple window in my nib file. And I want it to display a string and update the window every time it needs to.
    here is my code:
    #include <iostream>
    #include <Carbon/Carbon.h>
    using namespace std;
    pascal OSStatus WindowEventHandler(EventHandlerCallRef handlerRef,
                                               EventRef event, void *userData);
    void UpdateWindow(WindowRef window);
    int main(int argc, char* argv[]){
         IBNibRef     nibRef;
         WindowRef     window;
         OSStatus     err;
         EventTargetRef target;
         EventHandlerUPP handlerUPP;
         EventTypeSpec windowEvent;
         windowEvent.eventClass = kEventClassWindow;;
         windowEvent.eventKind = kEventWindowDrawContent;
         err = CreateNibReference(CFSTR("main"), &nibRef);
         err = SetMenuBarFromNib(nibRef, CFSTR("MenuBar"));
         err = CreateWindowFromNib(nibRef,CFSTR("MainWindow"), &window);
         DisposeNibReference(nibRef);
         target = GetWindowEventTarget(window);
         handlerUPP = NewEventHandlerUPP(WindowEventHandler);
         InstallEventHandler(target, handlerUPP, 1, &windowEvent, (void *) window,NULL);
         ShowWindow(window);
         RunApplicationEventLoop();
         return 0;
    pascal OSStatus WindowEventHandler(EventHandlerCallRef handlerRef,
                                              EventRef event, void *userData)
         cout << "entered the function\n";
         OSStatus result = eventNotHandledErr;
         UInt32 eventKind;
         WindowRef window;
         window = (WindowRef)userData;
         eventKind = GetEventKind(event);
         if(eventKind == kEventWindowDrawContent)
              UpdateWindow(window);
         return result;
    void UpdateWindow(WindowRef window)
         cout << "updatewindow\n";
         FMFontFamily fontFamily;
         SetPortWindowPort(window);
         fontFamily = FMGetFontFamilyFromName("\pTimes");
         TextFont(fontFamily);
         TextFace(bold + italic);
         TextSize(24);
         MoveTo(30,60);
         DrawString("\pThis is drawn from code!");
    The problem is that no string is drawn inside the window. Xcode's console doesn't even display the messages I have put that show that the command event handler has been activated. Can someone show me what am I doing wrong?

    it still doesn't work. here is my code:
    #include <iostream>
    #include <Carbon/Carbon.h>
    using namespace std;
    pascal OSStatus WindowEventHandler(EventHandlerCallRef handlerRef,
    EventRef event, void *userData);
    void UpdateWindow(WindowRef window);
    int main(int argc, char* argv[]){
    IBNibRef nibRef;
    WindowRef window;
    OSStatus err;
    EventTargetRef target;
    EventHandlerUPP handlerUPP;
    EventTypeSpec windowEvent;
    windowEvent.eventClass = kEventClassWindow;;
    windowEvent.eventKind = kEventWindowDrawContent;
    err = CreateNibReference(CFSTR("main"), &nibRef);
    err = SetMenuBarFromNib(nibRef, CFSTR("MenuBar"));
    err = CreateWindowFromNib(nibRef,CFSTR("MainWindow"), &window);
    DisposeNibReference(nibRef);
    target = GetWindowEventTarget(window);
    handlerUPP = NewEventHandlerUPP(WindowEventHandler);
    err = InstallStandardEventHandler(target);
    InstallEventHandler(target, handlerUPP, 1, &windowEvent, (void *) window,NULL);
    ShowWindow(window);
    RunApplicationEventLoop();
    return 0;
    pascal OSStatus WindowEventHandler(EventHandlerCallRef handlerRef,
    EventRef event, void *userData)
    cout << "entered the function\n";
    OSStatus result = eventNotHandledErr;
    UInt32 eventKind;
    WindowRef window;
    window = (WindowRef)userData;
    eventKind = GetEventKind(event);
    if(eventKind == kEventWindowDrawContent)
    UpdateWindow(window);
    return result;
    void UpdateWindow(WindowRef window)
    cout << "updatewindow\n";
    FMFontFamily fontFamily;
    SetPortWindowPort(window);
    fontFamily = FMGetFontFamilyFromName("\pTimes");
    TextFont(fontFamily);
    TextFace(bold + italic);
    TextSize(24);
    MoveTo(30,60);
    DrawString("\pThis is drawn from code!");
    }

  • I keep getting the following error message when I try to update my itunes, "There is a problem with this windows installer package. Aprogram run as part of the set up did not finish as expected.  Contact your support personnel or package vendor."

    I keep getting the following error message when I try to update my itunes, "There is a problem with this windows installer package. Aprogram run as part of the set up did not finish as expected.  Contact your support personnel or package vendor."

    Yes, I had found a similar solution also.  I'm running XP Pro, SP3.  I went Control Panels/ Add-Remove programmes/apple software update/ change/ repair.  Then run the 10.5 exe.
    While the programme updated from version 8 of iTunes, my new iTunes is now a mess.  Not all of my music was in the same folder previously but it all showed up on iTunes.  Now many albums have been left out, some have only a few tracks and some have two copies of some tracks as well as having other tracks missing.  I haven't begun to work on that.

  • I'm not able to download Itunes.  I keep getting this Apple Software Update message that states "There is a problem with this Windows installer package.  A program required for this install to complete could not be run.  Contact your package vendor"

    Not able to access Itunes store anymore.  Just quit working for no reason.  I've tried deleting Itunes and related components from the Control Panel, but when I try to remove Apple Software Update, I get a message that states "There is a problem with this Windows installer package.  A program required for this install to complete could not be run.  Contact your support personnel or package vendor".  Not sure what this message means.  Am I suppose to contact Apple ?  What is meant by package vendor ?

    Apparently it's an itunes issue. I just tried to update and got the same issue. Called att to activate my iphone 4s and they say they can do the swap but apple is telling them itunes is down atm.  So will have to wait

  • I am trying to update to iTunes 10.5 and am getting a Apple Software update error. "There is a problem with this Windows Installer Package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. ??

    I am trying to update to iTunes 10.5 and am getting a Apple Software update error. "There is a problem with this Windows Installer Package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. ?? I can't uninstall the Apple Software Update from my Control Panel. It states "Fatal error during installation" Please HELP!!!

    I am experiencing the exact same issue during the installtion process for iTunes 10.5.
    I uninstalled all Apple components but when I attempted to uninstall the Apple Software Update I received the same message: "Fatal error during installtion." I was able to repair the Apple Software Update but still could not install iTunes 10.5 afterwards.
    I have tried everything that I could find on these discussions pages as well as other suggestions on third party sites. I continue to receive the error message: "There is a problem with this Windows Installer Package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor.
    I was able to uninstall and reinstall QuickTime 7.7.1. During the reinstalltion process I received the same message (There is a problem with this Windows Installer Package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor.) But after clicking "OK" the installtion process was succesful. PLEASE HELP!

  • I am trying to update my iPhone software but to do so I needed to update iTunes.  When I try to do that, I keep getting this error message" "There is a problem with this Windows Installer Package. A program required for this install to complete could not

    I am trying to update my iPhone software but to do so I needed to update iTunes.  When I try to do that, I keep getting this error message" "There is a problem with this Windows Installer Package. A program required for this install to complete could not....

    Try the following user tip:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • I need to Uninstall Apple Software Update. I am getting error. "There is a problem with this Windows Installed package.

    My itunes stopped working. I uninstalled/reinstalled. But it would not complete reinstall. Started with Quicktime not loading. I have tried to install Quicktime individually. Still nothing. I now am trying to uninstall ALL itunes/Apple to attempt reinstall. But the Apple Software Update will not remove. I get the error :THERE IS A PROBLEM WITH THIS WINDOWS INSTALLER PACKAGE. A PROGRAM REQUIRED FOR THIS INSTALL TO COMPLETE COULD NOT BE RUN. CONTACT YOUR SUPPORT PERSONNEL OR PACKAGE VENDOR.

    Hey madnest,
    Thanks for the question. After reviewing your post, it sounds like you are having difficulty installing iTunes in Windows. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    Issues installing iTunes or QuickTime for Windows
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • When tried to update my itunes to 10.5 I got this message: There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor.

    I got the iPod touch, when i went to connect it to my computer to upload my music to it, It said that I need to upgrade to 10.5 but when I did I got the message below. So I tried uninstalling itunes and quick time and I cant download it at all and still get the message below. I have NO itunes on my computer now.  =(
    The message I get is::
         There is a problem with the Window installer package. A program required for this intall to complete could not be run. Contact your support personnel or package venfor.
    I have no idea what this message means or what to do....

    There is a problem with the Window installer package. A program required for this intall to complete could not be run. Contact your support personnel or package venfor.
    Perhaps let's first try updating your Apple Software Update.
    Launch Apple Software Update ("Start > All Programs > Apple Software Update"). Does it launch and offer you a newer version of Apple Software Update? If so, choose to install just that update to Apple Software Update. (Deselect any other software offered at the same time.)
    If the ASU update goes through okay, try another iTunes install. Does it go through without the errors this time?

  • Apple software update 2.1.3 is giving error  "There is a problem with this Windows Installer package. A program required for this install to complete could not be run."

    Apple Software Update 2.1.3.127 will not install i keep getting the error
    “There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your personnel package vendor. ”
    i have tried to uninstall itunes and reinstall and i can not get it to install

    Try the following user tip:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • HT1926 When I try to update ITunes on my PC (Windows XP), the repeated message is "There is a problem with this Windows Installer package.  A program required for this install to complete could not be run.  Contact your support personnel or package vendor

    How to update ITunes on my PC (Windows XP)?? Repeated attempts produce this messsage: "There is a problem with this Windows Installer package.  A program required for this install to complete could not be run.  Contact your support personnel or package vendor."  I have an older version of ITunes on the computer.  Why can't I update it?
    MMettler

    Repair your Apple software update.
    Go to START > ALL PROGRAMS > Apple Software Update. If it offers you a newer version of Apple Software Update, do it but Deselect any other software offered at the same time. Once done, try another iTunes install
    If you don't find ASU, go to Control Panel:
    START > CONTROL PANEL/ > Add n Remove Programs, highlight ASU and click CHANGE then REPAIR

  • Error when downloading itunes 10.5 that says Product: Apple Software Update -- Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package ven

    Each time I attempt to download the new itunes 10.5 I keep getting the following error message:
    Product: Apple Software Update -- Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action SoftwareUpdate_UnregServer, location: C:\Program Files\Apple Software Update\SoftwareUpdate.exe, command: /UnregServer
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Any Ideas of how to solve this one?

    After reading all these posts, one by one did not resolve my problem until I got the very end.  Regardless of what step would resolve your problem, these are the steps I would recomment to everyone for a what seems to be a safe and fool-proof upgrade to iTunes 10.5.
    1. Stand alone upgrade to the latest Quicktime version
    2. Go to control panel and "change" then select repair to the following applications in the order specified by the post on Oct 27. (Notice I skipped Quicktime because it had been upgrade manually,and Bonjour did not have a "repair" option)
    iTunes; Apple Software Update: Mobile Device Support; Apple Applications Support
    Some of these applications may not appear if they do not apply to your configuration (no iPhone, or no iPad, or other apple devices).
    Once all updated, I did not need to restart nor launch any applications, I simply went straight into the 10.5 upgrade, and where it normally got stuck, this time the installation continued for a while longer until it completed successfully.
    Great work everyone who contributed!  Thank you very much!

  • I'm trying to update itunes and keep getting the message"There is a problem with this windows installer package. A program required for this install to complete could not be run. Contact your support personal or package vendor"  Anyone know now to fix?

    I keep getting the message" There ais a problem with this windows Installer Package. A program required for this install to complete could not be run. Contact your support personnal or package vendor".  I get this whentrying to update itunes. 
    Does anyone have a idea how to fix this/
    Thanks

    Try the following user tip:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • I went to update my itunes and I get the following message:  there is a problem with this windows installer package, a program required for this install to complete could not be run.  I uninstalled the old itune and reinstalled the new one and i get the s

    I went to upgrade itunes and when it finally downloaded, i got the following message:  There is a problem with this windows installer. A program required for this install to complete could not be run.
    I was advised to unistall the old itune, which i did and then loaded the latest itune 10.5 i think.  It dowloaded fine to a point and before finishing, it came up with the same message.
    Is the problem with the itune installer or my windows installer on my laptop?

    Repair your Apple software update.
    Go to START/ALL PROGRAMS/Apple Software Update. If it offers you a newer version of Apple Software Update, do it but Deselect any other software offered at the same time. Once done, try another iTunes install
    If you don't find ASU, go to Control Panel:
    START/CONTROL PANEL/Programs n Features/highlight ASU and click REPAIR,

  • I keep getting a message that "There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected." when I try to download iTunes 10.5. So I can't update it. How can it be fixed?

    When I try to download iTunes 10.5, I keep getting the message "There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected." Therefore I can't update my iTunes to the new version. How can I solve this? I don't want to pay for technical support as this seems to be a problem with the iTunes package Apple is providing itself by that message.

    Hello, hartadrian.
    I would recommend attempting to repair the Apple Software Update via the steps below.  Once processed attempt to download, update or install iTunes 11. 
    How to repair Software Update for Windows
    http://support.apple.com/kb/TA24326
    If you are still experiencing the issue, completely remove all components of iTunes in the order specified of the article below.  Once this has been processed, attempt to download and install iTunes 11. 
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/HT1923
    If you experiencing errors when removing components of iTunes, follow the steps in the article below. 
    "The feature you are trying to use is on a network resource that is unavailable" alert when removing Apple software in Windows
    http://support.apple.com/kb/TS3704
    Cheers,
    Jason H. 

Maybe you are looking for