Jump to content

Recommended Posts

Posted

i've tried looking and searching this board but all the post i find seem to have dead links are are just too confusing for me... so here's my question:

i have a .reg file i want to have added to my registry durring my windows install, how do i add this in a nice, easy, step by step way? (im somewhat of a newbie to this unattended install thing...)


Posted

Since you posted this in the unattended section of the forum, I assume it is actually unattended. OK, here's how I would do it:

On the root of the installation (next to the i386 folder) make a folder called $OEM$. Inside this folder, you make a new text file called cmdlines.txt. In that file, you just paste

[COMMANDS]
"REGEDIT /S regfile.reg"

and either rename your reg file to regfile.reg, or change that filename to your file name and put the regfile into the $OEM$ folder as well. I think this is the easiest way. I'm not sure if this requires you to add/change a line in your winnt.sif file or not. If it does, here's the one:

[Unattended]
...
OemPreinstall=Yes
...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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