maxkerr Posted March 4, 2005 Posted March 4, 2005 I want to put an Install.cmd file to I386 folder, and make WinXP copy the file to %systemroot% during install (Without OEMPreinstall=Yes in Winnt.sif)Then, I could add the reg code in HIVEDEF.inf, make WinXP run Install.cmd at first loginHKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","Install",0x00020000,"%%systemroot%%\Install.cmd"Cos I made RAID 0 as system drive from SATA chip (Sil3112r), but I don’t want to integrate the SATA chip driver using nLite or manually.Somebody could tell me how to do that, please? Thanks Sorry about my poor English, but I think that you should understand what I talking about.
Alanoll Posted March 5, 2005 Posted March 5, 2005 so you want to leave the F6 option usable right?To add the install.cmd file to the copy portion of setup, you have two options....A. Edit TXTSETUP.SIF and add the file (I've detailed how to do this before. Look up a post on DetachedProgram and topic starter was GreenMachine)B. Create a INF file, and have IT copy over the CMD file, and add it to the sysoc.inf file for "install"B may get complicated, where as A requires ONE line of code.
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