[Help] - Can not install .NET Framework 3.5 offline on Windows 8.1 x64

Discussion in 'Windows 8' started by meoit, Mar 9, 2016.

  1. meoit

    meoit MDL Novice

    Sep 27, 2011
    8
    0
    0
    I copied sxs folder from Windows8.1.ISO (original file - hash file correct) to C:\sxs
    using command: dism.exe /online /enable-feature /featurename:NetFx3 /All /Source:C:\sxs /LimitAccess

    >> on Windows 8.1 x86: WORK fine!
    >> on Windows 8.1 x64:

    Deployment Image Servicing and Management toolVersion: 6.3.9600.17031
    Image Version: 6.3.9600.17031
    Enabling feature(s)
    [---------------------65,8%---------]
    Error: 14028
    A component's file does not match the verification information present in the component manifest.

    WHY error?.

    I've tried and tried many times but the problem remains. :(

    Somebody help me.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. LatinMcG

    LatinMcG Bios Borker

    Feb 27, 2011
    5,711
    1,606
    180
  3. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,273
    240
    Seems to be a version conflict! 32bit differs from 64bit and you'll need the right version! What's working in 32bit will not work in 64bit!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. picolocris

    picolocris MDL Novice

    Jun 11, 2015
    7
    32
    0
    #4 picolocris, Mar 10, 2016
    Last edited by a moderator: Apr 20, 2017
    forums.mydigitallife.net/threads/47748-NET-Framework-3-5-Standalone-Installer-for-Windows-8-1-x86-x64?p=799293&viewfull=1#post799293


    64-bit only
    Code:
    File : dotNetFx35_W8.1_x64.exe
    Size : 61.73 MB
    MD5  : 740ca7314cedfb033947bc2deb457205
    SHA1 : db6df35a8db89d057084cf6093f9209d677c3b50



    If the installation fails, in a elevated Command Prompt (as Administrator):

    1)
    Code:
    dism /online /cleanup-image /restoreHealth
    
    2)
    Code:
    sfc /scannow
    
    Then restart computer and try to install again.