I'm trying to install a feature update using WUAPI. I believe I need IUpdateInstaller4::Commit method but I cannot make it work. Without the commit method the feature update stays in the processing state after the installation. I already tried few things: * updateSession.CreateUpdateInstaller() returns IUpdateInstaller not IUpdateInstaller4. Anyway I tried: [...] read more