VirtualBox

Changes between Version 17 and Version 18 of MSI_Logging


Ignore:
Timestamp:
Dec 2, 2010 9:25:36 AM (13 years ago)
Author:
pentagonik
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MSI_Logging

    v17 v18  
    2323To manually enable logging in a persistent manner, do the following:
    2424
    25  1. Go to Start -> "Run ..."
    26  2. Type in "regedit.exe" and press Enter
    27  3. Navigate to the key ''"HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer"'' (Left pane). If the key itself doesn't exist, just create it.
    28  4. In the right pane, right click and choose "New" -> "String value"
    29  5. Name the value "Logging".
    30  6. Double click on the new created "Logging" value and set the value to "voicewarmupx"
     25 1. Click on Start -> {{{ Run ... }}}
     26 2. Type in {{{ regedit.exe }}} and press Enter
     27 3. Navigate to the key {{{ HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer }}} (left pane). If the key itself doesn't exist, just create it.
     28 4. In the right pane, right click and choose {{{ New }}} -> {{{ String value }}}
     29 5. Name the value {{{ Logging }}}
     30 6. Double click on the new created {{{ Logging }}} value and set the value to {{{ voicewarmupx }}}
    3131 7. Close regedit.exe
    3232
    3333== How to retrieve the log files ==
    3434
    35 After the steps above the !VirtualBox host installer should produce a log starting with "MSI"
     35After the steps above the !VirtualBox host installer should produce a log starting with {{{ MSI }}}
    3636in your temporary directory the next time you're starting the installer.
    3737
    38 On 32-bit Windows XP, the temporary directory is usually located at ''"C:\Documents and Settings\<Your Username>\Local Settings\Temp\"''.[[BR]]
    39 On 64-bit Windows XP and on Windows Vista / Windows 7 it can be found at ''"C:\Users\<Your Username>\!AppData\Local\Temp"''.
    40 
     38On 32-bit Windows XP, the temporary directory is usually located at
     39{{{
     40C:\Documents and Settings\<Your Username>\Local Settings\Temp\
     41}}}
     42On 64-bit Windows XP and on Windows Vista / Windows 7 it can be found at
     43{{{
     44C:\Users\<Your Username>\!AppData\Local\Temp
     45}}}
    4146Be sure you're picking the most recent one by sorting the files by date!
    42 
    4347
    4448= Driver Installation Log =
     
    4650Enable logging in the registry: In key
    4751{{{
    48 HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\!CurrentVersion\Setup
     52HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup
    4953}}}
    5054set/create a value called {{{ LogLevel }}} of the type {{{ DWORD }}} and set it to the hexadecimal value {{{ 4800FFFF }}}. This will enable the verbose driver logging.

© 2023 Oracle
ContactPrivacy policyTerms of Use