yamspog
yamspog

Reputation: 18343

with windows universal app, is it possible to install an application programmatically

i'm developing a windows universal app for win10 IOT. I'm wanting to run a headless app that will download and install a new version of the application. It would do something like this: 1) download app from blob storage 2) install app into the device 3) set app as startup 4) reboot the device

Is this possible?

Upvotes: 1

Views: 800

Answers (1)

MPhil
MPhil

Reputation: 907

Maybe you could try this programmatically: http://blogs.msdn.com/b/patricka/archive/2012/11/05/how-do-i-deploy-a-windows-8-app-to-another-device-for-testing.aspx

Simply unzip the downloaded app package and run the power shell script.

But make sure you allow to install apps without the market: http://www.maketecheasier.com/install-windows-8-apps-without-storewindows-8/

Upvotes: 0

Related Questions