Unsolved

This post is more than 5 years old

9 Posts

49807

July 25th, 2012 17:00

CCTK MDT

Hi! I figured out how to configure BIOS settings using CCTK. Now I want to know how to run it via MDT 2010? I need this to be ran before the second restart of the MDT process. Any advice would be appreciated! 

1 Rookie

 • 

96 Posts

July 26th, 2012 08:00

Simply add in a Run Commandline step with the necessary CCTK command and it should work.  If you have the CCTK components as part of your boot image you can run it within WinPE, otherwise you'll need to install the toolkit first.  You can also put the CCTK commands as the Installation String (or call a script) in a custom application and execute it that way.

9 Posts

July 26th, 2012 10:00

I do have it in my Task Sequence under

New Computer only right before validate....

Is this in the wrong section? I dont know if I have to place it anywhere in particular....

9 Posts

July 26th, 2012 10:00

I have tried this

command line

cctk.exe -i dell.ini

start in: %deployroot%

I then place all the dell files in the deployroot of my mdt.

Is this correct? I run it as a command line near the beginning of my deployment!

1 Rookie

 • 

96 Posts

July 26th, 2012 10:00

Nope, it won't work that way.  cctk.exe needs access to it's DLL's in a Windows environment (including PE).  You either need to "install" it as part of your boot image, or install it during the task sequence and reference the installed location to execute the commands.

1 Rookie

 • 

96 Posts

July 26th, 2012 10:00

Regardless of the location in the task sequence, you can't use cctk.exe inside of the %scriptroot% directory.  The easiest way is to install the CCTK software as part of the Install Applications step, and then put your Run Commandline step after that happens.  This is what your Run Commandline step would look like (I use this to enable/activate TPM):

"%SystemDrive%\Program Files (x86)\Dell\CCTK\X86_64\cctk.exe" --tpmactivation=activate --valsetuppwd=temppwd

No Events found!

Top