|
1 | 1 | # Installer / Setup Logs
|
2 |
| -1. Export the EdgeUpdate Key to a reg file via regedit |
3 |
| - |
4 |
| -`HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate` |
5 |
| - |
6 |
| -2. Edge Update and installer logs |
7 |
| - |
8 |
| -`C:\ProgramData\Microsoft\EdgeUpdate\Log\MicrosoftEdgeUpdate.log` |
9 |
| -`%localappdata%\Temp\MicrosoftEdgeUpdate.log` |
10 |
| -`C:\Windows\Temp\msedge_installer.log` |
11 |
| - |
12 |
| -3. Grab all the files on disk for Edge - the below command will do the trick and create edgefiles.txt |
13 |
| - |
14 |
| -`dir /s /b "c:\Program Files (x86)\Microsoft\EdgeWebView\" > edgefiles.txt` |
| 2 | +Installer logs include information about any errors that WV2's installer/updater hit when trying to install or update the WV2 runtime. There are a few different logs that we need to best look in to any issues. |
| 3 | + |
| 4 | +## Registry Key |
| 5 | +This registry contains important update information like when the last update occurred, recent error codes, and updater version information. |
| 6 | +1. Open `regedit.exe` |
| 7 | +2. Find `HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate` |
| 8 | +3. Select it, click "File" and choose "Export..." |
| 9 | +4. Name it `registryoutput.txt`, change "Save as Type" to .txt, and ensure "Selected branch" is the path from step #2. |
| 10 | +5. Click Save. |
| 11 | + |
| 12 | +## Installer Logs |
| 13 | +There are three places where WV2's updater will write potentially important logs: |
| 14 | + |
| 15 | +1. `C:\ProgramData\Microsoft\EdgeUpdate\Log\MicrosoftEdgeUpdate.log` |
| 16 | +2. `%localappdata%\Temp\MicrosoftEdgeUpdate.log` |
| 17 | +3. `C:\Windows\Temp\msedge_installer.log` |
| 18 | + |
| 19 | +If you don't have all three of these, that's not a problem. |
| 20 | + |
| 21 | +## List of Installed WV2 Files |
| 22 | +Finally, including a list of all the files installed by WV2 will let us understand if there is something missing in your installation causing the issue. |
| 23 | +1. Open a command prompt. |
| 24 | +2. Run `dir /s /b "c:\Program Files (x86)\Microsoft\EdgeWebView\" > edgefiles.txt` this creates `edgefiles.txt` with the list of files. |
| 25 | + |
| 26 | +Once you have all five of these files: `registryoutput.txt`, `msedge_installer.log`, `edgefiles.txt`, and the two `MicrosoftEdgeUpdate.log`s, share them with the WV2 developer who is helping you. |
0 commit comments