Changeset 106834 in vbox for trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
- Timestamp:
- Nov 5, 2024 12:53:33 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r106827 r106834 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', 'log/win/setupapi', 'SetupAPI (setupapi.log)', ), 913 ( '%WINDIR%/setupact.log', 'log/win/setupapi', 'SetupAPI (setupact.log)', ), 914 ( '%WINDIR%/setuperr.log', 'log/win/setupapi', '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', 'log/win/setupapi', 'SetupAPI (setupapi.app.log)', ), 917 ( '%WINDIR%/INF/setupapi.dev.log', 'log/win/setupapi', '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', 'log/win/setupapi', 'SetupAPI (setupapi.upgrade.log)', ), 920 ( '%WINDIR%/INF/setupact.log', 'log/win/setupapi', 'SetupAPI (setupact.log)', ), 921 ( '%WINDIR%/INF/setuperr.log', 'log/win/setupapi', 'SetupAPI (setuperr.log)', ), 922 922 ]; 923 923
Note:
See TracChangeset
for help on using the changeset viewer.