October 24, 20169 yr Good morning The procedure RunOnceEx runs smoothly, integrated in ISO of Windows 10, however, I noticed a problem. If in ISO is the install.wim file everything works regularly, but if I convert that file into .esd format to decrease the size, Runonce system no longer works and can not figure out why. Perhaps with install.esd files this procedure is not supported? Sincerely thank you
October 24, 20169 yr Author This is the structure normally used that it works with the install.wim Edited October 24, 20169 yr by DMD61
October 24, 20169 yr You can decompress to a install.wim though it might be larger Take note of the index of the particular OS version you'd like to install (in case the esd has many images therein) the number is what is inserted in the SourceIndex. Am choosing index 1 (Windows 7 Home Premium) From an ADMIN cmd prompt in same folder dism /export-image /SourceImageFile:install.esd /SourceIndex:1 /DestinationImageFile:install.wim /Compress:max /CheckIntegrity I know with ESD it installs much faster so figuring this out might be needed.
Create an account or sign in to comment