1

I am using VixVM_RunProgramInGuest to run a executable in a guest virtual machine. If the EXE requires elevation, it fails with the VIX_E_PROGRAM_NOT_STARTED error code. It works fine if the exe is not elevated.

I cannot figure out how to make this work.

Thanks

Ciprian
  • 3,533
  • 1
  • 18
  • 22
  • `VixVM_RunProgramInGuest` probably isn't UAC aware yet. Try running a batch file which in turn, execute the actual program. – Jay Oct 24 '12 at 10:19
  • Thanks I am currently using this trick but it is not very nice. – Ciprian Oct 24 '12 at 11:18

0 Answers0