Jump to content

driverpack + install.cmd


Recommended Posts

Posted

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


Posted

command9 should run last. But to be sure, change your CMD to:

command1 = "%systemdrive%\Install\install.cmd"

Posted
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...