Notepads icon indicating copy to clipboard operation
Notepads copied to clipboard

[Feature request] Publish an MSI installer or a version that isn't an .msixbundle

Open 12932 opened this issue 4 years ago • 2 comments
trafficstars

Is your feature request related to a problem? Please describe. I'm always frustrated when i'm forced to have the Windows Store installed to install a basic windows application

Describe the solution you'd like Could you please create an MSI Installer, or some sort of executable that doesn't depend on the Windows store

Describe alternatives you've considered N/A

Additional context A lot of people don't have the Windows Store installed or can't install it due to their operating system

12932 avatar Oct 09 '21 11:10 12932

I totally understand your pain here. Notepads right now is a full-blown UWP app which requires Store to function. The "Store" is not only the app store that you are seeing, it also comes with a bundle of binaries and DLLs which used by all UWP apps. We have to wait for WinUI 3 to be ready before migrating to the new Windows App model where we can have full access to do whatever we want.

0x7c13 avatar Oct 31 '21 00:10 0x7c13

From my experience it doesn't strictly require MS Store, just having the App Installer (winget) is enough since it'll install the dependencies. However having at least a portable zip option would be great. Windows Terminal has it https://github.com/microsoft/terminal/releases

Kamilkampfwagen-II avatar Oct 13 '23 18:10 Kamilkampfwagen-II