Jump to content

Manually convert an esd unencrypted file into an iso file


Recommended Posts

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

Link to comment
Share on other sites


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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

Now, I can not understand how can I get the other files which make the DVD.

You'll need a Windows 10 DVD of course!

But where did you get the install.esd from, the free upgrade? You can save a lot of work by downloading the entire thing using the MediaCreationTool.

http://windows.microsoft.com/en-us/windows-10/media-creation-tool-install

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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