Forum Discussion
Hjorthen
May 27, 2021Brass Contributor
VMware workstation deployment
Hi everyone. I have tried multiple things, and nothing seems to work when trying to deploy VMware workstation 16 pro... I have tried both as a win32 app, and a self-wrapped MSI, both with paramet...
Hjorthen
Jun 02, 2021Brass Contributor
I managed to get it working with the following parameters with the package being a Win32 APP.
Parameters: VMware-workstation-full-xx.x.x-xxxxxxx.exe /s /v"/qn EULAS_AGREED=1 AUTOSOFTWAREUPDATE=1"
Parameters: VMware-workstation-full-xx.x.x-xxxxxxx.exe /s /v"/qn EULAS_AGREED=1 AUTOSOFTWAREUPDATE=1"
- netaskParisOct 05, 2021Copper Contributor
hello,
I just saw this post, yes, this is it.
you can add uninstall parameters, use this to find uninstall id:get-wmiobject Win32_Product | Sort-Object -Property Name | Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize
note the Vmware uninstall id (exemple: {AC76DA86-7AD7-1033-7B44-AD04E4200} then use it in intune commade :
msiexec /x “{AC76BA86-7AD7-1033-7B44-AC0F074E4100}” /q
you can also chek befor if vmware.exe exists on the PC by adding detection rule: