-
Notifications
You must be signed in to change notification settings - Fork 331
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
Deployed MAUI app as MSIX on server 2019 not unpackage #3020
Comments
Issue moved from dotnet/maui#10363
From @msftbot[bot] on Wednesday, September 28, 2022 8:25:28 AM Hi @danies8. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Issue moved from dotnet/maui#10363
From @msftbot[bot] on Wednesday, September 28, 2022 8:25:31 AM Hi @danies8. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Issue moved from dotnet/maui#10363
From @danies8 on Wednesday, September 28, 2022 8:38:34 AM This the command I used: |
Issue moved from dotnet/maui#10363
From @danies8 on Wednesday, September 28, 2022 8:57:09 AM Moreover, as a developer must carefully consider everything that normally comes with the MSIX package and ensure they're available in the target environment. Publishing self-contained just means the .NET runtime, it doesn't mean it will automatically check to see if fonts are installed or other things. When unpackaged, we are responsible for making sure all resources, like custom fonts, must be in the operating system environment when that unpackaged app is run. If you are not sure what those things are, you can change ".msix" to ".zip" and extract it to see the contents. |
Issue moved from dotnet/maui#10363
From @danies8 on Wednesday, September 28, 2022 1:23:28 PM 1.Put all files in C volume. 2.You will need to have the Desktop Experience installed as well as any dependencies for your app |
Issue moved from dotnet/maui#10363
From @PureWeen on Wednesday, September 28, 2022 7:22:54 PM @danies8 does this look related? |
Issue moved from dotnet/maui#10363
From @msftbot[bot] on Wednesday, September 28, 2022 7:23:15 PM Hi @danies8. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Issue moved from dotnet/maui#10363
From @danies8 on Wednesday, September 28, 2022 7:35:32 PM @PureWeen I read #2829 I list what I installed in server 2019. Do I need to install something more? |
Issue moved from dotnet/maui#10363
From @danies8 on Wednesday, September 28, 2022 8:30:59 PM @PureWeen |
Issue moved from dotnet/maui#10363
From @mattleibow on Thursday, September 29, 2022 6:29:59 PM The story with MSIX is that all the requirements and dependencies should be installed with the app. If you create a plain WinUI app, does it also have issues? Also, the publish with And, Is there a difference when you use |
Issue moved from dotnet/maui#10363
From @msftbot[bot] on Thursday, September 29, 2022 6:32:57 PM Hi @danies8. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Issue moved from dotnet/maui#10363
From @danies8 on Sunday, October 2, 2022 6:59:52 AM I used tis code: |
Issue moved from dotnet/maui#10363
From @danies8 on Tuesday, October 4, 2022 7:53:43 AM @mattleibow can you please say what to do? |
@mattleibow can you please answer, how this issue can be fixed ? |
@mattleibow and @gabbybilka |
You may have to install a separate app to install them... App Installer https://apps.microsoft.com/store/detail/app-installer/9NBLGGH4NNS1?hl=en-us&gl=us |
@mattleibow sorry I tried to download this app installer without success -(: |
You can use powershell to install MSIX packages powershell -c Add-AppxPackage AutomationClient.MAUI_1.0.0.0_x64.msix If something goes wrong it displays error info and pointers to find more details about the failure |
Issue moved from dotnet/maui#10363
From @danies8 on Wednesday, September 28, 2022 8:18:34 AM
Description
Deployed MAUI app as MSIX on server 2019 not unpackage
Steps to Reproduce
1.Create MAUI app.
2.Deplayed as msix.
3.Not worked on server 2019.
Link to public reproduction project repository
..
Version with bug
Unknown/Other (please specify)
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
..
Did you find any workaround?
..
Relevant log output
The text was updated successfully, but these errors were encountered: