VirtualBox

Opened 11 months ago

#21699 new defect

On Windows UICommon.dll doesn't have version information inside

Reported by: andrejusc Owned by:
Component: GUI Version: VirtualBox-7.0.8
Keywords: Cc:
Guest type: other Host type: Windows

Description

Windows installation of VirtualBox 7.0.8 contains such dll file:

C:\Program Files\Oracle\VirtualBox\UICommon.dll

but there is no Version information and no Copyright inside this library, which should be addressed.

You could see that with PowerShell CMD:

(Get-Item 'C:\Program Files\Oracle\VirtualBox\UICommon.dll').VersionInfo.FileVersionRaw

Major  Minor  Build  Revision
-----  -----  -----  --------
0      0      0      0

while for another dll inside same folder like Qt5GuiVBox.dll you will get properly:

(Get-Item 'C:\Program Files\Oracle\VirtualBox\Qt5GuiVBox.dll').VersionInfo.FileVersionRaw

Major  Minor  Build  Revision
-----  -----  -----  --------
5      15     2      0

Change History (0)

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use