Jump to content

Recommended Posts

Posted

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 login

HKCU,"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? :yes:

Thanks :D

Sorry about my poor English, but I think that you should understand what I talking about. :blushing:


Posted

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.

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...