hhiggins
Dec 14 2003, 11:10 AM
Howdy,
I am working on customizing the Windows Server 2003 unsttended cd. I have the Windows Server 2003 resource kit tools installing silently with no issues. I would like to know if anyone knows how to install cmdhere.inf from the commandline or silently.
Thanks !
Heath Higgins
aknott
Jan 27 2004, 04:13 PM
make the folder $OEM$\$1\tools\powertoys
put in the to files explorer.inf and dmchere.inf
and add in your command file the following lines
for explore from here the syntix is :
"%systemdrive%\windows\system32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %systemdrive%\tools\powertoys\explore.inf" /f
and for command prompt here it is :
"%systemdrive%\windows\system32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %systemdrive%\tools\powertoys\cmdhere.inf" /f