How to install windows updates WUA api
-
Hello All, I am using wua api. 1)using IupdateSearcher->Searcher I am searching updates that are require, 2)After that I getting download url of respective updates. 3)using UrlDownloadToFile i am downloading .exe .cab .psf file for respective updates. Now I want to install these file to PC (.exe,.psf,.cab) how should I do please help me. I know i updates install but I want to do it above way. Thank You All, ashish p.
-
Hello All, I am using wua api. 1)using IupdateSearcher->Searcher I am searching updates that are require, 2)After that I getting download url of respective updates. 3)using UrlDownloadToFile i am downloading .exe .cab .psf file for respective updates. Now I want to install these file to PC (.exe,.psf,.cab) how should I do please help me. I know i updates install but I want to do it above way. Thank You All, ashish p.
exe is obvious - run it with ShellExecute or CreateProcess. A cab file is an archive that needs to be unpacked before you run some installer inside it. No idea what a PSF file is?!
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
-
exe is obvious - run it with ShellExecute or CreateProcess. A cab file is an archive that needs to be unpacked before you run some installer inside it. No idea what a PSF file is?!
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
Thanks for reply cab file containing many ._p Files ,manifest file, psm file
-
Thanks for reply cab file containing many ._p Files ,manifest file, psm file
Well, work out what you would do to install them manually and replicate that. It's not rocket science. Think about it.
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p