PEO Posted January 8, 2013 Posted January 8, 2013 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
SYNACK Posted January 8, 2013 Posted January 8, 2013 Virtual PC probably would be easier, got windows 7 enterprise? 1
themightymrp Posted January 8, 2013 Posted January 8, 2013 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 1
TheScarfedOne Posted January 8, 2013 Posted January 8, 2013 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.
PEO Posted January 8, 2013 Author Posted January 8, 2013 no network conect needed just a standalone vm
PEO Posted January 8, 2013 Author Posted January 8, 2013 how do you propose i do this with gpo when its exe format
SYNACK Posted January 8, 2013 Posted January 8, 2013 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
PEO Posted January 8, 2013 Author Posted January 8, 2013 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now