Page 1 of 1

Old versions in guest additions

Posted: 11. Feb 2021, 20:09
by artelogic.com
Hello!
Is it normal to have a 4.1.16 version in the 6.1.16 additions? In another maschine I have 5.2.34 between the 6.1.16er. Normal?

Host Win7
Guest Win7
VB 6.1.16

Code: Select all

    <GuestProperties>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxControl.exe" value="6.1.16r140961" timestamp="1610285504383152900" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxGuest.sys" value="6.1.16r140961" timestamp="1610285504388153600" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxHook.dll" value="6.1.16r140961" timestamp="1610285504384153100" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMRXNP.dll" value="6.1.16r140961" timestamp="1610285504386653400" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMouse.sys" value="6.1.16r140961" timestamp="1610285504389153700" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxOGL-x86.dll" value="4.1.16r78094" timestamp="1610285504387653500" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxSF.sys" value="6.1.16r140961" timestamp="1610285504389653800" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxService.exe" value="6.1.16r140961" timestamp="1610285504385653300" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxTray.exe" value="6.1.16r140961" timestamp="1610285504385153200" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/HostVerLastChecked" value="6.1.16" timestamp="1609593987492059300" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/InstallDir" value="C:/Program Files/Oracle/VirtualBox Guest Additions" timestamp="1610285504381652802" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Revision" value="140961" timestamp="1610285504381652801" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Version" value="6.1.16" timestamp="1610285504381152703" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/VersionExt" value="6.1.16" timestamp="1610285504381652800" flags=""/>

Code: Select all

      <GuestProperties>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxControl.exe" value="6.1.16r140961" timestamp="1612954818288966300" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxDisp.dll" value="5.2.34r133893" timestamp="1612954818296467300" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxGuest.sys" value="6.1.16r140961" timestamp="1612954818307968700" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxHook.dll" value="6.1.16r140961" timestamp="1612954818294467000" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMRXNP.dll" value="6.1.16r140961" timestamp="1612954818305468400" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMouse.sys" value="6.1.16r140961" timestamp="1612954818308468800" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxSF.sys" value="6.1.16r140961" timestamp="1612954818308968900" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxService.exe" value="6.1.16r140961" timestamp="1612954818301968001" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxTray.exe" value="6.1.16r140961" timestamp="1612954818301968000" flags=""/>
        <GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxVideo.sys" value="5.2.34r133893" timestamp="1612954818310969100" flags=""/>

Re: Old versions in guest additions

Posted: 11. Feb 2021, 20:30
by fth0
artelogic.com wrote:Is it normal to have a 4.1.16 version in the 6.1.16 additions? In another maschine I have 5.2.34 between the 6.1.16er. Normal?
Sort of. The corresponding VirtualBox DLLs and drivers no longer exist in VirtualBox 6.1.16 and are leftovers. If the files still exist on your guest file system, you can simply delete them. While neither the VirtualBox Manager nor any VM is running, you can manually delete those lines from the .vbox files. If you delete all GuestProperty lines, then after the next VM run the GuestProperty lines still valid will reappear.

Re: Old versions in guest additions

Posted: 11. Feb 2021, 20:44
by artelogic.com
I deleted them more than once. ;)
But obviously they re-appear everytime. Maybe because I did not delete the files in the guest. I will do that too and look what happens.

Thanks,
Chris