Jump to content

Recommended Posts

Posted

Hi

 

Using only Windows ADK 10, I can manually convert an esd unencrypted file into an iso file
with the install.wim or install.esd file? If so, what are the commands to do this?

 

Thanks

 

Bye


Posted

I don' think that much has changed since 8.1.

The ESD2WIM batch:

http://www.msfn.org/board/topic/171716-prepare-and-slipstream-updates-in-to-a-windows-81-wim-or-esd-image/

should give you a good base.

 

Then you will need to create the .iso, info in this seemingly unrelated thread:

http://www.msfn.org/board/topic/172122-got-tips-on-how-to-make-a-bootable-cd-from-bootable-usb/

should do nicely.

 

 

jaclaz

Posted

I don' think that much has changed since 8.1.

The ESD2WIM batch:

http://www.msfn.org/board/topic/171716-prepare-and-slipstream-updates-in-to-a-windows-81-wim-or-esd-image/

should give you a good base.

 

Then you will need to create the .iso, info in this seemingly unrelated thread:

http://www.msfn.org/board/topic/172122-got-tips-on-how-to-make-a-bootable-cd-from-bootable-usb/

should do nicely.

 

 

jaclaz

 

In short, to do this, I should run the following commands
 
dism.exe /Apply-Image /ImageFile:"esd_File_Path>\install.esd" /Index:<Index_Number> /ApplyDir:"<Temp_Dir>"rmdir /s /q <Temp_Dir>dism /Quiet /Capture-Image /ImageFile:<Capture_Wim_Dir>\install.wim /CaptureDir:<Temp_Dir> /Name:"container" /Compress:max /CheckIntegritydism /Export-Image /SourceImageFile:<Capture_Wim_Dir>\install.wim /SourceIndex:1 /DestinationImageFile:<Windows_Files>\install.wim /compress:recovery /CheckIntegritydel <Capture_Wim_Dir>\install.wim
 
for each volume image of Windows that I would. At this point, I should have the install.wim. Right?
 
Now, I can not understand how can I get the other files which make the DVD.
 
Someone could help me?
 
Thanks
 
Bye

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...