Fix updateSession not being created

This commit is contained in:
Fierelier 2024-07-16 00:53:31 +02:00
parent d40a0dd6dc
commit 3c32c26082

View File

@ -1,3 +1,4 @@
Set updateSession = CreateObject("Microsoft.Update.Session")
Set updateSearcher = updateSession.CreateUpdateSearcher() Set updateSearcher = updateSession.CreateUpdateSearcher()
Set searchResult = updateSearcher.Search("Type='Software'") Set searchResult = updateSearcher.Search("Type='Software'")