November 19, 200916 yr hi alli saw somewhere that i can apply a reg file when installing seveni remember i need to create a cmd file with the patch of my reg file inside and put it in a special directory but i can't find this information againi totally forgot to mark this page and now i need your help to find it again :sthanks for any helpNVM i'm a retard and i saved the page ....create a .bat script "SetupComplete.cmd" in <your root dvd/image path>\$OEM$\$$\SETUP\SCRIPTS\ Edited November 19, 200916 yr by s7even
November 19, 200916 yr You could avoid OEM folders (for the sake of saving installation time) and place SetupComple.cmd inside a Scripts folder (make one) inside your WIM image in Windows directory.
November 19, 200916 yr Author so if i understood well i can just put my setupcomplete.cmd in Windows directory and it will work ?
November 19, 200916 yr so if i understood well i can just put my setupcomplete.cmd in Windows directory and it will work ?No, setupcomplete.cmd will only work from two locationsC:\Mount\Windows\Setup\Scripts (inside mounted install.wim)orDVD\Sources\$OEM$\$$\Setup\ScriptsTo do it the way Ajua is suggest, you would need to mount your WIM using DISM (see my SIG) or imagex and manually create the files/folders. This way the files are integrated inside the WIM, but if you want to make changes, you would have to re-mount the WIM. Really good for one-time jobs, but if you are gonna constantly make small changes, this can get tiresome. Edited November 19, 200916 yr by MrJinje
November 21, 200916 yr Author thanks for your helpi'm working using batch files and i'll manage by my own to make all this stuff not so time consumingi just needed the right place to put this file thanks a lot
Create an account or sign in to comment