our interest is using MAUI to host Blazor apps for OS functionality like file acces. We have not been able to find out if xcopy style deployment (usage inside organisation network) is / will be definitively made available like in WinForm.
Anybody have information about that.
Thanks in advance
1 Answer, 1 is accepted
0
Rosi
Telerik team
answered on 11 Nov 2021, 09:19 AM
Hello Thomas,
Thanks for the question and for the interest in .NET MAUI and Telerik UI for .NET MAUI.
To answer you better it will be helpful to understand more about the target platforms of your application. However as you mention WinForms I understand that Windows is one of the platform that you are asking for.
MAUI apps target Windows through WinUI framework and to deploy WinUI app you need to create a msix package which will contain the needed files. This package can be used to install apps locally too. More info you can find here:
Yes, we are interested in Win Desktop. And we dont want to use MSIX, dont want and need that competence. They are of no use to us. Just want to deploy xcopy style.
Regards
Rosi
Telerik team
commented on 17 Nov 2021, 12:25 PM
I see. The pure way of using "xcopy" is still not available in both WinUI and MAUI platforms. You can refer to this GitHub issue for more details. However I suggest you to review and try the "unpackaged way" that MS offers for WinUI apps whether would suits your needs. The feature was released as part of the stable Windows App SDK 1.0.0 release suite, which means that most probably it should be available in one the next MAUI preview versions when they update the WinUI versions.
Unpackaged apps can deploy Windows App SDK by integrating in the standalone Windows App SDK .exe installer into your existing MSI or setup program.