Changes between Version 26 and Version 27 of MSI_Logging
- Timestamp:
- May 20, 2022 8:21:00 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MSI_Logging
v26 v27 13 13 == Automatic activation == 14 14 15 To enable logging while installing !VirtualBox for Windows, start the installer executable (e.g. "VirtualBox- 3.2.12-68302-Win.exe") with the additional parameter "-l". To do that, open a command line window, navigate to the directory which contains the installer executable and run15 To enable logging while installing !VirtualBox for Windows, start the installer executable (e.g. "VirtualBox-6.1.34-150636-Win.exe") with the additional parameter "-l". To do that, open a command line window, navigate to the directory which contains the installer executable and run 16 16 {{{ 17 VirtualBox-<your-version>-Win.exe - l17 VirtualBox-<your-version>-Win.exe -vvv -l 18 18 }}} 19 19 Note: Please make sure you substituted {{{ <your-version> }}} with the right version string of your installer executable. 20 21 Newer !VirtualBox releases also support specifying the log file path with the argument "--msi-log-file <path/to/file>", e.g. 22 {{{ 23 VirtualBox-<your-version>-Win.exe -vvv -l --msi-log-file "c:\temp\installer.log" 24 }}} 25 20 26 21 27 == Manual activation == … … 31 37 7. Close regedit.exe 32 38 39 33 40 == How to retrieve the log files == 34 41 35 After the steps above the !VirtualBox host installer should produce a log in your temporary directory:'''%TEMP%\!VirtualBox\VBoxInstallLog.txt''' 42 Depending on how you activated the logging (automatically or manually, see above), the installer's log file will be put on different locations, namely: 43 44 * In the directory + file you specified explicitly (in the above example this would be '''c:\temp\installer.log''') 45 * In your temporary directory:'''%TEMP%\!VirtualBox\VBoxInstallLog.txt''' 46 * In one of the locations the Windows Installer service puts installation logs, but most like in '''C:\Users\<your-username>\AppData\Local\Temp'''. Note that this folder might be hidden by default on most systems. 47 36 48 37 49 = Driver Installation Log =