cschneegans / unattend-generator

.NET Core library to create highly customized autounattend.xml files
https://schneegans.de/windows/unattend-generator/
MIT License
680 stars 62 forks source link

Installation of VMware Tools installation leads to deadlock #89

Closed cschneegans closed 1 month ago

cschneegans commented 1 month ago

If the Disable Windows Defender option is disabled and the Install VMware Tools option is enabled, VMware's setup.exe and setup64.exe have a tendency to stall. Hence, the entire Windows Setup process appears frozen.

This can be avoided by running VMware's setup.exe in the oobeSystem phase rather than the specialize phase. The only downside is that VMware Tools when installed in the specialize phase suggests that a reboot is required:

image