When I try to call the method as below, there is no error or exception occurred, but the software isn't installed on the target computer.
InstallationInformation ApplicationViewServiceSoapClient.InstallApplication(string applicationID, string deviceID, string reserved)
The applicationID and deviceID have already got from previous method and SDK, and the reserved has been set into null.
Is there any process needed which is ignored by me?
I am new to the SCCM development, this question confuse me a lot.
Thanks for your ideas!