Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to install windows updates WUA api

How to install windows updates WUA api

Scheduled Pinned Locked Moved C / C++ / MFC
algorithmsjsonhelptutorial
4 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ashish8patil
    wrote on last edited by
    #1

    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.

    S 1 Reply Last reply
    0
    • A ashish8patil

      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.

      S Offline
      S Offline
      Stuart Dootson
      wrote on last edited by
      #2

      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

      A 1 Reply Last reply
      0
      • S Stuart Dootson

        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

        A Offline
        A Offline
        ashish8patil
        wrote on last edited by
        #3

        Thanks for reply cab file containing many ._p Files ,manifest file, psm file

        S 1 Reply Last reply
        0
        • A ashish8patil

          Thanks for reply cab file containing many ._p Files ,manifest file, psm file

          S Offline
          S Offline
          Stuart Dootson
          wrote on last edited by
          #4

          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

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups