Hi all,
I have a question about the driverpacks using method 2,after I slipstreamed the driverpacks it creates the next line in winnt.sif.
[GuiRunOnce]
command9 = "%SystemDrive%\D\BTS_DPs_finish.cmd"
%systemdrive%\Install\install.cmd
My question:If I understand this line correct here stays,first command9 = "%SystemDrive%\D\BTS_DPs_finish.cmd" is executed and after this my install.cmd??
Or is this not correct?
Please help me
Page 1 of 1
driverpack + install.cmd
#3
Posted 28 February 2006 - 10:35 PM
command9 should run last. But to be sure, change your CMD to:
command1 = "%systemdrive%\Install\install.cmd"
#4
Posted 01 March 2006 - 08:33 AM
5eraph, on Feb 28 2006, 10:35 PM, said:
command9 should run last. But to be sure, change your CMD to:
command1 = "%systemdrive%\Install\install.cmd"
Tnx 4 reply 5eraph,
So if i change my winnt.sif to
[GuiRunOnce]
command9 = "%SystemDrive%\D\BTS_DPs_finish.cmd"
command1 = "%systemdrive%\Install\install.cmd"
then my applications would run first then the BTS_DPs_finish.cmd?
I shall try this.
Regards
Share this topic:
Page 1 of 1



Help
Back to top









