Presentation Cache

Hi All
BI server cache can be deleted through 1. BI tool --> Manage Cache, 2. Setting up Cache persistant time for that table & 3. Through Event Polling tables
how can we delete the presentation server cache? how many ways we can delete

Hi,
You can manually Close all the cursors or running queries thru settings->Manage session log. However if you want to automate this refer to your instanceconfig file to get the cache directory and come up with a shell script to delete all the cache files in this directory. Hope this Helps
If this helps mark the same as helpful
Regards,

Similar Messages

  • OBIEE 10g: Presentation Cache in Second Instance of Presentation Server

    Hi everyone,
    I've been having an issue with my presentation cache disappearing every couple of minutes.
    I'm working with OBIEE 10.1.3.4, on Oracle Application Server on a Linux RHEL 5.4 32bit. I've spun up a second instance of the presentation service using the commands from RNM1978's blog here (http://rnm1978.wordpress.com/2009/08/25/multiple-rpds-on-one-server-part-2-presentation-services/). The reason why I have a second instance of the presentation service is for mobile reporting purposes. We have lots of executives using iPhones and the Oracle Business Intelligence Indicators application. The second instance defaults all charts to be PNGs, it also uses a separate, clean catalog, so that the executives don't get lost in all of the out of the box BI Applications content that is in our main catalog.
    Everything is setup and working properly, both presentation services are accessible and use the same RPD but different catalogs. The only thing that isn't working is the presentation service cache. A lot of these reports are QTD or YTD so it takes a few minutes to run some. We were hoping to use iBots to create BI Server cache at the beginning of the day. That seemed to help a bit but it seems to clear after a few minutes.
    Additionally, before we went to do demos to end users, we would run all the reports from a demo iPhone. Go to do the demo and within five minutes, the presentation cache would have already cleared. I confirmed the same by looking in the Session Manager of the second presentation service.
    Does anyone know why this would be happening? I have cache turned on in the bi server and I also have the following settings in my instanceconfigMobile.XML:
    <Cache>
    <Query>
    <CacheMaxEntries>1000</CacheMaxEntries>
    <CacheMaxExpireMinutes>720</CacheMaxExpireMinutes>
    <CacheMinExpireMinutes>720</CacheMinExpireMinutes>
    <CacheMinUserExpireMinutes>720</CacheMinUserExpireMinutes>
    </Query>
    </Cache>
    Are there other settings I need to investigate?
    Is this just additional commands I need to run when launching the additional presentation service? Here's the command I'm using:
    . ./common.sh
    . ./sa-init.sh
    sawserver -c /home/oracle/OracleBIData/web/config/instanceconfigMobile.xml >> /home/oracle/OracleBIData/web/log/sawserverMobile.out.log 2>&1 &
    Thanks!
    -=Joe

    Hi Joe
    I can't say I've tried Robin's technique to run two presentation servers but from my basic understanding of it, both versions will share the same cache as defined in a single nqsconfig.ini file. Maybe these 2 are conflicting somehow?
    I see that a separate instanceconfig.xml is used for each presentation server. I know there are a bunch of advanced, largely undocumented, cache properties you can set in there. I can send you a document listing the various properties if you want to play with it - contact me via my website.
    Paul
    http://total-bi.com

  • Where does presentation cache reside in obiee?

    Hi all,
    where does presentation cache reside in obiee?
    Regards,
    Vishal

    Hi Vishal,
    Presentation cache stores the finished report output in the presentation server. It resides here,
    OracleBIData\tmp\ folder
    Rgds,
    Dpka

  • What Is Presentation Services Cache In Fact?

    I have searched on this forum and on BI blogs but don't understand the concept of a presentation services cache clearly.
    At first let tell what I need.
    I have a dashboard page with prompts and report. From this report I navigate to another dashboard page with reports and several promts that have to be initialized with values from previous dashboard page. The navigation is based on PortalPageNav() function.
    I created table in DB, PL/SQL function , through EVALUATE I passed parameters to PL/SQL function and wrote its into DB table.
    Then I added this table in RPD and on Presentation Layer.
    In Answers I get correct results.
    Then I initialize the default values of prompts on a second dashboard page through 'SQL Results' and type something like this:
    SELECT "Parameters"."Value" FROM "BO" WHERE "Parameters"."Name"='Param1'
    1. I login and go to first dashboard page, change prompts, run report then navigate to second dashboard (it opens in new window). All prompts initialize correctly.
    2. I open window with first dashboard page change prompts, run report then navigate to second dashboard again. And I see the previous values in prompts. But in a DB table I see new values.
    There 2 ways for deciding this problem
    1. By clearing cursor cache:
    answers - administration- manage session - close all cursors
    or
    answers - administration- manage session - choose appropriate cursor and close it
    2. By reloading second dashboard page
    All ways are not convenient or user friendly.
    BUT I NEED IN AUTOMATIC CLEARING OR NOT CACHING SOME PROMPTS!
    I cant't write in a user's guide - for correct work you have to login as Administrator and clear cursor cache every time after changing prompts on first dashboard page or reloading second dashboard page :)
    I became research this issue.
    1. BI Server Cache is turned off through NQSConfig.ini
    2. I began read a lot of info about Presentation Services Cache:
    1) John Minkjan blog - [http://obiee101.blogspot.com/2008/11/obiee-presentation-services-cache.html]
    I need no turn Presentation Services Cache or disable it.
    2) [http://businessdecisionsystems.com/blog/?p=122] this article give us info about storing log records but there is no info about clearing cursors.
    3) [http://hekatonkheires.blogspot.com/2010/02/obiee-10g-presentation-server-cache.html] good article about physical storing of presentation services cache but I didn't find any info on clearing some cursors
    4) Nico in a blog write [http://gerardnico.com/wiki/dat/obiee/html_cache#clear_the_presentation_server_cache_without_stopping_and_restarting_the_services] that Presentation Services Cache is a HTML cache but he don't say how clean the entries without clicking on 'Close All Cursors' button.
    5) In this topic presentation cache refresh in prompt the same problem and no answer :(
    6) The user10203008 in a topic To pass new session variable value to stored proc before running a report. has the same issue but all advices about BI Server Cache. He found solution but it is disable whole Presentation Services Cache. I need clear ONLY SOME CURSORS.
    So, I have a answer!
    DOES ANYBODY KNOW WHERE IS STORING DATA ABOUT CURSORS ON A PAGE ANSWERS - ADMINISTRATION - MANAGE SESSION ?
    May be somebody knows a developer of Siebel Analytics or may be he is on a forum and tell us how realized a clearing some cursors in a automatic mode?
    Edited by: AnTonic on Jan 28, 2011 7:17 PM
    Edited by: AnTonic on Jan 28, 2011 7:18 PM
    Edited by: AnTonic on Jan 28, 2011 7:20 PM

    I found a solution.
    I decide to emulate a pressing button 'Refresh' at the end of a page. So I look at a html code of Dashboard page and found a corresponding javascript function. It is RefreshPage('saw.dll?Dashboard&PortalPath=<PortalPath>&Page=<PagePath>')So I trying to create a text box with HTML Markup option and enter RefreshPage on onload() function. But then I got a cycle: open dashboard page -> onload() -> RefreshPage() -> onload() -> RefreshPage() -> ...
    So I decide to find a code of this function. The function code is in %SAROOTDIR%\web\app\res\b_mozilla\dashboards\portalscript.js
    // force cache refresh
    function RefreshPage(sCmd)
       var viewStateDiv = document.getElementById("idViewStateDiv");
       if (viewStateDiv)
          sCmd += "&Action=RefreshAll";
          sCmd += "&ViewState=" + viewStateDiv.getAttribute("stateID");
          sCmd += "&StateAction=samePageState";
       window.location.replace(sCmd);
       return false;
    }We may see that for refreshing page the Action='RefreshAll' is used. So we need pass this Action.
    I wrote in a first post that I was using PortalPageNav() javascript function for navigation. So I created my custom CustomPortalPageNav() function which is based on original PortalPageNav() code with one new parameter 'sAction'. So I pass a value 'RefreshAll' through this parameter and it works!

  • Command line to clear cache?

    JRE 1.4.2_04
    I need to clear the cache on about 2000 machines and would prefer not to visit each one physically. Is there a command line parameter I can feed to jpicpl32.exe to trigger the cache clear? I've seen several threads asking about this but it does not seem to have been addressed as other solutions were found. However, I have no access to the server side of the application, so my only option is to clear the cache.
    can this be done?

    Hi,
    OBIEE Cursor Cache clear from Dashboard Java Script
    OBIEE Cursor cache is normally cleared from the Administration - Manage Sessions Screen...
    Here is a way that a piece of java can be embedded into a dashboard and call an xframe so you cant see it being called and clear the OBIEE Cursor cache - Presentation cache in effect.
    1. Just insert a text box into Dashboard - Tick the "Contains HTML Markup"
    2. Paste the script below into the text box
    <script language="javascript">
    document.write(
    "<iframe width=0px height=0px src=" +
    document.location.href.match(/^[^?]+/) +
    "?ManageSessions" +
    document.location.href.match(/&_scid=[^&]+/) +
    "&Action=CloseAllCursors&Done=saw.dll%3fSessions',{ensureFreshUrl:true});return false;')></iframe>"
    </script>
    Voila - when ever you click on the dashboard or refresh it the cursor cache will get cleared.
    Please refer the below links for more information on this.
    What Is Presentation Services Cache In Fact?
    http://prolynxuk.com/blog/?p=496
    how to seed n clear cache of obiee
    http://obiee101.blogspot.in/2008/03/obiee-manage-cache-part-1.html
    How to clear the cache daily automatically
    http://obiee10grevisited.blogspot.in/2012/02/cache-in-obiee.html
    Award points it is useful.
    Thanks,
    Satya

  • Query not cached in BIServerCache

    Hi,
    I am trying to seed to the cache using an agent. I see from the log file nqquery.log that a query is fired at the database when ever the agent is run. Also, the presentation cache is populated. So, if I try to use the analysis again without clearing the presentation cache it opens up fast and I dont see any entry in the nqquery.log. But if I clear the presentation cache from administration by using
    "clear all cursors" and try to access the analysis again, I see that a query is again fired at the database instead of using the BI server cache.
    Any help is greatly appreciated.
    Thanks,
    KK

    Hi,
    Can you check the points in the below URL to ensure that your queries are actually getting cached in BI Server:
    http://obieeblog.wordpress.com/2009/01/19/obiee-cache-is-enabled-but-why-is-the-query-not-cached/
    Thanks

  • Obiee 10g - schedule to clear cursor cache

    hi, experts, I applied the command line to clear cache.
    I found that it only clears cache at bi server level (cache entries in rpd).
    it does not clear the cursor cache (those are viewed in Web , Manage Session)
    can I set any schedule to clear cursor cache?

    Hi,
    OBIEE Cursor Cache clear from Dashboard Java Script
    OBIEE Cursor cache is normally cleared from the Administration - Manage Sessions Screen...
    Here is a way that a piece of java can be embedded into a dashboard and call an xframe so you cant see it being called and clear the OBIEE Cursor cache - Presentation cache in effect.
    1. Just insert a text box into Dashboard - Tick the "Contains HTML Markup"
    2. Paste the script below into the text box
    <script language="javascript">
    document.write(
    "<iframe width=0px height=0px src=" +
    document.location.href.match(/^[^?]+/) +
    "?ManageSessions" +
    document.location.href.match(/&_scid=[^&]+/) +
    "&Action=CloseAllCursors&Done=saw.dll%3fSessions',{ensureFreshUrl:true});return false;')></iframe>"
    </script>
    Voila - when ever you click on the dashboard or refresh it the cursor cache will get cleared.
    Please refer the below links for more information on this.
    What Is Presentation Services Cache In Fact?
    http://prolynxuk.com/blog/?p=496
    how to seed n clear cache of obiee
    http://obiee101.blogspot.in/2008/03/obiee-manage-cache-part-1.html
    How to clear the cache daily automatically
    http://obiee10grevisited.blogspot.in/2012/02/cache-in-obiee.html
    Award points it is useful.
    Thanks,
    Satya

  • Types of Cache

    Hi,
    Can anyone please expain me different types of Cache in OBIEE
    { like ODBC cache, Presentation Cache....}
    Thanks & Regards,

    Hi,
    there are 2 types of cache
    repository cache and Answers cache...
    We can handle these cache by following links
    Please refer these links...
    http://rampradeeppakalapati.blogspot.in/2012/07/obiee-cache-hitwhen-is-query-quaified.html
    http://allaboutobiee.blogspot.in/2012/03/cache-management-purging-cache.html
    mark if helpful/correct..
    thanks,
    prassu

  • Cache purging

    When do we purge the RPD/BI server cache and when to purge the presentation cache. What is the exact difference between them in terms of functionality..I do know the procedure to purge and alos know that if I don't purge the presentation cache,it may fetch stale/old data,but not really sure about RPD/BI server cache. Please tell me the difference.

    Presentation server is the dashboard tool, it create HTML page and its cache is then an HTML cache.If you dont purge the cache  It will retrieve an HTML page of the dashboard if the page is not really old.
    More ...
    http://gerardnico.com/wiki/dat/obiee/presentation_service/obiee_cache_presentation_service
    The BI server retrieve the data from several data sources and give them to the presentation server. Then the BI server cache is a data set cache. It store the result of the SQL and don't ask again to the data source (database for instance).If you don't purge the BIServer Cache it will retrieve the result of the SQL.
    More ...
    http://gerardnico.com/wiki/dat/obiee/bi_server/cache/
    Mark if helps,

  • Need help removing MBAM 2.5 SCCM integration from SCCM 2012!!

    Hi there,
    I upgraded the infrastructure from MBAM 2.0 SP1 to MBAM 2.5. We have three server infrastructure. Everything is working fine except the computers wont show up under MBAM computer collection. 
    I am trying to remove MBAM 2.5 SCCM integration feature from my SCCM 2012 and reinstall it. When I try to uninstall it, it fails and says " setup failed to update MBAM. Fix the issue and run setup again.
    For more information, review the setup log file. 
    This is the log file:
    [13E8:1494][2015-04-09T10:27:30]i001: Burn v3.7.1224.0, Windows v6.2 (Build 9200: Service Pack 0), path: C:\ProgramData\Package Cache\{361e0078-625a-4d34-a8fd-7cac477cf297}\MbamServerSetup.exe, cmdline: '/uninstall -burn.unelevated BurnPipe.{614807DE-1C28-4AF6-9D35-D96A2C18F49F}
    {4D8799C7-35F5-4852-8DD9-C9F1A150F41D} 5496'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_FATALEXIT' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_ERROR' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_WARNING' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_USER' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_INFO ' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_RESOLVESOURCE' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_OUTOFDISKSPACE' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_ACTIONSTART' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_ACTIONDATA' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_VERBOSE' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_PROPERTYDUMP' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_COMMONDATA' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Setting string variable 'WixBundleLog' to value 'C:\Users\PWAGHW~1\AppData\Local\Temp\Microsoft_BitLocker_Administration_and_Monitoring_20150409102730.log'
    [13E8:1494][2015-04-09T10:27:30]i052: Condition 'VersionNT >= v6.1' evaluates to true.
    [13E8:1494][2015-04-09T10:27:30]i000: Loading managed bootstrapper application.
    [13E8:1494][2015-04-09T10:27:30]i000: Creating BA thread to run asynchronously.
    [13E8:1924][2015-04-09T10:27:30]i000: Running WixBa
    [13E8:1494][2015-04-09T10:27:30]i100: Detect begin, 1 packages
    [13E8:1494][2015-04-09T10:27:30]i000: Setting numeric variable 'ISMBAM21ALREADYINSTALLED' to value 2
    [13E8:1494][2015-04-09T10:27:30]i000: Setting numeric variable 'ISMBAM25ALREADYINSTALLED' to value 3
    [13E8:1494][2015-04-09T10:27:30]i000: Setting numeric variable 'ISMBAMALREADYINSTALLED' to value 2
    [13E8:1494][2015-04-09T10:27:30]i000: Setting numeric variable 'ISNETFRAMEWORK45' to value 1
    [13E8:1494][2015-04-09T10:27:30]i101: Detected package: MBAMServer.msi, state: Present, cached: Complete
    [13E8:1494][2015-04-09T10:27:30]i199: Detect complete, result: 0x0
    [13E8:1494][2015-04-09T10:27:30]i100: Detect begin, 1 packages
    [13E8:1494][2015-04-09T10:27:30]i000: Setting numeric variable 'ISMBAM21ALREADYINSTALLED' to value 2
    [13E8:1494][2015-04-09T10:27:30]i000: Setting numeric variable 'ISMBAM25ALREADYINSTALLED' to value 3
    [13E8:1494][2015-04-09T10:27:30]i000: Setting numeric variable 'ISMBAMALREADYINSTALLED' to value 2
    [13E8:1494][2015-04-09T10:27:30]i000: Setting numeric variable 'ISNETFRAMEWORK45' to value 1
    [13E8:1924][2015-04-09T10:27:30]i000: Creating a UI
    [13E8:1494][2015-04-09T10:27:30]i101: Detected package: MBAMServer.msi, state: Present, cached: Complete
    [13E8:1494][2015-04-09T10:27:31]i199: Detect complete, result: 0x0
    [13E8:1924][2015-04-09T10:27:32]i000: SQM opt in:
    [13E8:1924][2015-04-09T10:27:32]i000: MU opt in:
    [13E8:1924][2015-04-09T10:27:32]i000: Installation Location:
    [13E8:1494][2015-04-09T10:27:32]i200: Plan begin, 1 packages, action: Uninstall
    [13E8:1494][2015-04-09T10:27:32]i000: Setting string variable 'WixBundleRollbackLog_MBAMServer.msi' to value 'C:\Users\PWAGHW~1\AppData\Local\Temp\Microsoft_BitLocker_Administration_and_Monitoring_20150409102730_0_MBAMServer.msi_rollback.log'
    [13E8:1494][2015-04-09T10:27:32]i000: Setting string variable 'WixBundleLog_MBAMServer.msi' to value 'C:\Users\PWAGHW~1\AppData\Local\Temp\Microsoft_BitLocker_Administration_and_Monitoring_20150409102730_0_MBAMServer.msi.log'
    [13E8:1494][2015-04-09T10:27:32]i201: Planned package: MBAMServer.msi, state: Present, default requested: Absent, ba requested: Absent, execute: Uninstall, rollback: Install, cache: No, uncache: Yes, dependency: Unregister
    [13E8:1494][2015-04-09T10:27:32]i299: Plan complete, result: 0x0
    [13E8:1494][2015-04-09T10:27:32]i300: Apply begin
    [1578:0914][2015-04-09T10:27:32]i360: Creating a system restore point.
    [1578:0914][2015-04-09T10:27:32]i362: System restore disabled, system restore point not created.
    [1578:0914][2015-04-09T10:27:32]i326: Removed dependency: {361e0078-625a-4d34-a8fd-7cac477cf297} on package provider: {5F17D209-508F-4BFF-AE47-5C46BEE48C99}, package MBAMServer.msi
    [1578:0914][2015-04-09T10:27:32]i329: Removed package dependency provider: {5F17D209-508F-4BFF-AE47-5C46BEE48C99}, package: MBAMServer.msi
    [1578:0914][2015-04-09T10:27:32]i301: Applying execute package: MBAMServer.msi, action: Uninstall, path: C:\ProgramData\Package Cache\{5F17D209-508F-4BFF-AE47-5C46BEE48C99}v2.5.0244.0\MBAMServer.msi, arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"
    INSTALLDIR="" OPTIN_FOR_MICROSOFT_UPDATES="" CEIPENABLED="" WIXFAILWHENDEFERRED="" FORCE_UNINSTALL=""'
    [1578:0914][2015-04-09T10:27:35]e000: Error 0x80070643: Failed to uninstall MSI package.
    [1578:0914][2015-04-09T10:27:35]e000: Error 0x80070643: Failed to execute MSI package.
    [13E8:1494][2015-04-09T10:27:35]e000: Error 0x80070643: Failed to configure per-machine MSI package.
    [13E8:1494][2015-04-09T10:27:35]i319: Applied execute package: MBAMServer.msi, result: 0x80070643, restart: None
    [13E8:1494][2015-04-09T10:27:35]e000: Error 0x80070643: Failed to execute MSI package.
    [1578:0914][2015-04-09T10:27:35]i318: Skipped rollback of package: MBAMServer.msi, action: Install, already: Present
    [13E8:1494][2015-04-09T10:27:35]i319: Applied rollback package: MBAMServer.msi, result: 0x0, restart: None
    [1578:0914][2015-04-09T10:27:35]i323: Registering package dependency provider: {5F17D209-508F-4BFF-AE47-5C46BEE48C99}, version: 2.5.0244.0, package: MBAMServer.msi
    [1578:0914][2015-04-09T10:27:35]i325: Registering dependency: {361e0078-625a-4d34-a8fd-7cac477cf297} on package provider: {5F17D209-508F-4BFF-AE47-5C46BEE48C99}, package: MBAMServer.msi
    [13E8:1494][2015-04-09T10:27:35]i399: Apply complete, result: 0x80070643, restart: None, ba requested restart:  No
    [13E8:1494][2015-04-09T10:29:52]i500: Shutting down, exit code: 0x80070643
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_ACTIONDATA = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_ACTIONSTART = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_COMMONDATA = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_ERROR = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_FATALEXIT = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_INFO  = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_OUTOFDISKSPACE = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_PROPERTYDUMP = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_RESOLVESOURCE = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_USER = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_VERBOSE = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_WARNING = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: ISMBAM21ALREADYINSTALLED = 2
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: ISMBAM25ALREADYINSTALLED = 3
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: ISMBAMALREADYINSTALLED = 2
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: ISNETFRAMEWORK45 = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: VersionNT = 6.2.0.0
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleAction = 3
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleElevated = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleInstalled = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleLog = C:\Users\PWAGHW~1\AppData\Local\Temp\Microsoft_BitLocker_Administration_and_Monitoring_20150409102730.log
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleLog_MBAMServer.msi = C:\Users\PWAGHW~1\AppData\Local\Temp\Microsoft_BitLocker_Administration_and_Monitoring_20150409102730_0_MBAMServer.msi.log
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleManufacturer = Microsoft Corporation
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleName = Microsoft BitLocker Administration and Monitoring
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleOriginalSource = C:\Users\pwaghwani\Desktop\mu_microsoft_desktop_optimization_pack_2014_r2_x86_x64_dvd_6110480\MBAM\MBAM 2.5\Installers\x64\MbamServerSetup.exe
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleProviderKey = {361e0078-625a-4d34-a8fd-7cac477cf297}
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleRollbackLog_MBAMServer.msi = C:\Users\PWAGHW~1\AppData\Local\Temp\Microsoft_BitLocker_Administration_and_Monitoring_20150409102730_0_MBAMServer.msi_rollback.log
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleTag = 
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleVersion = 2.5.244.0
    [13E8:1494][2015-04-09T10:29:52]i007: Exit code: 0x80070643, restarting: No
    Thanks for your help!!
    Thanks, Prakash Waghwani Microsoft E-Learning Support Team

    have you tried to run it from an elavated prompt ?
    /Oliver

  • Access denied error while installing Team Explorer 2013 in 32 bit Windows 7 SP1 OS

    Hi ,
    One of our client facing issue while installing Team Explorer in Windows 7 machine.
    Windows 7 with SP1 (32 bit).
    Please find screenshot for your reference.
    Please find the error log :
    [01B8:03F8][2015-04-15T11:57:25]i001: Burn v3.7.2002.0, Windows v6.1 (Build 7601: Service Pack 1), path: C:\Users\shubham\Desktop\VS2013_RTM_TEAMEXP_ENU\vs_teamExplorer.exe, cmdline: '-burn.unelevated BurnPipe.{C5DA4530-9422-4C0F-9C5A-4F7EFDDEACAC} {84760B20-6670-4F99-9231-13BAE5FF0BF0}
    3728'
    [01B8:03F8][2015-04-15T11:57:25]i000: Initializing string variable 'EditionDisplayName' to value 'Team Explorer 2013'
    [01B8:03F8][2015-04-15T11:57:25]i000: Initializing string variable 'MbaNetfxPackageId' to value 'netfxfullredist_43'
    [01B8:03F8][2015-04-15T11:57:25]i000: Initializing numeric variable 'MoreLanguageFwlinkId' to value '320096'
    [01B8:03F8][2015-04-15T11:57:25]i000: Initializing numeric variable 'PrivacyAgreementFwlinkId' to value '286720'
    [01B8:03F8][2015-04-15T11:57:25]i000: Initializing numeric variable 'PrivacyStatementFwlinkId' to value '286720'
    [01B8:03F8][2015-04-15T11:57:25]i000: Initializing numeric variable 'MinOsLevelFwlinkId' to value '320082'
    [01B8:03F8][2015-04-15T11:57:25]i000: Initializing numeric variable 'SolutionFwlinkId' to value '320083'
    [01B8:03F8][2015-04-15T11:57:25]i000: Initializing numeric variable 'HelpFwlinkId' to value '320084'
    [01B8:03F8][2015-04-15T11:57:25]i000: Initializing numeric variable 'IE10FwlinkId' to value '320085'
    [01B8:03F8][2015-04-15T11:57:25]i000: Initializing numeric variable 'WinBlueFwlinkId' to value '320086'
    [01B8:03F8][2015-04-15T11:57:25]i000: Initializing numeric variable 'SHA256BlockFwlinkId' to value '317790'
    [01B8:03F8][2015-04-15T11:57:25]i000: Initializing numeric variable 'Win81PreRelBlockFwlinkId' to value '320099'
    [01B8:03F8][2015-04-15T11:57:25]i000: Initializing string variable 'NetfxProductVersion' to value '4.5.50709'
    [01B8:03F8][2015-04-15T11:57:25]i000: Initializing string variable 'ProfessionalVSVersion' to value '11.0.50727'
    [01B8:03F8][2015-04-15T11:57:25]i000: Initializing string variable 'ProductKey' to value 'VVXKCDCCWD3B29PWQK2C3GYD7'
    [01B8:03F8][2015-04-15T11:57:25]i000: Setting string variable 'WixBundleLog' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725.log'
    [01B8:03F8][2015-04-15T11:57:25]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\Users\shubham\Desktop\VS2013_RTM_TEAMEXP_ENU\vs_teamExplorer.exe'
    [01B8:03F8][2015-04-15T11:57:25]i052: Condition '(VersionNT >= v6.1)' evaluates to true.
    [01B8:03F8][2015-04-15T11:57:25]w055: Could not load or read state file: C:\ProgramData\Package Cache\{6128f1b1-f615-4436-a0ba-624d2fe065d4}\state.rsm, error: 0x80070002.
    [01B8:03F8][2015-04-15T11:57:25]i000: Setting string variable 'WixBundleName' to value 'Team Explorer for Microsoft Visual Studio 2013'
    [01B8:03F8][2015-04-15T11:57:26]i000: Loading managed bootstrapper application.
    [01B8:03F8][2015-04-15T11:57:27]i000: Creating BA thread to run asynchronously.
    [01B8:1CE4][2015-04-15T11:57:27]i000: Ux Started
    [01B8:1CE4][2015-04-15T11:57:28]i000: MUX:  Loading LocalizableStrings.xml string from LocalizableStrings.xml
    [01B8:1CE4][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:1CE4][2015-04-15T11:57:28]i000: MUX:  Current action: Install
    [01B8:1CE4][2015-04-15T11:57:28]i000: Setting string variable 'CurrentOperation' to value 'Install'
    [01B8:1CE4][2015-04-15T11:57:28]i000: Setting string variable 'IsLanguagePack' to value ''
    [01B8:1CE4][2015-04-15T11:57:28]i000: MUX:  Current action: Install
    [01B8:1CE4][2015-04-15T11:57:28]i000: Setting string variable 'CurrentOperation' to value 'Install'
    [01B8:1CE4][2015-04-15T11:57:28]i000: Setting string variable 'CurrentRepairPackage' to value ''
    [01B8:1CE4][2015-04-15T11:57:28]i000: MUX:  Resume = Interrupted
    [01B8:1CE4][2015-04-15T11:57:28]i000: MUX:  Restart = Prompt
    [01B8:1CE4][2015-04-15T11:57:28]i000: MUX:  Relation = None
    [01B8:1CE4][2015-04-15T11:57:28]i000: MUX:  Action = Install
    [01B8:1CE4][2015-04-15T11:57:28]i000: MUX:  Display = Full
    [01B8:1CE4][2015-04-15T11:57:28]i000: Setting string variable 'RelationType' to value 'None'
    [01B8:1CE4][2015-04-15T11:57:28]i000: Setting string variable 'DisplayMode' to value 'Full'
    [01B8:1CE4][2015-04-15T11:57:28]i000: Setting numeric variable 'NetworkAvailable' to value 1
    [01B8:1CE4][2015-04-15T11:57:28]i000: MUX:  SetupAction: Install
    [01B8:1CE4][2015-04-15T11:57:28]i000: MUX:  ProductVersion: 12.0.21005.13
    [01B8:1CE4][2015-04-15T11:57:28]i000: MUX:  ProductLanguage: 1033
    [01B8:1CE4][2015-04-15T11:57:28]i000: MUX:  Branch: Rel
    [01B8:1CE4][2015-04-15T11:57:28]i000: MUX:  OS: Windows 7 Enterprise
    [01B8:1CE4][2015-04-15T11:57:28]i000: MUX:  OSVersion: 6.1.7601.65536
    [01B8:1CE4][2015-04-15T11:57:28]i000: MUX:  OSLanguage: 1033
    [01B8:1CE4][2015-04-15T11:57:28]i000: MUX:  OSArchitecture: x86
    [01B8:1CE4][2015-04-15T11:57:28]i000: MUX:  Ux Initialized
    [01B8:03F8][2015-04-15T11:57:28]i100: Detect begin, 22 packages
    [01B8:1CE4][2015-04-15T11:57:28]i000: MUX:  Wait for Detect to complete
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Detection Phase
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  ---------------
    [01B8:03F8][2015-04-15T11:57:28]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vs\Servicing\12.0\devenv'; variable = 'devenv_DetectKeyExists'
    [01B8:03F8][2015-04-15T11:57:28]i000: Setting numeric variable 'devenv_DetectKeyExists' to value 0
    [01B8:03F8][2015-04-15T11:57:28]i000: Registry key not found. Key = 'SOFTWARE\Policies\Microsoft\SystemCertificates\AuthRoot'; variable = 'DisableRootAutoUpdate'
    [01B8:03F8][2015-04-15T11:57:28]i000: Setting numeric variable 'IEsvcVersionExists' to value 1
    [01B8:03F8][2015-04-15T11:57:28]i000: Setting string variable 'IEsvcVersion' to value '11.0.9600.17691'
    [01B8:03F8][2015-04-15T11:57:28]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\SystemCertificates\AuthRoot\Certificates\3B1EFD3A66EA28B16697394703A72CA340A05BD5'; variable = 'MicrosoftRootCertificateAuthority2010AuthRootExists'
    [01B8:03F8][2015-04-15T11:57:28]i000: Setting numeric variable 'MicrosoftRootCertificateAuthority2010AuthRootExists' to value 0
    [01B8:03F8][2015-04-15T11:57:28]i000: Setting numeric variable 'MicrosoftRootCertificateAuthority2010RootExists' to value 1
    [01B8:03F8][2015-04-15T11:57:28]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\SystemCertificates\AuthRoot\Certificates\8F43288AD272F3103B6FB1428485EA3014C0BCFE'; variable = 'MicrosoftRootCertificateAuthority2011AuthRootExists'
    [01B8:03F8][2015-04-15T11:57:28]i000: Setting numeric variable 'MicrosoftRootCertificateAuthority2011AuthRootExists' to value 0
    [01B8:03F8][2015-04-15T11:57:28]i000: Setting numeric variable 'MicrosoftRootCertificateAuthority2011RootExists' to value 1
    [01B8:03F8][2015-04-15T11:57:28]i000: Registry value not found. Key = 'SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full', Value = 'CBS'
    [01B8:03F8][2015-04-15T11:57:28]i000: Setting string variable 'netfxfullredist_43_DetectKey' to value '4.5.50938'
    [01B8:03F8][2015-04-15T11:57:28]i000: Setting string variable 'NetFxFullRedist_InstalledRelease' to value '378758'
    [01B8:03F8][2015-04-15T11:57:28]i000: Setting numeric variable 'NetFxFullRedist_InstalledReleaseExists' to value 1
    [01B8:03F8][2015-04-15T11:57:28]i000: Setting string variable 'OS_BuildNumber' to value '7601'
    [01B8:03F8][2015-04-15T11:57:28]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vs\Servicing\12.0\teamExplorerCore'; variable = 'teamExplorercore_DetectKeyExists'
    [01B8:03F8][2015-04-15T11:57:28]i000: Setting numeric variable 'teamExplorercore_DetectKeyExists' to value 0
    [01B8:03F8][2015-04-15T11:57:28]i000: Setting string variable 'VSComponentPathVariable' to value ''
    [01B8:03F8][2015-04-15T11:57:28]i000: Setting string variable 'WindowsBuildNumber' to value '7601'
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: vcRuntimeMinimum_x64 to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: vcRuntimeAdditional_x86 to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: vcRuntimeAdditional_x64 to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i052: Condition 'NetFxFullRedist_InstalledReleaseExists AND NetFxFullRedist_InstalledRelease >= 378758' evaluates to true.
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: netfxfullredist_43 to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: vsbsln_neu_28 to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: vsbsln_res_28 to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: tfs_objectmodel_x86 to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: tfs_objectmodel_x86_lang to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: tfs_objectmodel_x64 to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: tfs_objectmodel_x64_lang to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: vcRuntimeMinimum_x86 to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: vs_minshellcore to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: vs_minshellinterop to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: vs_devenv to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: vs_minshellres to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: vs_devenvLP to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: vs_intshelladditionalres to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: vs_teamExplorerCore to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: vs_teamExplorerNonCore to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: vs_teamExplorerCoreRes to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: PreEmptiveAnalytics_298 to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Adding package: teamExplorer_finalizer to package detect list
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Reset Result
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: vcRuntimeMinimum_x64, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: vcRuntimeAdditional_x86, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: vcRuntimeAdditional_x64, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: netfxfullredist_43, state: Present, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: vsbsln_neu_28, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: vsbsln_res_28, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: tfs_objectmodel_x86, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: tfs_objectmodel_x86_lang, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: tfs_objectmodel_x64, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: tfs_objectmodel_x64_lang, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: vcRuntimeMinimum_x86, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: vs_minshellcore, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: vs_minshellinterop, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: vs_devenv, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: vs_minshellres, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: vs_devenvLP, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: vs_intshelladditionalres, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: vs_teamExplorerCore, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: vs_teamExplorerNonCore, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: vs_teamExplorerCoreRes, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: PreEmptiveAnalytics_298, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i101: Detected package: teamExplorer_finalizer, state: Absent, cached: None
    [01B8:03F8][2015-04-15T11:57:28]i052: Condition '(VersionNT = v6.3) AND (WindowsBuildNumber < 9600)' evaluates to false.
    [01B8:03F8][2015-04-15T11:57:28]i052: Condition 'CompatibilityMode = 0' evaluates to false.
    [01B8:03F8][2015-04-15T11:57:28]i052: Condition 'NOT((VersionNT > v6.1) OR (VersionNT = v6.1 AND ServicePackLevel >= 1))' evaluates to false.
    [01B8:03F8][2015-04-15T11:57:28]i052: Condition 'RebootPending = 1' evaluates to false.
    [01B8:03F8][2015-04-15T11:57:28]i052: Condition 'NOT (IEsvcVersionExists) OR (IEsvcVersion < v10.0)' evaluates to false.
    [01B8:03F8][2015-04-15T11:57:28]i052: Condition '(VersionNT < v6.2) AND ((NetworkAvailable = 0) OR (DisableRootAutoUpdate = 1)) AND NOT ((MicrosoftRootCertificateAuthority2011RootExists OR MicrosoftRootCertificateAuthority2011AuthRootExists) AND (MicrosoftRootCertificateAuthority2010RootExists
    OR MicrosoftRootCertificateAuthority2010AuthRootExists))' evaluates to false.
    [01B8:03F8][2015-04-15T11:57:28]i052: Condition '(VersionNT = v6.3) AND (netfxfullredist_43_DetectKey < v4.5.50709)' evaluates to false.
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Default Selectable Items state:
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Initial Selectable Items state:
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Non-applicable packages grouped by Selectable Items:
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Detect Completed
    [01B8:03F8][2015-04-15T11:57:28]i000: MUX:  Wait for View to be loaded
    [01B8:1CE4][2015-04-15T11:57:28]i000: MUX:  Detect Completed, now create view
    [01B8:03F8][2015-04-15T11:57:29]i000: MUX:  View loaded
    [01B8:03F8][2015-04-15T11:57:29]i000: MUX:  Start Plan: Install
    [01B8:03F8][2015-04-15T11:57:29]i000: MUX:  Current action: Install
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'CurrentOperation' to value 'Install'
    [01B8:03F8][2015-04-15T11:57:29]i000: MUX:  StartPlanWithoutUIPage
    [01B8:03F8][2015-04-15T11:57:29]i199: Detect complete, result: 0x0
    [01B8:03F8][2015-04-15T11:57:29]i200: Plan begin, 22 packages, action: Install
    [01B8:03F8][2015-04-15T11:57:29]i000: MUX:  Plan Phase Begin
    [01B8:03F8][2015-04-15T11:57:29]i000: MUX:  ----------------
    [01B8:03F8][2015-04-15T11:57:29]i052: Condition 'VersionNT64' evaluates to false.
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleRollbackLog_vcRuntimeAdditional_x86' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_0_vcRuntimeAdditional_x86_rollback.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleLog_vcRuntimeAdditional_x86' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_0_vcRuntimeAdditional_x86.log'
    [01B8:03F8][2015-04-15T11:57:29]i052: Condition 'VersionNT64' evaluates to false.
    [01B8:03F8][2015-04-15T11:57:29]i052: Condition '(VersionNT <= v6.2) AND (NetFxFullRedist_InstalledReleaseExists = 0 OR NetFxFullRedist_InstalledRelease <= 378758)' evaluates to true.
    [01B8:03F8][2015-04-15T11:57:29]w321: Skipping dependency registration on package with no dependency providers: netfxfullredist_43
    [01B8:03F8][2015-04-15T11:57:29]i052: Condition 'VersionNT64' evaluates to false.
    [01B8:03F8][2015-04-15T11:57:29]i052: Condition 'VersionNT64' evaluates to false.
    [01B8:03F8][2015-04-15T11:57:29]i052: Condition '(NOT VersionNT64)' evaluates to true.
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleRollbackLog_tfs_objectmodel_x86' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_1_tfs_objectmodel_x86_rollback.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleLog_tfs_objectmodel_x86' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_1_tfs_objectmodel_x86.log'
    [01B8:03F8][2015-04-15T11:57:29]i052: Condition '(NOT VersionNT64)' evaluates to true.
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleRollbackLog_tfs_objectmodel_x86_lang' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_2_tfs_objectmodel_x86_lang_rollback.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleLog_tfs_objectmodel_x86_lang' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_2_tfs_objectmodel_x86_lang.log'
    [01B8:03F8][2015-04-15T11:57:29]i052: Condition 'VersionNT64' evaluates to false.
    [01B8:03F8][2015-04-15T11:57:29]i052: Condition 'VersionNT64' evaluates to false.
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleRollbackLog_vcRuntimeMinimum_x86' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_3_vcRuntimeMinimum_x86_rollback.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleLog_vcRuntimeMinimum_x86' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_3_vcRuntimeMinimum_x86.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleRollbackLog_vs_minshellcore' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_4_vs_minshellcore_rollback.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleLog_vs_minshellcore' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_4_vs_minshellcore.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleRollbackLog_vs_minshellinterop' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_5_vs_minshellinterop_rollback.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleLog_vs_minshellinterop' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_5_vs_minshellinterop.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleRollbackLog_vs_devenv' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_6_vs_devenv_rollback.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleLog_vs_devenv' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_6_vs_devenv.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleRollbackLog_vs_minshellres' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_7_vs_minshellres_rollback.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleLog_vs_minshellres' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_7_vs_minshellres.log'
    [01B8:03F8][2015-04-15T11:57:29]i052: Condition 'NOT IsLanguagePack OR devenv_DetectKeyExists' evaluates to true.
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleRollbackLog_vs_devenvLP' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_8_vs_devenvLP_rollback.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleLog_vs_devenvLP' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_8_vs_devenvLP.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleRollbackLog_vs_intshelladditionalres' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_9_vs_intshelladditionalres_rollback.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleLog_vs_intshelladditionalres' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_9_vs_intshelladditionalres.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleRollbackLog_vs_teamExplorerCore' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_10_vs_teamExplorerCore_rollback.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleLog_vs_teamExplorerCore' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_10_vs_teamExplorerCore.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleRollbackLog_vs_teamExplorerNonCore' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_11_vs_teamExplorerNonCore_rollback.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleLog_vs_teamExplorerNonCore' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_11_vs_teamExplorerNonCore.log'
    [01B8:03F8][2015-04-15T11:57:29]i052: Condition 'NOT IsLanguagePack OR teamExplorercore_DetectKeyExists' evaluates to true.
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleRollbackLog_vs_teamExplorerCoreRes' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_12_vs_teamExplorerCoreRes_rollback.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleLog_vs_teamExplorerCoreRes' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_12_vs_teamExplorerCoreRes.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleRollbackLog_PreEmptiveAnalytics_298' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_13_PreEmptiveAnalytics_298_rollback.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleLog_PreEmptiveAnalytics_298' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_13_PreEmptiveAnalytics_298.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleRollbackLog_teamExplorer_finalizer' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_14_teamExplorer_finalizer_rollback.log'
    [01B8:03F8][2015-04-15T11:57:29]i000: Setting string variable 'WixBundleLog_teamExplorer_finalizer' to value 'C:\Users\shubham\AppData\Local\Temp\dd_vs_teamExplorer_20150415115725_14_teamExplorer_finalizer.log'
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: vcRuntimeMinimum_x64, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: vcRuntimeAdditional_x86, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: vcRuntimeAdditional_x64, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: netfxfullredist_43, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: vsbsln_neu_28, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: vsbsln_res_28, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: tfs_objectmodel_x86, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: tfs_objectmodel_x86_lang, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: tfs_objectmodel_x64, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: tfs_objectmodel_x64_lang, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: vcRuntimeMinimum_x86, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: vs_minshellcore, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: vs_minshellinterop, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: vs_devenv, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: vs_minshellres, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: vs_devenvLP, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: vs_intshelladditionalres, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: vs_teamExplorerCore, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: vs_teamExplorerNonCore, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: vs_teamExplorerCoreRes, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: PreEmptiveAnalytics_298, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
    [01B8:03F8][2015-04-15T11:57:29]i201: Planned package: teamExplorer_finalizer, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
    [01B8:03F8][2015-04-15T11:57:29]i000: MUX:  Go to Progress page.
    [01B8:03F8][2015-04-15T11:57:29]i299: Plan complete, result: 0x0
    [01B8:03F8][2015-04-15T11:57:29]i300: Apply begin
    [01B8:03F8][2015-04-15T11:57:29]i000: MUX:  Apply Phase Begin
    [01B8:03F8][2015-04-15T11:57:29]i000: MUX:  -----------------
    [01B8:03F8][2015-04-15T11:57:29]i000: MUX:  Metrics: ShouldSendData=False
    [01B8:03F8][2015-04-15T11:57:29]i000: MUX:  Free Disk Space before install:  SystemDrive C:\ 21051039744 bytes  AppDrive C:\ 21051039744 bytes
    [0E90:17DC][2015-04-15T11:57:29]i360: Creating a system restore point.
    [0E90:17DC][2015-04-15T11:57:29]w363: Could not create system restore point, error: 0x80070422. Continuing...
    [0E90:17DC][2015-04-15T11:57:29]i320: Registering bundle dependency provider: {6128f1b1-f615-4436-a0ba-624d2fe065d4}, version: 12.0.21005.13
    [0E90:17DC][2015-04-15T11:57:29]e000: Error 0x80070005: Failed to write run key value.
    [0E90:17DC][2015-04-15T11:57:29]e000: Error 0x80070005: Failed to update resume mode.
    [0E90:17DC][2015-04-15T11:57:29]e000: Error 0x80070005: Failed to begin registration session.
    [01B8:03F8][2015-04-15T11:57:29]e000: Error 0x80070005: Failed to begin registration session in per-machine process.
    [01B8:03F8][2015-04-15T11:57:29]e000: Error 0x80070005: Failed to register bundle.
    [01B8:03F8][2015-04-15T11:57:29]i000: MUX:  Apply Complete: Disk Space Used in bytes for Installation:  MaxAppDrive: 0  MaxSysDrive: 0  AppDrive: 0  SysDrive: 987136
    [01B8:03F8][2015-04-15T11:57:29]i000: MUX:  Free Disk Space after install:  SystemDrive C:\ 21050048512 bytes  AppDrive C:\ 21050048512 bytes
    [01B8:03F8][2015-04-15T11:57:29]i000: MUX:  Set Result: Return Code=-2147024891 (0x80070005), Error Message=, Result Detail=, Vital=True, Package Action=Install, Package Id=Apply Failure
    [01B8:03F8][2015-04-15T11:57:29]i000: MUX:  Go to Finished page.
    [01B8:03F8][2015-04-15T11:57:29]i399: Apply complete, result: 0x80070005, restart: None, ba requested restart:  No
    Request your help in resolving the issue.

    Hi Prafulla, 
    Thanks for your post.
    You can install this same Team Explorer 2013 installation file on other clients successfully? Please download the Team Explorer 2013 from here:
    https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs#DownloadFamilies_3.
    Please ensure your current account is the local admin on this Windows 7 machine. And try the solution in this article:
    http://blogs.msdn.com/b/astebner/archive/2006/09/04/solving-setup-errors-by-using-the-subinacl-tool-to-repair-file-and-registry-permissions.aspx.
    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.

  • Can't seem to install Windows Phone Recovery Tool

    I'm trying to install WP Recovery Tool because while I loved the Windows 10 preview for phones, the no cellular data is a no-no for me.
    Every time I try to install the recovery tool, I keep getting 0x80072efd- Unspecified Error.
    Any suggestions?
    Here's the log of the error
    [3124:05F4][2015-04-11T09:27:03]i001: Burn v3.8.1128.0, Windows v6.3 (Build 9600: Service Pack 0), path: C:\Users\Lohith\Downloads\WindowsPhoneRecoveryTool​Installer (5).exe, cmdline: ''
    [3124:05F4][2015-04-11T09:27:03]i000: Initializing string variable 'LaunchTarget' to value '[ProgramFilesFolder]Microsoft Care Suite\Windows Phone Recovery Tool\WindowsPhoneRecoveryTool.exe'
    [3124:05F4][2015-04-11T09:27:03]i000: Setting string variable 'WixBundleLog' to value 'C:\Users\Lohith\AppData\Local\Temp\Windows_Phone_​Recovery_Tool_1.1.0_20150411092703.log'
    [3124:05F4][2015-04-11T09:27:03]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\Users\Lohith\Downloads\WindowsPhoneRecoveryToo​lInstaller (5).exe'
    [3124:05F4][2015-04-11T09:27:03]i052: Condition '(VersionNT >= v6.1)' evaluates to true.
    [3124:05F4][2015-04-11T09:27:03]i000: Setting string variable 'WixBundleName' to value 'Windows Phone Recovery Tool 1.1.0'
    [3124:05F4][2015-04-11T09:27:03]i100: Detect begin, 40 packages
    [3124:05F4][2015-04-11T09:27:03]i000: Setting string variable 'NETFRAMEWORK45' to value '378675'
    [3124:05F4][2015-04-11T09:27:03]i000: Setting string variable 'VC2012RedistInstalled' to value '1'
    [3124:05F4][2015-04-11T09:27:03]i000: Setting string variable 'VC2012RedistInstalled64' to value '1'
    [3124:05F4][2015-04-11T09:27:03]i052: Condition 'NETFRAMEWORK45 >= 378389' evaluates to true.
    [3124:05F4][2015-04-11T09:27:03]i052: Condition 'VC2012RedistInstalled=1 or VC2012RedistInstalled64=1' evaluates to true.
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: CheckFreeDiskSpace, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: NetFx45Web, state: Present, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: VC2012Redist, state: Present, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: CommunicationLayerCleaner, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WinUsbDeviceRemover, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WinUsbCoInstallers, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WinUsbCompatIdInstaller, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WinUsbDriversExt, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_enUS, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_arSA, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_csCZ, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_daDK, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_deDE, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_elGR, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_esES, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_etEE, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_fiFI, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_frFR, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_heIL, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_hrHR, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_huHU, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_itIT, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_jaJP, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_koKR, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_ltLT, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_lvLV, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_nbNO, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_nlNL, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_plPL, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_ptBR, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_roRO, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_ruRU, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_skSK, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_slSI, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_svSE, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_thTH, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_trTR, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_zhCN, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_zhHK, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i101: Detected package: WPRT_zhTW, state: Absent, cached: None
    [3124:05F4][2015-04-11T09:27:03]i052: Condition 'Privileged <> 0' evaluates to true.
    [3124:05F4][2015-04-11T09:27:03]i199: Detect complete, result: 0x0
    [3124:09BC][2015-04-11T09:27:05]i000: Setting numeric variable 'EulaAcceptCheckbox' to value 0
    [3124:05F4][2015-04-11T09:27:05]i200: Plan begin, 40 packages, action: Install
    [3124:05F4][2015-04-11T09:27:05]i000: Setting string variable 'WixBundleLog_CheckFreeDiskSpace' to value 'C:\Users\Lohith\AppData\Local\Temp\Windows_Phone_​Recovery_Tool_1.1.0_20150411092703_0_CheckFreeDisk​Space.log'
    [3124:05F4][2015-04-11T09:27:05]w321: Skipping dependency registration on package with no dependency providers: NetFx45Web
    [3124:05F4][2015-04-11T09:27:05]w321: Skipping dependency registration on package with no dependency providers: VC2012Redist
    [3124:05F4][2015-04-11T09:27:05]w321: Skipping dependency registration on package with no dependency providers: CommunicationLayerCleaner
    [3124:05F4][2015-04-11T09:27:05]i000: Setting string variable 'WixBundleLog_CommunicationLayerCleaner' to value 'C:\Users\Lohith\AppData\Local\Temp\Windows_Phone_​Recovery_Tool_1.1.0_20150411092703_1_Communication​LayerCleaner.log'
    [3124:05F4][2015-04-11T09:27:05]w321: Skipping dependency registration on package with no dependency providers: WinUsbDeviceRemover
    [3124:05F4][2015-04-11T09:27:05]i000: Setting string variable 'WixBundleLog_WinUsbDeviceRemover' to value 'C:\Users\Lohith\AppData\Local\Temp\Windows_Phone_​Recovery_Tool_1.1.0_20150411092703_2_WinUsbDeviceR​emover.log'
    [3124:05F4][2015-04-11T09:27:05]i000: Setting string variable 'WixBundleLog_WinUsbCoInstallers' to value 'C:\Users\Lohith\AppData\Local\Temp\Windows_Phone_​Recovery_Tool_1.1.0_20150411092703_3_WinUsbCoInsta​llers.log'
    [3124:05F4][2015-04-11T09:27:05]i000: Setting string variable 'WixBundleLog_WinUsbCompatIdInstaller' to value 'C:\Users\Lohith\AppData\Local\Temp\Windows_Phone_​Recovery_Tool_1.1.0_20150411092703_4_WinUsbCompatI​dInstaller.log'
    [3124:05F4][2015-04-11T09:27:05]i000: Setting string variable 'WixBundleLog_WinUsbDriversExt' to value 'C:\Users\Lohith\AppData\Local\Temp\Windows_Phone_​Recovery_Tool_1.1.0_20150411092703_5_WinUsbDrivers​Ext.log'
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'NOT ( UserLanguageID=1025 OR UserLanguageID=5121 OR UserLanguageID=15361 OR UserLanguageID=3073 OR UserLanguageID=2049 OR UserLanguageID=11265 OR UserLanguageID=13313 OR UserLanguageID=12289 OR UserLanguageID=4097 OR UserLanguageID=6145 OR UserLanguageID=8193 OR UserLanguageID=16385 OR UserLanguageID=10241 OR UserLanguageID=7169 OR UserLanguageID=14337 OR UserLanguageID=9217 OR UserLanguageID=1029 OR UserLanguageID=1030 OR UserLanguageID=1031 OR UserLanguageID=3079 OR UserLanguageID=5127 OR UserLanguageID=4103 OR UserLanguageID=2055 OR UserLanguageID=1032 OR UserLanguageID=3082 OR UserLanguageID=1034 OR UserLanguageID=11274 OR UserLanguageID=16394 OR UserLanguageID=13322 OR UserLanguageID=9226 OR UserLanguageID=5130 OR UserLanguageID=7178 OR UserLanguageID=12298 OR UserLanguageID=17418 OR UserLanguageID=4106 OR UserLanguageID=18442 OR UserLanguageID=22538 OR UserLanguageID=2058 OR UserLanguageID=19466 OR UserLanguageID=6154 OR UserLanguageID=15370 OR UserLanguageID=10250 OR UserLanguageID=20490 OR UserLanguageID=21514 OR UserLanguageID=14346 OR UserLanguageID=8202 OR UserLanguageID=1061 OR UserLanguageID=1035 OR UserLanguageID=1036 OR UserLanguageID=2060 OR UserLanguageID=11276 OR UserLanguageID=3084 OR UserLanguageID=9228 OR UserLanguageID=12300 OR UserLanguageID=15372 OR UserLanguageID=5132 OR UserLanguageID=13324 OR UserLanguageID=6156 OR UserLanguageID=14348 OR UserLanguageID=58380 OR UserLanguageID=8204 OR UserLanguageID=10252 OR UserLanguageID=4108 OR UserLanguageID=7180 OR UserLanguageID=1037 OR UserLanguageID=1050 OR UserLanguageID=1038 OR UserLanguageID=1040 OR UserLanguageID=2064 OR UserLanguageID=1041 OR UserLanguageID=1042 OR UserLanguageID=1063 OR UserLanguageID=1062 OR UserLanguageID=1044 OR UserLanguageID=2068 OR UserLanguageID=1043 OR UserLanguageID=2067 OR UserLanguageID=1045 OR UserLanguageID=1046 OR UserLanguageID=2070 OR UserLanguageID=1048 OR UserLanguageID=2072 OR UserLanguageID=1049 OR UserLanguageID=2073 OR UserLanguageID=1051 OR UserLanguageID=1060 OR UserLanguageID=1053 OR UserLanguageID=2077 OR UserLanguageID=1054 OR UserLanguageID=1055 OR UserLanguageID=2052 OR UserLanguageID=4100 OR UserLanguageID=5124 OR UserLanguageID=3076 OR UserLanguageID=1028 )' evaluates to true.
    [3124:05F4][2015-04-11T09:27:05]i000: Setting string variable 'WixBundleRollbackLog_WPRT_enUS' to value 'C:\Users\Lohith\AppData\Local\Temp\Windows_Phone_​Recovery_Tool_1.1.0_20150411092703_6_WPRT_enUS_rol​lback.log'
    [3124:05F4][2015-04-11T09:27:05]i000: Setting string variable 'WixBundleLog_WPRT_enUS' to value 'C:\Users\Lohith\AppData\Local\Temp\Windows_Phone_​Recovery_Tool_1.1.0_20150411092703_6_WPRT_enUS.log​'
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1025 OR UserLanguageID=5121 OR UserLanguageID=15361 OR UserLanguageID=3073 OR UserLanguageID=2049 OR UserLanguageID=11265 OR UserLanguageID=13313 OR UserLanguageID=12289 OR UserLanguageID=4097 OR UserLanguageID=6145 OR UserLanguageID=8193 OR UserLanguageID=16385 OR UserLanguageID=10241 OR UserLanguageID=7169 OR UserLanguageID=14337 OR UserLanguageID=9217' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1029' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1030' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1031 OR UserLanguageID=3079 OR UserLanguageID=5127 OR UserLanguageID=4103 OR UserLanguageID=2055' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1032' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=3082 OR UserLanguageID=1034 OR UserLanguageID=11274 OR UserLanguageID=16394 OR UserLanguageID=13322 OR UserLanguageID=9226 OR UserLanguageID=5130 OR UserLanguageID=7178 OR UserLanguageID=12298 OR UserLanguageID=17418 OR UserLanguageID=4106 OR UserLanguageID=18442 OR UserLanguageID=22538 OR UserLanguageID=2058 OR UserLanguageID=19466 OR UserLanguageID=6154 OR UserLanguageID=15370 OR UserLanguageID=10250 OR UserLanguageID=20490 OR UserLanguageID=21514 OR UserLanguageID=14346 OR UserLanguageID=8202' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1061' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1035' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1036 OR UserLanguageID=2060 OR UserLanguageID=11276 OR UserLanguageID=3084 OR UserLanguageID=9228 OR UserLanguageID=12300 OR UserLanguageID=15372 OR UserLanguageID=5132 OR UserLanguageID=13324 OR UserLanguageID=6156 OR UserLanguageID=14348 OR UserLanguageID=58380 OR UserLanguageID=8204 OR UserLanguageID=10252 OR UserLanguageID=4108 OR UserLanguageID=7180' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1037' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1050' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1038' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1040 OR UserLanguageID=2064' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1041' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1042' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1063' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1062' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1044 OR UserLanguageID=2068' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1043 OR UserLanguageID=2067' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1045' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1046 OR UserLanguageID=2070' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1048 OR UserLanguageID=2072' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1049 OR UserLanguageID=2073' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1051' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1060' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1053 OR UserLanguageID=2077' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1054' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1055' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=2052 OR UserLanguageID=4100 OR UserLanguageID=5124' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=3076' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i052: Condition 'UserLanguageID=1028' evaluates to false.
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: CheckFreeDiskSpace, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: Register
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: NetFx45Web, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: VC2012Redist, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: CommunicationLayerCleaner, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WinUsbDeviceRemover, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WinUsbCoInstallers, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: Register
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WinUsbCompatIdInstaller, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: Register
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WinUsbDriversExt, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: Register
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_enUS, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_arSA, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_csCZ, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_daDK, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_deDE, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_elGR, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_esES, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_etEE, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_fiFI, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_frFR, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_heIL, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_hrHR, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_huHU, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_itIT, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_jaJP, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_koKR, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_ltLT, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_lvLV, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_nbNO, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_nlNL, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_plPL, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_ptBR, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_roRO, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_ruRU, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_skSK, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_slSI, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_svSE, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_thTH, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_trTR, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_zhCN, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_zhHK, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i201: Planned package: WPRT_zhTW, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [3124:05F4][2015-04-11T09:27:05]i299: Plan complete, result: 0x0
    [3124:05F4][2015-04-11T09:27:05]i300: Apply begin
    [1E60:3238][2015-04-11T09:27:06]i360: Creating a system restore point.
    [1E60:3238][2015-04-11T09:27:06]i361: Created a system restore point.
    [1E60:3238][2015-04-11T09:27:06]i000: Caching bundle from: 'C:\Users\Lohith\AppData\Local\Temp\{a8b207a1-a05f​-462d-a981-403c43525256}\.be\Bootstrapper.exe' to: 'C:\ProgramData\Package Cache\{a8b207a1-a05f-462d-a981-403c43525256}\Boots​trapper.exe'
    [1E60:3238][2015-04-11T09:27:06]i320: Registering bundle dependency provider: {a8b207a1-a05f-462d-a981-403c43525256}, version: 1.1.0.0
    [1E60:37F0][2015-04-11T09:27:06]i305: Verified acquired payload: CheckFreeDiskSpace at path: C:\ProgramData\Package Cache\.unverified\CheckFreeDiskSpace, moving to: C:\ProgramData\Package Cache\{4E893B08-5155-4C03-A80C-7D9E96FFDDD2}v1.00.​0000\CheckFreeDiskSpace.msi.
    [1E60:37F0][2015-04-11T09:27:06]i305: Verified acquired payload: CommunicationLayerCleaner at path: C:\ProgramData\Package Cache\.unverified\CommunicationLayerCleaner, moving to: C:\ProgramData\Package Cache\42253689C4295B7B23419779293A6F8A3D623688\Com​mLayerCleaner.exe.
    [1E60:37F0][2015-04-11T09:27:06]i305: Verified acquired payload: WinUsbDeviceRemover at path: C:\ProgramData\Package Cache\.unverified\WinUsbDeviceRemover, moving to: C:\ProgramData\Package Cache\CAE10F2B5EDDD7A95406FFA73F7B6E029138C09E\Win​UsbDeviceRemover.exe.
    [1E60:37F0][2015-04-11T09:27:06]i305: Verified acquired payload: WinUsbDeviceRemoverConfiguration at path: C:\ProgramData\Package Cache\.unverified\WinUsbDeviceRemoverConfiguration​, moving to: C:\ProgramData\Package Cache\CAE10F2B5EDDD7A95406FFA73F7B6E029138C09E\wud​r_configuration.xml.
    [3124:2D7C][2015-04-11T09:27:06]w343: Prompt for source of package: WinUsbCoInstallers, payload: WinUsbCoInstallers, path: C:\Users\Lohith\Downloads\WinUsbCoInstallers.msi
    [3124:2D7C][2015-04-11T09:27:06]i338: Acquiring package: WinUsbCoInstallers, payload: WinUsbCoInstallers, download from: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​...
    [3124:2D7C][2015-04-11T09:27:06]e000: Error 0x80072efd: Failed to send request to URL: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​... trying to process HTTP status code anyway.
    [3124:2D7C][2015-04-11T09:27:06]e000: Error 0x80072efd: Unknown HTTP status code 0, returned from URL: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​...
    [3124:2D7C][2015-04-11T09:27:06]e000: Error 0x80072efd: Failed to send request to URL: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​...
    [3124:2D7C][2015-04-11T09:27:06]e000: Error 0x80072efd: Failed to connect to URL: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​...
    [3124:2D7C][2015-04-11T09:27:06]e000: Error 0x80072efd: Failed to get size and time for URL: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​...
    [3124:2D7C][2015-04-11T09:27:06]e000: Error 0x80072efd: Failed attempt to download URL: 'http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​... to: 'C:\Users\Lohith\AppData\Local\Temp\{a8b207a1-a05f​-462d-a981-403c43525256}\WinUsbCoInstallers'
    [3124:2D7C][2015-04-11T09:27:06]w343: Prompt for source of package: WinUsbCoInstallers, payload: WinUsbCoInstallers, path: C:\Users\Lohith\Downloads\WinUsbCoInstallers.msi
    [3124:2D7C][2015-04-11T09:27:09]i338: Acquiring package: WinUsbCoInstallers, payload: WinUsbCoInstallers, download from: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​...
    [3124:2D7C][2015-04-11T09:27:09]e000: Error 0x80072efd: Failed to send request to URL: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​... trying to process HTTP status code anyway.
    [3124:2D7C][2015-04-11T09:27:09]e000: Error 0x80072efd: Unknown HTTP status code 0, returned from URL: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​...
    [3124:2D7C][2015-04-11T09:27:09]e000: Error 0x80072efd: Failed to send request to URL: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​...
    [3124:2D7C][2015-04-11T09:27:09]e000: Error 0x80072efd: Failed to connect to URL: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​...
    [3124:2D7C][2015-04-11T09:27:09]e000: Error 0x80072efd: Failed to get size and time for URL: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​...
    [3124:2D7C][2015-04-11T09:27:09]e000: Error 0x80072efd: Failed attempt to download URL: 'http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​... to: 'C:\Users\Lohith\AppData\Local\Temp\{a8b207a1-a05f​-462d-a981-403c43525256}\WinUsbCoInstallers'
    [3124:2D7C][2015-04-11T09:27:09]w343: Prompt for source of package: WinUsbCoInstallers, payload: WinUsbCoInstallers, path: C:\Users\Lohith\Downloads\WinUsbCoInstallers.msi
    [3124:2D7C][2015-04-11T09:27:12]i338: Acquiring package: WinUsbCoInstallers, payload: WinUsbCoInstallers, download from: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​...
    [3124:2D7C][2015-04-11T09:27:12]e000: Error 0x80072efd: Failed to send request to URL: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​... trying to process HTTP status code anyway.
    [3124:2D7C][2015-04-11T09:27:12]e000: Error 0x80072efd: Unknown HTTP status code 0, returned from URL: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​...
    [3124:2D7C][2015-04-11T09:27:12]e000: Error 0x80072efd: Failed to send request to URL: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​...
    [3124:2D7C][2015-04-11T09:27:12]e000: Error 0x80072efd: Failed to connect to URL: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​...
    [3124:2D7C][2015-04-11T09:27:12]e000: Error 0x80072efd: Failed to get size and time for URL: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​...
    [3124:2D7C][2015-04-11T09:27:12]e000: Error 0x80072efd: Failed attempt to download URL: 'http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​... to: 'C:\Users\Lohith\AppData\Local\Temp\{a8b207a1-a05f​-462d-a981-403c43525256}\WinUsbCoInstallers'
    [3124:2D7C][2015-04-11T09:27:12]w343: Prompt for source of package: WinUsbCoInstallers, payload: WinUsbCoInstallers, path: C:\Users\Lohith\Downloads\WinUsbCoInstallers.msi
    [3124:2D7C][2015-04-11T09:27:15]i338: Acquiring package: WinUsbCoInstallers, payload: WinUsbCoInstallers, download from: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​...
    [3124:2D7C][2015-04-11T09:27:15]e000: Error 0x80072efd: Failed to send request to URL: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​... trying to process HTTP status code anyway.
    [3124:2D7C][2015-04-11T09:27:15]e000: Error 0x80072efd: Unknown HTTP status code 0, returned from URL: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​...
    [3124:2D7C][2015-04-11T09:27:15]e000: Error 0x80072efd: Failed to send request to URL: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​...
    [3124:2D7C][2015-04-11T09:27:15]e000: Error 0x80072efd: Failed to connect to URL: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​...
    [3124:2D7C][2015-04-11T09:27:15]e000: Error 0x80072efd: Failed to get size and time for URL: http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​...
    [3124:2D7C][2015-04-11T09:27:15]e000: Error 0x80072efd: Failed attempt to download URL: 'http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​... to: 'C:\Users\Lohith\AppData\Local\Temp\{a8b207a1-a05f​-462d-a981-403c43525256}\WinUsbCoInstallers'
    [3124:2D7C][2015-04-11T09:27:15]e000: Error 0x80072efd: Failed to acquire payload from: 'http://download-fds.webapps.microsoft.com/supportF​iles/phones/files/recovery/Drivers/WinUsbCoInstall​... to working path: 'C:\Users\Lohith\AppData\Local\Temp\{a8b207a1-a05f​-462d-a981-403c43525256}\WinUsbCoInstallers'
    [3124:2D7C][2015-04-11T09:27:15]e313: Failed to acquire payload: WinUsbCoInstallers to working path: C:\Users\Lohith\AppData\Local\Temp\{a8b207a1-a05f-​462d-a981-403c43525256}\WinUsbCoInstallers, error: 0x80072efd.
    [1E60:37F0][2015-04-11T09:27:15]i351: Removing cached package: WinUsbDeviceRemover, from path: C:\ProgramData\Package Cache\CAE10F2B5EDDD7A95406FFA73F7B6E029138C09E\
    [1E60:37F0][2015-04-11T09:27:15]i351: Removing cached package: CommunicationLayerCleaner, from path: C:\ProgramData\Package Cache\42253689C4295B7B23419779293A6F8A3D623688\
    [1E60:37F0][2015-04-11T09:27:15]i351: Removing cached package: CheckFreeDiskSpace, from path: C:\ProgramData\Package Cache\{4E893B08-5155-4C03-A80C-7D9E96FFDDD2}v1.00.​0000\
    [3124:05F4][2015-04-11T09:27:15]e000: Error 0x80072efd: Failed while caching, aborting execution.
    [1E60:3238][2015-04-11T09:27:15]i330: Removed bundle dependency provider: {a8b207a1-a05f-462d-a981-403c43525256}
    [1E60:3238][2015-04-11T09:27:15]i352: Removing cached bundle: {a8b207a1-a05f-462d-a981-403c43525256}, from path: C:\ProgramData\Package Cache\{a8b207a1-a05f-462d-a981-403c43525256}\
    [3124:05F4][2015-04-11T09:27:16]i399: Apply complete, result: 0x80072efd, restart: None, ba requested restart: No

    Hi, Lohithmohan. Welcome to Microsoft Mobile Community! Does your PC meet the following requirements?
    Microsoft Windows 7 or newer.
    USB cable to connect your phone to the computer.
    Minimum 4 GB free storage space.
    Were you able to test it using another computer? Did you obtain the tool from our MS local page? We'll be waiting for your response.

  • Unable to install Windows Phone Recovery Tool.

    Hello,
    during an installation of Windows Phone Recovery Tool 1.2.4 (downloaded from official source), I get a message about error 0x80070002. All requirements seems to be fulfilled (disk space, OS version etc.).
    I want to install WPRT to make a downgrade from Win10 beta to Win 8.1.
    I tired to use this solution - https://support.microsoft.com/en-us/kb/910336/ - but it didn't work.
    Below, I attach the error log:
    [0A60:1458][2015-05-03T18:42:50]i001: Burn v3.8.1128.0, Windows v6.1 (Build 7601: Service Pack 1), path: C:\WindowsPhoneRecoveryToolInstaller.exe, cmdline: ''
    [0A60:1458][2015-05-03T18:42:50]i000: Initializing string variable 'LaunchTarget' to value '[ProgramFilesFolder]Microsoft Care Suite\Windows Phone Recovery Tool\WindowsPhoneRecoveryTool.exe'
    [0A60:1458][2015-05-03T18:42:50]i000: Setting string variable 'WixBundleLog' to value 'C:\Users\UKASZ~1\AppData\Local\Temp\Windows_Phone_Recovery_Tool_1.2.4_20150503184250.log'
    [0A60:1458][2015-05-03T18:42:50]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\WindowsPhoneRecoveryToolInstaller.exe'
    [0A60:1458][2015-05-03T18:42:50]i052: Condition '(VersionNT >= v6.1)' evaluates to true.
    [0A60:1458][2015-05-03T18:42:50]i000: Setting string variable 'WixBundleName' to value 'Windows Phone Recovery Tool 1.2.4'
    [0A60:1458][2015-05-03T18:42:50]i100: Detect begin, 40 packages
    [0A60:1458][2015-05-03T18:42:50]i000: Setting string variable 'NETFRAMEWORK45' to value '378389'
    [0A60:1458][2015-05-03T18:42:50]i000: Setting string variable 'VC2012RedistInstalled' to value '1'
    [0A60:1458][2015-05-03T18:42:50]i000: Setting string variable 'VC2012RedistInstalled64' to value '1'
    [0A60:1458][2015-05-03T18:42:50]i052: Condition 'NETFRAMEWORK45 >= 378389' evaluates to true.
    [0A60:1458][2015-05-03T18:42:50]i052: Condition 'VC2012RedistInstalled=1 or VC2012RedistInstalled64=1' evaluates to true.
    [0A60:1458][2015-05-03T18:42:50]i103: Detected related package: {0ED6AC75-474D-4511-B198-05B8C99F6B8B}, scope: PerMachine, version: 1.1.7.1416, language: 1033 operation: MajorUpgrade
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: CheckFreeDiskSpace, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: NetFx45Web, state: Present, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: VC2012Redist, state: Present, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: CommunicationLayerCleaner, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WinUsbDeviceRemover, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WinUsbCoInstallers, state: Present, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WinUsbCompatIdInstaller, state: Present, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WinUsbDriversExt, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_enUS, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_arSA, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_csCZ, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_daDK, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_deDE, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_elGR, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_esES, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_etEE, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_fiFI, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_frFR, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_heIL, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_hrHR, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_huHU, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_itIT, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_jaJP, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_koKR, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_ltLT, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_lvLV, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_nbNO, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_nlNL, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_plPL, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_ptBR, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_roRO, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_ruRU, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_skSK, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_slSI, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_svSE, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_thTH, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_trTR, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_zhCN, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_zhHK, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i101: Detected package: WPRT_zhTW, state: Absent, cached: None
    [0A60:1458][2015-05-03T18:42:50]i052: Condition 'Privileged <> 0' evaluates to true.
    [0A60:1458][2015-05-03T18:42:50]i199: Detect complete, result: 0x0
    [0A60:10F4][2015-05-03T18:43:41]i000: Setting numeric variable 'EulaAcceptCheckbox' to value 0
    [0A60:1458][2015-05-03T18:43:41]i200: Plan begin, 40 packages, action: Install
    [0A60:1458][2015-05-03T18:43:41]i000: Setting string variable 'WixBundleLog_CheckFreeDiskSpace' to value 'C:\Users\UKASZ~1\AppData\Local\Temp\Windows_Phone_Recovery_Tool_1.2.4_20150503184250_0_CheckFreeDiskSpace.log'
    [0A60:1458][2015-05-03T18:43:41]w321: Skipping dependency registration on package with no dependency providers: NetFx45Web
    [0A60:1458][2015-05-03T18:43:41]w321: Skipping dependency registration on package with no dependency providers: VC2012Redist
    [0A60:1458][2015-05-03T18:43:41]w321: Skipping dependency registration on package with no dependency providers: CommunicationLayerCleaner
    [0A60:1458][2015-05-03T18:43:41]i000: Setting string variable 'WixBundleLog_CommunicationLayerCleaner' to value 'C:\Users\UKASZ~1\AppData\Local\Temp\Windows_Phone_Recovery_Tool_1.2.4_20150503184250_1_CommunicationLayerCleaner.log'
    [0A60:1458][2015-05-03T18:43:41]w321: Skipping dependency registration on package with no dependency providers: WinUsbDeviceRemover
    [0A60:1458][2015-05-03T18:43:41]i000: Setting string variable 'WixBundleLog_WinUsbDeviceRemover' to value 'C:\Users\UKASZ~1\AppData\Local\Temp\Windows_Phone_Recovery_Tool_1.2.4_20150503184250_2_WinUsbDeviceRemover.log'
    [0A60:1458][2015-05-03T18:43:41]i000: Setting string variable 'WixBundleLog_WinUsbDriversExt' to value 'C:\Users\UKASZ~1\AppData\Local\Temp\Windows_Phone_Recovery_Tool_1.2.4_20150503184250_3_WinUsbDriversExt.log'
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'NOT ( UserLanguageID=1025 OR UserLanguageID=5121 OR UserLanguageID=15361 OR UserLanguageID=3073 OR UserLanguageID=2049 OR UserLanguageID=11265 OR UserLanguageID=13313 OR UserLanguageID=12289 OR UserLanguageID=4097 OR UserLanguageID=6145 OR UserLanguageID=8193 OR UserLanguageID=16385 OR UserLanguageID=10241 OR UserLanguageID=7169 OR UserLanguageID=14337 OR UserLanguageID=9217 OR UserLanguageID=1029 OR UserLanguageID=1030 OR UserLanguageID=1031 OR UserLanguageID=3079 OR UserLanguageID=5127 OR UserLanguageID=4103 OR UserLanguageID=2055 OR UserLanguageID=1032 OR UserLanguageID=3082 OR UserLanguageID=1034 OR UserLanguageID=11274 OR UserLanguageID=16394 OR UserLanguageID=13322 OR UserLanguageID=9226 OR UserLanguageID=5130 OR UserLanguageID=7178 OR UserLanguageID=12298 OR UserLanguageID=17418 OR UserLanguageID=4106 OR UserLanguageID=18442 OR UserLanguageID=22538 OR UserLanguageID=2058 OR UserLanguageID=19466 OR UserLanguageID=6154 OR UserLanguageID=15370 OR UserLanguageID=10250 OR UserLanguageID=20490 OR UserLanguageID=21514 OR UserLanguageID=14346 OR UserLanguageID=8202 OR UserLanguageID=1061 OR UserLanguageID=1035 OR UserLanguageID=1036 OR UserLanguageID=2060 OR UserLanguageID=11276 OR UserLanguageID=3084 OR UserLanguageID=9228 OR UserLanguageID=12300 OR UserLanguageID=15372 OR UserLanguageID=5132 OR UserLanguageID=13324 OR UserLanguageID=6156 OR UserLanguageID=14348 OR UserLanguageID=58380 OR UserLanguageID=8204 OR UserLanguageID=10252 OR UserLanguageID=4108 OR UserLanguageID=7180 OR UserLanguageID=1037 OR UserLanguageID=1050 OR UserLanguageID=1038 OR UserLanguageID=1040 OR UserLanguageID=2064 OR UserLanguageID=1041 OR UserLanguageID=1042 OR UserLanguageID=1063 OR UserLanguageID=1062 OR UserLanguageID=1044 OR UserLanguageID=2068 OR UserLanguageID=1043 OR UserLanguageID=2067 OR UserLanguageID=1045 OR UserLanguageID=1046 OR UserLanguageID=2070 OR UserLanguageID=1048 OR UserLanguageID=2072 OR UserLanguageID=1049 OR UserLanguageID=2073 OR UserLanguageID=1051 OR UserLanguageID=1060 OR UserLanguageID=1053 OR UserLanguageID=2077 OR UserLanguageID=1054 OR UserLanguageID=1055 OR UserLanguageID=2052 OR UserLanguageID=4100 OR UserLanguageID=5124 OR UserLanguageID=3076 OR UserLanguageID=1028 )' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1025 OR UserLanguageID=5121 OR UserLanguageID=15361 OR UserLanguageID=3073 OR UserLanguageID=2049 OR UserLanguageID=11265 OR UserLanguageID=13313 OR UserLanguageID=12289 OR UserLanguageID=4097 OR UserLanguageID=6145 OR UserLanguageID=8193 OR UserLanguageID=16385 OR UserLanguageID=10241 OR UserLanguageID=7169 OR UserLanguageID=14337 OR UserLanguageID=9217' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1029' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1030' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1031 OR UserLanguageID=3079 OR UserLanguageID=5127 OR UserLanguageID=4103 OR UserLanguageID=2055' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1032' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=3082 OR UserLanguageID=1034 OR UserLanguageID=11274 OR UserLanguageID=16394 OR UserLanguageID=13322 OR UserLanguageID=9226 OR UserLanguageID=5130 OR UserLanguageID=7178 OR UserLanguageID=12298 OR UserLanguageID=17418 OR UserLanguageID=4106 OR UserLanguageID=18442 OR UserLanguageID=22538 OR UserLanguageID=2058 OR UserLanguageID=19466 OR UserLanguageID=6154 OR UserLanguageID=15370 OR UserLanguageID=10250 OR UserLanguageID=20490 OR UserLanguageID=21514 OR UserLanguageID=14346 OR UserLanguageID=8202' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1061' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1035' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1036 OR UserLanguageID=2060 OR UserLanguageID=11276 OR UserLanguageID=3084 OR UserLanguageID=9228 OR UserLanguageID=12300 OR UserLanguageID=15372 OR UserLanguageID=5132 OR UserLanguageID=13324 OR UserLanguageID=6156 OR UserLanguageID=14348 OR UserLanguageID=58380 OR UserLanguageID=8204 OR UserLanguageID=10252 OR UserLanguageID=4108 OR UserLanguageID=7180' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1037' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1050' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1038' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1040 OR UserLanguageID=2064' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1041' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1042' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1063' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1062' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1044 OR UserLanguageID=2068' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1043 OR UserLanguageID=2067' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1045' evaluates to true.
    [0A60:1458][2015-05-03T18:43:41]i000: Setting string variable 'WixBundleRollbackLog_WPRT_plPL' to value 'C:\Users\UKASZ~1\AppData\Local\Temp\Windows_Phone_Recovery_Tool_1.2.4_20150503184250_4_WPRT_plPL_rollback.log'
    [0A60:1458][2015-05-03T18:43:41]i000: Setting string variable 'WixBundleLog_WPRT_plPL' to value 'C:\Users\UKASZ~1\AppData\Local\Temp\Windows_Phone_Recovery_Tool_1.2.4_20150503184250_4_WPRT_plPL.log'
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1046 OR UserLanguageID=2070' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1048 OR UserLanguageID=2072' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1049 OR UserLanguageID=2073' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1051' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1060' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1053 OR UserLanguageID=2077' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1054' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1055' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=2052 OR UserLanguageID=4100 OR UserLanguageID=5124' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=3076' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i052: Condition 'UserLanguageID=1028' evaluates to false.
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: CheckFreeDiskSpace, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: Register
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: NetFx45Web, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: VC2012Redist, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: CommunicationLayerCleaner, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WinUsbDeviceRemover, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WinUsbCoInstallers, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: Register
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WinUsbCompatIdInstaller, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: Register
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WinUsbDriversExt, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: Register
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_enUS, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_arSA, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_csCZ, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_daDK, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_deDE, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_elGR, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_esES, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_etEE, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_fiFI, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_frFR, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_heIL, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_hrHR, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_huHU, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_itIT, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_jaJP, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_koKR, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_ltLT, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_lvLV, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_nbNO, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_nlNL, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_plPL, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_ptBR, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_roRO, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_ruRU, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_skSK, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_slSI, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_svSE, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_thTH, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_trTR, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_zhCN, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_zhHK, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i201: Planned package: WPRT_zhTW, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0A60:1458][2015-05-03T18:43:41]i299: Plan complete, result: 0x0
    [0A60:1458][2015-05-03T18:43:41]i300: Apply begin
    [133C:08E8][2015-05-03T18:43:43]i360: Creating a system restore point.
    [133C:08E8][2015-05-03T18:43:43]i361: Created a system restore point.
    [133C:08E8][2015-05-03T18:43:43]i000: Caching bundle from: 'C:\Users\UKASZ~1\AppData\Local\Temp\{54718f79-d2d7-4832-b678-472bfd963bb1}\.be\Bootstrapper.exe' to: 'C:\ProgramData\Package Cache\{54718f79-d2d7-4832-b678-472bfd963bb1}\Bootstrapper.exe'
    [133C:08E8][2015-05-03T18:43:43]i320: Registering bundle dependency provider: {54718f79-d2d7-4832-b678-472bfd963bb1}, version: 1.2.4.0
    [133C:1BE8][2015-05-03T18:43:43]i305: Verified acquired payload: CheckFreeDiskSpace at path: C:\ProgramData\Package Cache\.unverified\CheckFreeDiskSpace, moving to: C:\ProgramData\Package Cache\{4E893B08-5155-4C03-A80C-7D9E96FFDDD2}v1.00.0000\CheckFreeDiskSpace.msi.
    [133C:1BE8][2015-05-03T18:43:43]i305: Verified acquired payload: CommunicationLayerCleaner at path: C:\ProgramData\Package Cache\.unverified\CommunicationLayerCleaner, moving to: C:\ProgramData\Package Cache\42253689C4295B7B23419779293A6F8A3D623688\CommLayerCleaner.exe.
    [133C:1BE8][2015-05-03T18:43:43]i305: Verified acquired payload: WinUsbDeviceRemover at path: C:\ProgramData\Package Cache\.unverified\WinUsbDeviceRemover, moving to: C:\ProgramData\Package Cache\CAE10F2B5EDDD7A95406FFA73F7B6E029138C09E\WinUsbDeviceRemover.exe.
    [133C:1BE8][2015-05-03T18:43:43]i305: Verified acquired payload: WinUsbDeviceRemoverConfiguration at path: C:\ProgramData\Package Cache\.unverified\WinUsbDeviceRemoverConfiguration, moving to: C:\ProgramData\Package Cache\CAE10F2B5EDDD7A95406FFA73F7B6E029138C09E\wudr_configuration.xml.
    [0A60:1464][2015-05-03T18:43:43]w343: Prompt for source of package: WinUsbDriversExt, payload: WinUsbDriversExt, path: C:\WinUsbDriversExt.msi
    [0A60:1464][2015-05-03T18:43:43]i338: Acquiring package: WinUsbDriversExt, payload: WinUsbDriversExt, download from:http://download-fds.webapps.microsoft.com/supportFiles/phones/files/recovery/Drivers/WinUsbDriversEx...
    [0A60:1464][2015-05-03T18:43:43]e000: Error 0x80070002: Failed to send request to URL: http://download-fds.webapps.microsoft.com/supportFiles/phones/files/recovery/Drivers/WinUsbDriversEx... trying to process HTTP status code anyway.
    [0A60:1464][2015-05-03T18:43:43]e000: Error 0x80070002: Unknown HTTP status code 0, returned from URL: http://download-fds.webapps.microsoft.com/supportFiles/phones/files/recovery/Drivers/WinUsbDriversEx...
    [0A60:1464][2015-05-03T18:43:43]e000: Error 0x80070002: Failed to send request to URL: http://download-fds.webapps.microsoft.com/supportFiles/phones/files/recovery/Drivers/WinUsbDriversEx...
    [0A60:1464][2015-05-03T18:43:43]e000: Error 0x80070002: Failed to connect to URL: http://download-fds.webapps.microsoft.com/supportFiles/phones/files/recovery/Drivers/WinUsbDriversEx...
    [0A60:1464][2015-05-03T18:43:43]e000: Error 0x80070002: Failed to get size and time for URL: http://download-fds.webapps.microsoft.com/supportFiles/phones/files/recovery/Drivers/WinUsbDriversEx...
    [0A60:1464][2015-05-03T18:43:43]e000: Error 0x80070002: Failed attempt to download URL: 'http://download-fds.webapps.microsoft.com/supportFiles/phones/files/recovery/Drivers/WinUsbDriversEx... to: 'C:\Users\UKASZ~1\AppData\Local\Temp\{54718f79-d2d7-4832-b678-472bfd963bb1}\WinUsbDriversExt'
    [0A60:1464][2015-05-03T18:43:43]e000: Error 0x80070002: Failed to acquire payload from: 'http://download-fds.webapps.microsoft.com/supportFiles/phones/files/recovery/Drivers/WinUsbDriversEx... to working path: 'C:\Users\UKASZ~1\AppData\Local\Temp\{54718f79-d2d7-4832-b678-472bfd963bb1}\WinUsbDriversExt'
    [0A60:1464][2015-05-03T18:43:43]e313: Failed to acquire payload: WinUsbDriversExt to working path: C:\Users\UKASZ~1\AppData\Local\Temp\{54718f79-d2d7-4832-b678-472bfd963bb1}\WinUsbDriversExt, error: 0x80070002.
    [133C:1BE8][2015-05-03T18:43:43]i351: Removing cached package: WinUsbDeviceRemover, from path: C:\ProgramData\Package Cache\CAE10F2B5EDDD7A95406FFA73F7B6E029138C09E\
    [133C:1BE8][2015-05-03T18:43:43]i351: Removing cached package: CommunicationLayerCleaner, from path: C:\ProgramData\Package Cache\42253689C4295B7B23419779293A6F8A3D623688\
    [133C:1BE8][2015-05-03T18:43:43]i351: Removing cached package: CheckFreeDiskSpace, from path: C:\ProgramData\Package Cache\{4E893B08-5155-4C03-A80C-7D9E96FFDDD2}v1.00.0000\
    [0A60:1458][2015-05-03T18:43:43]e000: Error 0x80070002: Failed while caching, aborting execution.
    [133C:08E8][2015-05-03T18:43:43]i330: Removed bundle dependency provider: {54718f79-d2d7-4832-b678-472bfd963bb1}
    [133C:08E8][2015-05-03T18:43:43]i352: Removing cached bundle: {54718f79-d2d7-4832-b678-472bfd963bb1}, from path: C:\ProgramData\Package Cache\{54718f79-d2d7-4832-b678-472bfd963bb1}\
    [0A60:1458][2015-05-03T18:43:43]i399: Apply complete, result: 0x80070002, restart: None, ba requested restart: No

    Hi ,
    Instead of using Windows Phone Recovery Tool you could try downloading Lumia Software Recovery Tool. You can rollback from Windows 10 to Windows 8.1 using Lumia Software Recovery Tool. Try downloading Lumia Software Recovery tool from the following link - http://go.microsoft.com/fwlink/?LinkID=525568

  • Calculation in OBIEE 11G

    Hi,
    I am working on a calculation in OBIEE 11g.
    its like :
    CASE WHEN MEASURE1 = 0 THEN MEASURE2 + MEASURE3 + MEASURE4 ELSE 0 END
    Results were not coming correct. I analyzed the backend SQL and the problem is it not applying MEASURE1 in GROUP BY. I have tried to cast it as char but it is just nt applying it in GROUP BY. Any one have any suggestion.
    Another issue I am facing is purging cache. I use CALL SAPurgeAllCache(); but later if u try to get physical SQL i can see it is still referring to some Cache table any idea how can I GET FULL PHIYSICAL SQL EVERY TIME I RUN A REPORT BY PURGING CACHE.
    Looking forward for your response thanks!
    Thanks

    Hi,
    Please check follow the steps.
    Group by problem please refer the below thread.
    Re: Group By
    All measures columns are comming single table are multiple tables ?-- If yes those columns are comming multiple tables please check join conditions.
    2. Another issue I am facing is purging cache. I use CALL SAPurgeAllCache(); but later if u try to get physical SQL i can see it is still referring to some Cache table any idea how can I GET FULL PHIYSICAL SQL EVERY TIME I RUN A REPORT BY PURGING CACHE.
    A. If you run the above script it will remove bi server cache only. You have to remove BI presentation cache also, Go--> settings-->Administrator--> manage session--> close all cursors also.
    or .
    your need to check Go--> physical layer--> click table properties --> here are you defined any cache times.
    Hope this help's
    Thanks,
    Satya
    Edited by: Satya Ranki Reddy on Jun 1, 2012 12:08 PM

  • Error 0x800713ec: Process returned error: 0x13ec when installing message+.exe on xp machine.

    [0C00:0A0C][2015-02-10T11:49:06]i001: Burn v3.7.1224.0, Windows v5.1 (Build 2600: Service Pack 3), path: C:\Documents and Settings\K4MLD.K4MLD-F2F3858A4\My Documents\Downloads\Message+.exe, cmdline: ''
    [0C00:0A0C][2015-02-10T11:49:06]i000: Setting string variable 'WixBundleLog' to value 'C:\DOCUME~1\K4MLD~1.K4M\LOCALS~1\Temp\Message+_20150210114906.log'
    [0C00:0A0C][2015-02-10T11:49:06]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\Documents and Settings\K4MLD.K4MLD-F2F3858A4\My Documents\Downloads\Message+.exe'
    [0C00:0A0C][2015-02-10T11:49:06]i000: Setting string variable 'WixBundleName' to value 'Message+'
    [0C00:0A0C][2015-02-10T11:49:07]i100: Detect begin, 3 packages
    [0C00:0A0C][2015-02-10T11:49:07]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full'
    [0C00:0A0C][2015-02-10T11:49:07]i000: Trying per-machine extended info for property 'State' for product: {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}
    [0C00:0A0C][2015-02-10T11:49:07]i000: Setting numeric variable 'VCRedistx86' to value 5
    [0C00:0A0C][2015-02-10T11:49:07]w120: Detected partially cached package: vcredist_x86.exe, invalid payload: vcredist_x86.exe, reason: 0x80070570
    [0C00:0A0C][2015-02-10T11:49:07]i052: Condition 'VCRedistx86<>2' evaluates to true.
    [0C00:0A0C][2015-02-10T11:49:07]w120: Detected partially cached package: NetFx45Web, invalid payload: NetFx45Web, reason: 0x80070570
    [0C00:0A0C][2015-02-10T11:49:07]i052: Condition 'NETFRAMEWORK45 >= 378389' evaluates to false.
    [0C00:0A0C][2015-02-10T11:49:07]i101: Detected package: vcredist_x86.exe, state: Present, cached: Partial
    [0C00:0A0C][2015-02-10T11:49:07]i101: Detected package: NetFx45Web, state: Absent, cached: Partial
    [0C00:0A0C][2015-02-10T11:49:07]i101: Detected package: VMAApplication, state: Absent, cached: Complete
    [0C00:0A0C][2015-02-10T11:49:07]i199: Detect complete, result: 0x0
    [0C00:0A0C][2015-02-10T11:49:11]i200: Plan begin, 3 packages, action: Install
    [0C00:0A0C][2015-02-10T11:49:11]i052: Condition 'VCRedistx86=2' evaluates to false.
    [0C00:0A0C][2015-02-10T11:49:11]w321: Skipping dependency registration on package with no dependency providers: vcredist_x86.exe
    [0C00:0A0C][2015-02-10T11:49:11]w321: Skipping dependency registration on package with no dependency providers: NetFx45Web
    [0C00:0A0C][2015-02-10T11:49:11]i000: Setting string variable 'NetFx45FullWebLog' to value 'C:\DOCUME~1\K4MLD~1.K4M\LOCALS~1\Temp\Message+_20150210114906_0_NetFx45Web.log'
    [0C00:0A0C][2015-02-10T11:49:11]i000: Setting string variable 'WixBundleRollbackLog_VMAApplication' to value 'C:\DOCUME~1\K4MLD~1.K4M\LOCALS~1\Temp\Message+_20150210114906_1_VMAApplication_rollback.log'
    [0C00:0A0C][2015-02-10T11:49:11]i000: Setting string variable 'WixBundleLog_VMAApplication' to value 'C:\DOCUME~1\K4MLD~1.K4M\LOCALS~1\Temp\Message+_20150210114906_1_VMAApplication.log'
    [0C00:0A0C][2015-02-10T11:49:11]i201: Planned package: vcredist_x86.exe, state: Present, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0C00:0A0C][2015-02-10T11:49:11]i201: Planned package: NetFx45Web, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None
    [0C00:0A0C][2015-02-10T11:49:11]i201: Planned package: VMAApplication, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: No, uncache: No, dependency: Register
    [0C00:0A0C][2015-02-10T11:49:11]i299: Plan complete, result: 0x0
    [0C00:0A0C][2015-02-10T11:49:11]i300: Apply begin
    [0CEC:0C1C][2015-02-10T11:49:16]i360: Creating a system restore point.
    [0CEC:0C1C][2015-02-10T11:49:32]i361: Created a system restore point.
    [0CEC:0C1C][2015-02-10T11:49:33]i000: Caching bundle from: 'C:\DOCUME~1\K4MLD~1.K4M\LOCALS~1\Temp\{1ca30da3-9557-44ec-bdf2-e0887854efd9}\.be\Message+.exe' to: 'C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\{1ca30da3-9557-44ec-bdf2-e0887854efd9}\Message+.exe'
    [0CEC:0C1C][2015-02-10T11:49:33]i320: Registering bundle dependency provider: {1ca30da3-9557-44ec-bdf2-e0887854efd9}, version: 1.0.14.0
    [0C00:0484][2015-02-10T11:49:33]w343: Prompt for source of package: NetFx45Web, payload: NetFx45Web, path: C:\Documents and Settings\K4MLD.K4MLD-F2F3858A4\My Documents\Downloads\redist\dotNetFx45_Full_setup.exe
    [0C00:0484][2015-02-10T11:49:33]i338: Acquiring package: NetFx45Web, payload: NetFx45Web, download from: http://go.microsoft.com/fwlink/?LinkId=225704
    [0CEC:094C][2015-02-10T11:49:45]i305: Verified acquired payload: NetFx45Web at path: C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\.unverified\NetFx45Web, moving to: C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\F6BA6F03C65C3996A258F58324A917463B2D6FF4\redist\dotNetFx45_Full_setup.exe.
    [0CEC:094C][2015-02-10T11:49:48]i304: Verified existing payload: VMAApplication at path: C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\{70A85191-F402-4CB5-8AFF-050956C7A9E1}v1.0.14.0\Message+.msi.
    [0CEC:0C1C][2015-02-10T11:49:48]i301: Applying execute package: NetFx45Web, action: Install, path: C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\F6BA6F03C65C3996A258F58324A917463B2D6FF4\redist\dotNetFx45_Full_setup.exe, arguments: '"C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\F6BA6F03C65C3996A258F58324A917463B2D6FF4\redist\dotNetFx45_Full_setup.exe" /q /norestart /ChainingPackage "Message+" /log C:\DOCUME~1\K4MLD~1.K4M\LOCALS~1\Temp\Message+_20150210114906_0_NetFx45Web.log.html'
    [0CEC:0C1C][2015-02-10T11:50:36]e000: Error 0x800713ec: Process returned error: 0x13ec
    [0CEC:0C1C][2015-02-10T11:50:36]e000: Error 0x800713ec: Failed to execute EXE package.
    [0C00:0A0C][2015-02-10T11:50:36]e000: Error 0x800713ec: Failed to configure per-machine EXE package.
    [0C00:0A0C][2015-02-10T11:50:36]i319: Applied execute package: NetFx45Web, result: 0x800713ec, restart: None
    [0C00:0A0C][2015-02-10T11:50:36]e000: Error 0x800713ec: Failed to execute EXE package.
    [0CEC:0C1C][2015-02-10T11:50:36]i351: Removing cached package: NetFx45Web, from path: C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\F6BA6F03C65C3996A258F58324A917463B2D6FF4\
    [0CEC:0C1C][2015-02-10T11:50:36]i330: Removed bundle dependency provider: {1ca30da3-9557-44ec-bdf2-e0887854efd9}
    [0CEC:0C1C][2015-02-10T11:50:36]i352: Removing cached bundle: {1ca30da3-9557-44ec-bdf2-e0887854efd9}, from path: C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\{1ca30da3-9557-44ec-bdf2-e0887854efd9}\
    [0C00:0A0C][2015-02-10T11:50:37]i399: Apply complete, result: 0x800713ec, restart: None, ba requested restart:  No

    Try deleting the downloaded ,exe file and re-downloading and re-installing it.  If you have an AV running, try disabling it just for the installation; it may be preventing some parts from installing properly.
    If that isn't what you need, please ask your specific question; posting the error log may help a tech, but is not very useful to us regular customers.

Maybe you are looking for

  • Memory Upgrade on a U925T

    How do you do a memory upgrade on a Satellite U925T-2300.  I have an 8 GB memory module I would like to install and can't find the door to do it!  Help.

  • If I erase my phone will it erase everything from my computer as well?

    iTunes and my iPhone 4 are having a really annoying disagreement. There are things on my phone that I no longer want on my phone (music, photos, aps, etc.) but every time I delete them off of my phone (through iTunes or through the phone itself) when

  • Using XMP Lib in a plugin for CS5.0 Windows

    Hello I have been able to compile the XMP-Toolkit-SDK-5.1.2 and use it successfully in a plugin for CS5.0 Mac OS X. Im now trying to do the same on windows, but with no luck. Im using MS Visual C++ 2008 express edition. There seems to be a conflict b

  • HT4623 I have updated my iphone 4 to 6.0 and now can not make calls or receive them...battery life is very short as well.

    Not able to send or receive calls since upgrading my iPhone 4.  Every time i make a call it fails.  I have also noticed that my the battery life is very short as well. What is Apple and other carriers doing about this?  When will this be fixed?

  • Camera Raw v 8.2

    I'm using CS6 and just got an EOS 70D, cant open the RAW files. Adobe suggests updating using the Help menu but I keep getting "server unavailable or check firewall settings message". I downloaded the DNG converter v 8.2 but don't want to convert to