Native packaging windows failing

All
Just tried the latest JVM download from oracle B22 and tried to native package I am getting the following error when ANT tasks are attempting to package.
Using base JDK at: C:\dev\applications\jdk1.7.0_06\jre
Creating app bundle: CelerTrader in C:\dev\code\celertech-framework-trunk\celertech\celertech-orderrouting-jfx-client\build\dist\bundles\bundles
Result application bundle: C:\dev\code\celertech-framework-trunk\celertech\celertech-orderrouting-jfx-client\build\dist\bundles\bundles
[fx:deploy] java.io.IOException: Exec failed with code 2 command [[iscc.exe, /oC:\dev\code\celertech-framework-trunk\celertech\celertech-orderrouting-jfx-client\build\dist\bundles\bundles, C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build4729914614168260728.fxbundler\images\win-app.image\CelerTrader.iss] in C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build4729914614168260728.fxbundler\images\win-app.image
[fx:deploy]     at com.sun.javafx.tools.packager.bundlers.IOUtils.exec(IOUtils.java:131)
[fx:deploy]     at com.sun.javafx.tools.packager.bundlers.IOUtils.exec(IOUtils.java:107)
[fx:deploy]     at com.sun.javafx.tools.packager.bundlers.IOUtils.exec(IOUtils.java:101)
[fx:deploy]     at com.sun.javafx.tools.packager.bundlers.WinExeBundler.buildEXE(WinExeBundler.java:324)
[fx:deploy]     at com.sun.javafx.tools.packager.bundlers.WinExeBundler.bundle(WinExeBundler.java:144)
[fx:deploy]     at com.sun.javafx.tools.packager.PackagerLib.generateNativeBundles(PackagerLib.java:452)
[fx:deploy]     at com.sun.javafx.tools.packager.PackagerLib.generateDeploymentPackages(PackagerLib.java:435)
[fx:deploy]     at com.sun.javafx.tools.ant.DeployFXTask.execute(DeployFXTask.java:215)
[fx:deploy]     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[fx:deploy]     at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
[fx:deploy]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[fx:deploy]     at java.lang.reflect.Method.invoke(Method.java:601)
[fx:deploy]     at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[fx:deploy]     at org.apache.tools.ant.Task.perform(Task.java:348)
[fx:deploy]     at org.apache.tools.ant.Target.execute(Target.java:390)
[fx:deploy]     at org.apache.tools.ant.Target.performTasks(Target.java:411)
[fx:deploy]     at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[fx:deploy]     at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
[fx:deploy]     at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[fx:deploy]     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
[fx:deploy]     at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
[fx:deploy]     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[fx:deploy]     at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
[fx:deploy]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[fx:deploy]     at java.lang.reflect.Method.invoke(Method.java:601)
[fx:deploy]     at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[fx:deploy]     at org.apache.tools.ant.Task.perform(Task.java:348)
[fx:deploy]     at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
[fx:deploy]     at net.sf.antcontrib.logic.IfTask.execute(Unknown Source)
[fx:deploy]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[fx:deploy]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[fx:deploy]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[fx:deploy]     at java.lang.reflect.Method.invoke(Method.java:601)
[fx:deploy]     at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[fx:deploy]     at org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:154)
[fx:deploy]     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[fx:deploy]     at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
[fx:deploy]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[fx:deploy]     at java.lang.reflect.Method.invoke(Method.java:601)
[fx:deploy]     at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[fx:deploy]     at org.apache.tools.ant.Task.perform(Task.java:348)
[fx:deploy]     at org.apache.tools.ant.Target.execute(Target.java:390)
[fx:deploy]     at org.apache.tools.ant.Target.performTasks(Target.java:411)
[fx:deploy]     at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[fx:deploy]     at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
[fx:deploy]     at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[fx:deploy]     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
[fx:deploy]     at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
[fx:deploy]     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[fx:deploy]     at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
[fx:deploy]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[fx:deploy]     at java.lang.reflect.Method.invoke(Method.java:601)
[fx:deploy]     at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[fx:deploy]     at org.apache.tools.ant.Task.perform(Task.java:348)
[fx:deploy]     at org.apache.tools.ant.Target.execute(Target.java:390)
[fx:deploy]     at org.apache.tools.ant.Target.performTasks(Target.java:411)
[fx:deploy]     at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[fx:deploy]     at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
[fx:deploy]     at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[fx:deploy]     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
[fx:deploy]     at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
[fx:deploy]     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[fx:deploy]     at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
[fx:deploy]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[fx:deploy]     at java.lang.reflect.Method.invoke(Method.java:601)
[fx:deploy]     at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[fx:deploy]     at org.apache.tools.ant.Task.perform(Task.java:348)
[fx:deploy]     at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
[fx:deploy]     at net.sf.antcontrib.logic.IfTask.execute(Unknown Source)
[fx:deploy]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[fx:deploy]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[fx:deploy]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[fx:deploy]     at java.lang.reflect.Method.invoke(Method.java:601)
[fx:deploy]     at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[fx:deploy]     at org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:154)
[fx:deploy]     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[fx:deploy]     at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
[fx:deploy]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[fx:deploy]     at java.lang.reflect.Method.invoke(Method.java:601)
[fx:deploy]     at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[fx:deploy]     at org.apache.tools.ant.Task.perform(Task.java:348)
[fx:deploy]     at org.apache.tools.ant.Target.execute(Target.java:390)
[fx:deploy]     at org.apache.tools.ant.Target.performTasks(Target.java:411)
[fx:deploy]     at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[fx:deploy]     at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
[fx:deploy]     at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[fx:deploy]     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
[fx:deploy]     at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:302)
[fx:deploy]     at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:221)
[fx:deploy]     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[fx:deploy]     at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
[fx:deploy]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[fx:deploy]     at java.lang.reflect.Method.invoke(Method.java:601)
[fx:deploy]     at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[fx:deploy]     at org.apache.tools.ant.Task.perform(Task.java:348)
[fx:deploy]     at org.apache.tools.ant.Target.execute(Target.java:390)
[fx:deploy]     at org.apache.tools.ant.Target.performTasks(Target.java:411)
[fx:deploy]     at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
[fx:deploy]     at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
[fx:deploy]     at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[fx:deploy]     at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
[fx:deploy]     at org.apache.tools.ant.Main.runBuild(Main.java:809)
[fx:deploy]     at org.apache.tools.ant.Main.startAnt(Main.java:217)
[fx:deploy]     at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
[fx:deploy]     at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
BUILD SUCCESSFUL
Total time: 41 seconds
C:\dev\code\celertech-framework-trunk\build_tools>
<code>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Pass "/Debug" option to the .exe launcher to see console output. This typically helps to see root cause of the failure (pretty much the same as exe file you are referring too, where this option was on by default). How are you loading XML file and where it is kept in the package?
For another problem. Set JAVAFX_ANT_DEBUG=true before you build and this will keep the working directory.
Then try to launch same iscc.exe command from command line? Did it work? what will be exit code?
iscc sometimes report weird exit codes but otherwise "exit code 2" generally means some file is missing.
Also, add exec task to your build.xml that simply runs "iscc /?". Does it work?
If you are confident it is a bug please file JIRA issue.

Similar Messages

  • Native installation package creation failed: Error: EndUpdateResource: Windows Error #5

    We've got a customer who gets this error when attempting to install our software. My Google-fu makes me think this is a rare error. Chris, would you have any ideas as to the cause of this?
    Many thanks,
    Taylor
    [2011-09-18:14:36:24] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-18:14:36:24] Commandline is:
    [2011-09-18:14:36:24] No installed runtime detected
    [2011-09-18:14:36:44] Relaunching with elevation
    [2011-09-18:14:36:44] Launching subprocess with commandline c:\users\sawhit~1\appdata\local\temp\air9728.tmp\adobe air installer.exe -ei
    [2011-09-18:14:36:52] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-18:14:36:52] Commandline is: -stdio \\.\pipe\AIR_6756_0 -ei
    [2011-09-18:14:36:52] No installed runtime detected
    [2011-09-18:14:36:54] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-18:14:36:54] Installing msi at c:\users\sawhit~1\appdata\local\temp\air9728.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-18:14:37:29] Runtime Installer end with exit code 0
    [2011-09-18:14:37:30] Elevated install completed
    [2011-09-18:14:37:37] Launching subprocess with commandline c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2011-09-18:14:37:37] Runtime Installer end with exit code 0
    [2011-09-18:14:37:43] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-18:14:37:43] Commandline is: -installupdatecheck
    [2011-09-18:14:37:43] Installed runtime (2.7.1.19610) located at c:\Program Files\Common Files\Adobe AIR
    [2011-09-18:14:37:48] Performing pingback request
    [2011-09-18:14:37:49] Pingback request completed with HTTP status 200
    [2011-09-18:14:37:49] Starting runtime background update check
    [2011-09-18:14:37:49] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.7.1.19610/update
    [2011-09-18:14:37:49] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.7.1.19610/update to C:\Users\sawhitman\AppData\Roaming\Adobe\AIR\Updater\Background
    [2011-09-18:14:37:50] Runtime update not available
    [2011-09-18:14:37:50] Unpackaging cancelled
    [2011-09-18:14:37:50] Runtime Installer end with exit code 0
    [2011-09-18:14:42:13] Application Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-18:14:42:13] Commandline is: C:\Users\SAWHIT~1\AppData\Local\Temp\YNAB3_Live_3.5.3.4-2.air
    [2011-09-18:14:42:13] Installed runtime (2.7.1.19610) located at c:\Program Files\Common Files\Adobe AIR
    [2011-09-18:14:42:16] Unpackaging file:///C:/Users/SAWHIT~1/AppData/Local/Temp/YNAB3_Live_3.5.3.4-2.air to C:\Users\sawhitman\AppData\Local\Temp\flaB571.tmp
    [2011-09-18:14:42:39] Application signature verified
    [2011-09-18:14:42:39] Unpackaging/validation complete
    [2011-09-18:14:42:39] No app located for appID 'com.youneedabudget.YNAB3.Live' and pubID '9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1'
    [2011-09-18:14:42:50] Converting unpackaged application to a native installation package in C:\Users\sawhitman\AppData\Local\Temp\fla3A1C.tmp
    [2011-09-18:14:43:03] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2011-09-18:14:43:13] Application Installer end with exit code 7
    [2011-09-18:14:43:20] Application Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-18:14:43:20] Commandline is: C:\Users\SAWHIT~1\AppData\Local\Temp\YNAB3_Live_3.5.3.4-2.air
    [2011-09-18:14:43:20] Installed runtime (2.7.1.19610) located at c:\Program Files\Common Files\Adobe AIR
    [2011-09-18:14:43:24] Unpackaging file:///C:/Users/SAWHIT~1/AppData/Local/Temp/YNAB3_Live_3.5.3.4-2.air to C:\Users\sawhitman\AppData\Local\Temp\flaC01C.tmp
    [2011-09-18:14:43:37] Application signature verified
    [2011-09-18:14:43:37] Unpackaging/validation complete
    [2011-09-18:14:43:37] No app located for appID 'com.youneedabudget.YNAB3.Live' and pubID '9C763150EFAB05FD2A2B78705C7A54E2FCDDE07D.1'
    [2011-09-18:14:43:59] Converting unpackaged application to a native installation package in C:\Users\sawhitman\AppData\Local\Temp\fla47B3.tmp
    [2011-09-18:14:44:16] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2011-09-18:14:44:28] Application Installer end with exit code 7

    On Windows 7, make sure you are running as Administrator:
    Download and install Adobe AIR from this page
    Download YNAB3_Live_3.5.3.4.air to a folder on your computer.
    Navigate to the folder on your computer where you saved the YNAB3_Live_3.5.3.4.air. If you are on Windows Vista or Windows 7, right-click on the file and choose “Run as Administrator.” For Mac, Linux, and all other versions of Windows, simply double-click on it to install YNAB 3.
    Thanks,
    Lisa Chao
    Adobe Flash Runtime Team

  • Windows 7 64bits Installing Internet Explorer 11 ERROR Neutral package installation failed

    Hi,
    The laptop is running Windows 7 64bits with Internet Explorer 10 and the Windows automatic updates is turned on. The problem happens when the Windows keeps installing the Internet Explorer 11 every time between shutdown process. So I decided to download
    IE11 offline installation and try to install from it but the problem doesn't solve, the installation still does not complete. I have tried to delete all files in the Windows temp folder and IE temp folder already but the problem still exist.
    Below is the details from IE11_main.log file
    00:00.000:
    ====================================================================
    00:00.000: Started: 2014/05/26 (Y/M/D) 11:00:44.473 (local)
    00:00.000: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.016: Command line: "C:\Users\TBG\Desktop\IE11-Windows6.1-x64-en-us.exe"
    00:00.016: INFO:    Setup installer for Internet Explorer: 11.0.9600.16428
    00:00.016: INFO:    Previous version of Internet Explorer: 10.0.9200.16866
    00:00.016: INFO:    Checking if iexplore.exe's current version is between 11.0.9600.0...
    00:00.016: INFO:    ...and 11.1.0.0...
    00:00.016: INFO:    Maximum version on which to run IEAK branding is: 11.1.0.0...
    00:00.016: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.016: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.016: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.016: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.016: INFO:    Trying to extract ID: 7006 (0) as "IE11-neutral.Extracted.cab"
    00:00.702: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.702: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE18CE4.tmp\Spelling_en.msu.
    00:00.702: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.702: INFO:    Extracted Hyphenation dictionary for en to
    C:\Windows\TEMP\IE18CE4.tmp\Hyphenation_en.msu.
    00:00.718: INFO:    Trying to extract ID: 7128 (1033) as "IE11-support.cab"
    00:01.607: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:02.714: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded
    and extracted for use.
    00:02.730: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE18CE4.tmp\IE11-
    SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE18CE4.tmp\IE11-support\HardwareBlockingList.xml"
    00:02.870: INFO:    Graphics Device Information: Intel(R) HD Graphics Family
    00:02.870: INFO:    Hardware support check succeeded. Installation will continue.
    00:02.870: INFO:    Windows 7 operating system detected.
    00:02.886: INFO:    Service pack major: 1
    00:02.886: INFO:    Service pack minor: 0
    00:02.886: INFO:    Service pack name:  Service Pack 1
    00:02.886: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.2.9200.16570 >=
    6.2.9200.16570 (True)
    00:02.886: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll:
    6.2.9200.16492 >= 6.2.9200.16426 (True)
    00:02.886: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18409 >=
    6.1.7601.17727 (True)
    00:02.902: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll:
    6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:02.902: INFO:    Version Check for (KB2731771) of C:\Windows\System32\conhost.exe: 6.1.7601.18229 >=
    6.1.7601.17888 (True)
    00:02.902: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:02.902: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >=
    6.1.7601.18010 (True)
    00:02.902: INFO:    Version Check for (KB2888049) of C:\Windows\System32\drivers\tcpip.sys: 6.1.7601.18254 >=
    6.1.7601.18254 (True)
    00:02.917: INFO:    Version Check for (KB2882822) of C:\Windows\System32\tdh.dll: 6.1.7601.18247 >=
    6.1.7601.18247 (True)
    00:07.597: INFO:    Waiting for 0 prerequisite downloads.
    01:37.423: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using
    the downloaded package.
    01:37.423: INFO:    Waiting for 0 language pack downloads.
    01:37.423: INFO:    Language pack downloads completed. (exit code = 0xffffffff (4294967295)).
    01:37.438: INFO:    No reboot logic message NrApiStart(0), lParam=0x03771068 returned 0x00000000.
    01:38.000: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    01:38.000: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    01:38.000: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE18CE4.tmp\IE11-
    neutral.Downloaded.cab
    01:38.000: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package
    /packagepath:C:\Windows\TEMP\IE18CE4.tmp\IE11-neutral.Downloaded.cab /quiet /norestart
    02:20.619: INFO:    Process exit code 0x80004005 (-2147467259) [Unspecified error ]
    02:20.713: ERROR:   Neutral package installation failed (exit code = 0x80004005 (2147500037)).
    02:20.729: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    02:20.744: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    02:20.775: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    02:20.869: INFO:    Waiting for Active Setup to complete.
    02:20.963: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    02:32.694: INFO:    Setup exit code: 0x00009C59 (40025) - The neutral cab failed to install.
    02:32.741: INFO:    Scheduling upload to IE SQM server: http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    02:32.756: INFO:    SQM Upload returned 403
    02:36.453: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE18CE4.tmp
    02:36.531: INFO:    Unable to remove directory C:\Windows\TEMP\IE18CE4.tmp, marking for deletion on reboot.
    02:36.531: INFO:    Released Internet Explorer Installer Mutex
    Taweesak Archawamaitreekool

    DISM.log would make this clearer.  And using ProcMon I suspect would really make it snap out at you.   <eg>
    C.f. (credit for a recent discovery)
    http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_update/i-get-error-9c59-when-updating-internet-explorer/03d4473a-867b-44a5-9a37-913e9a5879cf?page=8&msgId=afe85da0-36e0-4160-860b-d2973e78c8b9 
    Unfortunately, since then others have quickly stuck a pin in this balloon, finding that it is just one more bump in the road, but at least working around this coding error should change your symptom.
    Good luck
    Robert Aldwinckle
    Thank you very much.
    I have tried to create a symbolic link as suggested on a forum but the problem still cannot be solved. The error message from IE11_main.log file is exactly the same as before.
    For DISM.Log, here are the details from the started time of the installtion process
    2014-05-29 16:53:55, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
    2014-05-29 16:53:55, Info                  DISM   DISM.EXE:
    2014-05-29 16:53:55, Info                  DISM   DISM.EXE: Host machine information: OS Version=6.1.7601, Running architecture=amd64, Number of processors=4
    2014-05-29 16:53:55, Info                  DISM   DISM.EXE: Executing command line: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1CA88.tmp\IE11-neutral.Downloaded.cab
    /quiet /norestart
    2014-05-29 16:53:55, Info                  DISM   DISM Provider Store: PID=9144 Getting Provider FolderManager - CDISMProviderStore::GetProvider
    2014-05-29 16:53:55, Info                  DISM   DISM Provider Store: PID=9144 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:55, Info                  DISM   DISM Provider Store: PID=9144 Loading Provider from location C:\Windows\System32\Dism\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:55, Info                  DISM   DISM Provider Store: PID=9144 Connecting to the provider located at C:\Windows\System32\Dism\FolderProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:55, Info                  DISM   DISM Provider Store: PID=9144 Getting Provider FolderManager - CDISMProviderStore::GetProvider
    2014-05-29 16:53:55, Info                  DISM   DISM Provider Store: PID=9144 Provider has previously been initialized.  Returning the existing instance. -
    CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Manager: PID=9144 Successfully loaded the ImageSession at "C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583"
    - CDISMManager::LoadImageSession
    2014-05-29 16:53:58, Info                  DISM   DISM Image Session: PID=8324 Instantiating the Provider Store. - CDISMImageSession::get_ProviderStore
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Initializing a provider store for the IMAGE session type. - CDISMProviderStore::Final_OnConnect
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Loading Provider from location C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\OSProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Connecting to the provider located at C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\OSProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:58, Info                  DISM   DISM OS Provider: PID=8324 Defaulting SystemPath to C:\ - CDISMOSServiceManager::Final_OnConnect
    2014-05-29 16:53:58, Info                  DISM   DISM OS Provider: PID=8324 Defaulting Windows folder to C:\Windows - CDISMOSServiceManager::Final_OnConnect
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Attempting to initialize the logger from the Image Session. - CDISMProviderStore::Final_OnConnect
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Loading Provider from location C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\LogProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Connecting to the provider located at C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\LogProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Getting Provider OSServices - CDISMProviderStore::GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Provider has previously been initialized.  Returning the existing instance. -
    CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Loading Provider from location C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\PEProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Warning               DISM   DISM Provider Store: PID=8324 Failed to Load the provider: C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\PEProvider.dll.
    - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Failed to get and initialize the PE Provider.  Continuing by assuming that it
    is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Provider has previously been initialized.  Returning the existing instance. -
    CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Manager: PID=9144 Image session successfully loaded from the temporary location: C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583
    - CDISMManager::CreateImageSession
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Getting Provider OSServices - CDISMProviderStore::GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Provider has previously been initialized.  Returning the existing instance. -
    CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  CSI    00000001 Shim considered [l:256{128}]"\??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_OBJECT_PATH_NOT_FOUND
    2014-05-29 16:53:58, Info                  CSI    00000002 Shim considered [l:250{125}]"\??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_SUCCESS
    2014-05-29 16:53:58, Info                  DISM   DISM.EXE: Target image information: OS Version=6.1.7601.17592, Image architecture=amd64
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Getting the collection of providers from an image provider store type. - CDISMProviderStore::GetProviderCollection
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Loading Provider from location C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\CbsProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Connecting to the provider located at C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\CbsProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:58, Info                  DISM   DISM Provider Store: PID=8324 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:58, Info                  CSI    00000001 Shim considered [l:256{128}]"\??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_OBJECT_PATH_NOT_FOUND
    2014-05-29 16:53:58, Info                  CSI    00000002 Shim considered [l:250{125}]"\??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_SUCCESS
    2014-05-29 16:53:59, Info                  DISM   DISM Package Manager: PID=8324 Finished initializing the CbsConUI Handler. - CCbsConUIHandler::Initialize
    2014-05-29 16:53:59, Info                  CSI    00000001 Shim considered [l:256{128}]"\??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_OBJECT_PATH_NOT_FOUND
    2014-05-29 16:53:59, Info                  CSI    00000002 Shim considered [l:250{125}]"\??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_SUCCESS
    2014-05-29 16:53:59, Info                  DISM   DISM Package Manager: PID=8324 CBS is being initialized for online use. More information about CBS actions can be
    located at: %windir%\logs\cbs\cbs.log - CDISMPackageManager::Initialize
    2014-05-29 16:53:59, Info                  DISM   DISM Package Manager: PID=8324 Loaded servicing stack for online use only. - CDISMPackageManager::RefreshInstanceAndLock
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Loading Provider from location C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\MsiProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Connecting to the provider located at C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\MsiProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Loading Provider from location C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\IntlProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Connecting to the provider located at C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\IntlProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Loading Provider from location C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\DmiProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Connecting to the provider located at C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\DmiProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  CSI    00000001 Shim considered [l:256{128}]"\??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_OBJECT_PATH_NOT_FOUND
    2014-05-29 16:53:59, Info                  CSI    00000002 Shim considered [l:250{125}]"\??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\pkgmgr.exe"
    : got STATUS_SUCCESS
    2014-05-29 16:53:59, Info                  DISM   DISM OS Provider: PID=8324 Successfully loaded the hive. - CDISMOSServiceManager::DetermineBootDrive
    2014-05-29 16:53:59, Info                  DISM   DISM Driver Manager: PID=8324 Further logs for driver related operations can be found in the target operating system
    at %WINDIR%\inf\setupapi.offline.log - CDriverManager::Initialize
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Loading Provider from location C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\UnattendProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Connecting to the provider located at C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\UnattendProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Loading Provider from location C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\SmiProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Connecting to the provider located at C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\SmiProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Loading Provider from location C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\TransmogProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Connecting to the provider located at C:\Users\TBG\AppData\Local\Temp\A444213B-3012-4ACB-9A8C-561F175FD583\TransmogProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Encountered a servicing provider, performing additional servicing initializations.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Getting Provider DISM Package Manager - CDISMProviderStore::GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Provider has previously been initialized.  Returning the existing instance. -
    CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Getting Provider DISM Unattend Manager - CDISMProviderStore::GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Provider has previously been initialized.  Returning the existing instance. -
    CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Package Manager
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DISM Package Manager.
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: OSServices
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: MsiManager
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: MsiManager.
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: IntlManager
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: IntlManager.
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DriverManager
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DriverManager.
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Unattend Manager
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DISM Unattend Manager.
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: SmiManager
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: Edition Manager
    2014-05-29 16:53:59, Info                  DISM   DISM Transmog Provider: PID=8324 Current image session is [ONLINE] - CTransmogManager::GetMode
    2014-05-29 16:53:59, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: Edition Manager.
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Getting Provider DISM Package Manager - CDISMProviderStore::GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Provider Store: PID=8324 Provider has previously been initialized.  Returning the existing instance. -
    CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:53:59, Info                  DISM   DISM Package Manager: PID=8324 Processing the top level command token(add-package). - CPackageManagerCLIHandler::Private_ValidateCmdLine
    2014-05-29 16:53:59, Info                  DISM   DISM Package Manager: PID=8324 Attempting to route to appropriate command handler. - CPackageManagerCLIHandler::ExecuteCmdLine
    2014-05-29 16:53:59, Info                  DISM   DISM Package Manager: PID=8324 Routing the command... - CPackageManagerCLIHandler::ExecuteCmdLine
    2014-05-29 16:53:59, Info                  DISM   DISM Package Manager: PID=8324 Encountered the option "packagepath" with value "C:\Windows\TEMP\IE1CA88.tmp\IE11-neutral.Downloaded.cab"
    - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine
    2014-05-29 16:53:59, Info                  DISM   DISM Package Manager: PID=8324 Package Microsoft-Windows-InternetExplorer-Package-TopLevel~31bf3856ad364e35~amd64~~11.2.9600.16428
    with CBS state 4(CbsInstallStateStaged) being mapped to dism state 3(DISM_INSTALL_STATE_STAGED) - CDISMPackage::LogInstallStateMapping
    2014-05-29 16:53:59, Info                  DISM   DISM Package Manager: PID=8324 Initiating Changes on Package with values: 4, 7 - CDISMPackage::Internal_ChangePackageState
    2014-05-29 16:54:00, Info                  DISM   PID=4640 Scratch directory set to 'C:\Users\TBG\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2014-05-29 16:54:00, Info                  DISM   PID=4640 Successfully loaded the ImageSession at "C:\Windows\System32\Dism" - CDISMManager::LoadImageSession
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Failed to get and initialize the PE Provider.  Continuing by assuming that it
    is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Provider has previously been initialized.  Returning the existing instance. -
    CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Provider has previously been initialized.  Returning the existing instance. -
    CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Manager: PID=4640 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Provider has previously been initialized.  Returning the existing instance. -
    CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE:
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE:
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Host machine information: OS Version=6.1.7601, Running architecture=amd64, Number of processors=4
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Executing command line: c:\windows\sysnative\dism.exe
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Loading Provider from location C:\Windows\System32\Dism\WimProvider.dll - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Connecting to the provider located at C:\Windows\System32\Dism\WimProvider.dll. -
    CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Loading Provider from location C:\Windows\System32\Dism\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Connecting to the provider located at C:\Windows\System32\Dism\FolderProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Provider has not previously been encountered.  Attempting to initialize the provider.
    - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Loading Provider from location C:\Windows\System32\Dism\CompatProvider.dll - CDISMProviderStore::Internal_GetProvider
    2014-05-29 16:54:00, Info                  DISM   DISM Provider Store: PID=4640 Connecting to the provider located at C:\Windows\System32\Dism\CompatProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: WimManager
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Getting the help information collection for the provider: WimManager.
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Registering information from the help collection from provider: WimManager.
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Succesfully registered the Help Item with topic(wimcommands) and category(localtoplevelhelp) for the provider(WimManager).
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Succesfully registered the Help Item with topic(cleanup-wim) and category(wimcommands) for the provider(WimManager).
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Succesfully registered the Help Item with topic(remount-wim) and category(wimcommands) for the provider(WimManager).
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Succesfully registered the Help Item with topic(mount-wim) and category(wimcommands) for the provider(WimManager).
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Succesfully registered the Help Item with topic(unmount-wim) and category(wimcommands) for the provider(WimManager).
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Succesfully registered the Help Item with topic(commit-wim) and category(wimcommands) for the provider(WimManager).
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Succesfully registered the Help Item with topic(get-wiminfo) and category(wimcommands) for the provider(WimManager).
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Succesfully registered the Help Item with topic(get-mountedwiminfo) and category(wimcommands) for the
    provider(WimManager).
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FolderManager
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: Compatibility Manager
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Getting the help information collection for the provider: Compatibility Manager.
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE:
    2014-05-29 16:54:00, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
    Taweesak Archawamaitreekool

  • JavaFx 2.2.0 Native Package deploy problem on Windows

    Hi,
    I'm trying to compile a JavaFX native package on Windows 7 64 bit.
    I've installed:
    JDK 7U6 Beta
    JavaFx sdk 2.2.0 Beta
    Wix toolset 3.5
    Inno Setup 5.5.1
    When I run the tool installers *.exe and *.msi are created and they work as
    installalation procedeure correctly completed.
    The problem is when I run the application as I get a error message window
    with title
    C:\Program Files (x86)\NativePackage\runtime\jre7\bin\server\jvm.dll
    and message
    jvm.dll is not found
    but I looked in C:\Program Files (x86)\NativePackage\runtime\jre7\bin\server and jvm.dll
    exists.
    Any idea?
    Thank you
    Andrea

    Solved,
    running eclipse with a different JRE (C:\Program Files\Java\jdk1.7.0_06\bin\javaw.exe) has solved the problem.
    To do that I simply edited my eclipse.ini and added -vm C:\Program Files\Java\jdk1.7.0_06\bin\javaw.exe, here my
    eclipse.ini:
    -startup
    plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
    --launcher.library
    plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120522-1813
    -product
    org.eclipse.epp.package.java.product
    --launcher.defaultAction
    openFile
    --launcher.XXMaxPermSize
    256M
    -showsplash
    org.eclipse.platform
    --launcher.XXMaxPermSize
    256m
    --launcher.defaultAction
    openFile
    -vm
    C:\Program Files\Java\jdk1.7.0_06\bin\javaw.exe
    -vmargs
    -Dosgi.requiredJavaVersion=1.5
    -Dhelp.lucene.tokenizer=standard
    -Xms40m
    -Xmx384m

  • Failed to Install The New Preview Build. Installation Failure: Windows failed to install the following update with error 0x80246007: FBL_AWESOME1501 9926 Professional.

    Hello,
    I'm having issues upgrading my Windows 10 Technical Preview installation build 9879 to a newer build that's become available late January 23rd.
    I am installing the new upgrade in a Hyper-V virtual machine and get the following error:
    Failed to install the new preview build, please try again later. 0x80246007
    What could be the problem?
    Previously I've had messages that Windows cannot be upgraded on a computer with less than 2 Gbyte of RAM. That's a Hyper-V VM with dynamic memory and I was highly surprised to see this error; never had this before. Had to set 2048 Mbytes as a minimum memory
    for this VM. Now that I have this 80246007 error code.
    When looking up System log, the following error messages are listed multiple times:
    Installation Failure: Windows failed to install the following update with error 0x80246007: FBL_AWESOME1501 9926 Professional.
    The errors are returned for the Event ID 20 by WindowsUpdateClient
    in task category Windows Update Agent..
    I reviewed the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability
    registry key as suggested in Windows
    Insider stuck on build 9841 - "No new preview build was found", and here is what it shows:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability]
    "BranchName"="fbl_awesome1501"
    "ThresholdRiskLevel"="low"
    "ThresholdOptedin"=dword:00000001
    Note, when attempting to install the downloaded update from a native boot, installation starts with no errors.
    However, since setup is not supported for a natively booted VHD files, it does not proceed further showing a message that installation on virtual drives is not supported.  
    Looks like Setup is having problems installing in a Hyper-V virtual machine.
    Possibly, some ESD files got corrupted during downloading? Is it possible to remove them and re-download missing files? (I, however, noticed that Windows seems to re-download upgrade files after you restart 9879 and attempt to check for a new build.
    Any clue why installing under VM causes 9926 to fail?
    Thank you in advance.
    Well this is the world we live in And these are the hands we're given...

    Hi,
    According to the error message, this problem seems like update package installation failed during system upgrade.
    You can try to remove ESD file which locate at boot of C drive and upgrade the system again for test.
    On the other hand, make sure the system 9879 installed all Windows pushed updates before system upgrade.
    Roger Lu
    TechNet Community Support

  • SSIS package is failing when using SQL server agent

    I am trying to execute an SSIS package through an SQL server agent and receiving the following error:
    Message
    Executed as user: serv-syst\SYSTEM. Microsoft (R) SQL Server Execute Package Utility  Version 10.50.1600.1 for 32-bit  Copyright (C) Microsoft Corporation 2010. All rights reserved.    Started:  1:56:53 PM  Error: 2014-04-21
    13:56:54.81     Code: 0xC0202009     Source: PACKAGEWMG Connection manager "DestinationConnectionOLEDB"     Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred.
    Error code: 0x80040E4D.  An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80040E4D  Description: "Login failed for user 'hsnzha'.".  End Error  Error: 2014-04-21
    13:56:54.82     Code: 0xC00291EC     Source: Drop table(s) SQL Task 1 Execute SQL Task     Description: Failed to acquire connection "DestinationConnectionOLEDB". Connection may not be configured
    correctly or you may not have the right permissions on this connection.  End Error  Error: 2014-04-21 13:56:54.82     Code: 0xC0202009     Source: PACKAGEWMG Connection manager "DestinationConnectionOLEDB"    
    Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E4D.  An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80040E4D  Description: "Login
    failed for user 'hsnzha'.".  End Error  Error: 2014-04-21 13:56:54.82     Code: 0xC00291EC     Source: Preparation SQL Task 1 Execute SQL Task     Description: Failed to acquire connection
    "DestinationConnectionOLEDB". Connection may not be configured correctly or you may not have the right permissions on this connection.  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  1:56:53 PM 
    Finished: 1:56:54 PM  Elapsed:  0.844 seconds.  The package execution failed.  The step failed.
    My SSIS package retrieves a excel file and saves the vales into an SQL table. When I run the package by itself in my server it works fine but when it's called from a SQL agent, it fails with the above error. Please help me resolve it.

    That's the issue. If it's a SQL login the password cannot be retrieved by account executing the package from the job which is why login fails. In that case best thing would be set password in job properties or pass it using configuration created in the package
    See
     HTTP://blogs.msdn.com/b/runeetv/archive/2011/12/22/ssis-package-using-sql-authentication-and-dontsavesensitive-as-protectionlevel.aspx
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs
    My package is saved with ServerStorage which appears under \\server\Stored Packages\MSDB\PACKAGE and when I run it, it works fine.
    There is a new error message that I get now after following the steps from the link...
    Message
    Microsoft (R) SQL Server Execute Package Utility
    Version 10.50.1600.1 for 32-bit
    Copyright (C) Microsoft Corporation 2010. All rights reserved.
    Started:  3:34:22 PM
    Error: 2014-04-21 15:34:23.82
       Code: 0xC0202009
       Source: PACKAGEWMG Connection manager "SourceConnectionExcel"
       Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft Office Access Database Engine"  Hresult: 0x80004005  Description: "Unexpected error from external database driver (????????).".
    End Error
    Error: 2014-04-21 15:34:23.82
       Code: 0xC020801C
       Source: Data Flow Task 1 Source - 'Contact Center$' [1]
       Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "SourceConnectionExcel" failed with error code 0xC0202009.  There may be error
    messages posted before this with more information on why the AcquireConnection method call failed.
    End Error
    Error: 2014-04-21 15:34:23.82
       Code: 0xC0047017
       Source: Data Flow Task 1 SSIS.Pipeline
       Description: component "Source - 'Contact Center$'" (1) failed validation and returned error code 0xC020801C.
    End Error
    Error: 2014-04-21 15:34:23.82
       Code: 0xC004700C
       Source: Data Flow Task 1 SSIS.Pipeline
       Description: One or more component failed validation.
    End Error
    Error: 2014-04-21 15:34:23.82
       Code: 0xC0024107
       Source: Data Flow Task 1
       Description: There were errors during task validation.
    End Error
    DTExec: The package execution returned DTSER_FAILURE (1).
    Started:  3:34:22 PM
    Finished: 3:34:23 PM
    Elapsed:  1.25 seconds

  • Package load Failed! Invalid package Title, manifest file cannot be found

    Greetings. I am new to UPK and am seeking guidance on an upgrade to 11.1.
    A little background on what we are trying to do:
    We have two machines:
    Windows 2003 machine in domain 'X' | UPK 11.0.0.1.
    Windows 2008 R2 virtual machine in domain 'Y' | UPK 11.0 on the new machine first, install the 11.0.0.1 patch, and then upgrade to 11.1.
    We are using the same database as the old machine. Developer Server is Standard Authentication, Knowledge Center is Windows authentication.
    ==========================================================================================
    So far we have installed 11.1 with the respective database upgrades, but are lost as to how to migrate the old Content Root data. We have copied all the content to the new Content Root, added it to IIS like the old machine, and verified that the UPK database Content Root path is correct and working.
    For the rest of the post, I am remoted into the server from my local workstation, and then using IE to access KCenter on the server's FQDN, not via localhost.
    Since I am green, so I presumed that I would need to import the titles under Manager in KCenter. I zipped each content folder individually (they are named "1", "9", etc), and then attempted to import each zip file.
    NOTE: At this stage sometimes we are prompted to authenticate again. When it does, sometimes the credentials that we know work, get rejected and we are prompted again. This will repeat until we get a 401 and we have to start over. We have verified that the Windows account currently in session with the site is valid and has administrator authority within KC.
    NOTE2: On the first few tries, .NET complained that maxRequestLength was not large enough. I had our servers team increase it on the actual server in order for us to proceed.
    Provided we don't have to authenticate again, or that it actually accepts our credentials, we get to the 30% mark and then receive the error: *"Package load Failed! Invalid package Title, manifest file cannot be found"*
    Does anyone have any wisdom for this process? The title importation section in the deployment manual is not helping, and the administrator from whom I am taking over this software has not had to deal with this before.
    Thank you,
    Ian
    Edited by: 986290 on Feb 5, 2013 10:21 AM

    Hi Marc, thanks for the post,
    I have gone through an extensive troubleshooting process with Oracle, including their development team, in order to fully complete our project setup. As a supplemental bit of information, we also were having connection errors when attempting to publish directly to the knowledge center.
    As far as the context of this post, here is the solution in brief:
    1) Verify that the package being imported was published from the same version of the Developer Client as the Knowledge Center installation's.
    2) Check for database consistency issues. In our case we were using a database that was built in another domain. After numerous attempts with Oracle support on the line to determine the inconsistency, it was decided to completely reinstall and build a new database from scratch in the new domain.
    3) Check application pool identities and access (while we had some inconsistencies here, correcting them did not change the behavior of the import/publish errors)
    In review, a lot of what we had setup was correct. Our primary point of failure, we feel, was using the old database. Technically this should not have been a problem, but Murphy likes to get his way sometimes.
    Cheers,
    Ian

  • IE 10 and 11 error install failure ERROR: "Neutral package installation failed"

    This is a 2008 R2 physical server with all available patches installed and SFC recently run.
    00:00.000: ====================================================================
    00:00.000: Started: 2014/01/16 (Y/M/D) 11:52:19.750 (local)
    00:00.000: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.016: Command line: "C:\Users\{user}\Desktop\IE11-Windows6.1-x64-en-us.exe"
    00:00.016: INFO:    Setup installer for Internet Explorer: 11.0.9600.16428
    00:00.016: INFO:    Previous version of Internet Explorer: 9.0.8112.16526
    00:00.016: INFO:    Checking if iexplore.exe's current version is between 11.0.9600.0...
    00:00.016: INFO:    ...and 11.1.0.0...
    00:00.016: INFO:    Maximum version on which to run IEAK branding is: 11.1.0.0...
    00:00.016: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.016: INFO:    Operating System: Windows Server: 6.1.7601 (Service Pack 1)
    00:00.016: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.016: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.016: INFO:    Trying to extract ID: 7006 (0) as "IE11-neutral.Extracted.cab"
    00:00.219: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.546: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE182A.tmp\Spelling_en.msu.
    00:00.546: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.562: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE182A.tmp\Hyphenation_en.msu.
    00:00.562: INFO:    Trying to extract ID: 7128 (1033) as "IE11-support.cab"
    00:01.467: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:01.810: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded and extracted for use.
    00:01.826: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE182A.tmp\IE11-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE182A.tmp\IE11-support\HardwareBlockingList.xml"
    00:01.919: INFO:    Hardware support check succeeded. Installation will continue.
    00:01.919: INFO:    Windows 7 operating system detected.
    00:01.919: INFO:    Service pack major: 1
    00:01.919: INFO:    Service pack minor: 0
    00:01.919: INFO:    Service pack name:  Service Pack 1
    00:01.935: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.2.9200.16570 >= 6.2.9200.16570 (True)
    00:01.935: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16426 (True)
    00:01.935: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18247 >= 6.1.7601.17727 (True)
    00:01.966: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:01.966: INFO:    Version Check for (KB2731771) of C:\Windows\System32\conhost.exe: 6.1.7601.18229 >= 6.1.7601.17888 (True)
    00:01.966: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:01.966: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:01.982: INFO:    Version Check for (KB2888049) of C:\Windows\System32\drivers\tcpip.sys: 6.1.7601.18254 >= 6.1.7601.18254 (True)
    00:02.013: INFO:    Version Check for (KB2882822) of C:\Windows\System32\tdh.dll: 6.1.7601.18247 >= 6.1.7601.18247 (True)
    00:54.258: INFO:    Waiting for 0 prerequisite downloads.
    00:54.258: INFO:    The neutral pack was not successfully downloaded from the internet. Installation will continue using the extracted package.
    00:54.258: INFO:    Waiting for 0 language pack downloads.
    00:54.258: INFO:    Language pack downloads completed. (exit code = 0xffffffff (4294967295)).
    00:54.273: INFO:    No reboot logic message NrApiStart(0), lParam=0x002a2778 returned 0x00000000.
    00:54.492: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    00:54.492: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    00:54.492: INFO:    Installing with the extracted package. C:\Windows\TEMP\IE182A.tmp\IE11-neutral.Extracted.cab
    00:54.492: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE182A.tmp\IE11-neutral.Extracted.cab /quiet /norestart
    01:21.792: INFO:    Process exit code 0x00000002 (2) [The system cannot find the file specified. ]
    01:21.792: ERROR:   Neutral package installation failed (exit code = 0x00000002 (2)).
    01:21.792: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    01:21.792: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    01:21.807: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    01:21.807: INFO:    Waiting for Active Setup to complete.
    01:21.807: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:26.815: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:31.823: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:37.298: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:42.306: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:47.314: INFO:    Waiting for Active Setup to complete. ({A509B1A7-37EF-4b3f-8CFC-4F3A74704073})

    PS C:\Windows> DIR -FILTER vbscript.DLL -RECURSE -NAME | get-item | select -expandproperty VersionInfo | sort-object FileVersion, FileName | ft File
    Version, FileName -Autosize
    FileVersion FileName
    5.8.7601.16978 C:\Windows\System32\vbscript.dll
    5.8.7601.16978 C:\Windows\SysWOW64\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_6.1.7600.16385_none_a44ef4f6479809f0\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_6.1.7601.17514_none_a68008be44868d8a\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16450_none_bcd6d18300a40070\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16455_none_bcdbd2f5009f7f23\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16476_none_bcc7336700aed05c\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16526_none_bcfd44e9008641ce\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.20562_none_bd579ef619c7eed9\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.20586_none_bd46004619d48c17\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.20637_none_bd7d121219ab16e0\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_6.1.7600.16385_none_aea39f487bf8cbeb\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_6.1.7601.17514_none_b0d4b31078e74f85\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16450_none_c72b7bd53504c26b\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16455_none_c7307d473500411e\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16476_none_c71bddb9350f9257\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.16526_none_c751ef3b34e703c9\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.20562_none_c7ac49484e28b0d4\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.20586_none_c79aaa984e354e12\vbscript.dll
    5.8.7601.16978 C:\Windows\winsxs\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_9.4.8112.20637_none_c7d1bc644e0bd8db\vbscript.dll
    PS C:\Windows> get-item -path ".\SysWOW64\vbscript.dll" | fl *
    PSPath : Microsoft.PowerShell.Core\FileSystem::C:\Windows\SysWOW64\vbscript.dll
    PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\Windows\SysWOW64
    PSChildName : vbscript.dll
    PSDrive : C
    PSProvider : Microsoft.PowerShell.Core\FileSystem
    PSIsContainer : False
    VersionInfo : File: C:\Windows\SysWOW64\vbscript.dll
    InternalName: vbscript.dll
    OriginalFilename: vbscript.dll.mui
    FileVersion: 5.8.7601.16978
    FileDescription: Microsoft r VBScript
    Product: Microsoft r VBScript
    ProductVersion: 5.8.7601.16978
    Debug: False
    Patched: False
    PreRelease: False
    PrivateBuild: False
    SpecialBuild: False
    Language: English (United States)
    BaseName : vbscript
    Mode : -a---
    Name : vbscript.dll
    Length : 420864
    DirectoryName : C:\Windows\SysWOW64
    Directory : C:\Windows\SysWOW64
    IsReadOnly : False
    Exists : True
    FullName : C:\Windows\SysWOW64\vbscript.dll
    Extension : .dll
    CreationTime : 1/15/2014 2:37:08 PM
    CreationTimeUtc : 1/15/2014 7:37:08 PM
    LastAccessTime : 1/15/2014 2:37:08 PM
    LastAccessTimeUtc : 1/15/2014 7:37:08 PM
    LastWriteTime : 11/14/2013 5:38:16 PM
    LastWriteTimeUtc : 11/14/2013 10:38:16 PM
    Attributes : Archive

  • Installation Failure: Windows failed to install the following update with error 0x800F0922

    Hi folks,
    I have a HP Elitebook Folio 9470p.  It came with Windows 8, and I installed it on my corporate domain.  I was trying to do some Windows updates so  I could upgrade it to Windows 8.1, but it fails installing the updates, whether or not I try
    to install them one at a time or all of them.  It has about 18 updates it needs from security updates to a .net framework update.  I run Symantec EP, and disabled it, checked for driver updates for things like display and networking and they are
    all up to date.
    I'm at a loss as to what to do.  It gives this error in the event log for each file, Event ID 20.
    Installation Failure: Windows failed to install the following update with error 0x800F0922: Security Update for Windows 8 for x64-based Systems (KB2862152).
    This is the example for KB2862152, but it gives the same error for every one.  I've tried to auto fix for Windows update issues and it fixed a couple of the issues, but not all of them, and provides no other help.
    I also deleted folders and files from the SoftwareDistribution folder as well, to no avail.  Any ideas what I can do to get whatever updates it needs, so I can fully patch it, and upgrade it to Win 8.1?
    Thanks for any help!

    Hi MM. Mr Kywildcat and Vegan Fan,
    GOOD NEW ! At this time, my issue is solved. The only black side is "how ?" : I hope that we will get a response some day ; however, and for in information  pnly - hoping this could help someone - I resume some actions which allowed this the happy end
    1) about installing 8.1 : I wanted to be sure that gain/pain ratio was positive, and that upgrading from a (potentially) damaged system would'nt produce something looking like a new Win 8.1, but difficult to maintain and keeping some negative potentialities.
    2) I was influenced by the fact that this
    0x800F0922  error acted as "a serial killerror", whose root cause could be a unique update error at reboot time concerning several (>20) packages, so I decided to test some manual upgrades.
    3)   Manual update (i.e. manual download and maunching of .msu packages) of the 2 following packages
    (whose update previously failed on a Windows Update) was successful : .NET Framework version 3.5 for  x64 (KB2898866) and Camera Codec Pack Windows 8 for x64 (KB2899190)
    4) So I decided to try Windows Update on a selection of packages, first : those concerning .Net Framework 3.5 and 4.5 (that is: KB2898866, 2901120, 2898865) --> Successful !
    5) finally, I selected almost all other packages, with some exceptions wich I (think to) have no need for : KB2871690, 2904659, 2843630. To be complete, here is the list of pakages updated one time at all :
    KB 2892074, 2893294, 2893984, 2909210, 2912390, 2916036, 2889784,2903938, 2911101, 2913152, 2917499
    --> always succesful.
    I am not a specialist, but I uess that this 0x800F0922 error hides another problem which is globally "H-RESULTED"
    to all updates pending in one update operation with reboot. This could be assumed from this CBS.log exterped from my last wrong attempts, where root cause seems not to be
    0x800f0922, but 0x80004003 :
    2014-02-15 21:29:13, Info                  CBS    Could not get active session for current session file logging [HRESULT = 0x80004003 - E_POINTER]
    2014-02-15 21:29:13, Info                  CBS    Not able to add pending.xml.bad to Windows Error Report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2014-02-15 21:29:18, Error  CBS    Startup: Failed to process advanced operation queue, startupPhase: 0.  A rollback transaction will be created. [HRESULT = 0x800f0922 - CBS_E_INSTALLERS_FAILED]
    Anyway, thanks to you who spent some of your time to describe issues and search/ suggest solutions ; I will upgrade my system to 8.1 anyway, some of this day, when I am sure that my configuration does not hides some other problem. I thing that potential
    issue remains until maybe a new KB corrects it, wrong :-) ?
    And I hope that you - Mr Kywildcat - can upgrade your system on "current levels" trying similar attempts. 
    Phil   

  • Native package for Mac and relative path

    Hi,
    I done a small application with Javafx that start an Embedded Jetty. All works fine in Windows also with native package. Instead in Mac it works only before native packaging. Seems that the problem is how relative path are considered.
    The tree of the content is this:
    myfile.jar
    webapp (folder)
    libs (folder)
    Look at this code:
                    String webAppDir = "webapp";
                    File f = new File(webAppDir);
                    log.debug("Path webapp folder: " + f.getAbsolutePath());
                    if (!f.exists())
                        throw new Exception("The folder " + f.getAbsolutePath() + " doesn't exist");
                    if (!f.canRead())
                WebAppContext context = new WebAppContext();
                context.setContextPath("/myapp");
                context.setResourceBase("webapp");
                context.setDescriptor("WEB-INF" + File.separator + "web.xml");
                context.setSessionHandler(new SessionHandler(sessionManager));
                        throw new Exception("La cartella " + f.getAbsolutePath() + " non è leggibile");
    The problem is that before the packaging in Mac the relative path is that where the main .jar is located an so the code works because the webapp folder is found. Instead after the bundle the path became /Users/MyUser/webapp and of course the folder is not found because it is bundled inside the file.app near the libs folder.
    Someone can explain me if this behaviour is due to JavaFx packager and how I can solve the problem in a elegant way?
    Thanks very much

    Some good soul has any idea?
    Thanks

  • IE 11 ERROR: Neutral package installation failed (exit code = 0x00003715 (14101)).

    Below is the log.
    00:00.000: ====================================================================
    00:00.063: Started: 2014/05/29 (Y/M/D) 16:48:19.266 (local)
    00:00.094: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.125: Command line: "C:\Windows\SoftwareDistribution\Download\Install\IE11-Windows6.1-x64-en-us.exe" /WU-SILENT
    00:00.156: INFO:    Setup installer for Internet Explorer: 11.0.9600.16428
    00:00.203: INFO:    Previous version of Internet Explorer: 8.0.7601.17514
    00:00.234: INFO:    Checking if iexplore.exe's current version is between 11.0.9600.0...
    00:00.266: INFO:    ...and 11.1.0.0...
    00:00.297: INFO:    Maximum version on which to run IEAK branding is: 11.1.0.0...
    00:00.312: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.328: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.344: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.359: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.390: INFO:    Trying to extract ID: 7006 (0) as "IE11-neutral.Extracted.cab"
    00:00.671: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.780: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE1299F.tmp\Spelling_en.msu.
    00:00.796: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.812: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE1299F.tmp\Hyphenation_en.msu.
    00:00.843: INFO:    Trying to extract ID: 7128 (1033) as "IE11-support.cab"
    00:03.276: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded and extracted for use.
    00:03.323: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE1299F.tmp\IE11-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE1299F.tmp\IE11-support\HardwareBlockingList.xml"
    00:03.573: INFO:    Hardware support check succeeded. Installation will continue.
    00:03.588: INFO:    Windows 7 operating system detected.
    00:03.604: INFO:    Service pack major: 1
    00:03.620: INFO:    Service pack minor: 0
    00:03.635: INFO:    Service pack name:  Service Pack 1
    00:03.713: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.1.7601.17514 >= 6.2.9200.16570 (False)
    00:03.869: WARNING: Checking version for C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll.  The file does not exist.
    00:03.900: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.17514 >= 6.1.7601.17727 (False)
    00:03.932: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7600.16385 >= 6.1.7601.17617 (False)
    00:03.963: INFO:    Version Check for (KB2731771) of C:\Windows\System32\conhost.exe: 6.1.7601.17514 >= 6.1.7601.17888 (False)
    00:03.978: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:04.010: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.17514 >= 6.1.7601.18010 (False)
    00:04.056: INFO:    Version Check for (KB2888049) of C:\Windows\System32\drivers\tcpip.sys: 6.1.7601.17514 >= 6.1.7601.18254 (False)
    00:04.119: INFO:    Version Check for (KB2882822) of C:\Windows\System32\tdh.dll: 6.1.7600.16385 >= 6.1.7601.18247 (False)
    00:07.052: INFO:    IE Setup prerequisite package for KB2834140 included: C:\Windows\TEMP\IE1299F.tmp\KB2834140_amd64.cab
    00:07.083: INFO:    IE Setup prerequisite package for KB2834140 included: C:\Windows\TEMP\IE1299F.tmp\KB2834140_amd64.cab
    00:07.114: INFO:    A local copy of the KB2834140 installation package has been copied to KB2834140_amd64.MSU.
    00:07.130: INFO:    IE Setup prerequisite package for KB2670838 included: C:\Windows\TEMP\IE1299F.tmp\KB2670838_amd64.cab
    00:07.145: INFO:    IE Setup prerequisite package for KB2670838 included: C:\Windows\TEMP\IE1299F.tmp\KB2670838_amd64.cab
    00:07.176: INFO:    A local copy of the KB2670838 installation package has been copied to KB2670838_amd64.CAB.
    00:07.192: INFO:    IE Setup prerequisite package for KB2639308 included: C:\Windows\TEMP\IE1299F.tmp\KB2639308_amd64.cab
    00:07.223: INFO:    IE Setup prerequisite package for KB2639308 included: C:\Windows\TEMP\IE1299F.tmp\KB2639308_amd64.cab
    00:07.239: INFO:    A local copy of the KB2639308 installation package has been copied to KB2639308_amd64.CAB.
    00:07.270: INFO:    IE Setup prerequisite package for KB2533623 included: C:\Windows\TEMP\IE1299F.tmp\KB2533623_amd64.cab
    00:07.286: INFO:    IE Setup prerequisite package for KB2533623 included: C:\Windows\TEMP\IE1299F.tmp\KB2533623_amd64.cab
    00:07.317: INFO:    A local copy of the KB2533623 installation package has been copied to KB2533623_amd64.MSU.
    00:07.348: INFO:    IE Setup prerequisite package for KB2731771 included: C:\Windows\TEMP\IE1299F.tmp\KB2731771_amd64.cab
    00:07.364: INFO:    IE Setup prerequisite package for KB2731771 included: C:\Windows\TEMP\IE1299F.tmp\KB2731771_amd64.cab
    00:07.395: INFO:    A local copy of the KB2731771 installation package has been copied to KB2731771_amd64.CAB.
    00:07.410: INFO:    IE Setup prerequisite package for KB2729094 included: C:\Windows\TEMP\IE1299F.tmp\KB2729094_amd64.cab
    00:07.442: INFO:    IE Setup prerequisite package for KB2729094 included: C:\Windows\TEMP\IE1299F.tmp\KB2729094_amd64.cab
    00:07.473: INFO:    A local copy of the KB2729094 installation package has been copied to KB2729094_amd64.MSU.
    00:07.488: INFO:    IE Setup prerequisite package for KB2786081 included: C:\Windows\TEMP\IE1299F.tmp\KB2786081_amd64.cab
    00:07.520: INFO:    IE Setup prerequisite package for KB2786081 included: C:\Windows\TEMP\IE1299F.tmp\KB2786081_amd64.cab
    00:07.535: INFO:    A local copy of the KB2786081 installation package has been copied to KB2786081_amd64.CAB.
    00:07.566: INFO:    IE Setup prerequisite package for KB2888049 included: C:\Windows\TEMP\IE1299F.tmp\KB2888049_amd64.cab
    00:07.613: INFO:    IE Setup prerequisite package for KB2888049 included: C:\Windows\TEMP\IE1299F.tmp\KB2888049_amd64.cab
    00:07.629: INFO:    A local copy of the KB2888049 installation package has been copied to KB2888049_amd64.MSU.
    00:07.691: INFO:    IE Setup prerequisite package for KB2882822 included: C:\Windows\TEMP\IE1299F.tmp\KB2882822_amd64.cab
    00:07.800: INFO:    IE Setup prerequisite package for KB2882822 included: C:\Windows\TEMP\IE1299F.tmp\KB2882822_amd64.cab
    00:07.832: INFO:    A local copy of the KB2882822 installation package has been copied to KB2882822_amd64.MSU.
    00:07.863: INFO:    IE Setup Language pack included: C:\Windows\TEMP\IE1299F.tmp\IE-Spelling-en.cab
    00:07.894: INFO:    IE Setup Language pack included: C:\Windows\TEMP\IE1299F.tmp\IE-Hyphenation-en.cab
    00:08.066: INFO:    Waiting for 9 prerequisite downloads.
    00:08.081: INFO:    Prerequisite download processes have completed. Starting Installation of 9 prerequisites.
    00:08.128: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\KB2834140_amd64.cab /quiet /norestart
    00:38.049: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    00:38.080: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\KB2670838_amd64.cab /quiet /norestart
    02:22.117: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    02:22.164: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\KB2639308_amd64.cab /quiet /norestart
    02:59.199: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    02:59.230: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\KB2533623_amd64.cab /quiet /norestart
    03:38.074: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    03:38.121: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\KB2731771_amd64.cab /quiet /norestart
    04:24.765: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    04:24.796: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\KB2729094_amd64.cab /quiet /norestart
    04:56.652: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    04:56.683: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\KB2786081_amd64.cab /quiet /norestart
    05:01.972: INFO:    Process exit code 0x00000000 (0) [The operation completed successfully. ]
    05:02.003: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\KB2888049_amd64.cab /quiet /norestart
    05:38.164: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    05:38.179: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\KB2882822_amd64.cab /quiet /norestart
    06:22.702: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    06:22.749: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using the downloaded package.
    06:22.780: INFO:    Waiting for 0 language pack downloads.
    06:22.796: INFO:    Language pack downloads completed. (exit code = 0xffffffff (4294967295)).
    06:23.030: INFO:    No reboot logic message NrApiStart(0), lParam=0x000227e8 returned 0x00000000.
    06:24.184: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    06:24.200: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    06:24.231: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE1299F.tmp\IE11-neutral.Downloaded.cab
    06:24.246: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\IE11-neutral.Downloaded.cab /quiet /norestart
    07:49.860: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    07:49.922: INFO:    Setting registry to check if Internet Explorer is the default browser on first run: SUCCESS.
    07:49.953: INFO:    Preparing to install Spelling_en.msu using C:\Windows\TEMP\IE1299F.tmp\Spelling_en.msu
    07:50.031: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\Spelling_en\Windows6.3-KB2849696-x86.cab /quiet /norestart
    08:41.933: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    08:41.964: INFO:    Preparing to install Hyphenation_en.msu using C:\Windows\TEMP\IE1299F.tmp\Hyphenation_en.msu
    08:42.042: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\Hyphenation_en\Windows6.3-KB2849697-x86.cab /quiet /norestart
    09:32.758: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    09:32.789: INFO:    Preparing to install IE-Spelling-en.cab using C:\Windows\TEMP\IE1299F.tmp\IE-Spelling-en.cab
    09:32.820: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\IE-Spelling-en.cab /quiet /norestart
    09:49.372: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    09:49.388: INFO:    Preparing to install IE-Hyphenation-en.cab using C:\Windows\TEMP\IE1299F.tmp\IE-Hyphenation-en.cab
    09:49.419: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1299F.tmp\IE-Hyphenation-en.cab /quiet /norestart
    10:05.565: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    10:05.581: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00000bc2 returned 0x00000000.
    10:05.596: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    10:05.752: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    10:05.799: INFO:    Verifying that the Internet Explorer Optional Component is enabled.
    10:05.893: INFO:    Setup exit code: 0x00000BC2 (3010) - Installation Succeeded. Reboot required.
    10:05.986: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE1299F.tmp
    10:06.033: INFO:    Unable to remove directory C:\Windows\TEMP\IE1299F.tmp, marking for deletion on reboot.
    10:06.095: INFO:    Released Internet Explorer Installer Mutex
    00:00.000: ====================================================================
    00:00.047: Started: 2015/04/08 (Y/M/D) 16:31:22.090 (local)
    00:00.063: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.078: Command line: "C:\Windows\ccmcache\8\IE11-Windows6.1-x64-en-us.exe"  /passive /quiet /norestart
    00:00.094: INFO:    Setup installer for Internet Explorer: 11.0.9600.16428
    00:00.125: INFO:    Previous version of Internet Explorer: 8.0.7601.18404
    00:00.141: INFO:    Checking if iexplore.exe's current version is between 11.0.9600.0...
    00:00.156: INFO:    ...and 11.1.0.0...
    00:00.172: INFO:    Maximum version on which to run IEAK branding is: 11.1.0.0...
    00:00.203: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.250: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.297: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.312: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.328: INFO:    Trying to extract ID: 7006 (0) as "IE11-neutral.Extracted.cab"
    00:00.702: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.936: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE1AD8.tmp\Spelling_en.msu.
    00:01.092: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:01.155: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE1AD8.tmp\Hyphenation_en.msu.
    00:01.233: INFO:    Trying to extract ID: 7128 (1033) as "IE11-support.cab"
    00:02.184: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:05.632: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded and extracted for use.
    00:05.663: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE1AD8.tmp\IE11-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE1AD8.tmp\IE11-support\HardwareBlockingList.xml"
    00:06.162: INFO:    Graphics Device Information: Intel(R) HD Graphics 4000
    00:06.178: INFO:    Hardware support check succeeded. Installation will continue.
    00:06.194: INFO:    Windows 7 operating system detected.
    00:06.225: INFO:    Service pack major: 1
    00:06.240: INFO:    Service pack minor: 0
    00:06.256: INFO:    Service pack name:  Service Pack 1
    00:06.443: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.2.9200.16570 >= 6.2.9200.16570 (True)
    00:06.490: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16426 (True)
    00:06.537: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18741 >= 6.1.7601.17727 (True)
    00:06.615: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:06.662: INFO:    Version Check for (KB2731771) of C:\Windows\System32\conhost.exe: 6.1.7601.18229 >= 6.1.7601.17888 (True)
    00:06.677: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:06.693: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:06.833: INFO:    Version Check for (KB2888049) of C:\Windows\System32\drivers\tcpip.sys: 6.1.7601.18438 >= 6.1.7601.18254 (True)
    00:06.974: INFO:    Version Check for (KB2882822) of C:\Windows\System32\tdh.dll: 6.1.7601.18247 >= 6.1.7601.18247 (True)
    00:33.509: INFO:    Waiting for 0 prerequisite downloads.
    03:00.993: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using the downloaded package.
    03:01.180: INFO:    Waiting for 0 language pack downloads.
    03:01.195: INFO:    Language pack downloads completed. (exit code = 0xffffffff (4294967295)).
    03:01.273: INFO:    No reboot logic message NrApiStart(0), lParam=0x00531188 returned 0x00000000.
    03:02.412: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    03:02.459: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    03:02.475: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE1AD8.tmp\IE11-neutral.Downloaded.cab
    03:02.521: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1AD8.tmp\IE11-neutral.Downloaded.cab /quiet /norestart
    03:29.556: INFO:    Process exit code 0x00003715 (14101) [The identities of the manifests are identical but their contents are different. ]
    03:29.619: ERROR:   Neutral package installation failed (exit code = 0x00003715 (14101)).
    03:29.634: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    03:29.650: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    03:29.759: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    03:29.775: INFO:    Waiting for Active Setup to complete.
    03:29.806: ERROR:   Couldn't create setup troubleshooting shortcut on the desktop. HRESULT: 0x80070002,
    03:29.837: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    03:29.853: INFO:    Setup exit code: 0x00009C59 (40025) - The neutral cab failed to install.
    03:29.900: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE1AD8.tmp
    03:29.962: INFO:    Unable to remove directory C:\Windows\TEMP\IE1AD8.tmp, marking for deletion on reboot.
    03:30.040: INFO:    Released Internet Explorer Installer Mutex
    00:00.000: ====================================================================
    00:00.109: Started: 2015/04/08 (Y/M/D) 16:52:25.541 (local)
    00:00.156: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.219: Command line: "C:\Windows\ccmcache\8\IE11-Windows6.1-x64-en-us.exe"  /passive /quiet /norestart
    00:00.328: INFO:    Setup installer for Internet Explorer: 11.0.9600.16428
    00:00.375: INFO:    Previous version of Internet Explorer: 8.0.7601.18404
    00:00.421: INFO:    Checking if iexplore.exe's current version is between 11.0.9600.0...
    00:00.484: INFO:    ...and 11.1.0.0...
    00:00.546: INFO:    Maximum version on which to run IEAK branding is: 11.1.0.0...
    00:00.640: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.718: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.796: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.874: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.936: INFO:    Trying to extract ID: 7006 (0) as "IE11-neutral.Extracted.cab"
    00:03.916: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:03.994: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE1C0CE.tmp\Spelling_en.msu.
    00:04.010: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:04.041: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE1C0CE.tmp\Hyphenation_en.msu.
    00:04.056: INFO:    Trying to extract ID: 7128 (1033) as "IE11-support.cab"
    00:04.883: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:06.272: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded and extracted for use.
    00:06.412: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE1C0CE.tmp\IE11-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE1C0CE.tmp\IE11-support\HardwareBlockingList.xml"
    00:07.052: INFO:    Graphics Device Information: Intel(R) HD Graphics 4000
    00:07.067: INFO:    Hardware support check succeeded. Installation will continue.
    00:07.083: INFO:    Windows 7 operating system detected.
    00:07.098: INFO:    Service pack major: 1
    00:07.114: INFO:    Service pack minor: 0
    00:07.145: INFO:    Service pack name:  Service Pack 1
    00:07.176: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.2.9200.16570 >= 6.2.9200.16570 (True)
    00:07.208: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16426 (True)
    00:07.223: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18741 >= 6.1.7601.17727 (True)
    00:07.254: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:07.301: INFO:    Version Check for (KB2731771) of C:\Windows\System32\conhost.exe: 6.1.7601.18229 >= 6.1.7601.17888 (True)
    00:07.317: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:07.332: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:07.410: INFO:    Version Check for (KB2888049) of C:\Windows\System32\drivers\tcpip.sys: 6.1.7601.18438 >= 6.1.7601.18254 (True)
    00:07.473: INFO:    Version Check for (KB2882822) of C:\Windows\System32\tdh.dll: 6.1.7601.18247 >= 6.1.7601.18247 (True)
    00:30.140: INFO:    Waiting for 0 prerequisite downloads.
    00:32.277: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using the downloaded package.
    00:32.339: INFO:    Waiting for 0 language pack downloads.
    00:32.355: INFO:    Language pack downloads completed. (exit code = 0xffffffff (4294967295)).
    00:32.417: INFO:    No reboot logic message NrApiStart(0), lParam=0x00351188 returned 0x00000000.
    00:33.119: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    00:33.197: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    00:33.213: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE1C0CE.tmp\IE11-neutral.Downloaded.cab
    00:33.244: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1C0CE.tmp\IE11-neutral.Downloaded.cab /quiet /norestart
    00:52.370: INFO:    Process exit code 0x00003715 (14101) [The identities of the manifests are identical but their contents are different. ]
    00:52.401: ERROR:   Neutral package installation failed (exit code = 0x00003715 (14101)).
    00:52.417: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    00:52.463: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    00:52.573: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    00:52.744: INFO:    Waiting for Active Setup to complete.
    00:52.900: ERROR:   Couldn't create setup troubleshooting shortcut on the desktop. HRESULT: 0x80070002,
    00:53.009: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    00:53.072: INFO:    Setup exit code: 0x00009C59 (40025) - The neutral cab failed to install.
    00:53.150: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE1C0CE.tmp
    00:53.290: INFO:    Unable to remove directory C:\Windows\TEMP\IE1C0CE.tmp, marking for deletion on reboot.
    00:53.353: INFO:    Released Internet Explorer Installer Mutex
    00:00.000: ====================================================================
    00:00.031: Started: 2015/04/08 (Y/M/D) 17:01:40.023 (local)
    00:00.062: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.093: Command line: IE11-Windows6.1-x64-en-us.exe
    00:00.109: INFO:    Setup installer for Internet Explorer: 11.0.9600.16428
    00:00.140: INFO:    Previous version of Internet Explorer: 8.0.7601.18404
    00:00.171: INFO:    Checking if iexplore.exe's current version is between 11.0.9600.0...
    00:00.218: INFO:    ...and 11.1.0.0...
    00:00.249: INFO:    Maximum version on which to run IEAK branding is: 11.1.0.0...
    00:00.280: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.296: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.312: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.343: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.358: INFO:    Trying to extract ID: 7006 (0) as "IE11-neutral.Extracted.cab"
    00:00.826: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.889: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE1AF41.tmp\Spelling_en.msu.
    00:00.951: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.982: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE1AF41.tmp\Hyphenation_en.msu.
    00:01.014: INFO:    Trying to extract ID: 7128 (1033) as "IE11-support.cab"
    00:02.199: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:03.837: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded and extracted for use.
    00:04.258: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE1AF41.tmp\IE11-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE1AF41.tmp\IE11-support\HardwareBlockingList.xml"
    00:05.335: INFO:    Graphics Device Information: Intel(R) HD Graphics 4000
    00:05.351: INFO:    Hardware support check succeeded. Installation will continue.
    00:05.382: INFO:    Windows 7 operating system detected.
    00:05.413: INFO:    Service pack major: 1
    00:05.475: INFO:    Service pack minor: 0
    00:05.507: INFO:    Service pack name:  Service Pack 1
    00:05.663: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.2.9200.16570 >= 6.2.9200.16570 (True)
    00:05.694: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16426 (True)
    00:05.741: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18741 >= 6.1.7601.17727 (True)
    00:05.803: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:05.850: INFO:    Version Check for (KB2731771) of C:\Windows\System32\conhost.exe: 6.1.7601.18229 >= 6.1.7601.17888 (True)
    00:05.865: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:05.897: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:06.037: INFO:    Version Check for (KB2888049) of C:\Windows\System32\drivers\tcpip.sys: 6.1.7601.18438 >= 6.1.7601.18254 (True)
    00:06.146: INFO:    Version Check for (KB2882822) of C:\Windows\System32\tdh.dll: 6.1.7601.18247 >= 6.1.7601.18247 (True)
    00:31.699: INFO:    Waiting for 0 prerequisite downloads.
    02:45.501: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using the downloaded package.
    02:45.548: INFO:    Waiting for 0 language pack downloads.
    02:45.579: INFO:    Language pack downloads completed. (exit code = 0xffffffff (4294967295)).
    02:45.642: INFO:    No reboot logic message NrApiStart(0), lParam=0x003d2b10 returned 0x00000000.
    02:46.921: INFO:    No reboot logic message NrApiScan(1), lParam=0x80070005 returned 0x00000000.
    02:46.999: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    02:47.030: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE1AF41.tmp\IE11-neutral.Downloaded.cab
    02:47.061: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1AF41.tmp\IE11-neutral.Downloaded.cab /quiet /norestart
    03:06.842: INFO:    Process exit code 0x00003715 (14101) [The identities of the manifests are identical but their contents are different. ]
    03:06.858: ERROR:   Neutral package installation failed (exit code = 0x00003715 (14101)).
    03:06.889: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    03:07.092: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    03:07.653: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    03:07.778: INFO:    Waiting for Active Setup to complete.
    03:07.981: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    03:14.705: INFO:    Setup exit code: 0x00009C59 (40025) - The neutral cab failed to install.
    03:14.767: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE1AF41.tmp
    03:14.861: INFO:    Unable to remove directory C:\Windows\TEMP\IE1AF41.tmp, marking for deletion on reboot.
    03:14.923: INFO:    Released Internet Explorer Installer Mutex

    Hi,
    We hope your issue has been resolved, if you've found solution by yourself. We would appreciate it if you could share with us and we will mark it as answer.
    I am looking to your log find that it's trying to launch DISM from c:\windows\SysNative. You might try build a symbolic link from c:\windows\system32 (where DISM lives) to the non-existent path c:\windows\SysNative. Then check the issue again.
    To build a symbolic link, try workaround as Brian's reply to this thread.
     http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_update/i-get-error-9c59-when-updating-internet-explorer/03d4473a-867b-44a5-9a37-913e9a5879cf?page=8&msgId=afe85da0-36e0-4160-860b-d2973e78c8b9
    Regards,
    D. Wu
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Packaging Linux AIR app as a native package (.deb)?

    Ok, so I've been tasked with packaging an AIR app in a system package. We got a redistrubution license for AIR so I think we are good in that respect but I run into an unfortunate predicament when trying to do a silent install from a deb:
    Both AIR runtime and AIR applicaiton generate a native package (.deb in this case) during install. So even though I can run silent install from my own deb, it fails to install as it cannot install a deb during installation of a deb. I am assuming that even if I could somehow grab the generated deb file, it would be against the license agreement to do so.
    So, any thoughts as to how to get this accomplished? Is there an alternative distribution of an app that comes as a native ".deb" file? Or is there a command line option that disables a native package management install? ( I can seem to find no information on any command line options for the bin installer)
    Thanks.
    -M

    Ok, so I've been tasked with packaging an AIR app in a system package. We got a redistrubution license for AIR so I think we are good in that respect but I run into an unfortunate predicament when trying to do a silent install from a deb:
    Both AIR runtime and AIR applicaiton generate a native package (.deb in this case) during install. So even though I can run silent install from my own deb, it fails to install as it cannot install a deb during installation of a deb. I am assuming that even if I could somehow grab the generated deb file, it would be against the license agreement to do so.
    So, any thoughts as to how to get this accomplished? Is there an alternative distribution of an app that comes as a native ".deb" file? Or is there a command line option that disables a native package management install? ( I can seem to find no information on any command line options for the bin installer)
    Thanks.
    -M

  • Indesign CC packaging process fails with the error message "Unable to copy necessary file(s)"

    When I try to package a file with a lot of links, the Indesign CC packaging process fails with the error message "Unable to copy necessary file(s)". I am able to make a PDF of the same file, but when packaking the process fails every time. The app does not crash, just gives an error message. What gives?
    (I'm using a MacBook Pro Retina Display with 16 GB RAM, running OS 10.9 and all CC 9.1 updated with the latest patches).

    @John – that's really strange… the thing with the file names depending on the file type. That could eleminate Mavericks a bit from the equation and put the weight more on InDesign CC.
    Provided:
    1. You give it a go with InDesign CS6 v8.0.2 and tests are showing it will work fine in this regard.
    2. The same composite characters are present in both file types, the ai files and the PhotoShop ones. On a Mac OSX characters for files and folders can consist of "composite" components:
    ü for example is a two component one: the u and the two dots above the u. On a machine with MS Windows, this is not the case…
    InDesign CC was programmed from scratch for a 64 bit architecture. So it could be a severe bug in InDesign CC.
    Maybe other readers in this forum could test for these cases…
    Uwe

  • IE 10 Installation Fails - Neutral package installation failed

    IE 10 will not install in Windows 7 64 bit SP1
    I go past the prompt that says "restarting programs".  Then the installation fails.  The updates are all up to the minute.
    Please help me install IE 10
    Here is the log.  Same error in three tries.  It gives the IE10 Failed to install message.
    00:00.000: Started: 2013/02/27 (Y/M/D) 16:34:02.472 (local)
    00:00.016: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.016: Command line: "C:\Users\Pats Workstation\Downloads\IE10-Windows6.1-x64-en-us.exe"
    00:00.031: INFO:    Setup installer for Internet Explorer: 10.0.9200.16521
    00:00.047: INFO:    Previous version of Internet Explorer: 9.0.8112.16464
    00:00.047: INFO:    Checking if iexplore.exe's current version is between 10.0.8100.0...
    00:00.062: INFO:    ...and 10.1.0.0...
    00:00.062: INFO:    Maximum version on which to run IEAK branding is: 10.1.0.0...
    00:00.062: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.078: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.094: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.109: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.109: INFO:    Trying to extract ID: 7006 (0) as "IE10-neutral.Extracted.cab"
    00:00.499: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.515: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE1A275.tmp\Spelling_en.msu.
    00:00.515: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.530: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE1A275.tmp\Hyphenation_en.msu.
    00:00.546: INFO:    Trying to extract ID: 7128 (1033) as "IE10-support.cab"
    00:01.388: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    01:01.371: INFO:    The no reboot policy and supplemental files failed to download correctly. Default installation files will be used. Wait return value was 0x00000102 (258) [The wait operation timed out. ]
    01:01.402: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE1A275.tmp\IE10-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE1A275.tmp\HardwareBlockingList.xml"
    01:01.496: INFO:    Graphics Device Information: NVIDIA Quadro 600
    01:01.496: INFO:    Hardware support check succeeded. Installation will continue.
    01:01.496: INFO:    Windows 7 operating system detected.
    01:01.511: INFO:    Service pack major: 1
    01:01.511: INFO:    Service pack minor: 0
    01:01.511: INFO:    Service pack name:  Service Pack 1
    01:01.527: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16492 (True)
    01:01.527: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18044 >= 6.1.7601.17727 (True)
    01:01.542: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18015 >= 6.1.7601.17617 (True)
    01:01.558: INFO:    Version Check for (KB2731771) of C:\Windows\System32\kernel32.dll: 6.1.7601.18015 >= 6.1.7601.17932 (True)
    01:01.558: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    01:01.574: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    01:03.414: INFO:    Waiting for 0 prerequisite downloads.
    01:03.414: INFO:    The neutral pack was not successfully downloaded from the internet. Installation will continue using the extracted package.
    01:03.446: INFO:    No reboot logic message NrApiStart(0), lParam=0x031b1838 returned 0x00000000.
    01:04.085: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    01:04.085: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    01:04.101: INFO:    Installing with the extracted package. C:\Windows\TEMP\IE1A275.tmp\IE10-neutral.Extracted.cab
    01:04.116: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1A275.tmp\IE10-neutral.Extracted.cab /quiet /norestart
    01:18.796: INFO:    Process exit code 0x000036B3 (14003) [The referenced assembly is not installed on your system. ]
    01:18.796: ERROR:   Neutral package installation failed (exit code = 0x000036b3 (14003)).
    01:18.796: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    01:18.812: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    01:18.812: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    01:18.812: INFO:    Waiting for Active Setup to complete.
    01:18.812: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:23.819: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:28.827: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:33.850: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:38.873: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    01:43.912: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    02:36.578: INFO:    Link clicked, opening URL in new window:'http://go.microsoft.com/fwlink/?LinkId=272316'
    06:31.594: INFO:    Setup exit code: 0x00009C59 (40025) - The neutral cab failed to install.
    06:31.625: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE1A275.tmp
    06:31.656: INFO:    Unable to remove directory C:\Windows\TEMP\IE1A275.tmp, marking for deletion on reboot.
    06:31.672: INFO:    Released Internet Explorer Installer Mutex

    I can only install if I disconnect from the internet....... WHY???
    I need to create a working package for SCCM but it keeps facking up!
    Here's my log (If I am connected to the internet):
    00:00.000: ====================================================================
    00:00.000: Started: 2014/09/02 (Y/M/D) 16:44:10.176 (local)
    00:00.000: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.000: Command line: "C:\Users\emkr\Desktop\IE10-Windows6.1-x64-en-us.exe" 
    00:00.000: INFO:    Setup installer for Internet Explorer: 10.0.9200.16521
    00:00.000: INFO:    Previous version of Internet Explorer: 8.0.7601.17514
    00:00.000: INFO:    Checking if iexplore.exe's current version is between 10.0.8100.0...
    00:00.015: INFO:    ...and 10.1.0.0...
    00:00.015: INFO:    Maximum version on which to run IEAK branding is: 10.1.0.0...
    00:00.015: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.015: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.015: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.015: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.031: INFO:    Trying to extract ID: 7006 (0) as "IE10-neutral.Extracted.cab"
    00:00.187: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.202: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE1FC8.tmp\Spelling_en.msu.
    00:00.202: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.218: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE1FC8.tmp\Hyphenation_en.msu.
    00:00.218: INFO:    Trying to extract ID: 7128 (1033) as "IE10-support.cab"
    00:00.639: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:01.357: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded and extracted for use.
    00:01.419: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE1FC8.tmp\IE10-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE1FC8.tmp\IE10-support\HardwareBlockingList.xml"
    00:01.497: INFO:    Graphics Device Information: Intel(R) HD Graphics 4600
    00:01.497: INFO:    Hardware support check succeeded. Installation will continue.
    00:01.497: INFO:    Windows 7 operating system detected.
    00:01.497: INFO:    Service pack major: 1
    00:01.497: INFO:    Service pack minor: 0
    00:01.497: INFO:    Service pack name:  Service Pack 1
    00:01.513: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.2.9200.16570 >= 6.2.9200.16570 (True)
    00:01.513: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16492 (True)
    00:01.513: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18247 >= 6.1.7601.17727 (True)
    00:01.513: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:01.528: INFO:    Version Check for (KB2731771) of C:\Windows\System32\kernel32.dll: 6.1.7601.18409 >= 6.1.7601.17932 (True)
    00:01.544: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:01.544: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:13.244: INFO:    Waiting for 0 prerequisite downloads.
    00:13.291: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using the downloaded package.
    00:13.322: INFO:    No reboot logic message NrApiStart(0), lParam=0x032d28d8 returned 0x00000000.
    00:14.102: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    00:14.102: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    00:14.118: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE1FC8.tmp\IE10-neutral.Downloaded.cab
    00:14.118: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1FC8.tmp\IE10-neutral.Downloaded.cab /quiet /norestart
    00:23.509: INFO:    Process exit code 0x00003715 (14101) [The identities of the manifests are identical but their contents are different. ]
    00:23.509: ERROR:   Neutral package installation failed (exit code = 0x00003715 (14101)).
    00:23.524: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    00:23.524: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    00:23.524: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    00:23.524: INFO:    Waiting for Active Setup to complete.
    00:23.524: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:28.532: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:33.524: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:38.532: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:43.539: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:48.563: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    03:52.254: INFO:    Setup exit code: 0x00009C59 (40025) - The neutral cab failed to install.
    03:52.285: INFO:    Scheduling upload to IE SQM server: http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    03:52.301: INFO:    SQM Upload returned 403
    03:56.435: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE1FC8.tmp
    03:56.466: INFO:    Unable to remove directory C:\Windows\TEMP\IE1FC8.tmp, marking for deletion on reboot.
    03:56.466: INFO:    Released Internet Explorer Installer Mutex
    00:00.000: ====================================================================
    00:00.000: Started: 2014/09/02 (Y/M/D) 16:48:12.132 (local)
    00:00.000: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.000: Command line: "C:\Users\emkr\Desktop\IE10-Windows6.1-x64-en-us.exe" 
    00:00.016: INFO:    Setup installer for Internet Explorer: 10.0.9200.16521
    00:00.016: INFO:    Previous version of Internet Explorer: 8.0.7601.17514
    00:00.016: INFO:    Checking if iexplore.exe's current version is between 10.0.8100.0...
    00:00.016: INFO:    ...and 10.1.0.0...
    00:00.016: INFO:    Maximum version on which to run IEAK branding is: 10.1.0.0...
    00:00.031: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.031: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.031: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.031: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.031: INFO:    Trying to extract ID: 7006 (0) as "IE10-neutral.Extracted.cab"
    00:00.140: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.203: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE1C12C.tmp\Spelling_en.msu.
    00:00.203: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.218: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE1C12C.tmp\Hyphenation_en.msu.
    00:00.218: INFO:    Trying to extract ID: 7128 (1033) as "IE10-support.cab"
    00:00.640: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:01.232: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded and extracted for use.
    00:01.295: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE1C12C.tmp\IE10-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE1C12C.tmp\IE10-support\HardwareBlockingList.xml"
    00:01.357: INFO:    Graphics Device Information: Intel(R) HD Graphics 4600
    00:01.357: INFO:    Hardware support check succeeded. Installation will continue.
    00:01.357: INFO:    Windows 7 operating system detected.
    00:01.357: INFO:    Service pack major: 1
    00:01.373: INFO:    Service pack minor: 0
    00:01.373: INFO:    Service pack name:  Service Pack 1
    00:01.373: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.2.9200.16570 >= 6.2.9200.16570 (True)
    00:01.373: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16492 (True)
    00:01.388: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18247 >= 6.1.7601.17727 (True)
    00:01.388: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:01.388: INFO:    Version Check for (KB2731771) of C:\Windows\System32\kernel32.dll: 6.1.7601.18409 >= 6.1.7601.17932 (True)
    00:01.388: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:01.404: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    03:58.666: INFO:    Waiting for 0 prerequisite downloads.
    03:58.697: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using the downloaded package.
    03:58.728: INFO:    No reboot logic message NrApiStart(0), lParam=0x006428d8 returned 0x00000000.
    03:59.352: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    03:59.352: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    03:59.352: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE1C12C.tmp\IE10-neutral.Downloaded.cab
    03:59.368: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1C12C.tmp\IE10-neutral.Downloaded.cab /quiet /norestart
    04:08.588: INFO:    Process exit code 0x00003715 (14101) [The identities of the manifests are identical but their contents are different. ]
    04:08.603: ERROR:   Neutral package installation failed (exit code = 0x00003715 (14101)).
    04:08.603: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    04:08.603: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    04:08.603: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    04:08.619: INFO:    Waiting for Active Setup to complete.
    04:08.619: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    04:13.627: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    04:18.619: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    04:23.626: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    04:28.634: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    04:33.704: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    04:35.716: INFO:    Setup exit code: 0x00009C59 (40025) - The neutral cab failed to install.
    04:35.732: INFO:    Scheduling upload to IE SQM server: http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    04:35.732: INFO:    SQM Upload returned 403
    04:38.836: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE1C12C.tmp
    04:38.867: INFO:    Unable to remove directory C:\Windows\TEMP\IE1C12C.tmp, marking for deletion on reboot.
    04:38.883: INFO:    Released Internet Explorer Installer Mutex
    00:00.000: ====================================================================
    00:00.000: Started: 2014/09/02 (Y/M/D) 16:59:11.347 (local)
    00:00.000: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.000: Command line: "C:\Users\emkr\Desktop\IE10-Windows6.1-x64-en-us.exe" 
    00:00.016: INFO:    Setup installer for Internet Explorer: 10.0.9200.16521
    00:00.016: INFO:    Previous version of Internet Explorer: 8.0.7601.17514
    00:00.016: INFO:    Checking if iexplore.exe's current version is between 10.0.8100.0...
    00:00.016: INFO:    ...and 10.1.0.0...
    00:00.016: INFO:    Maximum version on which to run IEAK branding is: 10.1.0.0...
    00:00.016: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.016: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.016: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.016: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.031: INFO:    Trying to extract ID: 7006 (0) as "IE10-neutral.Extracted.cab"
    00:00.109: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.156: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE1D049.tmp\Spelling_en.msu.
    00:00.156: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.156: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE1D049.tmp\Hyphenation_en.msu.
    00:00.156: INFO:    Trying to extract ID: 7128 (1033) as "IE10-support.cab"
    00:00.577: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:15.694: ERROR:   No reboot policy cab file was not downloaded correctly. Default installation files will be used. Error: 0x800c0005 (2148270085) [(null)]
    00:15.725: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE1D049.tmp\IE10-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE1D049.tmp\HardwareBlockingList.xml"
    00:15.772: INFO:    Graphics Device Information: Intel(R) HD Graphics 4600
    00:15.772: INFO:    Hardware support check succeeded. Installation will continue.
    00:15.772: INFO:    Windows 7 operating system detected.
    00:15.772: INFO:    Service pack major: 1
    00:15.787: INFO:    Service pack minor: 0
    00:15.787: INFO:    Service pack name:  Service Pack 1
    00:15.787: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16492 (True)
    00:15.787: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18247 >= 6.1.7601.17727 (True)
    00:15.787: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:15.787: INFO:    Version Check for (KB2731771) of C:\Windows\System32\kernel32.dll: 6.1.7601.18409 >= 6.1.7601.17932 (True)
    00:15.803: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:15.803: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:17.378: INFO:    Waiting for 0 prerequisite downloads.
    00:17.378: INFO:    The neutral pack was not successfully downloaded from the internet. Installation will continue using the extracted package.
    00:17.410: INFO:    No reboot logic message NrApiStart(0), lParam=0x006928d8 returned 0x00000000.
    00:18.034: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    00:18.049: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    00:18.049: INFO:    Installing with the extracted package. C:\Windows\TEMP\IE1D049.tmp\IE10-neutral.Extracted.cab
    00:18.049: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1D049.tmp\IE10-neutral.Extracted.cab /quiet /norestart
    00:26.629: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    00:26.629: INFO:    Setting registry to check if Internet Explorer is the default browser on first run: SUCCESS.
    00:26.629: INFO:    Preparing to install Spelling_en.msu using C:\Windows\TEMP\IE1D049.tmp\Spelling_en.msu
    00:26.645: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1D049.tmp\Spelling_en\Windows6.2-KB2764916-x86.cab /quiet /norestart
    00:48.251: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    00:48.267: INFO:    Preparing to install Hyphenation_en.msu using C:\Windows\TEMP\IE1D049.tmp\Hyphenation_en.msu
    00:48.267: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1D049.tmp\Hyphenation_en\Windows6.2-KB2764913-x86.cab /quiet /norestart
    01:11.870: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    01:11.870: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00000bc2 returned 0x00000000.
    01:11.885: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    01:11.885: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    01:11.885: INFO:    Verifying that the Internet Explorer Optional Component is enabled.
    01:18.406: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    01:18.422: INFO:    Setup exit code: 0x00000BC2 (3010) - Installation Succeeded. Reboot required.
    01:18.422: INFO:    Scheduling upload to IE SQM server: http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    01:18.437: INFO:    SQM Upload returned 403
    01:21.495: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE1D049.tmp
    01:21.526: INFO:    Unable to remove directory C:\Windows\TEMP\IE1D049.tmp, marking for deletion on reboot.
    01:21.526: INFO:    Released Internet Explorer Installer Mutex
    00:00.000: ====================================================================
    00:00.016: Started: 2014/09/02 (Y/M/D) 17:03:16.899 (local)
    00:00.016: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.016: Command line: IE10-Windows6.1-x64-en-us.exe  /update-no
    00:00.016: INFO:    Setup installer for Internet Explorer: 10.0.9200.16521
    00:00.016: INFO:    Previous version of Internet Explorer: 8.0.7601.17514
    00:00.016: INFO:    Checking if iexplore.exe's current version is between 10.0.8100.0...
    00:00.016: INFO:    ...and 10.1.0.0...
    00:00.016: INFO:    Maximum version on which to run IEAK branding is: 10.1.0.0...
    00:00.032: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.032: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.032: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.032: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.032: INFO:    Trying to extract ID: 7006 (0) as "IE10-neutral.Extracted.cab"
    00:00.156: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.188: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE18F73.tmp\Spelling_en.msu.
    00:00.203: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.203: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE18F73.tmp\Hyphenation_en.msu.
    00:00.203: INFO:    Trying to extract ID: 7128 (1033) as "IE10-support.cab"
    00:00.640: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:00.687: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE18F73.tmp\IE10-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE18F73.tmp\HardwareBlockingList.xml"
    00:00.734: INFO:    Graphics Device Information: Intel(R) HD Graphics 4600
    00:00.734: INFO:    Hardware support check succeeded. Installation will continue.
    00:00.749: INFO:    Windows 7 operating system detected.
    00:00.749: INFO:    Service pack major: 1
    00:00.749: INFO:    Service pack minor: 0
    00:00.749: INFO:    Service pack name:  Service Pack 1
    00:00.749: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16492 (True)
    00:00.749: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18247 >= 6.1.7601.17727 (True)
    00:00.765: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:00.765: INFO:    Version Check for (KB2731771) of C:\Windows\System32\kernel32.dll: 6.1.7601.18409 >= 6.1.7601.17932 (True)
    00:00.765: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:00.765: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:02.403: INFO:    Waiting for 0 prerequisite downloads.
    00:02.418: INFO:    The neutral pack was not successfully downloaded from the internet. Installation will continue using the extracted package.
    00:02.450: INFO:    No reboot logic message NrApiStart(0), lParam=0x008928d0 returned 0x00000000.
    00:03.120: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    00:03.136: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    00:03.136: INFO:    Installing with the extracted package. C:\Windows\TEMP\IE18F73.tmp\IE10-neutral.Extracted.cab
    00:03.136: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE18F73.tmp\IE10-neutral.Extracted.cab /quiet /norestart
    00:11.701: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    00:11.701: INFO:    Setting registry to check if Internet Explorer is the default browser on first run: SUCCESS.
    00:11.701: INFO:    Preparing to install Spelling_en.msu using C:\Windows\TEMP\IE18F73.tmp\Spelling_en.msu
    00:11.716: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE18F73.tmp\Spelling_en\Windows6.2-KB2764916-x86.cab /quiet /norestart
    00:18.471: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    00:18.471: INFO:    Preparing to install Hyphenation_en.msu using C:\Windows\TEMP\IE18F73.tmp\Hyphenation_en.msu
    00:18.487: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE18F73.tmp\Hyphenation_en\Windows6.2-KB2764913-x86.cab /quiet /norestart
    00:25.226: INFO:    Process exit code 0x00000BC2 (3010) [The requested operation is successful. Changes will not be effective until the system is rebooted. ]
    00:25.226: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00000bc2 returned 0x00000000.
    00:25.226: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    00:25.226: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    00:25.226: INFO:    Verifying that the Internet Explorer Optional Component is enabled.
    00:27.129: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    00:27.145: INFO:    Setup exit code: 0x00000BC2 (3010) - Installation Succeeded. Reboot required.
    00:27.145: INFO:    Scheduling upload to IE SQM server: http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    00:27.160: INFO:    SQM Upload returned 403
    00:30.233: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE18F73.tmp
    00:30.280: INFO:    Unable to remove directory C:\Windows\TEMP\IE18F73.tmp, marking for deletion on reboot.
    00:30.296: INFO:    Rebooting computer...
    00:30.311: INFO:    Released Internet Explorer Installer Mutex
    00:00.000: ====================================================================
    00:00.016: Started: 2014/09/02 (Y/M/D) 17:12:57.796 (local)
    00:00.016: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.016: Command line: "C:\Users\emkr\Downloads\IE10-Windows6.1-x64-en-us.exe" 
    00:00.016: INFO:    Setup installer for Internet Explorer: 10.0.9200.16521
    00:00.016: INFO:    Previous version of Internet Explorer: 8.0.7601.17514
    00:00.031: INFO:    Checking if iexplore.exe's current version is between 10.0.8100.0...
    00:00.031: INFO:    ...and 10.1.0.0...
    00:00.031: INFO:    Maximum version on which to run IEAK branding is: 10.1.0.0...
    00:00.031: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.031: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.031: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.047: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.047: INFO:    Trying to extract ID: 7006 (0) as "IE10-neutral.Extracted.cab"
    00:00.203: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.234: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE1702F.tmp\Spelling_en.msu.
    00:00.234: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.234: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE1702F.tmp\Hyphenation_en.msu.
    00:00.234: INFO:    Trying to extract ID: 7128 (1033) as "IE10-support.cab"
    00:00.671: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:01.248: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded and extracted for use.
    00:01.311: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE1702F.tmp\IE10-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE1702F.tmp\IE10-support\HardwareBlockingList.xml"
    00:01.373: INFO:    Graphics Device Information: Intel(R) HD Graphics 4600
    00:01.373: INFO:    Hardware support check succeeded. Installation will continue.
    00:01.389: INFO:    Windows 7 operating system detected.
    00:01.389: INFO:    Service pack major: 1
    00:01.389: INFO:    Service pack minor: 0
    00:01.389: INFO:    Service pack name:  Service Pack 1
    00:01.389: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.2.9200.16570 >= 6.2.9200.16570 (True)
    00:01.389: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16492 (True)
    00:01.404: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18247 >= 6.1.7601.17727 (True)
    00:01.404: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:01.404: INFO:    Version Check for (KB2731771) of C:\Windows\System32\kernel32.dll: 6.1.7601.18409 >= 6.1.7601.17932 (True)
    00:01.420: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:01.420: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:03.557: INFO:    Waiting for 0 prerequisite downloads.
    00:04.462: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using the downloaded package.
    00:04.493: INFO:    No reboot logic message NrApiStart(0), lParam=0x001e10f8 returned 0x00000000.
    00:05.226: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    00:05.226: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    00:05.226: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE1702F.tmp\IE10-neutral.Downloaded.cab
    00:05.226: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1702F.tmp\IE10-neutral.Downloaded.cab /quiet /norestart
    00:14.945: INFO:    Process exit code 0x00003715 (14101) [The identities of the manifests are identical but their contents are different. ]
    00:14.945: ERROR:   Neutral package installation failed (exit code = 0x00003715 (14101)).
    00:14.945: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    00:14.961: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    00:14.961: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    00:14.961: INFO:    Waiting for Active Setup to complete.
    00:14.961: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:19.968: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:24.960: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:29.968: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:34.976: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:39.999: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    00:41.949: INFO:    Setup exit code: 0x00009C59 (40025) - The neutral cab failed to install.
    00:41.964: INFO:    Scheduling upload to IE SQM server: http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    00:41.964: INFO:    SQM Upload returned 403
    00:45.084: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE1702F.tmp
    00:45.131: INFO:    Unable to remove directory C:\Windows\TEMP\IE1702F.tmp, marking for deletion on reboot.
    00:45.131: INFO:    Released Internet Explorer Installer Mutex
    00:00.000: ====================================================================
    00:00.000: Started: 2014/09/02 (Y/M/D) 17:17:57.281 (local)
    00:00.015: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.015: Command line: "C:\IE10-Windows6.1-x64-en-us.exe" 
    00:00.015: INFO:    Setup installer for Internet Explorer: 10.0.9200.16521
    00:00.015: INFO:    Previous version of Internet Explorer: 8.0.7601.17514
    00:00.015: INFO:    Checking if iexplore.exe's current version is between 10.0.8100.0...
    00:00.015: INFO:    ...and 10.1.0.0...
    00:00.015: INFO:    Maximum version on which to run IEAK branding is: 10.1.0.0...
    00:00.015: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.015: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.031: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.031: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.031: INFO:    Trying to extract ID: 7006 (0) as "IE10-neutral.Extracted.cab"
    00:00.187: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.234: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE11F3.tmp\Spelling_en.msu.
    00:00.234: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.249: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE11F3.tmp\Hyphenation_en.msu.
    00:00.249: INFO:    Trying to extract ID: 7128 (1033) as "IE10-support.cab"
    00:00.671: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    00:01.232: INFO:    Updated Download list, Hardware Blocking list, and no reboot policy files successfully downloaded and extracted for use.
    00:01.295: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE11F3.tmp\IE10-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE11F3.tmp\IE10-support\HardwareBlockingList.xml"
    00:01.341: INFO:    Graphics Device Information: Intel(R) HD Graphics 4600
    00:01.357: INFO:    Hardware support check succeeded. Installation will continue.
    00:01.357: INFO:    Windows 7 operating system detected.
    00:01.357: INFO:    Service pack major: 1
    00:01.357: INFO:    Service pack minor: 0
    00:01.357: INFO:    Service pack name:  Service Pack 1
    00:01.357: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.2.9200.16570 >= 6.2.9200.16570 (True)
    00:01.357: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16492 (True)
    00:01.373: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18247 >= 6.1.7601.17727 (True)
    00:01.373: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:01.373: INFO:    Version Check for (KB2731771) of C:\Windows\System32\kernel32.dll: 6.1.7601.18409 >= 6.1.7601.17932 (True)
    00:01.373: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:01.388: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:05.569: INFO:    Waiting for 0 prerequisite downloads.
    00:05.616: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using the downloaded package.
    00:05.632: INFO:    No reboot logic message NrApiStart(0), lParam=0x02bd2898 returned 0x00000000.
    00:06.271: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    00:06.271: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    00:06.271: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE11F3.tmp\IE10-neutral.Downloaded.cab
    00:06.287: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE11F3.tmp\IE10-neutral.Downloaded.cab /quiet /norestart
    00:14.024: INFO:    Process exit code 0x00003715 (14101) [The identities of the manifests are identical but their contents are different. ]
    00:14.024: ERROR:   Neutral package installation failed (exit code = 0x00003715 (14101)).
    00:14.024: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    00:14.024: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    00:14.024: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    00:14.024: INFO:    Waiting for Active Setup to complete.
    00:14.040: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:19.032: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:24.040: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:29.047: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:34.039: INFO:    Waiting for Active Setup to complete. ({89820200-ECBD-11cf-8B85-00AA005B4383})
    00:39.109: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    00:41.746: INFO:    Setup exit code: 0x00009C59 (40025) - The neutral cab failed to install.
    00:41.746: INFO:    Scheduling upload to IE SQM server: http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    00:41.746: INFO:    SQM Upload returned 403
    00:44.819: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE11F3.tmp
    00:44.866: INFO:    Unable to remove directory C:\Windows\TEMP\IE11F3.tmp, marking for deletion on reboot.
    00:44.866: INFO:    Released Internet Explorer Installer Mutex

  • IE 11 Neutral package installation failed (exit code = 0x800f081e (2148468766)).

    Hi,
    We are upgrading to IE11 on Windows 7 SP1(IE 8 or IE 9 installed.)Many of the machine am getting below error.
    Please help me to resolve the issue asap.
    00:53.180: INFO:    Installing with the extracted package. C:\Windows\TEMP\IE1C3EE.tmp\IE11-neutral.Extracted.cab
    00:53.212: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1C3EE.tmp\IE11-neutral.Extracted.cab /quiet /norestart
    00:55.489: INFO:    Process 'C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1C3EE.tmp\IE11-neutral.Extracted.cab /quiet /norestart' exited with exit code 0x800F081E (-2146498530)
    00:55.521: ERROR:   Neutral package installation failed (exit code = 0x800f081e (2148468766)).
    00:55.552: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    00:55.583: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    00:55.614: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    00:55.661: ERROR:   Couldn't create setup troubleshooting shortcut on the desktop. HRESULT: 0x80070002,
    00:55.708: INFO:    Setup exit code: 0x00009C59 (40025) - The neutral cab failed to install.
    01:00.793: ERROR:   SQM Upload failed while uploading "C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup0.sqm" with error: 2147500036
    01:00.887: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE1C3EE.tmp
    01:00.934: INFO:    Unable to remove directory C:\Windows\TEMP\IE1C3EE.tmp, marking for deletion on reboot.
    01:01.027: INFO:    Released Internet Explorer Installer Mutex
    00:00.000: ====================================================================
    00:00.187: Started: 2013/11/27 (Y/M/D) 13:38:03.009 (local)
    00:00.296: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.358: Command line: "C:\Windows\SoftwareDistribution\Download\Install\IE11-Windows6.1-x64-en-us.exe" /WSUS
    00:00.452: INFO:    Setup installer for Internet Explorer: 11.0.9600.16428
    00:00.514: INFO:    Previous version of Internet Explorer: 9.0.8112.16520
    00:00.561: INFO:    Checking if iexplore.exe's current version is between 11.0.9600.0...
    00:00.624: INFO:    ...and 11.1.0.0...
    00:00.702: INFO:    Maximum version on which to run IEAK branding is: 11.1.0.0...
    00:00.795: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.873: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.936: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:01.014: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:01.185: INFO:    Trying to extract ID: 7006 (0) as "IE11-neutral.Extracted.cab"
    00:07.254: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:07.394: INFO:    Extracted Spelling dictionary for en to C:\Windows\TEMP\IE17800.tmp\Spelling_en.msu.
    00:07.519: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:07.597: INFO:    Extracted Hyphenation dictionary for en to C:\Windows\TEMP\IE17800.tmp\Hyphenation_en.msu.
    00:07.691: INFO:    Trying to extract ID: 7128 (1033) as "IE11-support.cab"
    00:09.126: INFO:    Launched program to check hardware: "C:\Windows\TEMP\IE17800.tmp\IE11-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\Windows\TEMP\IE17800.tmp\HardwareBlockingList.xml"
    00:09.906: INFO:    Hardware support check succeeded. Installation will continue.
    00:10.015: INFO:    Windows 7 operating system detected.
    00:10.077: INFO:    Service pack major: 1
    00:10.155: INFO:    Service pack minor: 0
    00:10.233: INFO:    Service pack name:  Service Pack 1
    00:10.343: INFO:    Version Check for (KB2834140) of C:\Windows\System32\d3d11.dll: 6.1.7601.17514 >= 6.2.9200.16570 (False)
    00:10.436: INFO:    Version Check for (KB2670838) of C:\Windows\System32\api-ms-win-downlevel-user32-l1-1-0.dll: 6.2.9200.16492 >= 6.2.9200.16426 (True)
    00:10.545: INFO:    Version Check for (KB2639308) of C:\Windows\System32\Ntoskrnl.exe: 6.1.7601.18247 >= 6.1.7601.17727 (True)
    00:10.670: INFO:    Version Check for (KB2533623) of C:\Windows\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    00:10.764: INFO:    Version Check for (KB2731771) of C:\Windows\System32\conhost.exe: 6.1.7601.18229 >= 6.1.7601.17888 (True)
    00:10.857: INFO:    Checking for correct version of C:\Windows\Fonts\segoeui.ttf.
    00:10.920: INFO:    Version Check for (KB2786081) of C:\Windows\System32\taskhost.exe: 6.1.7601.18010 >= 6.1.7601.18010 (True)
    00:11.045: INFO:    Version Check for (KB2888049) of C:\Windows\System32\drivers\tcpip.sys: 6.1.7601.18254 >= 6.1.7601.18254 (True)
    00:11.201: INFO:    Version Check for (KB2882822) of C:\Windows\System32\tdh.dll: 6.1.7601.18247 >= 6.1.7601.18247 (True)
    00:14.539: INFO:    IE Setup prerequisite package for KB2834140 included: C:\Windows\TEMP\IE17800.tmp\KB2834140_amd64.cab
    00:14.648: INFO:    IE Setup prerequisite package for KB2834140 included: C:\Windows\TEMP\IE17800.tmp\KB2834140_amd64.cab
    00:14.679: INFO:    A local copy of the KB2834140 installation package has been copied to KB2834140_amd64.MSU.
    00:14.742: INFO:    IE Setup Language pack included: C:\Windows\TEMP\IE17800.tmp\IE-Spelling-en.cab
    00:14.820: INFO:    IE Setup Language pack included: C:\Windows\TEMP\IE17800.tmp\IE-Hyphenation-en.cab
    00:14.898: INFO:    Waiting for 1 prerequisite downloads.
    00:14.976: INFO:    Prerequisite download processes have completed. Starting Installation of 1 prerequisites.
    00:15.163: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-p

    Hi,
    As per log all update installed fine and find the below log file..We are deploying IE package via SCCM deployment tool.We are not using any WSUS server.Downloaded setup.exe from Microsoft website and installing silently IE11-Windows6.1-x64-en-us.exe /passive
    /quiet /norestart
    00:50.139: INFO:    Download for KB2834140 initiated. Downloading http://go.microsoft.com/fwlink/?LinkID=303935 -> KB2834140_amd64.MSU.
    00:50.170: INFO:    Download for KB2729094 initiated. Downloading http://go.microsoft.com/fwlink/?LinkID=258385 -> KB2729094_amd64.MSU.
    00:50.217: INFO:    Waiting for 2 prerequisite downloads.
    01:05.567: INFO:    Prerequisite download processes have completed. Starting Installation of 2 prerequisites.
    01:05.770: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE17C40.tmp\KB2834140\Windows6.1-KB2834140-v2-x64.cab /quiet /norestart
    01:50.308: INFO:    Process exit code 0x00000000 (0) [The operation completed successfully. ]
    01:50.823: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE17C40.tmp\KB2729094\Windows6.1-KB2729094-v2-x64.cab /quiet /norestart
    02:57.685: INFO:    Process exit code 0x00000000 (0) [The operation completed successfully. ]
    03:33.628: INFO:    The neutral pack was successfully downloaded from the internet. Installation will continue using the downloaded package.
    03:33.706: INFO:    Waiting for 0 language pack downloads.
    03:33.721: INFO:    Language pack downloads completed. (exit code = 0xffffffff (4294967295)).
    03:33.799: INFO:    No reboot logic message NrApiStart(0), lParam=0x00362bc0 returned 0x00000000.
    03:35.734: INFO:    No reboot logic message NrApiScan(1), lParam=0x00000001 returned 0x00000000.
    03:35.812: INFO:    No reboot logic message NrApiStartInstall(4), lParam=0x00000001 returned 0x00000014.
    03:35.827: INFO:    Installing with the downloaded package. C:\Windows\TEMP\IE17C40.tmp\IE11-neutral.Downloaded.cab
    03:35.952: INFO:    Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE17C40.tmp\IE11-neutral.Downloaded.cab /quiet /norestart
    04:03.845: INFO:    Process 'C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE17C40.tmp\IE11-neutral.Downloaded.cab /quiet /norestart' exited with exit code 0x800F081E (-2146498530)
    04:04.251: ERROR:   Neutral package installation failed (exit code = 0x800f081e (2148468766)).
    04:04.313: INFO:    No reboot logic message NrApiInstallDone(7), lParam=0x00009c59 returned 0x00000000.
    04:04.391: INFO:    No reboot logic message NrApiStartFinish(11), lParam=0x00000000 returned 0x00000000.
    04:04.563: INFO:    No reboot logic message NrApiFinish(12), lParam=0x00000000 returned 0x00000016.
    04:04.656: INFO:    Waiting for Active Setup to complete.
    04:04.734: ERROR:   Couldn't create setup troubleshooting shortcut on the desktop. HRESULT: 0x80070002,
    04:04.797: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    04:04.875: INFO:    Setup exit code: 0x00009C59 (40025) - The neutral cab failed to install.
    04:05.327: INFO:    Scheduling upload to IE SQM server: http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    04:10.428: ERROR:   SQM Upload failed while uploading "C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup0.sqm" with error: 2147500036
    04:10.569: ERROR:   SQM Upload failed while uploading "C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup1.sqm" with error: 2147500036
    04:10.662: ERROR:   SQM Upload failed while uploading "C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup2.sqm" with error: 2147500036
    04:10.787: ERROR:   SQM Upload failed while uploading "C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup3.sqm" with error: 2147500036
    04:10.850: ERROR:   SQM Upload failed while uploading "C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup4.sqm" with error: 2147500036
    04:10.943: ERROR:   SQM Upload failed while uploading "C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup5.sqm" with error: 2147500036
    04:11.021: ERROR:   SQM Upload failed while uploading "C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup6.sqm" with error: 2147500036
    04:11.099: ERROR:   SQM Upload failed while uploading "C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup7.sqm" with error: 2147500036
    04:11.177: ERROR:   SQM Upload failed while uploading "C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup8.sqm" with error: 2147500036
    04:11.318: ERROR:   SQM Upload failed while uploading "C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup9.sqm" with error: 2147500036
    04:11.427: INFO:    Cleaning up temporary files in: C:\Windows\TEMP\IE17C40.tmp
    04:12.145: INFO:    Unable to remove directory C:\Windows\TEMP\IE17C40.tmp, marking for deletion on reboot.
    04:12.410: INFO:    Released Internet Explorer Installer Mutex

Maybe you are looking for

  • Data Modeler: Editing or creating a view "crashes"

    Hi all, some days ago I've created a view in my relational model using the data modeler (SQL Developer 3.2.20.09). Today I wanted to add some more columns. Unfortunately the property pane doesn't open any more when double clicking the view object (fo

  • IPhoto library won't display, "Loading Photos" endlessly

    Iphoto won't display the library, it shows the loading photos graphic endlessly. Tried deleting all relevant metadata (files in iphoto library folder and library>preferences) and repairing disk permissions, to no effect. Did not move or rename iphoto

  • How to pull particular member in Planning Forms.

    Hi All, Just have a query how can we pull particular members in Planning Data form formula row. Need to apply some formula based on particular member caluculation. It can be done by row reference but wanna make it dynamic in nature as row might chang

  • Error when I try to run HTTP Server

    Hi there, I am trying to start HTTP server so that I may setup and use WorkFlow (Process Flows). I am using OWB 9.2 and Workflow 2.6.2 on Windows XP. Here is what I get when I start the HTTP Server: -------------------- in a DOS Window --------------

  • Installing CFC Extension on CFBuilder 2

    Hi, I'm trying to install the Adobe CFC Generator in my ColdFusion Builder 2... Scene:       -  Remote Server with ColdFusion 9 Currently I am following a Adobe tutorial but it still fails for me... Steps:     - In extensions, I had clicked in "Insta