Aktuelle Downloads (mit Link):
Dear visitor, welcome to Win-Lite Forum.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
Please wait, download file: NotFound
This is a minor detail, the only problem is that I see "NotFound" instead of the filename of the installer of virtualbox.
Screenshot (after the button "Download VirtualBox" is pressed).
Nothing more, thank you michaelm_007 for the recent new version of portable virtualbox.
This post has been edited 1 times, last edit by "DarkBlood" (Aug 9th 2010, 10:24am)
1 guest thanked already.
DarkBlood, i know you as an expert, but mybe you missed the last version?
Download:
http://www.vbox.me/?dir=./VirtualBox%20v3.2.8
"Von all den Dingen, die mir verloren gegangen sind, habe ich am meisten an meinem Verstand gehangen."
No, it happens with all versions from 3.x.x to the current 3.2.8, bye g-force!!
This post has been edited 1 times, last edit by "DarkBlood" (Aug 9th 2010, 11:07am)
Maybe the downloadlink has changed or is wrong in the AutoIt-Script.
Is it possible to change it (without help from "michaelm_007") ?
"Von all den Dingen, die mir verloren gegangen sind, habe ich am meisten an meinem Verstand gehangen."
Wrong dir on line 1188 of Portable-VirtualBox.au3
|
PHP Source code
|
1
|
SplashTextOn ("Portable-VirtualBox", "Please wait, download file:" & @LF & IniRead (@ScriptDir&"\data\tools\extraction.ini", "download", "key", "NotFound"), 480, 56, -1, -1, 1, "arial", 10)
|
To fix it replace "\tools\extraction.ini" with "\settings\vboxinstall.ini".
This post has been edited 5 times, last edit by "DarkBlood" (Aug 14th 2010, 5:16am)
Why is it that when I try these fixes, they never work for me? LOL
Why is it that when I try these fixes, they never work for me? LOL
My fix works ok, see these images in full-size:
Editing source file Portable-VirtualBox.au3 with Scite Editor, replaced tools\extraction.ini with settings\vboxinstall.ini
Running the script to test if works
This post has been edited 3 times, last edit by "DarkBlood" (Aug 30th 2010, 2:21am)
Is there like ANOTHER Portable-Virtualbox.au3 file somewhere that I'm supposed to be editing? I'm editing the one in the Source folder. Is that the file? Because I just did it again, and I don't see the fix being applied. I still get the "NotFound" message.
Hallo
Copy "vboxinstall.ini" from Folder (Portable-VirtualBox\data\settings)
Insert "vboxinstall.ini" into (Portable-VirtualBox\data\tools)
Rename "vboxinstall.ini" into (Portable-VirtualBox\data\tools) to "extraction.ini"
Done
Apology for my bad English
Sie suchen einen Hund oder eine Katze ?
Oder Sie wollen sich als Pflegestelle bewerben ?
Ist ein eingetragener und gemeinnütziger Verein.
Auch wir haben eine Pflegestelle.
Is there like ANOTHER Portable-Virtualbox.au3 file somewhere that I'm supposed to be editing? I'm editing the one in the Source folder. Is that the file? Because I just did it again, and I don't see the fix being applied. I still get the "NotFound" message.
You have to "run the source code" on the base folder (where Portable-Virtualbox.exe is), cut all source files in the folder \source\ and copy them in base folder.
Hallo
Copy "vboxinstall.ini" from Folder (Portable-VirtualBox\data\settings)
Insert "vboxinstall.ini" into (Portable-VirtualBox\data\tools)
Rename "vboxinstall.ini" into (Portable-VirtualBox\data\tools) to "extraction.ini"
Done
Apology for my bad English
Now this fix worked. Thank you so much!