I found the MSIX tool to convert my MSI to a MSIX in order to submit to the Windows Store Win32 Desktop.
However my application was initially designed to install to AppData in order to be able to update itself automatically without administration privileges.
Is there a way to direct MSIX to install there? Or, should I not consider automatic updating anymore from my app and the update will be handled by the store?
Best,