msix-packaging
msix-packaging copied to clipboard
[Question] Microsoft - why do you hate developers?
I have created *.msi installer. Now, I want to distribute it.
-
I can not distribute directly, because I do not have spare thousands of dollars to buy a certificate to sign the code.
-
OK, MS allows to publish on the store ... but not .msi files, because they are required to be signed!
-
OK, I found that you can publish appx/msix packages without singing the code. Would a trillion dollar worth company provide a solution to upload msi file and convert to msix? Apparently, they do not have resources or simply hate poor developers...
-
OK, I found MSIX Packaging tool, ..... but, to my surprise, it generates low quality icons! All my logo images look awful. And Microsoft has not given any option to create package with custom images, because, what, they do not have resources or just simply hate developers?
Even VLC is struggling with the Microsoft - https://twitter.com/videolan/status/1759688788232523788
Why not create an msix directly rather than going via msi?
@charlesroddie Because it's a Tauri app (https://tauri.app/) and Tauri currently doesn't provide appx or msix creation.
Hi @Andrew-web-coder I understand that you're trying to publish an MSI installer to Store but are facing issues in the process.
-
Trusted signing is a new feature to help with simplifying the signing process.
-
When trying to package to MSIX, have you tried packaging your app using Windows Application Project?
-
If using the MSIX Packaging tool, you might want to try this , for adding custom assets.
Hope this helps! We would love to hear about your experience with these features.