OSD – Vmware Tools
Question
I am trying to deploy vmware tools during OSD. i followed a link to create an application for the exe installer. the install looks to work fine outside of OSD. when inside of OSD the install reboots then doesnt pick up the task sequence again it exits out. is anyone else doing this with success and have any pointers for me.
Answers ( 4 )
It looks like you need to add the drivers to your boot image.
https://www.prajwaldesai.com/import-vmware-drivers-to-your-sccm-boot-image/
make sure EXE is not rebooting the device. Let SCCM do the reboot.
Hello Joe, Hope you’re suppressing the reboot with command line options For Example ” setup64.exe /s /v /qn ADDLOCAL=ALL REBOOT=ReallySuppress”. I will suggest you to add a “Reboot” Step Specify [Currently Installed Default OS] just after “VMWare Installation Step” inside Task Sequence.
Please let us update the Behavior!!
thank you jitesh i was missing the reboot=reallysuppress once i added that things look to be working.