[Request] Guide in order to unlock and add different edition in one iso

Discussion in 'Windows 8' started by Nixeus, Aug 13, 2012.

  1. Nixeus

    Nixeus MDL Member

    Aug 14, 2009
    224
    18
    10
    #1 Nixeus, Aug 13, 2012
    Last edited: Aug 13, 2012
    Hello my friends,

    I would like to be able to unlock the Windows 8 ISO in order to add all the edition in the one ISO ( like windows 7 ).
    I know that is a little different in Windiws 8.

    Anyone could create a little guide on how to ?


    Great thanks :=)

    Best regards,

    Nixeus
     
  2. VelleX

    VelleX MDL Member

    Jul 14, 2009
    202
    26
    10
    #2 VelleX, Aug 13, 2012
    Last edited: Aug 13, 2012
    to be able to choose the editions, make an file "ei.cfg" with this content in the sources folder:
    In Windows 8 Pro ISO, there are just 2 Editions. The Core version and the Pro. If you want to add enterprise, take the enterprise ISO and use imagex.exe to add the image of the Enterprise install.wim to the install.wim of the Windows 8 Pro ISO.

    imagex /export ENTERPRISE:\sources\install.wim 1 WIN8PRO:\sources\install.wim /compress maximum

    If you also want to add the x64 editions, you have to specify a Name, otherwise the x64 will overwrite the x86:

    imagex /export WIN8PROx64:\sources\install.wim 1 WIN8PROx86:\sources\install.wim /compress maximum "Windows 8 Pro (x64)"
    imagex /export WIN8PROx64:\sources\install.wim 1 WIN8PROx86:\sources\install.wim /compress maximum "Windows 8 (x64)"
    imagex /export ENTERPRISEx64:\sources\install.wim 1 WIN8PROx86:\sources\install.wim /compress maximum "Windows 8 Enterprise (x64)"

    Instead of "ENTERPRISEx64:" type the drive letter or Path for your DVD Source.
     
  3. maxrdlf

    maxrdlf MDL Junior Member

    Aug 7, 2012
    61
    31
    0
    Sticky in this section there's also a guide to integrate Pro With Media Center