question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Appinstaller steps

See original GitHub issue

I wonder if its possible to use this tool to sign and publish for AppInstaller installation? Specifically a .net core self contained .wapproj published with -r <RID> that creates an appx and some surronding files ( .appinstaller/index.html/ps1 etc). msbuildcan create theappxfile using the publish target on the.wapproj` project, That creates the appx and then fails if no certificate is supplied, but I could then sign manually. I could then grab/generate the other files from a manually build using a test certificate and publish the amalgamation of those “semi static” files, along with the SignService signed appx. Is that a stupid idea or my best bet?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
yowlcommented, Jul 28, 2021

One other thing if someone gets here. Not related to SignService, but if you encounter invalid XML failures, check you are not hitting https://github.com/MicrosoftDocs/msix-docs/issues/191

0reactions
yowlcommented, Jul 28, 2021

Will do. Thanks for the help. As often I made a mountain out of a mole hill and this was actually quite simple 😊

Read more comments on GitHub >

github_iconTop Results From Across the Web

Create an App Installer file manually - MSIX
How to create an App Installer file; Step 1: Create the *.appinstaller file; Step 2: Add the basic template; Step 3: Add the...
Read more >
Using the App Installer App - MSIX Packaging
Uninstall an MSIX Package using App Installer App. The process to remove an MSIX package is straightforward. Simply locate it in the Start...
Read more >
App Installer Tab for MSIX Release
Project:The App Installer tab is available in MSIX project. ... Once the user has installed the application using these steps, the application is...
Read more >
how-to-embed-an-appinstaller-file.md
The following steps will guide you through how to embed an App Installer file into a pre-existing Windows app using the Microsoft MSIX ......
Read more >
Understanding Windows App Installer
In this article, I'm going to look at the beginnings of Windows App Installer, how it evolved into what it is today, and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found