- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How to detect Windows 10 Updates “downloading status” and “pending install status” within InstallShi...
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
How to detect Windows 10 Updates “downloading status” and “pending install status” within InstallShield
Hello Support,
Could you advise how to detect Windows 10 Updates “downloading status” and “pending install status” within InstallShield? Thanks!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @angelw1 ,
Windows 10 Updates “downloading status” and “pending install status” can be detected through the custom action, you have to write your own custom action which internally use com interfaces Windows Update Agent (WUA) to fetch all these information. More information on Windows Update Agent (WUA) interfaces can be found at the below link:
https://docs.microsoft.com/en-in/windows/win32/wua_sdk/portal-client?redirectedfrom=MSDN
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
@banna_k wrote:Hi @angelw1 ,
Windows 10 Updates “downloading status” and “pending install status” can be detected through the custom action, you have to write your own custom action which internally use com interfaces Windows Update Agent (WUA) to fetch all these information. More information on Windows Update Agent (WUA) interfaces can be found at the below link:
https://docs.microsoft.com/en-in/windows/win32/wua_sdk/portal-client?redirectedfrom=MSDN run 3
thank you so much! only this helped me, too