Forum Discussion
MSIX for UWP and Windows service Bundle
- Mar 06, 2020
Hi ABerglund
Our recommendation for apps in development is to use background tasks instead of trying to add a Windows Service.
For the case where you're trying to access content outside the UWP container, you can consider adding a desktop extension component to your UWP package and then using that for your required functionality. Have a look at this blog post for more details - https://stefanwick.com/2018/04/06/uwp-with-desktop-extension-part-1/
Cheers,
Tanaka
Hi ABerglund
Our recommendation for apps in development is to use background tasks instead of trying to add a Windows Service.
For the case where you're trying to access content outside the UWP container, you can consider adding a desktop extension component to your UWP package and then using that for your required functionality. Have a look at this blog post for more details - https://stefanwick.com/2018/04/06/uwp-with-desktop-extension-part-1/
Cheers,
Tanaka