|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
Please, we would like to know some specific information related to the new Windows Server Update Services 3.0. We know that there is a method in IUpdateServer, GetPublisher which gets the IPublisher interface. The GetPublisher method takes a string parameter sdpfile. We would like to know what data we need to pass to this API to get an IPublisher interface. IUpdateServer wsusServer = AdminProxy.GetUpdateServer(); IPublisher publisher = wsusServer.GetPublisher(sdpFile); // Need information on sdp file, that we need to provide publisher.PublishPackage (sourcePath, packageDirectoryName); // Need more information on sourcePath , packageDirectoryName parameters More over us are looking for more information on the PublishPackage method of IPublisher interface. Right now the issues that we face are there is not much documentation around in the MSDN. Can you please help us by your thoughts and some samples to start with? Thanks in Advance -- Anil.S ..NET Developer |
|||||||||||||||||||||||