Integrating a new child UWP exe/app in an existing parent UWP app

DotNET Fan 191 Reputation points
2024-06-01T08:02:20.1466667+00:00

How can I integrate a new status updater app, which should be part of an existing parent UWP app project and package?

The new status updater app will use WinUI libs and UWP xaml libs and be part of the UWP app store app.

The parent UWP app should communicate with the status updater app through inter-process communication.

If the parent UWP app is closed, the status updater app should not close and user can close it. The status updater app should be UWP and not a WPF/Winform application to avoid shipping dependencies.

Can you provide any inputs or suggestions?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,957 questions
Universal Windows Platform (UWP)
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,630 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Junjie Zhu - MSFT 16,146 Reputation points Microsoft Vendor
    2024-06-03T03:18:13.1166667+00:00

    Hi @DotNET Fan ,

    Welcome to Microsoft Q&A!

    Sorry, there is currently no way in UWP to package both UWP and WinUI3.

    When packaging UWP and WinUI3 together in visual studio, the following error will appear.

    User's image

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.