Changeset 107175 in vbox
- Timestamp:
- Nov 28, 2024 12:36:30 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r107173 r107175 1749 1749 # Right now we ASSUME that the installation directory always is the following: 1750 1750 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 + '"' ]; 1753 1754 # reg.exe is not able to write keys on older Windows versions (NT4, 2k). 1754 1755 elif oTestVm.sKind not in ('WindowsNT4', 'Windows2000',):
Note:
See TracChangeset
for help on using the changeset viewer.