s7even Posted November 19, 2009 Posted November 19, 2009 (edited) 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, 2009 by s7even
ajua Posted November 19, 2009 Posted November 19, 2009 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.
s7even Posted November 19, 2009 Author Posted November 19, 2009 so if i understood well i can just put my setupcomplete.cmd in Windows directory and it will work ?
MrJinje Posted November 19, 2009 Posted November 19, 2009 (edited) 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, 2009 by MrJinje
s7even Posted November 21, 2009 Author Posted November 21, 2009 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now