22.02.2012: Vandit's SFX-Archive!
22.02.2012: Dimpel's Addons für WinXP 32bit
21.01.2012: Ganesha-UpdatePackSP3-inkl.IE8-2012-01-21I just saw this for the 6.4.7, when I was about to complain, that instead of creating a portable Version the launcher starts my installed VBox. Would be nice to be able to select, what to to on startup (or through a var in the settings, whatever works better).
Quoted
Launcher version 6.4.7
=> New hybrid mode (backport of LinuxLive Pack)
Will run regular VirtualBox instead of portable one if found.
This post has been edited 3 times, last edit by "zeroFX" (Sep 21st 2011, 9:53pm)
4.1.2_6.4.7 for testing. Bugreports are welcome...
After launching VirtualBox Portable and using CTRL+5 shortcut (Settings), a window is opened with 'NotFound' as the window title name.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
Datei: 5c5 < ; Version : 6.4.7 --- > ; Version : 6.4.8 9,10c9,10 < #AutoIt3Wrapper_Res_Fileversion=6.4.7 < #AutoIt3Wrapper_Res_ProductVersion=6.4.7 --- > #AutoIt3Wrapper_Res_Fileversion=6.4.8 > #AutoIt3Wrapper_Res_ProductVersion=6.4.8 37c37 < Global $version = "6.4.7" --- > Global $version = "6.4.8" 695c695 < RunWait (@ScriptDir&"\data\tools\snetcfg_x86.exe -v -l .\"& $arch &"\drivers\network\netflt\VBoxNetFlt.inf -m .\"& $arch &"\drivers\network\netflt\VBoxNetFlt_m.inf -c s -i sun_VBoxNetFlt", @ScriptDir, @SW_HIDE) --- > RunWait (@ScriptDir&"\data\tools\snetcfg_x86.exe -v -l .\"& $arch &"\drivers\network\netflt\VBoxNetFlt.inf -m .\"& $arch &"\drivers\network\netflt\VBoxNetFltM.inf -c s -i sun_VBoxNetFlt", @ScriptDir, @SW_HIDE) 699c699 < RunWait (@ScriptDir&"\data\tools\snetcfg_x64.exe -v -l .\"& $arch &"\drivers\network\netflt\VBoxNetFlt.inf -m .\"& $arch &"\drivers\network\netflt\VBoxNetFlt_m.inf -c s -i sun_VBoxNetFlt", @ScriptDir, @SW_HIDE) --- > RunWait (@ScriptDir&"\data\tools\snetcfg_x64.exe -v -l .\"& $arch &"\drivers\network\netflt\VBoxNetFlt.inf -m .\"& $arch &"\drivers\network\netflt\VBoxNetFltM.inf -c s -i sun_VBoxNetFlt", @ScriptDir, @SW_HIDE) 701c701 < FileCopy (@ScriptDir&"\"& $arch &"\drivers\network\netflt\VBoxNetFltNotify.dll", @SystemDir, 9) --- > FileCopy (@ScriptDir&"\"& $arch &"\drivers\network\netflt\VBoxNetFltNobj.dll", @SystemDir, 9) 703c703 < RunWait (@SystemDir&"\regsvr32.exe /S "& @SystemDir &"\VBoxNetFltNotify.dll", @ScriptDir, @SW_HIDE) --- > RunWait (@SystemDir&"\regsvr32.exe /S "& @SystemDir &"\VBoxNetFltNobj.dll", @ScriptDir, @SW_HIDE) 822c822 < RunWait (@SystemDir&"\regsvr32.exe /S /U "&@SystemDir&"\VBoxNetFltNotify.dll", @ScriptDir, @SW_HIDE) --- > RunWait (@SystemDir&"\regsvr32.exe /S /U "&@SystemDir&"\VBoxNetFltNobj.dll", @ScriptDir, @SW_HIDE) 824c824 < FileDelete (@SystemDir&"\VBoxNetFltNotify.dll") --- > FileDelete (@SystemDir&"\VBoxNetFltNobj.dll") |
This post has been edited 2 times, last edit by "Megachip" (Oct 9th 2011, 11:00pm)
After launching VirtualBox Portable and using CTRL+5 shortcut (Settings), a window is opened with 'NotFound' as the window title name.
Which language?
This post has been edited 1 times, last edit by "pinhead" (Oct 18th 2011, 9:07am)
This post has been edited 1 times, last edit by "Megachip" (Oct 20th 2011, 6:27pm)
@pinhead: Looks there is a problem with the english language file... thx for reporting.
I have released a new version of the launcher with v4.1.4 support and all path's from Megachip and others.
Included is:
* Fixed German and English translation
Unfortunately bridged networking is still not working for me, on Windows 7 64 bit, even with Risky73's fix. Will have to look into it....
This post has been edited 1 times, last edit by "Megachip" (Oct 25th 2011, 7:06pm)
Hits today: 6,176 | Hits yesterday: 7,228 | Hits record: 14,378 | Hits total: 2,644,778
Forum Software: Burning Board® 3.1.6, developed by WoltLab® GmbH