See Full Details about a Windows 10 ISO file or USB  

Page 3 of 10 FirstFirst 12345 ... LastLast

  1. Posts : 18,432
    Windows 11 Pro
       #20

    Microsoft does not update the ISO files with every cumulative update they issue. The created on date in your screenshot is 02/13/16. That is the date that MS updated the ISO file. It is reported the ISO file created on that date installs 10586.104.

    It doesn't really matter what the minor build number is (.104, .166, etc) because the first cumulative update from Windows Update will take you to the most current minor build number. What matters is the major build number. Going from the 10240 series to the 10586 is more than just a cumulative update - it is a whole Windows 10 upgrade process.

    You got the 10240 ISO file the first time because you ran an old version of the Media Creation Tool that you had stored on your computer. The Media Creation Tool exe files are build specific. They will not automatically download the latest ISO. They will download the ISO file that was available when that specific Media Creation Tool exe file was created by Microsoft.
      My Computer


  2. Posts : 868
    Windows 10 x64
       #21

    So, I go to the Media Create Tool website, download the tool, MediaCreationTool.exe dtd 06-09-2016
    Run this tool
    Download the iso
    Mount or extract ISO (no difference in the outcome of the below)
    then:

    Code:
    C:\WINDOWS\system32>dism /Get-WimInfo /WimFile:J:\sources\install.esd /index:1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.10586.0
    
    Details for image : J:\sources\install.esd
    
    Index : 1
    Name : Windows 10 Pro
    Description : Windows 10 Pro
    Size : 14.440.586.483 bytes
    WIM Bootable : No
    Architecture : x64
    Hal : <undefined>
    Version : 10.0.14393
    ServicePack Build : 0
    ServicePack Level : 0
    Edition : Professional
    Installation : Client
    ProductType : WinNT
    ProductSuite : Terminal Server
    System Root : WINDOWS
    Directories : 19112
    Files : 103893
    Created : 17-07-2016 - 01:09:37
    Modified : 06-09-2016 - 10:05:40
    Languages :
            en-GB (Default)
    
    
    The operation completed successfully.
    I also used boot.wim
    there is a small ws.dat file - when viewing that file it shows 10.0.14393

    Would expect the iso to be 1607 or so.

    same goes for the Win10_1607_English_x64.iso


    ==


    Code:
    C:\WINDOWS\system32>dism /Get-WimInfo /WimFile:J:\sources\install.wim /index:1
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.10586.0
    
    
    Details for image : J:\sources\install.wim
    
    
    Index : 1
    Name : Windows 10 Pro
    Description : Windows 10 Pro
    Size : 14.747.431.455 bytes
    WIM Bootable : No
    Architecture : x64
    Hal : <undefined>
    Version : 10.0.14393
    ServicePack Build : 0
    ServicePack Level : 0
    Edition : Professional
    Installation : Client
    ProductType : WinNT
    ProductSuite : Terminal Server
    System Root : WINDOWS
    Directories : 19070
    Files : 103878
    Created : 16-07-2016 - 17:05:47
    Modified : 16-07-2016 - 17:06:29
    Languages :
            en-US (Default)
    
    
    The operation completed successfully.
    
    
    C:\WINDOWS\system32>

    any idea?

    =
    See Full Details about a Windows 10 ISO file or USB-snagit-06092016-101759.png
    =
      My Computer


  3. Posts : 56,825
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #22

    Media Creation Tool is downloading the most current public build. 1607 is 14393.xxx. Looks like you are still running 10586, Pre-Anniversary. That's why the tool (DISM) is showing 10586, but the ISO info is correct as 14393. Not a problem. You're just extracting info from a later build with an earlier tool.
    Last edited by Brink; 06 Sep 2016 at 08:30. Reason: removed quote to shorten
      My Computers


  4. Posts : 868
    Windows 10 x64
       #23

    Many thanks indeed. All clear.
    Got mixed up myself...
    Ahum.

    =
      My Computer


  5. Posts : 2,324
    Win10
       #24

    Should this work in the Windows~BT Folder too ? when I run it against the 1607 Feature UPdate just downloaded on one of my systems , against Install.esd everything is shown as "undefined". The system is currently on 1511.589.

    It appears to be a multi Edition ISO if I leave off the /index:1 part

    from the ADMIN CMD Prompt :

    C:\WINDOWS\system32>dism /Get-WimInfo /WimFile:C:\$WINDOWS.~BT\sources\install.esd /index:1


    Deployment Image Servicing and Management tool
    Version: 10.0.10586.0


    Details for image : C:\$WINDOWS.~BT\sources\install.esd


    Index : 1
    Name : Windows Setup Media
    Description : Windows Setup Media
    Size : 265,060,601 bytes
    WIM Bootable : No
    Architecture : <undefined>
    Hal : <undefined>
    Version : <undefined>
    ServicePack Build : <undefined>
    ServicePack Level : <undefined>
    Edition : <undefined>
    Installation : <undefined>
    ProductType : <undefined>
    ProductSuite : <undefined>
    System Root : <undefined>
    Directories : 96
    Files : 985
    Created : 7/16/2016 - 8:18:42 AM
    Modified : 9/20/2016 - 12:49:30 PM
    Languages : <undefined>


    The operation completed successfully.
      My Computers


  6. Posts : 68,894
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #25

    Hello kbird, :)

    If you like, you could convert the ESD file to be an ISO file, then check it.

    ESD to ISO - Create Bootable ISO from Windows 10 ESD File
      My Computers


  7. Posts : 2,324
    Win10
       #26

    Brink said:
    Hello kbird, :)

    If you like, you could convert the ESD file to be an ISO file, then check it.

    ESD to ISO - Create Bootable ISO from Windows 10 ESD File

    OK , I thought I could check it without doing that ...... my mistake....

    Thanks

    KB.

    edit: ESDToIso , with no# 3 gives basic info though I am doing the conversion since I'd rather run this Update myself.

    See Full Details about a Windows 10 ISO file or USB-2016_09_22_22_37_521.png
      My Computers


  8. Posts : 3,453
       #27

    @Kbird

    The encrypted install.esd found there in not the same as the install.esd after decryption.

    It contains the files to create an iso which includes Setup Media, as in your display (see size - the actual decrypted Install.esd is much, much larger.)
      My Computer


  9. Posts : 2,324
    Win10
       #28

    Superfly said:
    @Kbird

    The encrypted install.esd found there in not the same as the install.esd after decryption.

    It contains the files to create an iso which includes Setup Media, as in your display (see size - the actual decrypted Install.esd is much, much larger.)

    thanks SuperFly , good info , I just assumed install.esd was the same in the ~BT folder as in the mounted ISO ...figured it was kinda the same thing so would work the same way.

    Looks like it is STD 1607 ,and I'll have to update to the minor Build afterwards.....


    KB.
      My Computers


  10. Posts : 19
    Always the Ult or Pro v. of the latest consumer Ms. S/W
       #29

    No longer accurate in 14393, or maybe it doesn't work on DVDs for some reason?

    Code:
    C:\WINDOWS\system32>dism /Get-WimInfo /WimFile:D:\sources\install.wim
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    
    Error: 1
    
    
    Incorrect function.
    
    
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
      My Computer


 

Tutorial Categories

See Full Details about a Windows 10 ISO file or USB Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 20:17.
Find Us




Windows 10 Forums