Questions tagged [appinstaller]

46 questions
11
votes
4 answers

AppInstaller XML Issue

I'm trying to follow the Microsoft documentation but I'm confused as to why my appinstaller is failing:
Magikarp
  • 492
  • 6
  • 19
4
votes
1 answer

Installation did not succeed. The application could not be installed. java.io.IOException: Requested internal only, but not enough space

Many answers say to disable Instant Run but Cannot find Instant Run in android 4.0.1 Any help or knowledge would be greatly appreciated! Thanks! :) below is the error I'm getting [0] 'D:\PC-name\Android\APL…
3
votes
1 answer

Is it possible to update MSIX packages via appinstaller pushed by Intune

Context: We want to force the installation of new versions of our MSIX bundled apps. Because of risk of data loss, we don't want to force close them but give users the option to save their work and install the update. Sometimes critical updates…
Warrantor
  • 31
  • 1
3
votes
0 answers

How to solve application install error "Package name null is not an installed package" on Android

I have developed an application and I can install it from Android Studio but after creating signed APK file I get this result and can't install the app. I get this log: 12-31 21:13:36.118 3965-3965/? W/Finsky: [1] aaam.a(12): Exception reading…
3
votes
3 answers

.NET Core WPF Desktop Bridge - Desktop Shortcuts / Task Bar Shortcuts Bypasses Check For Updates

Where I work one of our apps is a .NET Core WPF application that we switched over to using the desktop bridge recently. We have noticed that if a user creates a desktop shortcut or task bar shortcut for the app using the tile in the start menu and…
Stevie White
  • 569
  • 1
  • 7
  • 24
2
votes
1 answer

App installed via MSIX package 'forgets' virtual LocalAppData path

Some temp files are being cached to Environment.GetFolderPath(Environment.SpecialFolder.) + "\\Company\\App";. At app start the virtual AppData location is assigned. Everything seems to be okay and files are being generated in the virtual directory…
2
votes
0 answers

Appinstaller package full name does not match

I have created and msix package and an appinstaller for my application so I can have it auto update. When I run the appinstaller (with Add-AppxPackage -Appinstaller) I get the message: Add-AppxPackage : Deployment failed with HRESULT: 0x8008020C,…
user3190036
  • 463
  • 6
  • 15
2
votes
1 answer

Manually update an windows app in kiosk mode doesn´t work

Manually triggering update of an app when running windows in assigned access (Kiosk mode) doesn´t work. I have read others facing the same issue and it feels like there is a bug in windows Kiosk mode. But maybe there is some reason for this…
Berglund
  • 73
  • 7
2
votes
0 answers

Distributing windows 10 apps from Dynamics portal

So I'm trying to host an internal UWP app on Dynamics 365. I'm new to Dynamics, but from what I understand the way to host files (such as installers) is to create a new file Portals => Webfiles, then upload that actual file as part of an attachment…
Ash
  • 379
  • 1
  • 3
  • 14
2
votes
1 answer

How to determine location from which Windows 10 UWP app was installed with App Installer

We have an app installed via the Windows 10 App Installer. We have multiple environments, so the installer could point to different servers to get download updates. How can we determine in Windows what server our app is looking to for updates? We…
NSouth
  • 5,067
  • 7
  • 48
  • 83
1
vote
0 answers

"App Installation Not Safe" Showing message and App Closes

I recently updated my Android app via the Play Store, but I'm running into an issue. When I try to open the app, I get a "App installation is not safe, Please download the app via a proper method" message, and then the app closes. Interestingly,…
1
vote
2 answers

This app package’s publisher certificate could not be verified. App Installer Error

I've upload my UWP application to Microsoft Store. But when I trying to download .msixbundle file App Installer says "This app package’s publisher certificate could not be verified. Contact your system administrator or the app developer to obtain a…
1
vote
0 answers

.appinstaller error - schema is not valid for OS

I'm getting the following error when attempting to install my .msix file via an .appinstaller file. This .appinstaller file is using a new schema which is not valid on this OS version. Please update to the latest version of Windows 10. I've tried…
Mike
  • 81
  • 6
1
vote
0 answers

apk installer name

Is there a way to get apk installer name? For example I downloaded a game and Installed from an another app (like an apk installer) can I get the package name or name of the installer? Note: I know this code…
SEON
  • 11
  • 1
1
vote
1 answer

How can I get trusted pfx certificate for my msix file? That certificate should be trusted for all windows users not only for me locally

I have been developing a flutter desktop application. I'm going to deliver it to users in msix format, but when it comes to installation, it's not possible to install it because of its certificate is untrusted for other users. I need to get somehow…
1
2 3 4