March 4, 200521 yr 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.
March 5, 200521 yr 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.
Create an account or sign in to comment