Installing important updates for Windows Update

1.2k Views Asked by At
// Create installer from list
IUpdateInstaller installer = session.CreateUpdateInstaller();
installer.Updates = updatesToInstall;

// Install updates
IInstallationResult installationRes = installer.Install();

I can make optional updates using this. But important updates are "failing". Could you help?

0

There are 0 best solutions below