Version 7 (modified by 16 years ago) ( diff ) | ,
---|
How to enable logging for the .MSI host installer of VirtualBox
The following steps apply for the Windows version of VirtualBox.
- Go to Start -> "Run ..."
- Type in "regedit.exe" and press Enter
- Navigate to the key "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer" (Left pane). If the key itself doesn't exist, just create it.
- In the right pane, right click and choose "New" -> "String value"
- Name the value "Logging".
- Double click on the new created "Logging" value and set the value to "voicewarmupx"
- Close regedit.exe
After the above steps the VirtualBox host installer should produce a log starting with "MSI" in your temporary directory the next time you're starting the installer.
On 32-bit Windows, the temporary directory is usually located at "C:\Documents and Settings\<Your Username>\Local Settings\Temp\"
.
On 64-bit Windows, it's under "C:\Users\<Your Username>\AppData\Local\Temp"
.
Be sure you're picking the most recent one by sorting the files by date!
Note:
See TracWiki
for help on using the wiki.