appx

Install an appx manually on multiple Windows Phone 8.1 devices

﹥>﹥吖頭↗ 提交于 2020-01-17 04:08:10
问题 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 didn't find any aswer to this questions: How can I create and send them an appx that they can install on their phones? What kind of developer license I need? Do they have to register their phones with the same certificate I create the appx? How can

UWP App Installation without admin rights, powershell interaction and without Windows Store?

懵懂的女人 提交于 2020-01-15 12:13:06
问题 Any windows uwp "experts" here? I've been researching on the below mentioned topic for a day now as I couldn't believe there is no way that we can distribute our UWP App. Is it really not possible to distribute an UWP App through a different channel than the store without having to manually run+interact with the powershell script? Because we can't really do that for our customers everytime. They also do not have admin rights and are not allowed to use the normal windows store . Just

UWP App Installation without admin rights, powershell interaction and without Windows Store?

牧云@^-^@ 提交于 2020-01-15 12:12:30
问题 Any windows uwp "experts" here? I've been researching on the below mentioned topic for a day now as I couldn't believe there is no way that we can distribute our UWP App. Is it really not possible to distribute an UWP App through a different channel than the store without having to manually run+interact with the powershell script? Because we can't really do that for our customers everytime. They also do not have admin rights and are not allowed to use the normal windows store . Just

'App installer failed to install package dependencies. Ask the developer for Microsoft.VCLibs.140.00

守給你的承諾、 提交于 2020-01-13 08:50:47
问题 screenshot of the error I am getting this error:" App installer failed to install package dependencies.Ask the developer for Microsoft.VCLibs.140.00.Debug package " while side loading .appxbundle file via App installer in windows10 client machine, however the same was sideloaded in my (developer) machine without any issue. I am using Visual Studio 2017 for development. Couldn't find anything relevant in google. Somebody help..!! 回答1: Try to add it to Dependencies section into .appinstaller

UWP appx upload to windows store gives market error

泄露秘密 提交于 2020-01-05 07:56:25
问题 I am uploading a new appxupload package to the Windows Store and it gives me the error: "You must upload at least one package for each of your market groups." The package was created using the Desktop Bridge for an older Win32 app. What does that mean? What is a market group? How do I fix this? 回答1: I think this happens while the package is validating. If you wait about 30 minutes and come back the package will have finished uploading and will no longer give this error message. Otherwise you

Is it safe to manually generate .appxsym and .appxupload for Windows Store Apps crash analysis?

﹥>﹥吖頭↗ 提交于 2020-01-02 05:17:07
问题 We have an app with a manual packaging process (MakeAppx.exe). We would like to publish this app to the Store including the public symbols files, so that I can download the .cab process dump file for crash analysis (such as described here). I understand the .appxupload is a zip-file contaning the .appx package and an .appxsym file, which in turn is a .zip file containing the .pdb files (also according to MSDN). Is it safe to manually generate/edit these .appxsym and .appxupload for publishing

make .exe file out of Visual Studio uwp .appx file

时光总嘲笑我的痴心妄想 提交于 2020-01-01 03:29:10
问题 I have an uwp-app, designed with Visual Studio 2015 for windows 10 (multi-touch, etc.), but it must NOT be released via Windows Store (and yes, that includes also the kind'a "private / hidden" version via Windows store) and an installation via Powershell is a little complicated for an average customer, so I would prefer some good old .exe file. Is there any possibility to export / release the programm instead of .appx as .exe? Thx for any support :) 回答1: Short answer is you can't . As

How to update a sideloaded APPX on Windows 10 Mobile

混江龙づ霸主 提交于 2019-12-25 09:04:08
问题 Problem: I have created two APPX-files with version 0.0.1 and version 0.0.2. After the installation of version 0.0.1 the app is visible and accessible. All is ok so far. Now I want to update that app to version 0.0.2. I open the 0.0.2 APPX-file and the installation pop-up comes up. I press the install button and the app seems to install, same like the 0.0.1 installation. After about a minute I open the app again, but against my expectations version 0.0.1 is still installed. I have also tried

Windows UWP - Dynamically Load Assembly In Side Loaded App

天涯浪子 提交于 2019-12-24 10:56:35
问题 It seems to be a deliberate security of Windows 10 Store apps that assemblies not be allowed to be loaded at runtime. I think that this feature is massive overkill and stops UWP development dead in its tracks. However, if it is a rock solid design decision by Microsoft, there is nothing we can do to argue with it. Instead, I'd like to ask the question, assuming that you were not deploying your UWP app to the store, would it still be impossible to load an assembly dynamically? If it's possible

SignTool error when signing AppX file: “Error: SignerSign() failed.” (-2147024693/0x800700cb)

被刻印的时光 ゝ 提交于 2019-12-23 09:17:58
问题 I am creating an Appx package using makeappx.exe and then try to sign it using SignTool.exe . The error I get from SignTool is: "Error: SignerSign() failed." (-2147024693/0x800700cb) The certificate I am using is created by me following instructions from here. In EventViewer there is no record about this failed operation! I do not understand what this error means and how to fix it!! Has anyone encountered this before, and found a solution? I can't use Visual Studio so I need to stick with