Jump to content

Recommended Posts

Posted

Hi I need to create virtual machines on 30 desktop computers for this OCR module. Is there a way to push vmware player out using gpo/msi? I dont have much time to do this or I would run round and manually install it.

 

Thanks

Posted
I think you can extract the VMware Player .exe file using a /e switch. Within those files are msi's. You could pop all the files into a network share and then issue a
msiexec /i path\filename.msi /q

command

  • Thanks 1
Posted
Yes, you can push the VMware player out with GPO or SCCM or anything like that. Do the extract above. I built a standalone XP/7 image and then dropped that on each machine after the install with script/GPO prefs/custom msi. Standalone image avoids the issues of duplicate SIDs etc, but it depends if they need network connectivity on the machines.
Posted
how do you propose i do this with gpo when its exe format

 

Use the extract from above then something like winstall le or a script to deploy the vmdk

Posted

OK extracted and i have 3 msi files cmware playwer.msi vmwarevmcisockets.msi, and vmwarevmcisockets64.msi

 

I've selected vmware player.msi but it's not deploying. If i try running the msi from a machine I get the following message Error 2732. Directory Manager no initialized

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...