How integrade dart 8.1 on windows 8.1 iso image

Discussion in 'Windows 8' started by venioni, Apr 20, 2014.

  1. venioni

    venioni MDL Senior Member

    Mar 28, 2014
    478
    119
    10
    I downloand dart 8.1 dart 8.1.PNG and i want to integrade on windows 8.1 iso image but i dont know the commant lines to do can someone help me please.thanks:worthy:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. venioni

    venioni MDL Senior Member

    Mar 28, 2014
    478
    119
    10
    Thanks i make it with murphy78 commant lines
    dism /mount-wim /wimfile:c:\win81x86\sources\boot.wim /index:2 /mountdir:c:\mount
    xcopy c:\MSDaRT81x86\* c:\mount /cherkyi
    dism /unmount-wim /mountdir:c:\mount /commit
    if not exist c:\temp mkdir c:\temp
    dism /export-image /SourceImageFile:c:\win81x86\sources\boot.wim /SourceIndex:1 /DestinationImageFile:c:\temp\boot.wim /Compress:Maximum
    dism /export-image /SourceImageFile:c:\win81x86\sources\boot.wim /SourceIndex:2 /DestinationImageFile:c:\temp\boot.wim /Compress:Maximum
    move /y c:\temp\boot.wim c:\win81x86\sources\
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...