Jump to content

SqeezyCheez

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by SqeezyCheez

  1. RUN("F:\NFORCE2\setup.exe") WinWaitActive("NVIDIA Windows nForce Drivers", "Welcome to the InstallShield") Send("!n") WinWaitActive("NVIDIA Windows nForce Drivers", "LICENSE FOR CUSTOMER") Send("!y") WinWaitActive("NVIDIA Windows nForce Drivers", "Select the features") Send("!n") WinWaitActive("NVIDIA Windows nForce Drivers", "Please review the") Send("!n") WinWaitActive("Install NVIDIA IDE SW driver?", "Do you want to install the NVIDIA IDE SW driver?") Send("!y") WinWaitActive("NVIDIA Windows nForce Drivers", "Yes, I want to restart my computer now") Send("{DOWN}") Send("{ENTER}") I got it to work fine... but how do I go about making this run during a clean install of Windows XP SP2? So would I just stick the .au3 as a compiled .exe in the "$OEM$\$1\" directory on the XPCD and then add "%systemdrive%\<blah>.exe" at the bottom of the winnt.sif file? Would that work fine? Or should it be something like "%CDROM%\<blah>.exe"? I already posted this in the autoitv3 forums, but they seem to have no idea what I'm doing.
×
×
  • Create New...