How to convert Retail to Volume - ISO?

Discussion in 'Windows 10' started by dir14, Oct 8, 2015.

  1. dir14

    dir14 MDL Novice

    Jan 29, 2012
    11
    0
    0
    #1 dir14, Oct 8, 2015
    Last edited: Oct 8, 2015
    Hello,

    Someone know how to convert Retail (ESD) to Volume - ISO? I tried ei.cfg:
    but doesn't work. After Windows installation is Retail channel. When i deleted ei.cfg and past GVLK key it's Volume Channel.

    I want install my ISO without key.
     
  2. dante96

    dante96 MDL Junior Member

    Nov 1, 2013
    60
    9
    0
    #2 dante96, Oct 9, 2015
    Last edited by a moderator: Apr 20, 2017
    This is my ei.cfg. With this I can install volume edition and insert an original key too ;) It works with KMS activators
    Code:
    [Channel]Retail
    [VL]
    0
     
  3. dir14

    dir14 MDL Novice

    Jan 29, 2012
    11
    0
    0
    But when you install without key you have retail channel, right?
     
  4. dante96

    dante96 MDL Junior Member

    Nov 1, 2013
    60
    9
    0
    i don't know... i've always used KMS or original keys
     
  5. dir14

    dir14 MDL Novice

    Jan 29, 2012
    11
    0
    0
    Ok I know how to convert.

    1. Mount image: dism /mount-image /imagefile:path\to\install.wim /index:1 /mountdir:path\to\mount
    2. Add key: dism /image:path\to\mount /set-productkey:GVLK key
    3. Commit: dism /unmount-image /mountdir:path\to\mount /commit

    Change bolded words for yours path and key.