- Messages
- 2,779
When you use the "Create Installation Media for Windows 8.1" from Microsoft, a "*.TEMP" is downloaded in background.
This "*.TEMP" File is converted into "WINPAYLOAD.ESD" and right after the decryption process it is renamed "WINPAYLOAD.ESD.DECRYPT" This is the decrypted windows installation package..
"WINPAYLOAD.ESD.DECRYPT" will be found in the following location
"C:\Users\%username%\AppData\Local\Temp\%random alphanumeric%\MediaCreationToolExpanded\WindowsInstallationMediaCreationTool\Download" Folder
Note: To view the AppData folder, you must first go into control panel, folder options, view tab, and select show hidden files, folders, and drives
You must copy the "WINPAYLOAD.ESD.DECRYPT" as soon as you see it, to your desktop, as this file will be deleted during the media tools media creation process
So now we can make an ISO consisting of an install.wim file instead of an install.esd file
Following are the instructions to convert the WINPAYLOAD.ESD.DECRYPT to create an install.win ISO file instead of an install.esd ISO file
Step 1 > Download the CreateWIM_v8.1.zip (Note: I tweaked the esd-decrypt v3 script for this purpose)
Step 2 > Create a new temp folder > (e.g. C:\TEMP) Extract the zip file and then copy its contents to the "TEMP" folder
Step 3 > Copy/Move the downloaded WINPAYLOAD.ESD.DECRYPT file to the same "TEMP" folder. (e.g. C:\TEMP) Rename the file to WINPAYLOAD.ESD
Step 4 > Press Windows Key + X and select Command Prompt (Admin).
Step 5 > Execute the following command > c:\temp\createwim c:\temp\winpayload.esd
Step 6 > Now you have Two Options to select from, Continue or Quit
If you continue, the program will create an ISO Image with an install.wim from the winpayload.esd installation package
Step 8 > Now sit back, relax and watch. It may take up to 20 – 40 minutes, depends upon your hardware.
Step 9 > Once the program finishes, go to C:/TEMP and you’ll find an ISO file, You can now burn it to a DVD or make a bootable USB drive with it.
Since a lot of us like to use windows SIM to create unattend and autounattend xml's this post is about getting an install.wim instead of an install.esd in an ISO.. Since SIM will not open esd
The script only runs DISM commands to extract the needed Index's from the winpayload.esd installation package to create the windows setup ISO
This "*.TEMP" File is converted into "WINPAYLOAD.ESD" and right after the decryption process it is renamed "WINPAYLOAD.ESD.DECRYPT" This is the decrypted windows installation package..
"WINPAYLOAD.ESD.DECRYPT" will be found in the following location
"C:\Users\%username%\AppData\Local\Temp\%random alphanumeric%\MediaCreationToolExpanded\WindowsInstallationMediaCreationTool\Download" Folder
Note: To view the AppData folder, you must first go into control panel, folder options, view tab, and select show hidden files, folders, and drives
You must copy the "WINPAYLOAD.ESD.DECRYPT" as soon as you see it, to your desktop, as this file will be deleted during the media tools media creation process
So now we can make an ISO consisting of an install.wim file instead of an install.esd file
Following are the instructions to convert the WINPAYLOAD.ESD.DECRYPT to create an install.win ISO file instead of an install.esd ISO file
Step 1 > Download the CreateWIM_v8.1.zip (Note: I tweaked the esd-decrypt v3 script for this purpose)
Step 2 > Create a new temp folder > (e.g. C:\TEMP) Extract the zip file and then copy its contents to the "TEMP" folder
Step 3 > Copy/Move the downloaded WINPAYLOAD.ESD.DECRYPT file to the same "TEMP" folder. (e.g. C:\TEMP) Rename the file to WINPAYLOAD.ESD
Step 4 > Press Windows Key + X and select Command Prompt (Admin).
Step 5 > Execute the following command > c:\temp\createwim c:\temp\winpayload.esd
Step 6 > Now you have Two Options to select from, Continue or Quit
If you continue, the program will create an ISO Image with an install.wim from the winpayload.esd installation package
Step 8 > Now sit back, relax and watch. It may take up to 20 – 40 minutes, depends upon your hardware.
Step 9 > Once the program finishes, go to C:/TEMP and you’ll find an ISO file, You can now burn it to a DVD or make a bootable USB drive with it.
Since a lot of us like to use windows SIM to create unattend and autounattend xml's this post is about getting an install.wim instead of an install.esd in an ISO.. Since SIM will not open esd
The script only runs DISM commands to extract the needed Index's from the winpayload.esd installation package to create the windows setup ISO
Last edited: