I have a question about UWP appx installization. We want to install without using windows app store. so, I will upload appx file to my file server. and then, How can i install that appx file from server to local devices. Is it possible without using powershell command? Please tell me more information about this.
Asked
Active
Viewed 243 times
0
-
Just use the CSP as described in the link you've posted? – zaitsman Dec 25 '16 at 11:39
-
Yes, I know but I don't know how i can use CSP. – nunsseup Dec 28 '16 at 23:53
-
Okay. CSP is used by you creating a MDM server and then issuing some MDM commands. You need to implement a WSTEP protocol and register all devices. Note that all users will have to have local admin on their machines in order to enroll. Once you got the device talking to the server it will use SyncML. You can then create a XML command to install the .appx using the data from CSP reference. – zaitsman Dec 30 '16 at 08:11