|
dism /Apply-Image /ImageFile:%usbbroot%:\images\x64\install.wim /Index:6 /ApplyDir:W:\ /scratchdir:w:\scratchdir |
we are running into an issue with the pro wim being set to index 6, dism will throw an parameter incorrect error, after chaning the index to 1 , the script would run, I understand index 6 is probably for Pro, is there a way to check the all the avaiable image in an WIM?
wininstall/wininstall.cmd
Line 104 in ec7eb81
we are running into an issue with the pro wim being set to index 6, dism will throw an parameter incorrect error, after chaning the index to 1 , the script would run, I understand index 6 is probably for Pro, is there a way to check the all the avaiable image in an WIM?