Changes between Version 17 and Version 18 of MSI_Logging
- Timestamp:
- Dec 2, 2010 9:25:36 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MSI_Logging
v17 v18 23 23 To manually enable logging in a persistent manner, do the following: 24 24 25 1. Go to Start -> "Run ..."26 2. Type in "regedit.exe"and press Enter27 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 }}} 31 31 7. Close regedit.exe 32 32 33 33 == How to retrieve the log files == 34 34 35 After the steps above the !VirtualBox host installer should produce a log starting with "MSI"35 After the steps above the !VirtualBox host installer should produce a log starting with {{{ MSI }}} 36 36 in your temporary directory the next time you're starting the installer. 37 37 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 38 On 32-bit Windows XP, the temporary directory is usually located at 39 {{{ 40 C:\Documents and Settings\<Your Username>\Local Settings\Temp\ 41 }}} 42 On 64-bit Windows XP and on Windows Vista / Windows 7 it can be found at 43 {{{ 44 C:\Users\<Your Username>\!AppData\Local\Temp 45 }}} 41 46 Be sure you're picking the most recent one by sorting the files by date! 42 43 47 44 48 = Driver Installation Log = … … 46 50 Enable logging in the registry: In key 47 51 {{{ 48 HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\ !CurrentVersion\Setup52 HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup 49 53 }}} 50 54 set/create a value called {{{ LogLevel }}} of the type {{{ DWORD }}} and set it to the hexadecimal value {{{ 4800FFFF }}}. This will enable the verbose driver logging.