Failed updates on Windows.

Hi there,
I develop an Adobe AIR 2.5 application and I'm getting reports from some Windows users that an update to the application is failing to install. Several customers are reporting the following in their log files:
[2011-03-29:11:32:26] Bootstrapper begin with version 2.5.0.16600 on Win x86
[2011-03-29:11:32:27] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
[2011-03-29:11:32:27] Launching subprocess with commandline "Adobe AIR Application Installer.exe" -silent -location "C:\Program Files\Eye-Fi" -programMenu "C:\Users\STEVES~1\AppData\Local\Temp\AIRC5E6.tmp\Eye-Fi Center"
[2011-03-29:11:32:32] Application Installer begin with version 2.5.1.17730 on Windows 7 x86
[2011-03-29:11:32:32] Commandline is: -silent -location "C:\Program Files\Eye-Fi" -programMenu "C:\Users\STEVES~1\AppData\Local\Temp\AIRC5E6.tmp\Eye-Fi Center"
[2011-03-29:11:32:32] Installed runtime (2.5.1.17730) located at c:\Program Files\Common Files\Adobe AIR
[2011-03-29:11:32:37] Validating app in folder C:\Users\STEVES~1\AppData\Local\Temp\AIRC5E6.tmp\Eye-Fi Center
[2011-03-29:11:33:00] Application signature verified
[2011-03-29:11:33:00] Unpackaging/validation complete
[2011-03-29:11:33:00] No app located for appID 'fi.eye.center' and pubID 'E430518E652B889A80EC0E8A6E532C09FF36DF62.1'
[2011-03-29:11:33:00] Starting silent app installation to C:\Program Files\Eye-Fi. Installing app fi.eye.center.E430518E652B889A80EC0E8A6E532C09FF36DF62.1 version 3.2.19 using the source file at file:///C:/Users/STEVES~1/AppData/Local/Temp/AIRC5E6.tmp/Eye-Fi%20Center
[2011-03-29:11:33:00] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: App already exists" errorID=5007]
[2011-03-29:11:33:00] Application Installer end with exit code 7
[2011-03-29:11:33:00] Subprocess Application Installer failed (7)
[2011-03-29:11:33:00] Bootstrapper end with exit code 7
From the log files, it appears that the installer failed because there's an existing Eye-Fi Center application at c:\Program Files\Eye-Fi. However, the following log entry seems to suggest that there isnt:
[2011-03-29:11:33:00] No app located for appID 'fi.eye.center' and pubID 'E430518E652B889A80EC0E8A6E532C09FF36DF62.1'
So, there's obviously some discrepency between what the installer believes to be installed and what actually is installed.
Anyone run into this issue before? What is the solution?
Sean

It's encouraging to see more and more openness like this from Adobe. If you had any hand in making this bug tracker visible to Adobe AIR developers, I say thank you very much!
So, getting back to the bug at hand, I tried a few things:
1. Tried to install with a completely fresh directory structure. Everything went fine.
2. Tried to install the AIR application when the directory structure looks like this:
     Program Files\
                              Eye-Fi\
                                             Helper\
                                                            ... bunch of Helper related files under here
                                             Eye-Fi Center
                                                            ... this is an empty directory
   and the installation failed with the following error:
[2011-04-08:07:57:56] Bootstrapper begin with version 2.5.0.16600 on Win x86
[2011-04-08:07:57:56] Installed runtime (2.6.0.18730) located at c:\Program Files\Common Files\Adobe AIR
[2011-04-08:07:57:56] Launching subprocess with commandline "Adobe AIR
Application Installer.exe" -silent -location "C:\Program Files\Eye-Fi" -programMenu "C:\Users\irina\AppData\Local\Temp\AIRF736.tmp\Eye-Fi Center"
[2011-04-08:07:57:56] Application Installer begin with version 2.6.0.18730 on Windows 7 x86
[2011-04-08:07:57:56] Commandline is: -silent -location "C:\Program Files\Eye-Fi" -programMenu "C:\Users\irina\AppData\Local\Temp\AIRF736.tmp\Eye-Fi Center"
[2011-04-08:07:57:56] Installed runtime (2.6.0.18730) located at c:\Program Files\Common Files\Adobe AIR
[2011-04-08:07:57:57] Validating app in folder C:\Users\irina\AppData\Local\Temp\AIRF736.tmp\Eye-Fi Center
[2011-04-08:07:58:00] Application signature verified
[2011-04-08:07:58:00] Unpackaging/validation complete
[2011-04-08:07:58:00] No app located for appID 'fi.eye.center' and pubID 'E430518E652B889A80EC0E8A6E532C09FF36DF62.1'
[2011-04-08:07:58:00] Starting silent app installation to C:\Program Files\Eye-Fi. Installing app
fi.eye.center.E430518E652B889A80EC0E8A6E532C09FF36DF62.1 version 3.2.20 using the source file at file:///C:/Users/irina/AppData/Local/Temp/AIRF736.tmp/Eye-Fi%20Center
[2011-04-08:07:58:00] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: App already exists" errorID=5007]
[2011-04-08:07:58:00] Application Installer end with exit code 7
[2011-04-08:07:58:01] Subprocess Application Installer failed (7)
[2011-04-08:07:58:01] Bootstrapper end with exit code 7
As you can see, the command we're passing to the installer is results in the application trying to be installed in a c:\Program Files\Eye-Fi\Eye-Fi Center directory. My application descriptor file looks like:
<application xmlns="http://ns.adobe.com/air/application/2.5">
    <id>fi.eye.center</id>
    <filename>Eye-Fi Center</filename>
    <name>
        <text xml:lang="en_US">Eye-Fi Center</text>
        <text xml:lang="en_GB">Eye-Fi Centre</text>
        <text xml:lang="fr_CA">Eye-Fi Center</text>
        <text xml:lang="fr_FR">Eye-Fi Center</text>
        <text xml:lang="ja_JP">Eye-Fi Center</text>
        <text xml:lang="de_DE">Eye-Fi Center</text>
    </name>
    <versionNumber>1</versionNumber>
    <description>
        <text xml:lang="en_US">Eye-Fi Center</text>
        <text xml:lang="en_GB">Eye-Fi Centre</text>
        <text xml:lang="fr_CA">Eye-Fi Center</text>
        <text xml:lang="fr_FR">Eye-Fi Center</text>
        <text xml:lang="ja_JP">Eye-Fi Center</text>
        <text xml:lang="de_DE">Eye-Fi Center</text>
    </description>
    <supportedProfiles>extendedDesktop desktop</supportedProfiles>
    <copyright>Copyright 2007-2011 Eye-Fi, Inc. All Rights Reserved.</copyright>
    <installFolder>Eye-Fi</installFolder>
    <programMenuFolder>Eye-Fi</programMenuFolder>
So, it kinda looks like the presence of an empty subdirectory called 'Eye-Fi Center' in the c:\Program Files\Eye-Fi could be making the installer think that Eye-Fi Center is already installed.
Any thoughts on how best to resolve this issue?
Thanks again
Sean

Similar Messages

  • How to view failed updates on Windows 2003 Server ?

    Hello,
    Can anyone tell me how I can view what Windows Updates failed and why, on a Windows 2003 server that uses Configuration Manager?
    Thanks
    Stuart 

    You won't find the solution in ConfigMgr. It has done it's job and the updates have been delivered. The fact that the updates cannot install is a Windows problem. You need to be looking at the EVENT logs.
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Windows Update on Windows 7 (x64) on boot camp fails

    Running Windows 7 x64 on Boot Camp and trying to install an "important" update from windows update, but it fails:
    Update for Windows 7 for x64-based Systems (KB2506014) - Published: 4/12/2011.
    I received error code 80073712 and ran System Update Readiness Tool to no avail. Microsoft recommends repairing Windows from the install disc if using that tool fails, but I'm not willing to go that far just yet.
    KB 2506014 title is "Update for the Windows Operating System Loader", so I am wondering if there is something about how Boot Camp is configured that is preventing this from installing.
    Has anyone else running Windows 7 x64 on Boot Camp received the same error for this particular update, or been successful in installing it? It is thus far the only windows update that has failed to install for me.

    KB 2506014 2011-04-13 (important) http://support.microsoft.com/kb/2506014
    Reason description -
    http://www.microsoft.com/technet/security/advisory/2506014.mspx
    Re-download?
    http://www.microsoft.com/downloads/en/details.aspx?FamilyId=348f56f3-eb07-42f4-9 dd2-eadc7251fe34&displaylang=en
    Try Search, pasting data from between {} {"windows 7"+KB2506014+fails} into search argument. This shows problems with Norton etc.
    You could download "Autoruns" to see drivers etc. that are loaded - good coding 606K - from Sysinternals - Mark Russinovich and Bryce Cogswell. http://technet.microsoft.com/en-us/sysinternals/bb545021
    Good for Windows 7, this allows disable of questionable/unwanted drivers
    I uninstall bootcamp wireless etc. drivers such as broadcom, bluetooth that I do not use on Mac Pro.
    There are some utilities not compatible with Windows 7 which you do not want to use.

  • HT1925 After failed update of itunes yesterday, now will not run with error message "MSVCR80.dll can't be found, APSDaemon.exe not running".  Windows 7.

    After failed update of itunes yesterday, now will not run with error message "MSVCR80.dll not found" APSDaemon.exe will not run.  itunes will not now run.

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • Server 2012 (not R2) RODC fails to install Windows Updates

    Good morning all
    Since around October, our 80-odd 2012 (non-R2) RODCs have been failing to install windows updates, rolling them back on reboot. Patches that don't require a reboot are fine. The short version is, please log a call with MS and reference this thread, if you're
    having this issue as currently they're saying they won't fix this!!
    Our product support group opened an official case and reported this with Microsoft and they've found the cause. PLEASE NOTE however, that this relates to RODC and ALL patches failing, not just 3000061 on non-RODC.
    There was some chat relevant to this as originally it was thought KB3000061 was to blame, and a few other people had had the same issue there (see links at the bottom). I think however, that this issue now stands alone as any patch we try to install will
    fail.
    000093 2015-01-23 20:18:30, Info CSI 00000015 Begin executing advanced installer phase 38 (0x00000026) index 4 (sequence 43)
    000094 Old component: [ml:350{175},l:348{174}]"Microsoft-Windows-Web-Services-for-Management-Core, Culture=neutral, Version=6.2.9200.16384, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=wow64, versionScope=NonSxS"
    000095 New component: [ml:350{175},l:348{174}]"Microsoft-Windows-Web-Services-for-Management-Core, Culture=neutral, Version=6.2.9200.17100, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=wow64, versionScope=NonSxS"
    000096 Install mode: install
    000097 Installer ID: {118ca598-79a0-4297-953d-e82183960fd2}
    000098 Installer name: [13]"Group Trustee"
    000099 2015-01-23 20:18:30, Error CSI 00000001@2015/1/23:20:18:30.673 (F) CMIADAPTER: Inner Error Message from AI HRESULT = HRESULT_FROM_NT(STATUS_NOT_SUPPORTED)
    000100 [
    000101 (null)
    000102 ]
    000103 [gle=0x80004005]
    000104 2015-01-23 20:18:30, Error CSI 00000002@2015/1/23:20:18:30.673 (F) CMIADAPTER: AI failed. HRESULT = HRESULT_FROM_NT(STATUS_NOT_SUPPORTED)
    000105 Element:
    000106 [372]"<groupTrustee xmlns="urn:schemas-microsoft-com:asm.v3" name="WinRMRemoteWMIUsers__" description="Members of this group can access WMI resources over management protocols (such as WS-Management via the Windows Remote Management service). This applies only to WMI namespaces that grant access to the user." type="User" enabled="true">
    000107
    000108 <members></members>
    000109
    000110 </groupTrustee>"
    000111 [gle=0x80004005]
    000112 2015-01-23 20:18:30, Error CSI 00000003@2015/1/23:20:18:30.673 (F) CMIADAPTER: Exiting with HRESULT code = HRESULT_FROM_NT(STATUS_NOT_SUPPORTED).
    000113 [gle=0x80004005]
    Cause:
    The installer uses SAM API calls to manage the group. It always connects to the local SAM instance. The component also handles an uninstall task in the same function. On uninstall the group is being deleted.
    So the SAM handle is requested with "Create Group" and "Delete" access.
    The error happens because a RODC does not allow any changes and thus returns STATUS_NOT_SUPPORTED.
    More information about the prevent from accidental deletion feature please refer :
    http://technet.microsoft.com/en-us/library/cc773347(v=WS.10).aspx
    http://technet.microsoft.com/en-us/library/cc739350(v=WS.10).aspx
    Recommendation:
    This is a Bug in the RODC running on server 2012, However you may do an in place upgrade to Server 2012 R2 and then proceed with the installation of the patch.
    The bad news is this is fixed in 2012 R2 with a hotfix - but it isn't fixed in 2012 and it won't be because.. they've only had one official report logged. And that was by us. So, if you want this fixed, you need to start logging this with MS now.
    What I can say just now is that this isn't related to the registry fixes with WinEVT we've all been trying, it's NOT limited to 2008 that has been upgraded in place to 2012 (our product support group replicated it in the lab with a brand new 2012 promoted
    to RODC) and it IS only happening with RODC. Possible fix might be to make your RODC RW for a bit and install your patches then.
    Background reading:
    https://social.technet.microsoft.com/Forums/en-US/f77691d8-a9d0-4714-98ad-71665cfa8965/kb3000061-fails-to-install-on-server-2012?forum=winserver8gen
    https://social.technet.microsoft.com/Forums/en-US/70219bcb-36a8-466e-900b-cbf390db38d2/failure-configuring-windows-updates-reverting-changes-postreboot-status-0x800f0922?forum=winserver8gen

    The error indicates that IIS is returning a "404 not found" error back to the Windows Update Agent.  That might mean that you need to specify the correct port that WSUS is listening on, e.g.:
    WSUSServer=http://yourserver:8530
    Thanks,
    -Michael Niehaus
    Senior Product Marketing Manager, Windows Deployment
    http://blogs.technet.com/mniehaus
    [email protected]

  • I have clicked the Apple  Software Update,a window pops up with Failed to check for updates.The operation couldn t be completed. Operation not permitted.This only occurring now did not happen previously.I am using 10.7.4,on a Mbp Pro.

    I have clicked the Apple > Software Update,a window pops up with >Failed to check for updates.
    The operation could not completed. >Operation not permitted. This is only occuring now.It did not happen
    before.The Apple store in Sydney NSW Australia only reinstalled 10.7.4 Lion yesterday.I have downloaded my
    Itunes song and reinstalled Intego antivirus.Will somebody please advise me what to do.It is 4:03 PM Saturday
    here in Koolewong.
                        richard.

    Uninstall Intego...you don't need it.

  • Every PATCH installation fails after installing Windows Updates

    Hello,
    I want to report an issue which I think is a Windows bug introduced by one of the Windows updates (unfortunately I wasn't able to find out which one of them).
    Here is the test case:
    1. install a fresh copy of Windows on a test machine
    2. install all available Windows Updates (so the system is up to date)
    3. create a sample MSI installer which only installs some dummy files (let's say Product Version 1.0.0) and host it on a web server
    4. install the MSI from the online location using a command line like this:
    msiexec /i http://server/share/package.msi
    5. create a .MSP patch (e.g. v1.0.1) which only adds a new file to v1.0.0
    6. install the v1.0.1 patch
    RESULT: the patch installation fails with the following error message: "The filename , directory name , or volume label syntax is incorrect"
    NOTES:
    1. the issue was replicated on Windows 7 and 8 machines UP TO DATE
    2. the issue is not replicated on a fresh installation of Windows without Updates applied
    Is there anyone aware of what could cause this error? Once again the patch installation fails only on Windows machines with the latest Updates installed.
    Thx,
    Daniel

    Hello,
    I want to report an issue which I think is a Windows bug introduced by one of the Windows updates (unfortunately I wasn't able to find out which one of them).
    Here is the test case:
    1. install a fresh copy of Windows on a test machine
    2. install all available Windows Updates (so the system is up to date)
    3. create a sample MSI installer which only installs some dummy files (let's say Product Version 1.0.0) and host it on a web server
    4. install the MSI from the online location using a command line like this:
    msiexec /i http://server/share/package.msi
    5. create a .MSP patch (e.g. v1.0.1) which only adds a new file to v1.0.0
    6. install the v1.0.1 patch
    RESULT: the patch installation fails with the following error message: "The filename , directory name , or volume label syntax is incorrect"
    NOTES:
    1. the issue was replicated on Windows 7 and 8 machines UP TO DATE
    2. the issue is not replicated on a fresh installation of Windows without Updates applied
    Is there anyone aware of what could cause this error? Once again the patch installation fails only on Windows machines with the latest Updates installed.
    Thx,
    Daniel

  • The last update failed on my window 7 pc, resulting in me having to try it manually download and install, this also failed leaving my I tunes not working, I tried restore back to a safer date, but every time it tried to update it failed. eventually i

    The last update failed on
    my window 7 home prermium pc, resulting in me having to try it manually download and install,
    this also failed leaving my I tunes not working, I tried restore back to a
    safer date, but every time it tried to update it failed. eventually it told me
    to delete and reinstall, this fails due to the apple mobile device service
    failing to start, and asking me if I have sufficient privileges to start system
    service, I have tried all suggestions on iTunes page, ie delete everything to
    do with apple, and start as administrator, nothing works, help please

    I too have tried the latest iTunes (12.1.1.4) in Win7. I did a search for latent drivers as you noted but found none. I am glad it worked for you - I'm still no-joy at this point. I'm able to install AMDS over and over again, without issue - it just doesn't start then iTunes launch fails with Error 7. I have to manually remove it.
    I am able to connect my iPhone via USB cable and access my photo storage on the phone. I am just not able to install iTunes anymore. I have attempted resolution to this issue for almost two months now. Until that time, I was content with what was installed. It was only when the proverbial update box appeared that I attempted to 'update' my iTunes. WHAT A MISTAKE putting blind faith into an Apple request to update. I SUGGEST NOT TO UPDATE YOUR ITUNES IF IT IS RUNNING PROPERLY!
    I realize now, once again I might add, my reliance on software provided by others. It's like anything else, I shouldn't rely on just one method for anything. Time to search for a more pleasant alternative than Apple. Truly, when it worked, it was good at its job, but now that I am wasting time I am looking seriously at upgrading to another type of smartphone and media management software. Way too much trouble for anything as simple as this should be. I wonder, is this a result of another feud with Microsoft?

  • New pc with windows 8.1, downloaded and installed cs5,no problem open bridge and cs5, but can't read raw file , try to update, can't complete or failed updating, please help

    new pc with windows 8.1, downloaded and installed cs5,no problem open bridge and cs5, but can't read raw file , try to update, can't complete or failed updating, please help

    Sounds like you somehow got the mac version.
    Download the windows 6.7 camera raw update from this link:
    Adobe - Photoshop : For Windows : Camera Raw 6.7 Update

  • Update for Windows 7 (32-bit) (KB2952664) FAILED

    Error Code: 80242016
    During my Windows update I received the above error message while attempting the Update for Windows 7 (KB2952664). 
    I ran the Fixit program that was offered to me in the Help. I was not really able to identify what the exact cause of the problem is in the help however. It is not installing the update when I rerun Windows Update. Any help with this is appreciated. Thanks.

    Thanks toondog, I went to:
    Control Panel > Programs > Programs and Features > View installed updates
    in Windows 7 x64, found the failed update in the "Microsoft Windows" category (it's easier to find if you order updates by descending date) then right-click and Uninstall. It appeared to uninstall because the entry disappeared, however when I refreshed
    it the entry came back. Then I went to Windows Update and it found the update and I reinstalled and this time it was successful.
    It's even easier to find if you enter KB2952664 in the "Search Installed Updates" box in the upper right corner of the Installed Updates window.
    This is the only way that worked for me, although I had to do a Restart after uninstalling the update before Windows Update would let me try it again.
    Toondog85's way—going through Windows Update instead of Programs and Features—didn't give me the option of uninstalling the update, but it was still basically the right solution to the problem.

  • XAML editor failes, Package failed updates, dependency or conflict validation.Windows cannot install package App

    Hi,
    I have just installed Visual Studio Express 2013 update on Windows 8.1 OS, and started a new Windows Phone App project. When I'm opening a new XAML editor window, it fails with the following error message:
    System.Exception
    Package failed updates, dependency or conflict validation.
    Windows cannot install package App.af631a335.af069.a4bf5.a81c7.af4c34f85cb29 because this package depends on another package that could not be found. This package requires
    minimum version 0.0.0.0 of framework Microsoft.VCLibs.120.00.Debug published by any publisher to install. Provide the framework along with this package.
       at Microsoft.Expression.HostUtility.Platform.AppContainerProcessDomainFactory.CreateDesignerProcess(String applicationPath, String clientPort, Uri hostUri, IDictionary
    environmentVariables, Int32& processId, Object& processData)
       at Microsoft.Expression.DesignHost.Isolation.Primitives.ProcessDomainFactory.ProcessIsolationDomain..ctor(ProcessDomainFactory factory, IIsolationBoundary boundary,
    AppDomainSetup appDomainInfo, FrameworkName targetFramework, String identifier, String baseDirectory)
       at Microsoft.Expression.DesignHost.Isolation.Primitives.ProcessDomainFactory.CreateIsolationDomain(IIsolationBoundary boundary)
       at Microsoft.Expression.HostUtility.Platform.AppContainerProcessDomainFactory.CreateIsolationDomain(IIsolationBoundary boundary)
       at Microsoft.Expression.DesignHost.Isolation.Primitives.IsolationBoundary.Initialize()
       at Microsoft.Expression.DesignHost.Isolation.Primitives.IsolationBoundary.CreateInstance[T](Type type)
       at Microsoft.Expression.DesignHost.Isolation.IsolatedObjectFactory.Initialize()
       at Microsoft.VisualStudio.ExpressionHost.Services.VSIsolationService.CreateObjectFactory(IIsolationTarget isolationTarget, IObjectCatalog catalog)
       at Microsoft.Expression.DesignHost.Isolation.IsolationService.CreateLease(IIsolationTarget isolationTarget)
       at Microsoft.Expression.DesignHost.Isolation.IsolationService.CreateLease(IIsolationTarget isolationTarget)
       at Microsoft.Expression.DesignHost.IsolatedDesignerService.CreateLease(IIsolationTarget isolationTarget, CancellationToken cancelToken, DesignerServiceEntry&
    entry)
       at Microsoft.Expression.DesignHost.IsolatedDesignerService.IsolatedDesignerView.CreateDesignerViewInfo(CancellationToken cancelToken)
       at Microsoft.Expression.DesignHost.Isolation.IsolatedTaskScheduler.InvokeWithCulture[T](CultureInfo culture, Func`2 func, CancellationToken cancelToken)
       at Microsoft.Expression.DesignHost.Isolation.IsolatedTaskScheduler.<>c__DisplayClassa`1.<StartTask>b__6()
       at System.Threading.Tasks.Task`1.InnerInvoke()
       at System.Threading.Tasks.Task.Execute()
    I Have tried repairing visual studio But no use.
    I have unistalled all the things and installed again but no use . Please anybody resolve this issue..

    Hello amanojkumar24,
    I see a related error thread from here:
    https://social.msdn.microsoft.com/Forums/windowsapps/en-US/b6a66a5a-e3b4-4f1a-848e-c1a6b7668b31/desgin-mode-breaks-down-during-windows-store-application-windows-8?forum=toolsforwinapps
    As you've already repaired Visual Studio but Visual Studio still reports the error for you, we need to look into the error info:
    This package requires minimum version 0.0.0.0 of framework Microsoft.VCLibs.120.00.Debug published by any publisher to install.
    So here we need this package "Microsoft.VCLibs.120.00.Debug"
    Please do the following:
    1. Check your installation that you have enabled VC++ components. If you haven't or if you are not sure of it, please check this blog:
    http://blogs.msdn.com/b/vcblog/archive/2014/08/01/c-runtime-for-sideloaded-windows-8-1-apps.aspx
    Then you can download and install the package from
    here.
    2. You can also make sure you've registered and already have the license:
    http://stackoverflow.com/questions/20010421/vs-2013-xaml-editor-and-microsoft-vclibs-120-00-debug
    Someone fixed it by using this solution.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Definition Update for Windows Defender - KB2267602 (Definition 1.165.4030.0) Failed Code 80070002

    What in the world???  W8.1 Update for Windows Defender fails over and over... tried cleanup, etc.  Microsoft guys, what is the matter with this???
    Anyone?  help please if you solved this...
    Definition Update for Windows Defender - KB2267602 (Definition 1.165.4030.0)
    Installation date: ‎2/‎13/‎2014 8:40 PM
    Installation status: Failed
    Error details: Code 80070002
    Update type: Important
    Install this update to revise the definition files that are used to detect viruses, spyware, and other potentially unwanted software. Once you have installed this item, it cannot be removed.
    More information:
    http://www.microsoft.com/athome/security/spyware/software/about/overview.mspx
    Help and Support:
    http://go.microsoft.com/fwlink/?LinkId=52661
    vat

    W8.1 Update for Windows Defender fails over and over... tried cleanup, etc.
    Anyone?  help please if you solved this...
    By the time you read this, a new Definition Update is already available, and this issue should no longer be relevant. However, the simple fix is this: DECLINE the annoying update and wait for the next Definition Update to be published.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • HT6413 trying to download the new update for icloud update for windows and it keeps failing do we know why??

    trying to download the icloud update for windows on my laptop and it keeps failing. please help???

    Yes, I'm having this problem also and mistakenly uninstalled iCloud 3.1 thinking that this would resolve the problem....which it didn't.  Now I'm without iCloud period and have been searching for the old version of 3.1 to reinstall to no avail, and it seems that many people are having the same problem. Does anyone have a link or download for iCloud 3.1?

  • Updating to windows 10 fails on the "Configuring update for Windows 10" screen

    Hi, I have a problem with the Windows 10 update on my Lenovo Miix 3 (8") tablet. Whenever the update succesfully downloads, runs the preparing stage for quite a bit, than prompts me to start the upgrade (in the windows 10 update app). When I click it initiates a restart and starts the "Configuring update for Windows 10" screen, but stays on 0% for a minute, than reboots the original system, and the update does not continue. As I log back in the Windows Update window pops up and after a few seconds prompts me to download windows 10 (again). I have already installed a windows 10 in a similar manner on a PC without any hickups. For me it looks like for whatever reason the update fails in the configuring stage, right before reboot. Anyone met this before and maybe have some solution, or should I just try it with a bootable pendrive?

    I have same model and sadly, the same problem. It seems to me that the reboot interupts the install and when you sign in again it nulifies the install needing you to start again. On my laptop the reboots went back into the install without needing a login. Hopefully if enough people have same problem a remedy will be found.

  • Update to Windows 8.1 failed on Satellite C850

    Good evening
    i tried to update my labtop toshiba c 850 but the update failed
    please help me
    I follw the all instruction like update windows, uninstall realtek wireless and bluetooth and toshiba service
    also uninstalled kaspersky
    please help me

    You have to uninstall component like:
    1. AMD Display Driver (ONLY required on Model Part Numbers beginning with PSD24U, PSD24M , PSD24P)
    2. Intel Proset
    3. Intel Wireless Display
    4. Nvidia GE Force GTxxxx (includes all drivers that begin with Nvidia GE Force GT)
    5. Realtek Audio driver
    6. Realtek Bluetooth Filter Driver Package
    7. Realtek WLAN Driver
    8. TOSHIBA PC Health Monitor
    Then download the Win 8.1 update from Windows store.
    Then disable all internet connection. Also LAN! Disconnect the LAN cable!
    Start Win 8.1 update. Finish the update and reboot the notebook (all this without the internet connection)
    Then use another computer to download and to update all the Toshiba Windows 8.1 update driver which you can find on the Toshiba EU driver page. Install and update everything as mentioned in installation instruction and reboot the notebook again. Then you can connect notebook to internet and Windows 8.1 should run properly.

Maybe you are looking for