Questions tagged [appx]

245 questions
0
votes
1 answer

Register-ScheduledJob for install appx

Add-AppxPackage add appx for the connected user at the tablet Add-AppxProvisionedPackage do available the appx for the new user but not for the existing user Moreover if I reinstall my appx the appx is not updated for the existing user The solution…
lg0173
  • 208
  • 2
  • 8
  • 20
0
votes
2 answers

Update a provisionned appx

I've developed a LOB App and want to provision the package for it on a Windows 10 PC. I want use the DISM Cmdlet: Add-AppxProvisionedPackage -Online -PackagePath ..\cordova-appx\my.appx -SkipLicense but this cmdlet works only for the new Users, not…
lg0173
  • 208
  • 2
  • 8
  • 20
0
votes
1 answer

Cordova: publishing Windows 10 Store app

For the last day I've been trying to publish a Windows Store app.I'm using Visual Studio 2015, latest update. My project is created with Cordova (latest update) and works fine. The build and release give no errors. But there are some issues with the…
user5888303
0
votes
0 answers

Issue creating app package for windows 8.1 metro app using the visual studio wizard.

I have tried the following steps (as outlined on MSDN): Select the project in solution explorer. Go to Project > Store > Create App Packages Select No as the application does not need to be uploaded to the Windows Store. Click Next and then…
0
votes
1 answer

Win 10 UWP get appx File

maybe I am blind or I don't understand something right. I have created some HelloWorld-App and now I would like to test in on my device directly. (not via Visual Studios' Remote Tools) So created my app package in VS but selected "No" for "Uploading…
Pavel Slesinger
  • 498
  • 3
  • 12
0
votes
1 answer

VS2015: recursively adding external content directories to AppX

I try to add a folder and its subfolders (~4000 files) as content to a C++ windows store app (in VS2015). Heres the scenario: G:\Game -> is the build directory D:\data -> holds the original content I've read there are some methods to declare…
Roman Pfneudl
  • 707
  • 1
  • 8
  • 21
0
votes
1 answer

Install appx app on windows tablet permanently without app store

On the basis of the answer to this question, I installed the visual studio cordova app on my windows tablet. I want to install the app on a few device permanently. Is this the best way for it? (Without app store) And with this way, I have to use a…
alexander-fire
  • 1,082
  • 4
  • 27
  • 52
0
votes
1 answer

Windows PowerShell to Deploy Windows Store Appx Side Loading

I am currently trying to set my Windows Store app up for side loading. I have been following instructions such as this one but then run into troubles with a MS Scheme and certificates. Being unable to get my Code Signing Certificate to work due to…
Robert
  • 400
  • 8
  • 23
0
votes
1 answer

Methods to convert appx to xap

The title says it all. Is it possible to convert *.appx file to *.xap file? I am limited only to emulators that can handle xap. These work in windows 7.
benderto
  • 896
  • 11
  • 39
0
votes
1 answer

Create XAP, APPX with Mono

I want to use a service that provides CI for Windows Phone/Store/Universal/UAP apps. For this I'm considering Codeship as they provide a free plan to get me started. However, they don't support such types of apps yet. Asking their support they asked…
Stephan
  • 1,791
  • 1
  • 27
  • 51
0
votes
1 answer

Windows Phone 8.1 Xmal With Azure Mobile Service Deployment Error: [MissingManifestResource_NoPRIresources]

I am using Azure Mobile Service Offline with Windows Phone 8.1 (XAML). When I am using app with debug mode it is working fine. But, If i create package with Release mode. It Throw an error. and that is…
0
votes
1 answer

Install an appx manually on multiple Windows Phone 8.1 devices

I'm doing a Windows Phone 8.1 application. It works ok, I can try it on emulator and on my phone, because I've registered it. Now, I have to pass the app to my client to test it (they are going to test it on multiple devices). I was looking but I…
A.Vila
  • 1,456
  • 4
  • 21
  • 32
0
votes
1 answer

Installshield sideload: app not start after install

I have a problem with a Windows 8.1 app that I want to deploy by sideloading. I installed InstallShield premier to test it's feature, and generated an installation package that contains appx file and a test certificate file created by visual studio…
0
votes
1 answer

Why do I not see "Store" in the project menu for my Windows Phone 8.0 app?

According to official guide - i have to build a .appxupload file via special Wizard. Unfortunately, i simply don't have the option "Store" in Project menu. I only have "test Store" with opportunities to test my app's icons, XAP-file, etc.. Can…
Nikita Semenov
  • 2,111
  • 4
  • 18
  • 31
0
votes
1 answer

How to get company license for windows 8 Apps developed in Visual Studio 2012

we developed Windows 8 based application using Visual Studio 2012. when I create package using Create App package in store of visual studio 2012. Add-AppDevPackage.ps1 and other supporting packages generated. Customer tries to install…
1 2 3
16
17