dism error windows 8.1

Discussion in 'Windows 8' started by NICK@NUMBER11, May 8, 2014.

  1. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,503
    720
    60
    #21 NICK@NUMBER11, May 13, 2014
    Last edited: May 13, 2014
    (OP)
    Ok the problem seems to be with the GB iso build's

    en-gb_windows_8.1_with_update_x64_dvd_4048142
    en-gb_windows_8.1_enterprise_with_update_x64_dvd_4048611

    * hash checked with MSDN all ok

    as i have installed the following also in a new VMware PC and can report that the same script works in the following
    iso builds 100%

    en_windows_8.1_with_update_x64_dvd_4065090
    en_windows_8.1_enterprise_with_update_x64_dvd_4065178
    en_windows_8.1_with_update_x64_dvd_4065090

    So dont understand why the issue can be with the GB versions....
     
  2. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    Does the same thing happen on the old en-GB isos? The ones without update?
     
  3. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,503
    720
    60
    Just did a test on iso build
    en-gb_windows_8_1_pro_vl_x64_dvd_2971955 and same issue with that build

    so the problem is with GB versions of the latest windows 8 builds as stated above. Can someone else verify the same issue with the GB build or in fact other language build :confused:
     
  4. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    #24 Nucleus, May 13, 2014
    Last edited by a moderator: Apr 20, 2017

    From recently compiling an AIO I can confirm that happens with every index from En-GB 8.1 with Update ISO's, Multi Edition x86/x64, Enterprise x86/x64, Multi N x86/x64 and Enterprise N x86/x64. Although the key has been installed successfully, there is no prompt to enter key during install. All are legit MSDN ISO's

    Code:
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    
    Image Version: 6.3.9600.17031
    
    The file handle supplied is not valid.
    
    Finished installing product key.
    
    The operation completed successfully.
    Entering default keys Core and Pro. But as mentioned the same "The file handle supplied is not valid." appears in any En-GB index.

    Code:
    Microsoft Windows [Version 6.3.9600]
    (c) 2013 Microsoft Corporation. All rights reserved.
    
    C:\Windows\system32>dism /mount-wim /wimfile:c:\win81aio\win81\sources\install.w
    im /index:1 /mountdir:C:\win81aio\mount
    
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\Windows\system32>dism /Image:c:\win81aio\mount /Set-ProductKey:334NH-RXG76-64
    THK-C7CKG-D3VPT
    
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    
    Image Version: 6.3.9600.17031
    
    The file handle supplied is not valid.
    
    Finished installing product key.
    
    The operation completed successfully.
    
    C:\Windows\system32>dism /unmount-wim /mountdir:c:\win81aio\mount /commit
    
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    
    Image File : c:\win81aio\win81\sources\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\Windows\system32>dism /mount-wim /wimfile:c:\win81aio\win81\sources\install.w
    im /index:2 /mountdir:C:\win81aio\mount
    
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\Windows\system32>dism /Image:c:\win81aio\mount /Set-ProductKey:XHQ8N-C3MCJ-RQ
    XB6-WCHYG-C9WKB
    
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    
    Image Version: 6.3.9600.17031
    
    The file handle supplied is not valid.
    
    Finished installing product key.
    
    The operation completed successfully.
    
    C:\Windows\system32>dism /unmount-wim /mountdir:c:\win81aio\mount /commit
    
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    
    Image File : c:\win81aio\win81\sources\install.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\Windows\system32>
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,503
    720
    60
    @ Nucleus Thanks for confirming that you have the same issue, :mad:
     
  6. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #26 s1ave77, May 13, 2014
    Last edited: May 13, 2014
    @ Nucleus

    Is the source WIM a standard Win 8.1 with update one ... ? Normally Pro would be index 1 and Core index 2 :g:. Did you assure inserting the key into correct index?


    BTW: Did you try that from the DISM prompt of the adk, you're using the standard system DISM not the adk version :cool2:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,503
    720
    60
    for me its the same with adk version


     
  8. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    And you mounted the correct index ... :g:?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,503
    720
    60
    yep index 1 for pro. the only issues are with the gb builds

     
  10. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    #30 Nucleus, May 13, 2014
    Last edited: May 13, 2014
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    #31 Nucleus, May 14, 2014
    Last edited by a moderator: Apr 20, 2017
    Just curious... :g:

    Having only ever done this with En-GB ISO's (8.1 with Update), is the following usual when converting to ProWMC? Again the command executes successfully and the install is fine, but is this usual or again something that has arisen with the En-GB ISO's?

    Code:
    A blocking operation was interrupted by a call to WSACancelBlockingCall.
    Code:
    C:\Windows\system32>dism /Image:c:\win81aio\mount /Get-TargetEditions
    
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    
    Image Version: 6.3.9600.17031
    
    Editions that can be upgraded to:
    
    A blocking operation was interrupted by a call to WSACancelBlockingCall.
     : ProfessionalWMC
    
    The operation completed successfully.
    
    C:\Windows\system32>dism /Image:c:\win81aio\mount /Set-Edition:ProfessionalWMC
    
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    
    Image Version: 6.3.9600.17031
    
    Starting to update components...
    Disabling feature(s)
    [==========================100.0%==========================]
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    C:\Windows\system32>
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #32 s1ave77, May 14, 2014
    Last edited by a moderator: Apr 20, 2017
    :eek: .... :g:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    Obviously not usual then! :eek:

    Again I can confirm this always happens with En-GB x86/x64, Pro to ProWMC.

    Maybe NICK@NUMBER11 can confirm this behaviour?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. coleoptere2007

    coleoptere2007 MDL Guru

    Apr 8, 2008
    3,311
    1,938
    120
    #34 coleoptere2007, May 14, 2014
    Last edited: May 14, 2014
    As I said I faced the same problem as Nick@number11 with French iso as well :confused:
     
  15. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,503
    720
    60
    #35 NICK@NUMBER11, May 14, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
    yep get the same error when running this code also....


    Code:
    Dism /Image:c:\wmc\mount /Get-TargetEditions
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,644
    13,665
    340
    #36 xinso, May 14, 2014
    Last edited by a moderator: Apr 20, 2017
    Could you show me the link for the GB edition you're talking about?

    I'd like to see "The file handle supplied is not valid."

    Only GB 8.1? Not US? Not AU?
     
  17. coleoptere2007

    coleoptere2007 MDL Guru

    Apr 8, 2008
    3,311
    1,938
    120
    Remove the spaces in the magnet link, it's the main problem ;)
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,644
    13,665
    340
    No. I can download en_windows_8.1_with_update_x86_dvd_4065105.iso, but not GB and FR.

    Any other links? Thanks.