tresans Posted February 28, 2006 Posted February 28, 2006 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.cmdMy 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
tresans Posted March 1, 2006 Author Posted March 1, 2006 wow isthis a tough question,already 20 read.
Guest Posted March 1, 2006 Posted March 1, 2006 command9 should run last. But to be sure, change your CMD to:command1 = "%systemdrive%\Install\install.cmd"
tresans Posted March 1, 2006 Author Posted March 1, 2006 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now