counter hit make
SCCM OSD : HP Quicklaunch application installation integrated in a task sequence - sccm

SCCM - System Center Configuration Manager

Blog about SCCM 2007 aka SMS v4

SCCM OSD : HP Quicklaunch application installation integrated in a task sequence

My issue today was again a fight to integrate the HP Quick Launch Drivers into my OSD task sequence.

I am installing it as part of  my Windows XP SP3 build ( I know it should be Windows 7 , but at my customer I have to provide still support :-) , and have added the full install for 6.40 into the task sequence. The application fails every time. I am simply using setup –s as stated into the documentation !

I have tried extracting the keyboard filter and button drivers from the installation on a good machine, and added these to the driver repository with a driver package. But they do not install, and the logs just show that the install failed.

After some research , I have read that there were issues with the keyboard filter drivers in earlier versions of the Quick Launch tool where it failed , but it was fixed in release 6.30.

After a lot of searching , here is the real deal :

You should use the following command : SETUP.EXE -s /f2c:\setup.log ( the setup needs to be able to write to a log file on the C:\ drive when you try to install it .

 

image

Hope it Helps ,

Kenny Buntinx

Comments

SCUG at myITforum.com said:

My issue today was again a fight to integrate the HP Quick Launch Drivers into my OSD task sequence.

# January 28, 2010 4:26 PM

Sander said:

This was the exact problem i ran into yesterday!

Task sequencer gave error 0x80042000

now it works like a charm! thanks!

# January 29, 2010 10:17 AM

Kenny Buntinx said:

Glad it helped you

see you

Kenny

# January 29, 2010 1:47 PM

xstnc said:

Tried your tip but no luck..

Struggeling with both the quicklaunch buttons and the 3d driveguard... What other settings are you using?

Mine us running as admin whether or not a user is logged on, running with admin rights.

# February 19, 2010 1:55 PM

xstnc said:

Never mind! Fixed some minor issues on my end, and quicklaunch is now working fine!

Just the damn 3D Driveguard left..

# February 19, 2010 2:39 PM