We have an enterprise Windows store app targeting Windows 8.1 and Windows 10. We are currently using sideloading to deploy the app. We need to be able to deploy the app for all users on a particular device.
According to this technet article:
https://technet.microsoft.com/en-us/library/dn613833(v=ws.11).aspx
You can use DISM to provision an app for all users on a device, but only for users that have not already logged in on that device:
Provisioned apps are injected in the image and are installed for every user the first time the user logs on.
What I want to do is install our app for all current users on a particular device, regardless of whether or not they’ve logged into that device before.
I’ve done quite a bit of research and I haven’t found anything that details how to accomplish this.
Is this currently possible with Windows store apps?