Changeset 106836 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Nov 5, 2024 1:05:33 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r106835 r106836 910 910 kasSetupApiLogFiles = [ 911 911 # Windows XP and later. 912 ( '%WINDIR%/setupapi.log', ' log/setupapi-log','SetupAPI (setupapi.log)', ),913 ( '%WINDIR%/setupact.log', ' log/setupapi-act','SetupAPI (setupact.log)', ),914 ( '%WINDIR%/setuperr.log', ' log/setupapi-err','SetupAPI (setuperr.log)', ),912 ( '%WINDIR%/setupapi.log', 'misc/other', 'SetupAPI (setupapi.log)', ), 913 ( '%WINDIR%/setupact.log', 'misc/other', 'SetupAPI (setupact.log)', ), 914 ( '%WINDIR%/setuperr.log', 'misc/other', 'SetupAPI (setuperr.log)', ), 915 915 # Windows 7 and later. 916 ( '%WINDIR%/INF/setupapi.app.log', ' log/setupapi-app','SetupAPI (setupapi.app.log)', ),917 ( '%WINDIR%/INF/setupapi.dev.log', ' log/setupapi-dev','SetupAPI (setupapi.dev.log)', ),916 ( '%WINDIR%/INF/setupapi.app.log', 'misc/other', 'SetupAPI (setupapi.app.log)', ), 917 ( '%WINDIR%/INF/setupapi.dev.log', 'misc/other', 'SetupAPI (setupapi.dev.log)', ), 918 918 # Windows 10 and later. 919 ( '%WINDIR%/INF/setupapi.upgrade.log', ' log/setupapi-upgrade', 'SetupAPI (setupapi.upgrade.log)', ),920 ( '%WINDIR%/INF/setupact.log', ' log/setupapi-act','SetupAPI (setupact.log)', ),921 ( '%WINDIR%/INF/setuperr.log', ' log/setupapi-err','SetupAPI (setuperr.log)', ),919 ( '%WINDIR%/INF/setupapi.upgrade.log', 'misc/other', 'SetupAPI (setupapi.upgrade.log)', ), 920 ( '%WINDIR%/INF/setupact.log', 'misc/other', 'SetupAPI (setupact.log)', ), 921 ( '%WINDIR%/INF/setuperr.log', 'misc/other', 'SetupAPI (setuperr.log)', ), 922 922 ]; 923 923
Note:
See TracChangeset
for help on using the changeset viewer.