DCourtel / Wsus_Package_Publisher

Publish third-party applications into your WSUS.
MIT License
215 stars 34 forks source link

Question no Issue #76

Closed grotendr closed 2 years ago

grotendr commented 2 years ago

Could you tell us a bit more about how this integrates (technically) with WSUS. We want to use it for JRE deployment but senior technical staff is worried about what this does to the WSUS Database. Also do you know if Microsoft still supports WSUS if this is used?

Best regards, Robin Grotendorst

DCourtel commented 2 years ago

Hi, WPP relies on the MS WSUS SDK to publish third-party updates. It doesn’t make any change in the database unless you set it to have third-party updates visible in the WSUS console (Tools -> Settings -> Servers tab). In this case, it changes the "IsLocallyPublished" field of the "[SUSDB].[dbo].[tbUpdate]" table. Concerning MS support, only Microsoft can answer this question. I guess they will as WPP uses their SDK.

grotendr commented 2 years ago

Thanks for the quick answer!