I´m converting a WPF application into a UWP one using the Desktop Bridge.
When I use the Desktop App Converter to convert MSI, the Registry modifications that installer does, are also done by installing package APPX.
But when I generate the package throw Visual Studio, having a UWP project with application files inside Win32 folder, I don´t know how to include Registry values.
If I modify Registry in C# during execution, first launch have problems because of these missing Registry values.
Is there any way to achieve this? Thanks you.