![]() |
|
|||||||
| ASP & VBScript Forum Need help from a webmaster with ASP or VBScript, you may ask in this forum? |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hey All
I'm newbie in VBScript I have error in the following Code : Set us = CreateObject("Microsoft.Update.Session") Set updates = CreateObject("Microsoft.Update.UpdateColl","IP") updateTitle = "Security Updates for Windows 2000 (KB914388)" Set download = us.CreateUpdateDownloader() Set usearch = us.CreateupdateSearcher() Set usresult = usearch.Search("IsInstalled=0 Or IsInstalled=1 and Type='Software'") For a = 0 to usresult.Updates.Count - 1 Set patch = usresult.Updates.Item(a) if UCase(updateTitle) = UCase(patch.Title) Then updates.Add(patch) End If Next download.Updates = updates download.Download() I want to update remote computer using WUA, and i perform that task using VBScript I have tried this solution that i get from internet : Configure DCOM properties Configure scrrun.dll etc But All failed please help me |
|
This ad is part of our Revenue Sharing program |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VBScript Function for Compound Primary Key | wacara | ASP & VBScript Forum | 1 | 05-10-2007 02:29 PM |