Changeset 109298 in vbox
- Timestamp:
- May 16, 2025 11:47:48 AM (8 days ago)
- svn:sync-xref-src-repo-rev:
- 168902
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r109278 r109298 2 2 # -*- coding: utf-8 -*- 3 3 # pylint: disable=too-many-lines 4 # $Id$ 4 5 5 6 """ … … 1747 1748 # For newer revisions we use VBoxGuestInstallHelper.exe. Should work on all Windows versions. 1748 1749 if self.oTstDrv.fpApiVer >= 7.0 \ 1749 and s elf.oTstDrv.isVersionEqualOrBigger(str(self.oTstDrv.getGuestAdditionsRevision(oSession)), "166162"):1750 and str(self.oTstDrv.getGuestAdditionsRevision(oSession)) >= "166162": 1750 1751 sRegEditorExeBasePath = 'C:\\Program Files\\Oracle\\VirtualBox Guest Additions\\'; 1751 1752 if self.oTstDrv.fpApiVer >= 7.2 \ 1752 and s elf.oTstDrv.isVersionEqualOrBigger(str(self.oTstDrv.getGuestAdditionsRevision(oSession)), "168202"):1753 and str(self.oTstDrv.getGuestAdditionsRevision(oSession)) >= "168202": 1753 1754 sRegEditorExePath = sRegEditorExeBasePath + 'Tools\\VBoxGuestInstallHelper.exe'; 1754 1755 else:
Note:
See TracChangeset
for help on using the changeset viewer.