DMD61 Posted October 24, 2016 Posted October 24, 2016 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
MAVERICKS CHOICE Posted October 24, 2016 Posted October 24, 2016 How are you calling your RunOnceEx.cmd? What file does it depend on?
DMD61 Posted October 24, 2016 Author Posted October 24, 2016 (edited) This is the structure normally used that it works with the install.wim Edited October 24, 2016 by DMD61
maxXPsoft Posted October 24, 2016 Posted October 24, 2016 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now