I wrote here an application that uses the WUA COM interfaces (IUpdateSearcher
, IUpdate
etc.). I use this application to scan for available updates, download the updates and install them. Everything works OK until I get to download and install some update have some ui update dialog.
I get this update when I use IUpdateSearcher.Search()
, I can successfully download it (using IUpdateDownloader.Download()
) but when I install this update using IUpdateInstaller2.Install()
I cannot get rid of the user interface.
My question is - how can I make this a silent installation?