Hi all
Nothing new here, I just want to summarize the stuff from this thread into what I have put together and am using from Altiris rapid deployment.
The reg-, mst- and inf-files are all documented in this thread.
Regards Henrik
W2k:
SET VMTOOLPATH=
path to vmtools install
regedit /s "%VMTOOLPATH%\disableDriverSigningWarning.reg"
change user /install
Msiexec /I "%VMTOOLPATH%\VMware Tools.msi" /qn TRANSFORMS="%VMTOOLPATH%\hwaccel.mst" addlocal=all REINSTALLMODE=vamus REBOOT="ReallySuppress"
change user /execute
regedit /s "%VMTOOLPATH%\enableDriverSigningWarning.reg"
del /q %VMTOOLPATH%\scrap.sdb
del /q %VMTOOLPATH%\scrap2.sdb
W2k3:
SET VMTOOLPATH=
path to vmtools install
secedit /configure /db %VMTOOLPATH%\scrap.sdb /cfg %VMTOOLPATH%\DriverSignDisable.inf
change user /install
Msiexec /I "%VMTOOLPATH%\VMware Tools.msi" /qn TRANSFORMS="%VMTOOLPATH%\hwaccel.mst" addlocal=all REINSTALLMODE=vamus REBOOT="ReallySuppress"
change user /execute
secedit /configure /db %VMTOOLPATH%\scrap2.sdb /cfg %VMTOOLPATH%\DriverSignEnable.inf
del /q %VMTOOLPATH%\scrap.sdb
del /q %VMTOOLPATH%\scrap2.sdb