I have a folder called DRIVERS that I place in SOURCE along side I386.
All I want is to have HFSLIP copy the folder to c:\
I'm content to install the drivers myself.
In nLite 1.4.5 I can accomplish this by entering this GUIRunOnce command:
XCOPY %SOURCE%DRIVERS %SYSTEMDRIVE%\DRIVERS\ /S/Y
Note. %SOURCE% includes the \, but %SYSTEMDRIVE% does not include the \
thus, this translates into...
XCOPY D:\DRIVERS C:\DRIVERS\ /S/Y
In HFSLIP 1.7.7 I tried adding a file a BATCH file under HFGUIRUNONCE, but it didn't work!
Here's what I did...
HFSLIP\HFGUIRUNONCE\MYDRIVERS.BAT
MYDRIVERS.BAT contains this one line:
XCOPY D:\DRIVERS C:\DRIVERS\ /S/Y
It seems like this should work, but it doesn't. But, I'm thinking there must be a way to do this.
Is there a way to accomplish this in HFSLIP, so I don't have to run nLite?
And if there is a way, is there a variable I can use for the source drive, in nLite %SOURCE% translates into D:\ or the drive letter that contains the source of the install.
I'm new to using HFSLIP, and I'm impressed with how much I've been able to do so far.
Thank you,
Lilla
