Creating a Windows 8.1 AIO with Media Center manually

Discussion in 'Windows 8' started by ambidav, Aug 7, 2012.

  1. adit123tya

    adit123tya MDL Senior Member

    Oct 25, 2012
    397
    197
    10
    if u don't replace the file it won't accept the WMC key... by replacing the file we fool windows 8 about Windows 8 pro is alreay installed activated before
     
  2. OldMX

    OldMX MDL Addicted

    Jul 30, 2009
    542
    232
    30
    Can the data.dat be used between architectures x86-x64? And is it language neutral?
     
  3. adit123tya

    adit123tya MDL Senior Member

    Oct 25, 2012
    397
    197
    10
    yes and yes for both questions
     
  4. OldMX

    OldMX MDL Addicted

    Jul 30, 2009
    542
    232
    30
    Awesome, thanks!!
     
  5. Pareto Optimal

    Pareto Optimal MDL Senior Member

    Jun 2, 2012
    261
    16
    10
    How did you add dotNet Framework 3.5/
    Thanks
     
  6. adit123tya

    adit123tya MDL Senior Member

    Oct 25, 2012
    397
    197
    10
    #586 adit123tya, Dec 8, 2012
    Last edited by a moderator: Apr 20, 2017
    two ways use online method by using add features from control panel
    OR
    use dism and install dvd or install iso using fallowing cammand
    Code:
    dism /online /enable-feature /featurename:netfx3 /source:"E:\sources\sxs" /limitaccess
    where E: is ur cd drive or mount drive
     
  7. xscess

    xscess MDL Senior Member

    Jul 27, 2009
    371
    368
    10
    #587 xscess, Dec 9, 2012
    Last edited by a moderator: Apr 20, 2017
    At what step should I enter the command? Thanks.
     
  8. xscess

    xscess MDL Senior Member

    Jul 27, 2009
    371
    368
    10
    #588 xscess, Dec 9, 2012
    Last edited by a moderator: Apr 20, 2017
  9. adit123tya

    adit123tya MDL Senior Member

    Oct 25, 2012
    397
    197
    10
    #589 adit123tya, Dec 9, 2012
    Last edited by a moderator: Apr 20, 2017
    sorry this is to add netfx3.5 on installed system...
    to do the same to an image
    mount the image using
    Code:
    dism /mount-wim /wimfile:{wim path} /index:{image number in that wim} /mountdir:{temp mount directory}
    later just use
    Code:
    dism /image:{mount path} /enable-feature /featurename:netfx3 /source:"E:\sources\sxs" /limitaccess
    then commit the wim using
    Code:
    dism /unmount-wim /mountdir:{mount path} /commit
     
  10. xscess

    xscess MDL Senior Member

    Jul 27, 2009
    371
    368
    10
    #590 xscess, Dec 9, 2012
    Last edited by a moderator: Apr 20, 2017
     
  11. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,517
    720
    60
    #591 NICK@NUMBER11, Dec 9, 2012
    Last edited by a moderator: Apr 20, 2017
    This is what i use... but yes any dir can be used....

    Code:
    Dism /mount-wim /wimfile:C:\win8\wim\install.wim /index:1 /mountdir:C:\win8\mount
     
  12. adit123tya

    adit123tya MDL Senior Member

    Oct 25, 2012
    397
    197
    10
    #592 adit123tya, Dec 9, 2012
    Last edited by a moderator: Apr 20, 2017
     
  13. xscess

    xscess MDL Senior Member

    Jul 27, 2009
    371
    368
    10
     
  14. CyPhErLoUs

    CyPhErLoUs MDL Novice

    Oct 26, 2012
    9
    1
    0
    Got a question here... can I also add the N versions of Windows 8 (without WMP) into the all-in-one ISO?
     
  15. adit123tya

    adit123tya MDL Senior Member

    Oct 25, 2012
    397
    197
    10
    yes u can always add n versions of windows
     
  16. xscess

    xscess MDL Senior Member

    Jul 27, 2009
    371
    368
    10
    Ok.

    My questions(if you could answer them): (1) what should I select under [Channel], _Default, Retail, or Volume; and (2) should I select “0” or “1” under [VL] ? As I've included Pro retail, Pro volume, Pro WMC and Server 2012 in all-in-one ISO.
     
  17. CyPhErLoUs

    CyPhErLoUs MDL Novice

    Oct 26, 2012
    9
    1
    0
    Thank you very much :)
     
  18. adit123tya

    adit123tya MDL Senior Member

    Oct 25, 2012
    397
    197
    10
    instead of saying thanks using posts u should click on thanks button on the post u want to thank