Answered check wim for sp1

  • Wednesday, November 21, 2012 12:56 PM
     
     

    hi,

    how can i check if my wim file has system windows 7 with or w/o SP1? i can check architecture, version /dism or imagex/ but hardy can not find info about sp version.


    Voytas

All Replies

  • Wednesday, November 21, 2012 8:34 PM
     
     Answered

    hi

    i think you must edit wim file with WAIK tools (for example WSIM)

    first you must ready ISO file of windows 7 DVD and you will need to mount the ISO file to a computer so you can browse it. Then open up a command prompt as administrator and run the following command.

            

    dism /Get-WimInfo /WimFile:F:\sources\install.wim /index:1

    after run the command , you see the following

    C:\WINDOWS\system32> dism /Get-WimInfo /WimFile:F:\sources\install.wim /index:1

    Deployment Image Servicing and Management tool
    Version: 6.1.7600.16385

    Details for image : f:\sources\install.wim

    Index : 1
    Name : Windows 7 ultimate
    Description : Windows 7 ultimate
    Size : 11,912,905,130 bytes
    Architecture : x64
    Hal : acpiapic
    Version : 6.1.7600
    ServicePack Build : 16385
    ServicePack Level : 0
    Edition : Enterprise
    Installation : Client
    ProductType : WinNT
    ProductSuite : Terminal Server
    System Root : WINDOWS
    Directories : 13629
    Files : 64547
    Created : 7/14/2009 - 12:49:53 AM
    Modified : 7/14/2009 - 2:43:28 AM
    Languages :
    en-US (Default)

    The operation completed successfully.


    MCSE | MCITP [x2] | ISMS27001

    • Edited by omid.koushki Wednesday, November 21, 2012 8:39 PM
    • Marked As Answer by Voytass Thursday, November 22, 2012 7:20 AM
    •