Changeset 109301 in vbox for trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
- Timestamp:
- May 16, 2025 12:39:49 PM (8 days ago)
- svn:sync-xref-src-repo-rev:
- 168905
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r109298 r109301 1748 1748 # For newer revisions we use VBoxGuestInstallHelper.exe. Should work on all Windows versions. 1749 1749 if self.oTstDrv.fpApiVer >= 7.0 \ 1750 and s tr(self.oTstDrv.getGuestAdditionsRevision(oSession)) >= "166162":1750 and self.oTstDrv.getGuestAdditionsRevision(oSession) >= 166162: 1751 1751 sRegEditorExeBasePath = 'C:\\Program Files\\Oracle\\VirtualBox Guest Additions\\'; 1752 1752 if self.oTstDrv.fpApiVer >= 7.2 \ 1753 and s tr(self.oTstDrv.getGuestAdditionsRevision(oSession)) >= "168202":1753 and self.oTstDrv.getGuestAdditionsRevision(oSession) >= 168202: 1754 1754 sRegEditorExePath = sRegEditorExeBasePath + 'Tools\\VBoxGuestInstallHelper.exe'; 1755 1755 else:
Note:
See TracChangeset
for help on using the changeset viewer.