I want to deploy my UWP to my users through group policy like we did WPF app?
I want to deploy my UWP to my users through group policy like we did WPF app?
Hi, Your problem may be solved with the help of LOB. We noticed that you have the same problem on StackOverflow, my colleague gave a detailed answer there.
Yes, i understand,, I have few questions..
1) Basically I want to deploy my UWP app like we are doing with WPF MSI... i want something like MSI that can install through command line without any UI or i can easily install that for many users from one place...So i need to create MSIX for that if yes how to create MSIX for UWP application.
2) its is possible to deploy ".appxbundle" file through Management tools like Citrix?
You can use Intune to deploy UWP apps. FYI: https://www.microsoft.com/en-us/microsoft-365/enterprise-mobility-security/microsoft-intune
through windows server, UWP app is possible to deploy? Intune is fully new and paid
If I understood your question correctly - see my answer here: https://docs.microsoft.com/answers/questions/4027/uwp-cant-install-signed-application-non-ms-storeco.html
No, my question is.. I want alternative of MSI in UWP application.. basically i want something like MSI in UWP
Need a way to deploy my UWP application from Management tools like Citrix..
I already have .appxbundle file this file will deploy? or I need to create MSIX file if yer how to create MSIX file for UWP application
Deploying a UWP app should give you an .msixbundle . THAT IS NOT ENOUGH. You'll have to create an .appinstaller file as I explained in the other link.
The dependencies of your UWP app are usually 3 or 4 - which you'll usually need to upload to your server only once. After that, with each new version, you'll need to upload 2 files to the server: the updated .appinstaller file and the .msixbundle
11 people are following this question.
How to write and read multiple types of data using Data Writer and Data Reader
Consuming UWP mail api from WPF Desktop Bridge App
Get Network usage information in UWP apps
How to Get/Set Cookies in Windows.Web.Http API
Switch the ListView Datatemplate from one data template to another data template?