Jump to content

Recommended Posts

Posted (edited)

hi all

i saw somewhere that i can apply a reg file when installing seven

i 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 again

i totally forgot to mark this page and now i need your help to find it again :s

thanks for any help

NVM 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 by s7even

Posted

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.

Posted (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 locations

C:\Mount\Windows\Setup\Scripts (inside mounted install.wim)

or

DVD\Sources\$OEM$\$$\Setup\Scripts

To 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 by MrJinje
Posted

thanks for your help

i'm working using batch files and i'll manage by my own to make all this stuff not so time consuming

i just needed the right place to put this file :)

thanks a lot

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...