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
|