-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single-Project MSIX does not create .appinstaller or index.html files for auto-updates #1821
Comments
@mjfusa Can you try building in Release? I have a faint memory of this (or something packaging project related) that just silently does nothing when building in Debug configurations. Not saying this isn't a bug, just curious. |
Thanks for the suggestion @riverar - unfortunately I get the same result (no appinstaller or index.html files) in Release. |
After changing my existing two project with separate packaging project into a single project I made the same observation. The index.html and app installers are missing. |
This is a known gap, single-project MSIX unfortunately doesn't support creating the appinstaller file. You can use the classic Windows Packaging Project (two projects) for now. How important is appinstaller support in single-project MSIX for you? You can add your vote here: https://portal.productboard.com/winappsdk/1-windows-app-sdk/c/55-support-generating-appinstaller-file-in-single-project-msix |
Thanks, voted. |
if this is not supported why there is an option to provide the path to the installer folder ? That is confusing and makes people think it's actually supported. I |
Is there a supported MSBuild option to generate this index.html for single-project MSIX? I'm setting up an Azure DevOps CI/CD pipeline and am able to generate the .msix and .appinstaller for the single-project MSIX using the following MSBuild options:
The index.html file is still missing. |
@headerjson Double-check that's being built in a Release configuration. If I remember correctly, nothing happens (silently) if in Debug. (Or this behavior changed and you can ignore me.) |
|
Vote for adding support for .appinstaller here!
Describe the bug
When building MSIX packages with a single project MSIX for automatic updates, the .appinstaller and index.html files are not created
Steps to reproduce the bug
Expected behavior
App packages get created in the AppPackages folder as expected, however the expected .appinstaller and index.html files are not created. This prevents the app from receiving automatic updates.
Screenshots
No response
NuGet package version
1.0.0
Packaging type
Packaged (MSIX)
Windows version
Windows 11 (22000)
IDE
Visual Studio 2022
Additional context
No response
The text was updated successfully, but these errors were encountered: