Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Windows Update Agent API: ServerSelection

Reply
Thread Tools Display Modes

Windows Update Agent API: ServerSelection

 
 
ITadmin
Guest
Posts: n/a

 
      09-22-2005
Hi,

The ServerSelection Enumeration defines the possible server selections that
a searcher can search against. If one is to use the ssOthers option, and add
a service which resides on the internal network, as apposed to the internet,
what possible values can be passed into the AddService interface for the
authorizationCabPath parameter? Must it be a URL?

The AddService method registers a service with Windows Update Agent (WUA).
HRESULT AddService(
BSTR serviceID,
BSTR authorizationCabPath,
IUpdateService** retval
);

Parameters
serviceID
[in] An identifier for a service to be registered.
authorizationCabPath
[in] The path to the Microsoft® signed local cab file that has the
information required for a service registration.


--
Thanks,
IT Admin
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Critical Update "Windows Update Agent" AliceZ Windows Vista Security 0 12-03-2008 11:19 PM
Windows Vista: user-agent info? christos Windows Vista General Discussion 1 03-13-2007 04:43 PM
When did Microsoft begin using Windows Update Agent? Newsgroup visitor Windows Update 0 08-12-2005 01:31 PM
Update agent - last synchronization date Parthasarathy Govindarajen Windows Update 0 08-10-2005 05:11 PM
Windows Update Agent Error Zoe Windows Update 0 09-19-2004 04:21 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59