I installed vagrant 1.6.5 and created one Windows XP (with service pack 3) 
box by VirtualBox. My host was Windows 7 Enterprise edition(64 bit) with 
service pack 1.

When I run "vagrant provision" command, the following inline script run 
with no problem. i also could see notepad.exe process in the task manager 
of XP box. But there was no GUI interface on the screen. 
config.vm.provision "shell", privileged: false, inline: "notepad 
c:\content.txt"

If I run "notepad c:\content.txt" in the cmd window of XP box, Notepad GUI 
will be shown. i can see the text of the file c:\content.txt.
So would you please help me to take a look this issue? Until now, I don't 
know where is the root cause.

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to