Creating a Windows 8.1 AIO with Media Center manually

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

  1. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,434
    11,772
    240
    That would not work to verify. Even the slightest thing being off will cause the hash to fail. In this case, the datestamp of the files will make the data different enough to fail the check.
    Hashes are only good to check against something with exactly the same data and size.
     
  2. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,434
    11,772
    240
    #722 murphy78, May 19, 2013
    Last edited by a moderator: Apr 20, 2017
    Try starting with an x86 enterprise to make it easier on yourself so you can simply edit the ei.cfg
    Now make the contents of c:\win8x86\sources\ei.cfg the following:
    Code:
    [Channel]Retail
    
    
    [VL]
    1
    Remove the [EditionID] and the Enterprise part following.

    Having an ei.cfg is both a benefit and an annoyance.
    On the one hand, it will skip the necessity of entering a product key.
    On the other, it will give you a bogus EULA for the wrong channel versions.
    I.E. if you set it to Retail channel, the Enterprise version will say something about "Evaluation"

    If you set it to Volume channel, the core and prowmc versions will do the same.

    Still, it's just a minor annoyance.
    Now you should have your win8x86 with a decent sources folder primed, but you need all of the proper indexes lined up.
    You can simply mount the rtms in win8 and gimagex export them one by one until you get to prowmc. Obviously you need to do the flip.
    So, export both the x86 and x64 indexes for retail pro to respective folders, c:\win8prox86 and c:\win8prox64.
    This is obviously just temporary to flip the indexes.

    Now, if you have imagex.exe in a folder that you can run a script from, you would run something like this:
    Code:
    dism /mount-wim /wimfile:c:\win8prox64\sources\install.wim /index:1 /mountdir:c:\mnt
    dism /image:c:\mnt /set-edition:ProfessionalWMC
    dism /unmount-wim /mountdir:c:\mnt /commit
    imagex /flags "ProfessionalWMC" /info c:\win8prox86\sources\install.wim 1 "Windows 8 Pro with Media Center x86" "Windows 8 Pro with Media Center x86"
    
    dism /mount-wim /wimfile:c:\win8prox64\sources\install.wim /index:1 /mountdir:c:\mnt
    dism /image:c:\mnt /set-edition:ProfessionalWMC
    dism /unmount-wim /mountdir:c:\mnt /commit
    imagex /flags "ProfessionalWMC" /info c:\win8prox64\sources\install.wim 1 "Windows 8 Pro with Media Center x64" "Windows 8 Pro with Media Center x64"
    
    
    They won't get magically inserted into your AIO, you still have to export them into your install.wim in the correct way.
    Say your temporary install.wim from your mounted rtm exports was c:\temp\install.wim (don't use c:\install.wim)

    Just when you get to the part where you want to insert prowmc, you export it from your newly flipped c:\win8prox86 and x64 folders from index 1.

    It will allow 2 indexes with the same name and description if they are different architecture. I notice you thought you had a problem with that, but it's likely a misunderstanding where you exported 2 of the same architecture/name to the same install.wim. You don't want to do that.
     
  3. Weedy

    Weedy MDL Member

    Mar 9, 2011
    206
    70
    10
    #723 Weedy, May 19, 2013
    Last edited by a moderator: Apr 20, 2017
    That part isn't giving me problems. It's the WMC part that is messing me around.

    I can make an AIO that works fine with core and pro, 32 and 64. But when I try to add WMC, that is the one that won't install.
     
  4. Snuffy

    Snuffy MDL Expert

    Jan 7, 2008
    1,272
    630
    60
    install.wim info with WMC
    Windows 8 Pro with WMC RUS-ENG x86-x64 -4in1- (IL)LEGAL
    contains 2 russian and 2 english versions 32bit(x86) and 64bit(x64):

    - Windows 8 Professional with WMC x86 Russian
    - Windows 8 Professional with WMC x86 English
    - Windows 8 Professional with WMC x64 Russian
    - Windows 8 Professional with WMC x64 English

    at time of making Enterprise Edition was not available to add to....
     
  5. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,434
    11,772
    240
    You have to do 2 commands to make that work...
    dism /image:c:\mnt /set-edition:professionalWMC

    and

    imagex /flags "ProfessionalWMC" /info c:\win8\sources\install.wim 1 "Whatever you want to call it"
     
  6. jackmonter5

    jackmonter5 MDL Senior Member

    Jul 27, 2009
    480
    168
    10
    guys does anyone know how do i slip in the reg tweak to disable lua into a mounted wim.
     
  7. BTOR

    BTOR MDL Addicted

    Nov 18, 2009
    574
    584
    30
    #727 BTOR, May 22, 2013
    Last edited by a moderator: Apr 20, 2017
    load registry hive hklm to your current registry,then change the following value,if not exist create one.

    Code:
    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\EnableLUA Value: 0 Type:  DWORD
     
  8. Dreday38

    Dreday38 MDL Novice

    May 26, 2013
    9
    0
    0
    Good morning everyone,

    I have 4 VL iso's of Windows 8. 32-bit Enterprise, 32-bit Pro, 64-bit Enterprise and 64-bit Pro. I want to be able to combine them all into an AIO but am I right in thinking that I can't get the Core versions out of the 32/64-bit Pro versions because they are VL? So if I make this DVD, I can only have 4 versions instead of 6 as it isn't a retail copy? I guess I'm a bit confused on how to make the ei.cfg file to reflect the VL copies? And could I also get the Media Center version as well? Thanks for your help.

    Dreday
     
  9. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    18,993
    19,627
    340
    Exactly; VL edition of Pro only contains one index in install.wim.
     
  10. Dreday38

    Dreday38 MDL Novice

    May 26, 2013
    9
    0
    0
    So I will need to purchase a Retail copy of Windows 8 Pro 32/64 bit.
     
  11. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    7,233
    8,827
    240
    You just need a copy of the Retail (MSDN) ISO. Search the web for the SHA1 hash you get in this forum.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    18,993
    19,627
    340
  13. Dreday38

    Dreday38 MDL Novice

    May 26, 2013
    9
    0
    0
    How exactly do I do this .svf thing. I'm a little lost even with the instructions.
     
  14. baziroll

    baziroll MDL Member

    Dec 16, 2012
    129
    120
    10
    hi
    can anyone upload "deployment tools" on mediafire
    i downlode file from microsoft (adksetup.exe 1.16mb) but there is no options to uncheck

    thanks
     
  15. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    18,993
    19,627
    340
  16. baziroll

    baziroll MDL Member

    Dec 16, 2012
    129
    120
    10
    thank you thank you million time
    this take alot time to me.
    i will try that if i need help i come back
     
  17. baziroll

    baziroll MDL Member

    Dec 16, 2012
    129
    120
    10
    hi,
    im in xp, i get an error that wimmount.sys driver not installed,
    so googled and found the WIMMOUNT.INF so successfully installed driver.so i attached here
    also i try to install driver with WimMountInstall.exe but i get an error.
    ===
    just this command not work
    Dism /Image:C:\win8\mount /Get-TargetEditions

    its say something like that can not detect windows editions ,so its normal?
    other command successfully done.
    also can you tell me how remove unneeded driver or game and other tool
    and make it auto install?

    edit:boot.wim dont need to be mounted and patched ?
    also mediacenter installed by default?

    thanks
     
  18. adit123tya

    adit123tya MDL Senior Member

    Oct 25, 2012
    397
    197
    10
    You don't need to mount boot.wim until you have to make changes in WinPE, Win setup (launching when booted). Secondly media center is a feature in windows 8 retail edition which has to be bought with another product key (for anytime upgrade), we are just making windows activate this feature by default, so that after install you don't need to go through any time upgrade everytime you reinstall
     
  19. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    18,993
    19,627
    340