Quantcast
Channel: VMware Communities : All Content - All Communities
Viewing all articles
Browse latest Browse all 180329

VixVM_RunProgramInGuest vix library in python

$
0
0

Dears

I am new to VIX API, i wrote a new program as follow

 

import vix

host = vix.VixHost()

vm = host.open_vm("/home/Somebody/VM/Windows.vmx")
vm.login(username="User", password="Password")

vm.proc_run("C:\\Program Files\\Microsoft Office\\Office14\\WINWORD.EXE")

 

after executing the script, i found that the word application started under vmtoolsd service , so it doesn't start in user space , it runs from  service vmtoolsd and i see intractive message is prompted

How can i execute word as the user i logedin?

Thank you


Viewing all articles
Browse latest Browse all 180329

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>