VirtualBox

Changeset 107175 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Nov 28, 2024 12:36:30 PM (7 weeks ago)
Author:
vboxsync
Message:

ValidationKit/tests/additions/tdAddGuestCtrl.py: Added support for VBoxService logging on NT4 / W2K guests by using VBoxGuestInstallHelper.exe as registry editor by default [pylint].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r107173 r107175  
    17491749                # Right now we ASSUME that the installation directory always is the following:
    17501750                sRegEditorExePath     = 'C:\\Program Files\\Oracle\\VirtualBox Guest Additions\\VBoxGuestInstallHelper.exe';
    1751                 asRegEditorArgs       = [ sRegEditorExePath, 'registry', 'write', 'HKLM', 'SYSTEM\\CurrentControlSet\\Services\\VBoxService',
    1752                                           'ImagePath', 'REG_SZ', '"' + sImagePath + '"' ];
     1751                asRegEditorArgs       = [ sRegEditorExePath, 'registry', 'write', 'HKLM',
     1752                                         'SYSTEM\\CurrentControlSet\\Services\\VBoxService', 'ImagePath', 'REG_SZ',
     1753                                         '"' + sImagePath + '"' ];
    17531754            # reg.exe is not able to write keys on older Windows versions (NT4, 2k).
    17541755            elif oTestVm.sKind not in ('WindowsNT4', 'Windows2000',):
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette