Timthreetwelve / WUView

Windows Update Viewer
MIT License
177 stars 12 forks source link

0.5.4.0: error updating failed code 5 AND 740 #8

Closed CMTriX closed 1 year ago

CMTriX commented 1 year ago

Sorry for this new bug report ;)

when using the update button, i go visit the site, and download the update. Installing new version when program is still active fails with error code 5.

when closing the installation continues. it look likes the installer does not close open program or a check before installation starts.

Checkbox readme/start program = checked. code 740 still prompting. (no rights for this process)

When running setup as admin, installation is ok, no errors, and is starting when checkbox is checked

ps. I noticed that the log is NOT updated when installations fails with 740.

` 2023/05/11 16:42:02 INFO WUView (Windows Update Viewer) 0.5.3.0 is starting up 2023/05/11 16:42:02 INFO WUView Copyright © 2023 Tim Kennedy 2023/05/11 16:42:02 DEBUG WUView Build date: woensdag 5 juli 2023 21:59 (UTC) 2023/05/11 16:42:02 DEBUG WUView Commit ID: ab3bded 2023/05/11 16:42:02 DEBUG Operating System version: Microsoft Windows 10.0.22621 2023/05/11 16:42:02 DEBUG .NET version: 6.0.16 2023/05/11 16:42:03 DEBUG Read 1 exclude record from disk in 13,56 milliseconds 2023/05/11 16:42:03 INFO Excluding updates containing: "Defender" 2023/05/11 16:42:03 DEBUG Read 20 Setup event log records in 11,76 milliseconds 2023/05/11 16:42:03 DEBUG Read 95 Windows Update records in 242,34 milliseconds 2023/05/11 16:42:03 WARN KB:KB5007651 Date: 7-5-2023 15:21:09 HResult: -2145099769 Operation: uoInstallation UpdateID: a36e5357-13f8-403e-ac5b-c0e31fd6c907 2023/05/11 16:42:03 DEBUG Extracting KB numbers from update titles took 1,46 milliseconds 2023/05/11 16:42:03 DEBUG Building WUpdate object took 18,54 milliseconds 2023/05/11 16:42:03 DEBUG Building the list of updates took 28,03 milliseconds 2023/05/11 16:42:03 DEBUG Removing excluded items took 0,12 milliseconds 2023/05/11 16:42:09 DEBUG Checking GitHub for latest release. 2023/05/11 16:42:09 DEBUG Latest version is 0.5.4 released on 11-5-2023 2023/05/11 16:42:09 DEBUG A newer release (0.5.4) has been found. 2023/05/11 16:42:12 DEBUG Opening https://github.com/Timthreetwelve/WUView/releases/tag/v0.5.4 2023/05/11 16:45:07 INFO WUView is shutting down. Elapsed time: 0:03:04.45 2023/05/11 16:45:07 2023/05/11 16:47:59 INFO WUView (Windows Update Viewer) 0.5.4.0 is starting up 2023/05/11 16:47:59 INFO WUView Copyright © 2023 Tim Kennedy 2023/05/11 16:47:59 DEBUG WUView Build date: 2023/05/10 00:24:25 (UTC) 2023/05/11 16:47:59 DEBUG WUView Commit ID: 3796942 2023/05/11 16:47:59 DEBUG Operating System version: Microsoft Windows 10.0.22621 2023/05/11 16:47:59 DEBUG .NET version: 6.0.16 2023/05/11 16:47:59 DEBUG Read 1 exclude record from disk in 0,33 milliseconds 2023/05/11 16:47:59 INFO Excluding updates containing: "Defender" 2023/05/11 16:47:59 DEBUG Read 20 Setup event log records in 12,48 milliseconds 2023/05/11 16:47:59 DEBUG Read 95 Windows Update records in 14,21 milliseconds 2023/05/11 16:47:59 WARN KB:KB5007651 Date: 7-5-2023 15:21:09 HResult: -2145099769 Operation: uoInstallation UpdateID: a36e5357-13f8-403e-ac5b-c0e31fd6c907 2023/05/11 16:47:59 DEBUG Extracting KB numbers from update titles took 1,08 milliseconds 2023/05/11 16:47:59 DEBUG Building WUpdate object took 13,49 milliseconds 2023/05/11 16:47:59 DEBUG Building the list of updates took 19,58 milliseconds 2023/05/11 16:47:59 DEBUG Removing excluded items took 0,04 milliseconds

`

Timthreetwelve commented 1 year ago

I'm sorry that this problem persists. It sounds like the problem happens only during installation. Is that correct?

If so, check your temp directory for a file with a name pattern like Setup Log <date> <sequence>.txt. If the file doesn't exist, you can rerun the installer.

View that log file and verify that it is for WUView. The third line should have the name of the installer file.

Attach that log file to this issue and I will see if I can figure out the error.

Thanks

CMTriX commented 1 year ago

only on installation.

My user account on windows 22h2 has ADMIN right by default.

tried several installations, but no log*.txt found on C drive.

CMTriX commented 1 year ago

is it possible to save the log in the installation folder in next version update?

Timthreetwelve commented 1 year ago

Which log, the application's log, or the install log?

CMTriX commented 1 year ago

The log Setup Log .txt

Timthreetwelve commented 1 year ago

Implemented in 0.5.5.

CMTriX commented 1 year ago

Installing 0.5.5 setup log file

`2023-05-15 12:05:19.098 Log opened. (Time zone: UTC+02:00) 2023-05-15 12:05:19.098 Setup version: Inno Setup version 6.2.2 2023-05-15 12:05:19.098 Original Setup EXE: d:\WindowsUpdateViewer_0.5.5.0_Setup.exe 2023-05-15 12:05:19.098 Setup command line: /SL5="$2707E2,3540447,887296,d:\WindowsUpdateViewer_0.5.5.0_Setup.exe" 2023-05-15 12:05:19.098 Compatibility mode: Yes (DetectorsAppHealth) 2023-05-15 12:05:19.098 Windows version: 10.0.22621 (NT platform: Yes) 2023-05-15 12:05:19.098 64-bit Windows: Yes 2023-05-15 12:05:19.098 Processor architecture: x64 2023-05-15 12:05:19.098 User privileges: None 2023-05-15 12:05:19.109 Administrative install mode: No 2023-05-15 12:05:19.109 Install mode root key: HKEY_CURRENT_USER 2023-05-15 12:05:19.109 64-bit install mode: No 2023-05-15 12:05:19.117 Created temporary directory: C:\Users\BigSmurf\AppData\Local\Temp\is-E46D5.tmp 2023-05-15 12:05:21.525 Found 8 files to register with RestartManager. 2023-05-15 12:05:21.525 Calling RestartManager's RmGetList. 2023-05-15 12:05:21.728 RmGetList finished successfully. 2023-05-15 12:05:21.728 RestartManager found an application using one of our files: WUView.exe 2023-05-15 12:05:21.728 Can use RestartManager to avoid reboot? No (1: Permission Denied) 2023-05-15 12:05:21.745 Starting the installation process. 2023-05-15 12:05:21.753 Directory for uninstall files: C:\Users\BigSmurf\AppData\Local\Programs\T_K\Windows Update Viewer 2023-05-15 12:05:21.759 Will append to existing uninstall log: C:\Users\BigSmurf\AppData\Local\Programs\T_K\Windows Update Viewer\unins000.dat 2023-05-15 12:05:21.763 -- File entry -- 2023-05-15 12:05:21.763 Dest filename: C:\Users\BigSmurf\AppData\Local\Programs\T_K\Windows Update Viewer\unins000.exe 2023-05-15 12:05:21.769 Time stamp of our file: 2023-05-15 12:05:18.781 2023-05-15 12:05:21.769 Dest file exists. 2023-05-15 12:05:21.769 Time stamp of existing file: 2023-05-12 18:49:06.036 2023-05-15 12:05:21.769 Version of our file: 51.1052.0.0 2023-05-15 12:05:21.956 Version of existing file: 51.1052.0.0 2023-05-15 12:05:21.956 Installing the file. 2023-05-15 12:05:22.002 Leaving temporary file in place for now. 2023-05-15 12:05:22.003 -- File entry -- 2023-05-15 12:05:22.004 Dest filename: C:\Users\BigSmurf\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.exe 2023-05-15 12:05:22.005 Time stamp of our file: 2023-05-14 10:35:48.000 2023-05-15 12:05:22.005 Dest file exists. 2023-05-15 12:05:22.005 Time stamp of existing file: 2023-05-07 16:59:48.000 2023-05-15 12:05:22.005 Installing the file. 2023-05-15 12:05:22.014 DeleteFile: The existing file appears to be in use (5). Retrying. 2023-05-15 12:05:23.030 DeleteFile: The existing file appears to be in use (5). Retrying. 2023-05-15 12:05:24.040 DeleteFile: The existing file appears to be in use (5). Retrying. 2023-05-15 12:05:25.048 DeleteFile: The existing file appears to be in use (5). Retrying. 2023-05-15 12:05:26.367 Message box (Abort/Retry/Ignore): C:\Users\BigSmurf\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.exe

                      An error occurred while trying to replace the existing file:
                      DeleteFile failed; code 5.
                      Toegang geweigerd.

2023-05-15 12:05:31.197 User chose Retry. 2023-05-15 12:05:31.199 Dest filename: C:\Users\BigSmurf\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.exe 2023-05-15 12:05:31.199 Time stamp of our file: 2023-05-14 10:35:48.000 2023-05-15 12:05:31.199 Dest file exists. 2023-05-15 12:05:31.199 Time stamp of existing file: 2023-05-07 16:59:48.000 2023-05-15 12:05:31.199 Installing the file. 2023-05-15 12:05:31.215 Successfully installed the file. 2023-05-15 12:05:31.216 -- File entry -- 2023-05-15 12:05:31.217 Dest filename: C:\Users\BigSmurf\AppData\Local\Programs\T_K\Windows Update Viewer\CommunityToolkit.Mvvm.dll 2023-05-15 12:05:31.217 Time stamp of our file: 2023-04-26 19:48:24.000 2023-05-15 12:05:31.218 Dest file exists. 2023-05-15 12:05:31.218 Time stamp of existing file: 2023-04-26 19:48:24.000 2023-05-15 12:05:31.218 Installing the file. 2023-05-15 12:05:31.226 Successfully installed the file. 2023-05-15 12:05:31.226 -- File entry -- 2023-05-15 12:05:31.227 Dest filename: C:\Users\BigSmurf\AppData\Local\Programs\T_K\Windows Update Viewer\MaterialDesignColors.dll 2023-05-15 12:05:31.228 Time stamp of our file: 2023-03-02 01:04:46.000 2023-05-15 12:05:31.228 Dest file exists. 2023-05-15 12:05:31.228 Time stamp of existing file: 2023-03-02 01:04:46.000 2023-05-15 12:05:31.228 Installing the file. 2023-05-15 12:05:31.237 Successfully installed the file. 2023-05-15 12:05:31.238 -- File entry -- 2023-05-15 12:05:31.239 Dest filename: C:\Users\BigSmurf\AppData\Local\Programs\T_K\Windows Update Viewer\MaterialDesignThemes.Wpf.dll 2023-05-15 12:05:31.240 Time stamp of our file: 2023-03-02 01:04:52.000 2023-05-15 12:05:31.240 Dest file exists. 2023-05-15 12:05:31.240 Time stamp of existing file: 2023-03-02 01:04:52.000 2023-05-15 12:05:31.240 Installing the file. 2023-05-15 12:05:31.521 Successfully installed the file. 2023-05-15 12:05:31.522 -- File entry -- 2023-05-15 12:05:31.523 Dest filename: C:\Users\BigSmurf\AppData\Local\Programs\T_K\Windows Update Viewer\Microsoft.Xaml.Behaviors.dll 2023-05-15 12:05:31.523 Time stamp of our file: 2021-11-18 01:31:02.000 2023-05-15 12:05:31.523 Dest file exists. 2023-05-15 12:05:31.523 Time stamp of existing file: 2021-11-18 01:31:02.000 2023-05-15 12:05:31.523 Installing the file. 2023-05-15 12:05:31.529 Successfully installed the file. 2023-05-15 12:05:31.530 -- File entry -- 2023-05-15 12:05:31.532 Dest filename: C:\Users\BigSmurf\AppData\Local\Programs\T_K\Windows Update Viewer\NLog.dll 2023-05-15 12:05:31.532 Time stamp of our file: 2023-04-29 05:10:36.000 2023-05-15 12:05:31.532 Dest file exists. 2023-05-15 12:05:31.532 Time stamp of existing file: 2023-04-29 05:10:36.000 2023-05-15 12:05:31.532 Installing the file. 2023-05-15 12:05:31.561 Successfully installed the file. 2023-05-15 12:05:31.561 -- File entry -- 2023-05-15 12:05:31.562 Dest filename: C:\Users\BigSmurf\AppData\Local\Programs\T_K\Windows Update Viewer\Octokit.dll 2023-05-15 12:05:31.563 Time stamp of our file: 2023-04-28 13:43:22.000 2023-05-15 12:05:31.563 Dest file exists. 2023-05-15 12:05:31.563 Time stamp of existing file: 2023-04-28 13:43:22.000 2023-05-15 12:05:31.563 Installing the file. 2023-05-15 12:05:31.613 Successfully installed the file. 2023-05-15 12:05:31.614 -- File entry -- 2023-05-15 12:05:31.614 Dest filename: C:\Users\BigSmurf\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.dll 2023-05-15 12:05:31.615 Time stamp of our file: 2023-05-14 10:35:48.000 2023-05-15 12:05:31.615 Dest file exists. 2023-05-15 12:05:31.615 Time stamp of existing file: 2023-05-07 16:59:48.000 2023-05-15 12:05:31.615 Installing the file. 2023-05-15 12:05:31.628 Successfully installed the file. 2023-05-15 12:05:31.629 -- File entry -- 2023-05-15 12:05:31.630 Dest filename: C:\Users\BigSmurf\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.deps.json 2023-05-15 12:05:31.631 Time stamp of our file: 2023-05-14 10:35:48.000 2023-05-15 12:05:31.631 Dest file exists. 2023-05-15 12:05:31.631 Time stamp of existing file: 2023-05-07 16:59:48.000 2023-05-15 12:05:31.631 Installing the file. 2023-05-15 12:05:31.633 Successfully installed the file. 2023-05-15 12:05:31.635 -- File entry -- 2023-05-15 12:05:31.636 Dest filename: C:\Users\BigSmurf\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.runtimeconfig.json 2023-05-15 12:05:31.636 Time stamp of our file: 2023-05-09 19:14:22.000 2023-05-15 12:05:31.636 Dest file exists. 2023-05-15 12:05:31.636 Time stamp of existing file: 2023-05-07 16:51:06.000 2023-05-15 12:05:31.636 Installing the file. 2023-05-15 12:05:31.638 Successfully installed the file. 2023-05-15 12:05:31.639 -- File entry -- 2023-05-15 12:05:31.639 Dest filename: C:\Users\BigSmurf\AppData\Local\Programs\T_K\Windows Update Viewer\ReadMe.txt 2023-05-15 12:05:31.640 Time stamp of our file: 2023-05-14 10:19:24.000 2023-05-15 12:05:31.640 Dest file exists. 2023-05-15 12:05:31.640 Time stamp of existing file: 2023-05-04 13:20:16.000 2023-05-15 12:05:31.640 Installing the file. 2023-05-15 12:05:31.656 Successfully installed the file. 2023-05-15 12:05:31.656 -- File entry -- 2023-05-15 12:05:31.658 Dest filename: C:\Users\BigSmurf\AppData\Local\Programs\T_K\Windows Update Viewer\License.txt 2023-05-15 12:05:31.658 Time stamp of our file: 2023-04-24 19:20:18.000 2023-05-15 12:05:31.658 Dest file exists. 2023-05-15 12:05:31.659 Time stamp of existing file: 2023-04-24 19:20:18.000 2023-05-15 12:05:31.659 Installing the file. 2023-05-15 12:05:31.662 Successfully installed the file. 2023-05-15 12:05:31.664 -- Icon entry -- 2023-05-15 12:05:31.664 Dest filename: C:\Users\BigSmurf\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Windows Update Viewer.lnk 2023-05-15 12:05:31.666 Creating the icon. 2023-05-15 12:05:31.760 Successfully created the icon. 2023-05-15 12:05:31.776 -- Registry entry -- 2023-05-15 12:05:31.776 Key: HKEY_CURRENT_USER\Software\T_K 2023-05-15 12:05:31.776 Creating or opening the key. 2023-05-15 12:05:31.777 Successfully created the key. 2023-05-15 12:05:31.777 -- Registry entry -- 2023-05-15 12:05:31.777 Key: HKEY_CURRENT_USER\Software\T_K\Windows Update Viewer 2023-05-15 12:05:31.777 Creating or opening the key. 2023-05-15 12:05:31.777 Successfully created the key. 2023-05-15 12:05:31.777 -- Registry entry -- 2023-05-15 12:05:31.777 Key: HKEY_CURRENT_USER\Software\T_K\Windows Update Viewer 2023-05-15 12:05:31.777 Value name: Copyright 2023-05-15 12:05:31.777 Creating or opening the key. 2023-05-15 12:05:31.777 Creating or setting the value. 2023-05-15 12:05:31.777 Successfully created or set the value. 2023-05-15 12:05:31.777 -- Registry entry -- 2023-05-15 12:05:31.777 Key: HKEY_CURRENT_USER\Software\T_K\Windows Update Viewer 2023-05-15 12:05:31.777 Value name: Install Date 2023-05-15 12:05:31.777 Creating or opening the key. 2023-05-15 12:05:31.777 Creating or setting the value. 2023-05-15 12:05:31.777 Successfully created or set the value. 2023-05-15 12:05:31.777 -- Registry entry -- 2023-05-15 12:05:31.777 Key: HKEY_CURRENT_USER\Software\T_K\Windows Update Viewer 2023-05-15 12:05:31.777 Value name: Version 2023-05-15 12:05:31.777 Creating or opening the key. 2023-05-15 12:05:31.777 Creating or setting the value. 2023-05-15 12:05:31.777 Successfully created or set the value. 2023-05-15 12:05:31.777 -- Registry entry -- 2023-05-15 12:05:31.777 Key: HKEY_CURRENT_USER\Software\T_K\Windows Update Viewer 2023-05-15 12:05:31.777 Value name: Install Folder 2023-05-15 12:05:31.777 Creating or opening the key. 2023-05-15 12:05:31.777 Creating or setting the value. 2023-05-15 12:05:31.778 Successfully created or set the value. 2023-05-15 12:05:31.778 -- Registry entry -- 2023-05-15 12:05:31.778 Key: HKEY_CURRENT_USER\Software\T_K\Windows Update Viewer 2023-05-15 12:05:31.778 Value name: Edition 2023-05-15 12:05:31.778 Creating or opening the key. 2023-05-15 12:05:31.778 Creating or setting the value. 2023-05-15 12:05:31.778 Successfully created or set the value. 2023-05-15 12:05:31.779 Saving uninstall information. 2023-05-15 12:05:31.779 Renaming uninstaller. 2023-05-15 12:05:31.780 Deleting uninstall key left over from previous non administrative install. 2023-05-15 12:05:31.780 Creating new uninstall key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall{3A152885-8378-4FDE-AFCC-85D096B16A1D}_is1 2023-05-15 12:05:31.781 Writing uninstall key values. 2023-05-15 12:05:31.781 Detected previous administrative 32-bit install? No 2023-05-15 12:05:31.781 Detected previous administrative 64-bit install? No 2023-05-15 12:05:31.786 Installation process succeeded. 2023-05-15 12:05:31.790 Need to restart Windows? No 2023-05-15 12:05:37.664 -- Run entry -- 2023-05-15 12:05:37.664 Run as: Original user 2023-05-15 12:05:37.664 Type: Exec 2023-05-15 12:05:37.664 Filename: C:\Users\BigSmurf\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.exe 2023-05-15 12:05:37.712 Exception message: 2023-05-15 12:05:37.712 Message box (OK): Unable to execute file: C:\Users\BigSmurf\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.exe

                      CreateProcess failed; code 740.
                      U hebt niet de benodigde bevoegdheden voor deze bewerking.

2023-05-15 12:05:39.168 User chose OK. 2023-05-15 12:05:40.177 Setup log file copied to: C:\Users\BigSmurf\AppData\Local\Programs\T_K\Windows Update Viewer\Setup_Log.txt `

CMTriX commented 1 year ago

0.5.6.0 checks now if program is running. Error 740 still visible.

2023/05/23 08:41:16 INFO WUView (Windows Update Viewer) 0.5.5.0 is starting up 2023/05/23 08:41:16 INFO WUView Copyright © 2023 Tim Kennedy 2023/05/23 08:41:16 DEBUG WUView Build date: 2023/05/14 15:35:47 (UTC) 2023/05/23 08:41:16 DEBUG WUView Commit ID: 7f74d7d 2023/05/23 08:41:16 DEBUG Operating System version: Microsoft Windows 10.0.22621 2023/05/23 08:41:16 DEBUG .NET version: 6.0.16 2023/05/23 08:41:17 DEBUG Read 1 exclude record from disk in 3,39 milliseconds 2023/05/23 08:41:17 INFO Excluding updates containing: "Defender" 2023/05/23 08:41:17 DEBUG Read 20 Setup event log records in 11,43 milliseconds 2023/05/23 08:41:17 DEBUG Read 116 Windows Update records in 19,79 milliseconds 2023/05/23 08:41:17 WARN KB: KB5007651 Date: 7-5-2023 15:21:09 HResult: 0x80246007 Operation: uoInstallation UpdateID: a36e5357-13f8-403e-ac5b-c0e31fd6c907 2023/05/23 08:41:17 DEBUG Extracting KB numbers from update titles took 1,28 milliseconds 2023/05/23 08:41:17 DEBUG Building WUpdate object took 14,98 milliseconds 2023/05/23 08:41:17 DEBUG Building the list of updates took 22,49 milliseconds 2023/05/23 08:41:17 DEBUG Removing excluded items took 0,05 milliseconds 2023/05/23 08:41:23 DEBUG Checking GitHub for latest release. 2023/05/23 08:41:24 DEBUG Latest version is 0.5.6 released on 22-5-2023 22:36:40 UTC 2023/05/23 08:41:24 DEBUG A newer release (0.5.6) has been found. 2023/05/23 08:41:25 DEBUG Opening https://github.com/Timthreetwelve/WUView/releases/tag/v0.5.6 2023/05/23 08:41:45 INFO WUView is shutting down. Elapsed time: 0:00:28.35 2023/05/23 08:41:45 2023/05/23 08:41:50 INFO WUView (Windows Update Viewer) 0.5.5.0 is starting up 2023/05/23 08:41:50 INFO WUView Copyright © 2023 Tim Kennedy 2023/05/23 08:41:50 DEBUG WUView Build date: 2023/05/14 15:35:47 (UTC) 2023/05/23 08:41:50 DEBUG WUView Commit ID: 7f74d7d 2023/05/23 08:41:50 DEBUG Operating System version: Microsoft Windows 10.0.22621 2023/05/23 08:41:50 DEBUG .NET version: 6.0.16 2023/05/23 08:41:50 DEBUG Read 1 exclude record from disk in 0,26 milliseconds 2023/05/23 08:41:50 INFO Excluding updates containing: "Defender" 2023/05/23 08:41:50 DEBUG Read 20 Setup event log records in 11,01 milliseconds 2023/05/23 08:41:50 DEBUG Read 116 Windows Update records in 11,11 milliseconds 2023/05/23 08:41:50 WARN KB: KB5007651 Date: 7-5-2023 15:21:09 HResult: 0x80246007 Operation: uoInstallation UpdateID: a36e5357-13f8-403e-ac5b-c0e31fd6c907 2023/05/23 08:41:50 DEBUG Extracting KB numbers from update titles took 1,35 milliseconds 2023/05/23 08:41:50 DEBUG Building WUpdate object took 15,57 milliseconds 2023/05/23 08:41:50 DEBUG Building the list of updates took 22,41 milliseconds 2023/05/23 08:41:50 DEBUG Removing excluded items took 0,06 milliseconds 2023/05/23 08:42:00 INFO WUView is shutting down. Elapsed time: 0:00:09.67 2023/05/23 08:42:00 2023/05/23 08:42:14 INFO WUView (Windows Update Viewer) 0.5.6.0 is starting up 2023/05/23 08:42:14 INFO WUView Copyright © 2023 Tim Kennedy 2023/05/23 08:42:14 DEBUG WUView Build date: 2023/05/22 22:06:40 (UTC) 2023/05/23 08:42:14 DEBUG WUView Commit ID: 3912531 2023/05/23 08:42:14 DEBUG Operating System version: Microsoft Windows 10.0.22621 2023/05/23 08:42:14 DEBUG .NET version: 6.0.16 2023/05/23 08:42:14 DEBUG Read 1 exclude record from disk in 0,38 milliseconds 2023/05/23 08:42:14 INFO Excluding updates containing: "Defender" 2023/05/23 08:42:14 DEBUG Read 20 Setup event log records in 10,67 milliseconds 2023/05/23 08:42:14 DEBUG Read 116 Windows Update records in 10,72 milliseconds 2023/05/23 08:42:14 WARN KB: KB5007651 Date: 7-5-2023 15:21:09 HResult: 0x80246007 Operation: uoInstallation UpdateID: a36e5357-13f8-403e-ac5b-c0e31fd6c907 2023/05/23 08:42:14 DEBUG Extracting KB numbers from update titles took 1,31 milliseconds 2023/05/23 08:42:14 DEBUG Building WUpdate object took 18,60 milliseconds 2023/05/23 08:42:14 DEBUG Building the list of updates took 25,57 milliseconds 2023/05/23 08:42:14 DEBUG Removing excluded items took 0,07 milliseconds 2023/05/23 08:42:19 DEBUG Checking GitHub for latest release. 2023/05/23 08:42:19 DEBUG Latest version is 0.5.6 released on 22-5-2023 22:36:40 UTC 2023/05/23 08:42:19 DEBUG No newer releases were found. 2023/05/23 08:42:34 DEBUG Checking GitHub for latest release. 2023/05/23 08:42:35 DEBUG Latest version is 0.5.6 released on 22-5-2023 22:36:40 UTC 2023/05/23 08:42:35 DEBUG No newer releases were found.

Timthreetwelve commented 1 year ago

@CMTriX I still don't have an answer for this. I would be interested to know if it still occurs in the latest updates.

If anyone else is reading this because you have the same issue, please chime in so that I can get a sense of how widespread the issue is.

Thanks, Tim

CMTriX commented 1 year ago

Yes, 740 error when run after install. When setup run as admin, no error. My w11 account is a admin account. All updates installed. 22h2.

CMTriX commented 1 year ago

If you need more info, just ask.

Timthreetwelve commented 1 year ago

@CMTriX, I found two posts that suggested changes to the installer. One suggestion was to add the shellexec option. The second was to add the runascurrentuser option. They both work on my machine, but that doesn't mean much since the original worked.

I've created two installers, one for each option, and uploaded them as a pre-release version. If you would be so kind, download them from here and test them. Hopefully, one will work. Whatever the outcome, please attach both setup logs to this issue.

Thanks for your patience and help with the testing. Tim

Timthreetwelve commented 1 year ago

@CMTriX, never mind. I tried downloading them on another machine and Windows Defender says that they are trojans. Of course, they aren't, but I don't want to get a bad reputation, so I deleted the release.

I'll keep looking...

Timthreetwelve commented 1 year ago

@CMTriX, I just released 0.5.12 with an additional installer for the "runascurrentuser" option described above. No problems with Windows Defender this time. I submitted it to Virus Total to be sure. Git it a go and let me know. Please attach the setup log whether it works or not.

Tim

CMTriX commented 1 year ago

2023/06/22 09:27:04 INFO WUView (Windows Update Viewer) 0.5.12.0 is starting up 2023/06/22 09:27:04 INFO WUView Copyright © 2023 Tim Kennedy 2023/06/22 09:27:04 DEBUG WUView was started from C:\Users\superman\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.exe 2023/06/22 09:27:04 DEBUG WUView Build date: 2023/06/21 18:51:44 (UTC) 2023/06/22 09:27:04 DEBUG WUView Commit ID: b219e2f 2023/06/22 09:27:04 DEBUG Operating System version: Microsoft Windows 10.0.22621 2023/06/22 09:27:04 DEBUG .NET version: 6.0.18 2023/06/22 09:27:04 DEBUG Read 0 exclude records from disk in 0,46 milliseconds 2023/06/22 09:27:04 DEBUG Read 35 Setup event log records in 14,50 milliseconds 2023/06/22 09:27:05 DEBUG Read 182 Windows Update records in 160,18 milliseconds 2023/06/22 09:27:05 DEBUG Using 182 update records 2023/06/22 09:27:05 WARN KB: KB5007651 Date: 7-5-2023 15:21:09 HResult: 0x80246007 Operation: uoInstallation UpdateID: a36e5357-13f8-403e-ac5b-c0e31fd6c907 2023/06/22 09:27:05 DEBUG Extracting KB numbers from update titles took 2,19 milliseconds 2023/06/22 09:27:05 DEBUG Building WUpdate object took 55,73 milliseconds 2023/06/22 09:27:05 DEBUG Building the list of updates took 68,69 milliseconds 2023/06/22 09:27:05 DEBUG Removing 0 excluded items took 0,07 milliseconds 2023/06/22 09:27:11 DEBUG Checking GitHub for latest release. 2023/06/22 09:27:12 DEBUG Latest version is 0.5.12 released on 21-6-2023 20:20:16 UTC 2023/06/22 09:27:12 DEBUG No newer releases were found. 2023/06/22 09:27:16 INFO WUView is shutting down. Elapsed time: 0:00:12.27 2023/06/22 09:27:16 2023/06/22 09:28:52 INFO WUView (Windows Update Viewer) 0.5.12.0 is starting up 2023/06/22 09:28:52 INFO WUView Copyright © 2023 Tim Kennedy 2023/06/22 09:28:52 DEBUG WUView was started from C:\Users\superman\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.exe 2023/06/22 09:28:52 DEBUG WUView Build date: 2023/06/21 18:51:44 (UTC) 2023/06/22 09:28:52 DEBUG WUView Commit ID: b219e2f 2023/06/22 09:28:52 DEBUG Operating System version: Microsoft Windows 10.0.22621 2023/06/22 09:28:52 DEBUG .NET version: 6.0.18 2023/06/22 09:28:52 DEBUG Read 0 exclude records from disk in 0,27 milliseconds 2023/06/22 09:28:52 DEBUG Read 35 Setup event log records in 11,28 milliseconds 2023/06/22 09:28:52 DEBUG Read 182 Windows Update records in 12,68 milliseconds 2023/06/22 09:28:52 DEBUG Using 182 update records 2023/06/22 09:28:52 WARN KB: KB5007651 Date: 7-5-2023 15:21:09 HResult: 0x80246007 Operation: uoInstallation UpdateID: a36e5357-13f8-403e-ac5b-c0e31fd6c907 2023/06/22 09:28:52 DEBUG Extracting KB numbers from update titles took 2,04 milliseconds 2023/06/22 09:28:52 DEBUG Building WUpdate object took 50,15 milliseconds 2023/06/22 09:28:52 DEBUG Building the list of updates took 60,17 milliseconds 2023/06/22 09:28:52 DEBUG Removing 0 excluded items took 0,09 milliseconds

Error 740 still there. normal installer

CMTriX commented 1 year ago

2023/06/22 13:56:52 INFO WUView (Windows Update Viewer) 0.5.12.0 is starting up 2023/06/22 13:56:52 INFO WUView Copyright © 2023 Tim Kennedy 2023/06/22 13:56:52 DEBUG WUView was started from C:\Users\xx\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.exe 2023/06/22 13:56:52 DEBUG WUView Build date: 2023/06/21 18:51:44 (UTC) 2023/06/22 13:56:52 DEBUG WUView Commit ID: b219e2f 2023/06/22 13:56:52 DEBUG Operating System version: Microsoft Windows 10.0.22621 2023/06/22 13:56:52 DEBUG .NET version: 6.0.18 2023/06/22 13:56:53 DEBUG Read 0 exclude records from disk in 0,47 milliseconds 2023/06/22 13:56:53 DEBUG Read 35 Setup event log records in 14,83 milliseconds 2023/06/22 13:56:53 DEBUG Read 183 Windows Update records in 202,79 milliseconds 2023/06/22 13:56:53 DEBUG Using 183 update records 2023/06/22 13:56:53 WARN KB: KB5007651 Date: 7-5-2023 15:21:09 HResult: 0x80246007 Operation: uoInstallation UpdateID: a36e5357-13f8-403e-ac5b-c0e31fd6c907 2023/06/22 13:56:53 DEBUG Extracting KB numbers from update titles took 2,14 milliseconds 2023/06/22 13:56:53 DEBUG Building WUpdate object took 56,12 milliseconds 2023/06/22 13:56:53 DEBUG Building the list of updates took 67,25 milliseconds 2023/06/22 13:56:53 DEBUG Removing 0 excluded items took 0,06 milliseconds 2023/06/22 13:56:57 DEBUG Checking GitHub for latest release. 2023/06/22 13:56:57 DEBUG Latest version is 0.5.12 released on 21-6-2023 20:20:16 UTC 2023/06/22 13:56:57 DEBUG No newer releases were found. 2023/06/22 13:57:02 INFO WUView is shutting down. Elapsed time: 0:00:09.44 2023/06/22 13:57:02 2023/06/22 13:58:07 INFO WUView (Windows Update Viewer) 0.5.12.0 is starting up 2023/06/22 13:58:07 INFO WUView Copyright © 2023 Tim Kennedy 2023/06/22 13:58:07 DEBUG WUView was started from C:\Users\xx\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.exe 2023/06/22 13:58:07 DEBUG WUView Build date: 2023/06/21 18:51:44 (UTC) 2023/06/22 13:58:07 DEBUG WUView Commit ID: b219e2f 2023/06/22 13:58:07 DEBUG Operating System version: Microsoft Windows 10.0.22621 2023/06/22 13:58:07 DEBUG .NET version: 6.0.18 2023/06/22 13:58:07 DEBUG Read 0 exclude records from disk in 0,23 milliseconds 2023/06/22 13:58:07 DEBUG Read 35 Setup event log records in 10,60 milliseconds 2023/06/22 13:58:07 DEBUG Read 183 Windows Update records in 11,70 milliseconds 2023/06/22 13:58:07 DEBUG Using 183 update records 2023/06/22 13:58:07 WARN KB: KB5007651 Date: 7-5-2023 15:21:09 HResult: 0x80246007 Operation: uoInstallation UpdateID: a36e5357-13f8-403e-ac5b-c0e31fd6c907 2023/06/22 13:58:07 DEBUG Extracting KB numbers from update titles took 2,00 milliseconds 2023/06/22 13:58:07 DEBUG Building WUpdate object took 47,64 milliseconds 2023/06/22 13:58:07 DEBUG Building the list of updates took 57,49 milliseconds 2023/06/22 13:58:07 DEBUG Removing 0 excluded items took 0,07 milliseconds

Error 740 still there. WindowsUpdateViewer_0.5.12.0_Setup_runascurrentuser

Timthreetwelve commented 1 year ago

Well, this is disappointing. I really hoped that using runascurrentuser would work.

Could you please attach or copy/paste the Setup_Log.txt from the runascurrentuser install that failed with the 740? I would like to do a line-by-line comparison with a successful installation log.

Thanks, Tim

CMTriX commented 1 year ago

i posted 2 logs above your question . 1- default setup 2.setup runascurrentuser

Timthreetwelve commented 1 year ago

@CMTriX, thanks for those two logs but what I really needed was the Setup_Log.txt like you posted on May 15th.

Try uninstalling Windows Update Viewer. When asked to delete the files, click the No button.

screenshot

Then reinstall the application using the standard installer. This time do not run the installer as Administrator. Please attach or copy/paste the Setup_Log.txt from this install.

Thanks, Tim

CMTriX commented 1 year ago

runascurrentuser logfile

2023-06-26 10:52:07.066 Log opened. (Time zone: UTC+02:00) 2023-06-26 10:52:07.066 Setup version: Inno Setup version 6.2.2 2023-06-26 10:52:07.066 Original Setup EXE: D:__UITZOEKEN\WindowsUpdateViewer_0.5.12.0_Setup_runascurrentuser.exe 2023-06-26 10:52:07.066 Setup command line: /SL5="$B09B2,3580586,887296,D:__UITZOEKEN\WindowsUpdateViewer_0.5.12.0_Setup_runascurrentuser.exe" 2023-06-26 10:52:07.066 Compatibility mode: Yes (DetectorsAppHealth) 2023-06-26 10:52:07.066 Windows version: 10.0.22621 (NT platform: Yes) 2023-06-26 10:52:07.066 64-bit Windows: Yes 2023-06-26 10:52:07.066 Processor architecture: x64 2023-06-26 10:52:07.066 User privileges: None 2023-06-26 10:52:07.076 Administrative install mode: No 2023-06-26 10:52:07.076 Install mode root key: HKEY_CURRENT_USER 2023-06-26 10:52:07.076 64-bit install mode: No 2023-06-26 10:52:07.079 Created temporary directory: C:\Users\SuperMan\AppData\Local\Temp\is-C13FO.tmp 2023-06-26 10:52:09.402 Found 8 files to register with RestartManager. 2023-06-26 10:52:09.402 Calling RestartManager's RmGetList. 2023-06-26 10:52:09.405 RmGetList finished successfully. 2023-06-26 10:52:09.405 RestartManager found no applications using one of our files. 2023-06-26 10:52:09.415 Starting the installation process. 2023-06-26 10:52:09.418 Directory for uninstall files: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer 2023-06-26 10:52:09.418 Creating new uninstall log: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\unins000.dat 2023-06-26 10:52:09.421 -- File entry -- 2023-06-26 10:52:09.421 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\unins000.exe 2023-06-26 10:52:09.422 Time stamp of our file: 2023-06-26 10:52:06.930 2023-06-26 10:52:09.422 Installing the file. 2023-06-26 10:52:09.465 Successfully installed the file. 2023-06-26 10:52:09.465 -- File entry -- 2023-06-26 10:52:09.465 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.exe 2023-06-26 10:52:09.466 Time stamp of our file: 2023-06-21 13:51:44.000 2023-06-26 10:52:09.466 Installing the file. 2023-06-26 10:52:09.473 Successfully installed the file. 2023-06-26 10:52:09.473 -- File entry -- 2023-06-26 10:52:09.474 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\CommunityToolkit.Mvvm.dll 2023-06-26 10:52:09.474 Time stamp of our file: 2023-04-26 19:48:24.000 2023-06-26 10:52:09.474 Installing the file. 2023-06-26 10:52:09.478 Successfully installed the file. 2023-06-26 10:52:09.478 -- File entry -- 2023-06-26 10:52:09.479 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\MaterialDesignColors.dll 2023-06-26 10:52:09.479 Time stamp of our file: 2023-05-11 09:46:58.000 2023-06-26 10:52:09.479 Installing the file. 2023-06-26 10:52:09.483 Successfully installed the file. 2023-06-26 10:52:09.483 -- File entry -- 2023-06-26 10:52:09.484 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\MaterialDesignThemes.Wpf.dll 2023-06-26 10:52:09.484 Time stamp of our file: 2023-05-11 09:47:12.000 2023-06-26 10:52:09.484 Installing the file. 2023-06-26 10:52:09.651 Successfully installed the file. 2023-06-26 10:52:09.652 -- File entry -- 2023-06-26 10:52:09.652 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\Microsoft.Xaml.Behaviors.dll 2023-06-26 10:52:09.652 Time stamp of our file: 2021-11-18 01:31:02.000 2023-06-26 10:52:09.652 Installing the file. 2023-06-26 10:52:09.659 Successfully installed the file. 2023-06-26 10:52:09.660 -- File entry -- 2023-06-26 10:52:09.660 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\NLog.dll 2023-06-26 10:52:09.660 Time stamp of our file: 2023-04-29 05:10:36.000 2023-06-26 10:52:09.660 Installing the file. 2023-06-26 10:52:09.681 Successfully installed the file. 2023-06-26 10:52:09.682 -- File entry -- 2023-06-26 10:52:09.682 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\Octokit.dll 2023-06-26 10:52:09.682 Time stamp of our file: 2023-05-09 10:35:16.000 2023-06-26 10:52:09.682 Installing the file. 2023-06-26 10:52:09.713 Successfully installed the file. 2023-06-26 10:52:09.714 -- File entry -- 2023-06-26 10:52:09.715 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.dll 2023-06-26 10:52:09.715 Time stamp of our file: 2023-06-21 13:51:44.000 2023-06-26 10:52:09.715 Installing the file. 2023-06-26 10:52:09.725 Successfully installed the file. 2023-06-26 10:52:09.725 -- File entry -- 2023-06-26 10:52:09.726 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.deps.json 2023-06-26 10:52:09.726 Time stamp of our file: 2023-06-21 13:51:44.000 2023-06-26 10:52:09.726 Installing the file. 2023-06-26 10:52:09.727 Successfully installed the file. 2023-06-26 10:52:09.727 -- File entry -- 2023-06-26 10:52:09.727 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.runtimeconfig.json 2023-06-26 10:52:09.727 Time stamp of our file: 2023-06-16 18:24:08.000 2023-06-26 10:52:09.727 Installing the file. 2023-06-26 10:52:09.728 Successfully installed the file. 2023-06-26 10:52:09.728 -- File entry -- 2023-06-26 10:52:09.729 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\ReadMe.txt 2023-06-26 10:52:09.729 Time stamp of our file: 2023-06-03 16:58:40.000 2023-06-26 10:52:09.729 Installing the file. 2023-06-26 10:52:09.730 Successfully installed the file. 2023-06-26 10:52:09.730 -- File entry -- 2023-06-26 10:52:09.730 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\License.txt 2023-06-26 10:52:09.730 Time stamp of our file: 2023-04-24 19:20:18.000 2023-06-26 10:52:09.730 Installing the file. 2023-06-26 10:52:09.731 Successfully installed the file. 2023-06-26 10:52:09.731 -- Icon entry -- 2023-06-26 10:52:09.731 Dest filename: C:\Users\SuperMan\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Windows Update Viewer.lnk 2023-06-26 10:52:09.732 Creating the icon. 2023-06-26 10:52:09.764 Successfully created the icon. 2023-06-26 10:52:09.776 -- Registry entry -- 2023-06-26 10:52:09.776 Key: HKEY_CURRENT_USER\Software\T_K 2023-06-26 10:52:09.776 Creating or opening the key. 2023-06-26 10:52:09.776 Successfully created the key. 2023-06-26 10:52:09.776 -- Registry entry -- 2023-06-26 10:52:09.776 Key: HKEY_CURRENT_USER\Software\T_K\Windows Update Viewer 2023-06-26 10:52:09.776 Creating or opening the key. 2023-06-26 10:52:09.776 Successfully created the key. 2023-06-26 10:52:09.777 -- Registry entry -- 2023-06-26 10:52:09.777 Key: HKEY_CURRENT_USER\Software\T_K\Windows Update Viewer 2023-06-26 10:52:09.777 Value name: Copyright 2023-06-26 10:52:09.777 Creating or opening the key. 2023-06-26 10:52:09.777 Creating or setting the value. 2023-06-26 10:52:09.777 Successfully created or set the value. 2023-06-26 10:52:09.777 -- Registry entry -- 2023-06-26 10:52:09.777 Key: HKEY_CURRENT_USER\Software\T_K\Windows Update Viewer 2023-06-26 10:52:09.777 Value name: Install Date 2023-06-26 10:52:09.777 Creating or opening the key. 2023-06-26 10:52:09.777 Creating or setting the value. 2023-06-26 10:52:09.777 Successfully created or set the value. 2023-06-26 10:52:09.777 -- Registry entry -- 2023-06-26 10:52:09.777 Key: HKEY_CURRENT_USER\Software\T_K\Windows Update Viewer 2023-06-26 10:52:09.777 Value name: Version 2023-06-26 10:52:09.777 Creating or opening the key. 2023-06-26 10:52:09.777 Creating or setting the value. 2023-06-26 10:52:09.777 Successfully created or set the value. 2023-06-26 10:52:09.777 -- Registry entry -- 2023-06-26 10:52:09.777 Key: HKEY_CURRENT_USER\Software\T_K\Windows Update Viewer 2023-06-26 10:52:09.777 Value name: Install Folder 2023-06-26 10:52:09.777 Creating or opening the key. 2023-06-26 10:52:09.777 Creating or setting the value. 2023-06-26 10:52:09.777 Successfully created or set the value. 2023-06-26 10:52:09.777 -- Registry entry -- 2023-06-26 10:52:09.777 Key: HKEY_CURRENT_USER\Software\T_K\Windows Update Viewer 2023-06-26 10:52:09.777 Value name: Edition 2023-06-26 10:52:09.777 Creating or opening the key. 2023-06-26 10:52:09.777 Creating or setting the value. 2023-06-26 10:52:09.777 Successfully created or set the value. 2023-06-26 10:52:09.778 Saving uninstall information. 2023-06-26 10:52:09.778 Creating new uninstall key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall{3A152885-8378-4FDE-AFCC-85D096B16A1D}_is1 2023-06-26 10:52:09.778 Writing uninstall key values. 2023-06-26 10:52:09.778 Detected previous administrative 32-bit install? No 2023-06-26 10:52:09.778 Detected previous administrative 64-bit install? No 2023-06-26 10:52:09.999 Installation process succeeded. 2023-06-26 10:52:10.002 Need to restart Windows? No 2023-06-26 10:52:11.326 -- Run entry -- 2023-06-26 10:52:11.326 Run as: Current user 2023-06-26 10:52:11.326 Type: Exec 2023-06-26 10:52:11.326 Filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.exe 2023-06-26 10:52:11.335 Exception message: 2023-06-26 10:52:11.335 Message box (OK): Unable to execute file: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.exe

                      CreateProcess failed; code 740.
                      U hebt niet de benodigde bevoegdheden voor deze bewerking.

2023-06-26 10:52:13.812 User chose OK. 2023-06-26 10:52:14.825 Setup log file copied to: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\Setup_Log.txt

Timthreetwelve commented 1 year ago

@CMTriX Try the 0.5.13.beta release. Since it's labeled pre-release, you will need to click on Assets to be able to see the installer.

If this one doesn't work my plan is to document it as a known issue and move on.

Thank you for your effort, trying the various installers, gathering logs, and updating the issue.

Tim

CMTriX commented 1 year ago

YOU are AMAZING! The 740 error is gone in the 0.5.13 release ! I can start the tool after installing.

here is the log

2023-06-27 11:02:54.016 Log opened. (Time zone: UTC+02:00) 2023-06-27 11:02:54.017 Setup version: Inno Setup version 6.2.2 2023-06-27 11:02:54.017 Original Setup EXE: D:__UITZOEKEN\WindowsUpdateViewer_0.5.13.9_beta_Setup.exe 2023-06-27 11:02:54.017 Setup command line: /SL5="$40918,3592976,887296,D:__UITZOEKEN\WindowsUpdateViewer_0.5.13.9_beta_Setup.exe" 2023-06-27 11:02:54.017 Compatibility mode: Yes (DetectorsAppHealth) 2023-06-27 11:02:54.017 Windows version: 10.0.22621 (NT platform: Yes) 2023-06-27 11:02:54.017 64-bit Windows: Yes 2023-06-27 11:02:54.017 Processor architecture: x64 2023-06-27 11:02:54.017 User privileges: None 2023-06-27 11:02:54.025 Administrative install mode: No 2023-06-27 11:02:54.025 Install mode root key: HKEY_CURRENT_USER 2023-06-27 11:02:54.025 64-bit install mode: No 2023-06-27 11:02:54.029 Created temporary directory: C:\Users\SuperMan\AppData\Local\Temp\is-QUH0V.tmp 2023-06-27 11:02:56.298 Found 8 files to register with RestartManager. 2023-06-27 11:02:56.298 Calling RestartManager's RmGetList. 2023-06-27 11:02:56.304 RmGetList finished successfully. 2023-06-27 11:02:56.304 RestartManager found no applications using one of our files. 2023-06-27 11:02:56.314 Starting the installation process. 2023-06-27 11:02:56.318 Directory for uninstall files: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer 2023-06-27 11:02:56.318 Will append to existing uninstall log: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\unins000.dat 2023-06-27 11:02:56.322 -- File entry -- 2023-06-27 11:02:56.323 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\unins000.exe 2023-06-27 11:02:56.324 Time stamp of our file: 2023-06-27 11:02:53.870 2023-06-27 11:02:56.324 Dest file exists. 2023-06-27 11:02:56.324 Time stamp of existing file: 2023-06-26 10:52:06.930 2023-06-27 11:02:56.325 Version of our file: 51.1052.0.0 2023-06-27 11:02:56.325 Version of existing file: 51.1052.0.0 2023-06-27 11:02:56.325 Installing the file. 2023-06-27 11:02:56.361 Leaving temporary file in place for now. 2023-06-27 11:02:56.361 -- File entry -- 2023-06-27 11:02:56.361 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.exe 2023-06-27 11:02:56.362 Time stamp of our file: 2023-06-26 20:54:50.000 2023-06-27 11:02:56.362 Dest file exists. 2023-06-27 11:02:56.362 Time stamp of existing file: 2023-06-21 13:51:44.000 2023-06-27 11:02:56.362 Installing the file. 2023-06-27 11:02:56.368 Successfully installed the file. 2023-06-27 11:02:56.368 -- File entry -- 2023-06-27 11:02:56.369 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\CommunityToolkit.Mvvm.dll 2023-06-27 11:02:56.369 Time stamp of our file: 2023-04-26 19:48:24.000 2023-06-27 11:02:56.369 Dest file exists. 2023-06-27 11:02:56.369 Time stamp of existing file: 2023-04-26 19:48:24.000 2023-06-27 11:02:56.369 Installing the file. 2023-06-27 11:02:56.373 Successfully installed the file. 2023-06-27 11:02:56.373 -- File entry -- 2023-06-27 11:02:56.373 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\MaterialDesignColors.dll 2023-06-27 11:02:56.374 Time stamp of our file: 2023-05-11 09:46:58.000 2023-06-27 11:02:56.374 Dest file exists. 2023-06-27 11:02:56.374 Time stamp of existing file: 2023-05-11 09:46:58.000 2023-06-27 11:02:56.374 Installing the file. 2023-06-27 11:02:56.378 Successfully installed the file. 2023-06-27 11:02:56.378 -- File entry -- 2023-06-27 11:02:56.378 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\MaterialDesignThemes.Wpf.dll 2023-06-27 11:02:56.378 Time stamp of our file: 2023-05-11 09:47:12.000 2023-06-27 11:02:56.378 Dest file exists. 2023-06-27 11:02:56.379 Time stamp of existing file: 2023-05-11 09:47:12.000 2023-06-27 11:02:56.379 Installing the file. 2023-06-27 11:02:56.541 Successfully installed the file. 2023-06-27 11:02:56.541 -- File entry -- 2023-06-27 11:02:56.542 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\Microsoft.Xaml.Behaviors.dll 2023-06-27 11:02:56.542 Time stamp of our file: 2021-11-18 01:31:02.000 2023-06-27 11:02:56.542 Dest file exists. 2023-06-27 11:02:56.542 Time stamp of existing file: 2021-11-18 01:31:02.000 2023-06-27 11:02:56.542 Installing the file. 2023-06-27 11:02:56.547 Successfully installed the file. 2023-06-27 11:02:56.547 -- File entry -- 2023-06-27 11:02:56.547 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\NLog.dll 2023-06-27 11:02:56.547 Time stamp of our file: 2023-05-30 12:32:02.000 2023-06-27 11:02:56.547 Dest file exists. 2023-06-27 11:02:56.547 Time stamp of existing file: 2023-04-29 05:10:36.000 2023-06-27 11:02:56.547 Installing the file. 2023-06-27 11:02:56.569 Successfully installed the file. 2023-06-27 11:02:56.569 -- File entry -- 2023-06-27 11:02:56.570 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\Octokit.dll 2023-06-27 11:02:56.570 Time stamp of our file: 2023-06-22 15:35:04.000 2023-06-27 11:02:56.570 Dest file exists. 2023-06-27 11:02:56.570 Time stamp of existing file: 2023-05-09 10:35:16.000 2023-06-27 11:02:56.570 Installing the file. 2023-06-27 11:02:56.602 Successfully installed the file. 2023-06-27 11:02:56.603 -- File entry -- 2023-06-27 11:02:56.603 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.dll 2023-06-27 11:02:56.604 Time stamp of our file: 2023-06-26 20:54:50.000 2023-06-27 11:02:56.604 Dest file exists. 2023-06-27 11:02:56.604 Time stamp of existing file: 2023-06-21 13:51:44.000 2023-06-27 11:02:56.604 Installing the file. 2023-06-27 11:02:56.611 Successfully installed the file. 2023-06-27 11:02:56.611 -- File entry -- 2023-06-27 11:02:56.613 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.deps.json 2023-06-27 11:02:56.613 Time stamp of our file: 2023-06-26 20:54:50.000 2023-06-27 11:02:56.613 Dest file exists. 2023-06-27 11:02:56.613 Time stamp of existing file: 2023-06-21 13:51:44.000 2023-06-27 11:02:56.613 Installing the file. 2023-06-27 11:02:56.614 Successfully installed the file. 2023-06-27 11:02:56.614 -- File entry -- 2023-06-27 11:02:56.614 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.runtimeconfig.json 2023-06-27 11:02:56.615 Time stamp of our file: 2023-06-26 20:54:48.000 2023-06-27 11:02:56.615 Dest file exists. 2023-06-27 11:02:56.615 Time stamp of existing file: 2023-06-16 18:24:08.000 2023-06-27 11:02:56.615 Installing the file. 2023-06-27 11:02:56.616 Successfully installed the file. 2023-06-27 11:02:56.616 -- File entry -- 2023-06-27 11:02:56.616 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\ReadMe.txt 2023-06-27 11:02:56.616 Time stamp of our file: 2023-06-03 16:58:40.000 2023-06-27 11:02:56.616 Dest file exists. 2023-06-27 11:02:56.616 Time stamp of existing file: 2023-06-03 16:58:40.000 2023-06-27 11:02:56.616 Installing the file. 2023-06-27 11:02:56.617 Successfully installed the file. 2023-06-27 11:02:56.617 -- File entry -- 2023-06-27 11:02:56.618 Dest filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\License.txt 2023-06-27 11:02:56.618 Time stamp of our file: 2023-04-24 19:20:18.000 2023-06-27 11:02:56.618 Dest file exists. 2023-06-27 11:02:56.618 Time stamp of existing file: 2023-04-24 19:20:18.000 2023-06-27 11:02:56.618 Installing the file. 2023-06-27 11:02:56.618 Successfully installed the file. 2023-06-27 11:02:56.619 -- Icon entry -- 2023-06-27 11:02:56.619 Dest filename: C:\Users\SuperMan\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Windows Update Viewer.lnk 2023-06-27 11:02:56.620 Creating the icon. 2023-06-27 11:02:56.653 Successfully created the icon. 2023-06-27 11:02:56.662 -- Registry entry -- 2023-06-27 11:02:56.662 Key: HKEY_CURRENT_USER\Software\T_K 2023-06-27 11:02:56.662 Creating or opening the key. 2023-06-27 11:02:56.662 Successfully created the key. 2023-06-27 11:02:56.662 -- Registry entry -- 2023-06-27 11:02:56.662 Key: HKEY_CURRENT_USER\Software\T_K\Windows Update Viewer 2023-06-27 11:02:56.662 Creating or opening the key. 2023-06-27 11:02:56.662 Successfully created the key. 2023-06-27 11:02:56.662 -- Registry entry -- 2023-06-27 11:02:56.662 Key: HKEY_CURRENT_USER\Software\T_K\Windows Update Viewer 2023-06-27 11:02:56.662 Value name: Copyright 2023-06-27 11:02:56.662 Creating or opening the key. 2023-06-27 11:02:56.662 Creating or setting the value. 2023-06-27 11:02:56.662 Successfully created or set the value. 2023-06-27 11:02:56.662 -- Registry entry -- 2023-06-27 11:02:56.662 Key: HKEY_CURRENT_USER\Software\T_K\Windows Update Viewer 2023-06-27 11:02:56.662 Value name: Install Date 2023-06-27 11:02:56.662 Creating or opening the key. 2023-06-27 11:02:56.663 Creating or setting the value. 2023-06-27 11:02:56.663 Successfully created or set the value. 2023-06-27 11:02:56.663 -- Registry entry -- 2023-06-27 11:02:56.663 Key: HKEY_CURRENT_USER\Software\T_K\Windows Update Viewer 2023-06-27 11:02:56.663 Value name: Version 2023-06-27 11:02:56.663 Creating or opening the key. 2023-06-27 11:02:56.663 Creating or setting the value. 2023-06-27 11:02:56.663 Successfully created or set the value. 2023-06-27 11:02:56.663 -- Registry entry -- 2023-06-27 11:02:56.663 Key: HKEY_CURRENT_USER\Software\T_K\Windows Update Viewer 2023-06-27 11:02:56.663 Value name: Install Folder 2023-06-27 11:02:56.663 Creating or opening the key. 2023-06-27 11:02:56.663 Creating or setting the value. 2023-06-27 11:02:56.663 Successfully created or set the value. 2023-06-27 11:02:56.663 -- Registry entry -- 2023-06-27 11:02:56.663 Key: HKEY_CURRENT_USER\Software\T_K\Windows Update Viewer 2023-06-27 11:02:56.663 Value name: Edition 2023-06-27 11:02:56.663 Deleting the value. 2023-06-27 11:02:56.663 Successfully deleted the value. 2023-06-27 11:02:56.663 Saving uninstall information. 2023-06-27 11:02:56.663 Renaming uninstaller. 2023-06-27 11:02:56.664 Deleting uninstall key left over from previous non administrative install. 2023-06-27 11:02:56.664 Creating new uninstall key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall{3A152885-8378-4FDE-AFCC-85D096B16A1D}_is1 2023-06-27 11:02:56.664 Writing uninstall key values. 2023-06-27 11:02:56.665 Detected previous administrative 32-bit install? No 2023-06-27 11:02:56.665 Detected previous administrative 64-bit install? No 2023-06-27 11:02:56.668 Installation process succeeded. 2023-06-27 11:02:56.669 Need to restart Windows? No 2023-06-27 11:02:58.640 -- Run entry -- 2023-06-27 11:02:58.640 Run as: Original user 2023-06-27 11:02:58.640 Type: ShellExec 2023-06-27 11:02:58.640 Filename: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\WUView.exe 2023-06-27 11:02:59.747 Setup log file copied to: C:\Users\SuperMan\AppData\Local\Programs\T_K\Windows Update Viewer\Setup_Log.txt

Timthreetwelve commented 1 year ago

@CMTriX, great news! I'm glad it worked. Thank you for sticking with me while I got it working.

FYI 0.5.13.beta didn't have any changes in Windows Update Viewer, just the installer.

Tim

CMTriX commented 1 year ago

No problem. I'm already looking for the next bug! ;) Thanks for fixing.