5

Is there a way to convert boot images to WIM so that they work in Windows Deployment Services?

I have a file that was created PartAssist_WinPE.iso but contains no .wim file.

Does WDS only support .wim or windows os? Will I need another PXE service to support my other ISOs?

Jason
  • 4,076

2 Answers2

3

You use imagex.exe to capture the file system. Mount the ISO as a drive letter, and then use imagex to capture that to a wim file.

cybernard
  • 14,924
-1

This is also possible using the command line tools in WAIK (7, at least), for the record.

SD-6
  • 5