Errors starting IE7 app in guest XP (host=Win7)
Posted: 4. Mar 2011, 22:12
Configuration:
HostOS=Windows 7 SP1 (32bit)
GuestOS=WinXP SP3 (32 bit)
VirtualBox=4.04r70122
Problem
trying to start the guest (XP) version of Internet Explorer (v7) from the Host OS using the following command:
when I do this, IE7 in the guest open properly, BUT the URL is munged as below
THIS WORKS PERFECTLY.
Conclusion
... there is 'something' weird about how VB is passing the command to the guest that puts part (and only part) of the command passed onto the URL bar for IE.
Does anyone have any thoughts about this, or suggest a way to fix it?
HostOS=Windows 7 SP1 (32bit)
GuestOS=WinXP SP3 (32 bit)
VirtualBox=4.04r70122
Problem
trying to start the guest (XP) version of Internet Explorer (v7) from the Host OS using the following command:
Code: Select all
"F:\Program Files\Oracle\VirtualBox\VBoxManage.exe" guestcontrol execute "WinXP3-IE7" "C:\Program Files\Internet Explorer\iexplore.exe" --username myname --arguments "myurl.tld.com"After a lot of time fiddling with this, I tried making a copy of IE in the guest at the root-level of "C:\", and they using the URL as below.
THIS WORKS PERFECTLY.
Code: Select all
"F:\Program Files\Oracle\VirtualBox\VBoxManage.exe" guestcontrol execute "WinXP3-IE7" "C:\iexplore.exe" --username myname --arguments "myurl.tld.com"... there is 'something' weird about how VB is passing the command to the guest that puts part (and only part) of the command passed onto the URL bar for IE.
Does anyone have any thoughts about this, or suggest a way to fix it?