LegacyUpdate/launcher
Adam Demasi 8d1c727da6
Avoid IE medium integrity elevation request prompt
This prompt is showing up when the user clicks to open the WU options dialog,
when the site is not in the trusted zone. We can work around this by moving this
logic to the launcher, then marking LegacyUpdate.exe as trusted.
2024-12-11 16:47:29 +10:30
..
CplTasks.xml Move non-ActiveX responsibilities to a launcher exe 2024-09-07 15:03:41 +09:30
InitRunOnce.c Switch to using GDI+ 2024-10-24 17:20:36 +10:30
LaunchUpdateSite.c Fix pre-Vista self-elevate 2024-10-08 19:26:20 +10:30
main.c Avoid IE medium integrity elevation request prompt 2024-12-11 16:47:29 +10:30
main.h Move non-ActiveX responsibilities to a launcher exe 2024-09-07 15:03:41 +09:30
Makefile Undo the CI hack in the Makefile for the launcher 2024-10-17 11:20:30 -05:00
Makefile.actual Switch to using GDI+ 2024-10-24 17:20:36 +10:30
manifest.xml Move non-ActiveX responsibilities to a launcher exe 2024-09-07 15:03:41 +09:30
MsgBox.c Use ExpandEnvironmentStrings() for paths, fix some memory stuff 2024-10-01 21:09:30 +09:30
MsgBox.h Pass parent hwnd to RegisterServer 2024-09-29 03:31:07 +09:30
Options.c Avoid IE medium integrity elevation request prompt 2024-12-11 16:47:29 +10:30
RegisterServer.c Avoid IE medium integrity elevation request prompt 2024-12-11 16:47:29 +10:30
RegisterServer.h Pass parent hwnd to RegisterServer 2024-09-29 03:31:07 +09:30
resource.h Move non-ActiveX responsibilities to a launcher exe 2024-09-07 15:03:41 +09:30
resource.rc Move non-ActiveX responsibilities to a launcher exe 2024-09-07 15:03:41 +09:30
SelfElevate.c Move dll registration to launcher 2024-09-20 18:41:10 +09:30
SelfElevate.h Move dll registration to launcher 2024-09-20 18:41:10 +09:30
stdafx.h Clean up stdafx stuff 2024-09-30 16:57:19 +09:30