Relative Content

Tag Archive for c#windows.net-8.0winui-3winui

How do I package a WinUI app as exe setup file or something that includes all dlls while installation?

I am facing while packaging a WinUI app. As by using the publish and package option directly from VS Studio creates the msix file but when I install that file in other computers, I realized that all libraries(dll) for libraries that were installed using Nuget aren’t present in the installation. But when I copy the files and dlls from debugging results to other computer’s installation directory. Then its starts working.