godan Posted July 22, 2004 Posted July 22, 2004 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...)
DarkPhoenix Posted July 22, 2004 Posted July 22, 2004 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...
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