visual studio 2013 - Testing an app under multiple Windows user accounts -
i have simple windows 8.1 universal app created in visual studio 2015 under windows login a. want log in using windows login b , run app.
problem:
- the app isn't available login b because deployed under login a's account.
- i can't deploy in visual studio via login b because it's deployed
is possible? i've tried running visual studio administrator, doesn't work. don't know else try.
unfortunately windows 8.1 deployment system has buzzword like:
- per user deployments
- app isolation
- multi version existence
but used other way solve problem (not same similar)
- enterprise deployment
- login script (which tries deploy app via dism)
(i know not answer expected :/ )
Comments
Post a Comment