|
|
|
|
|
by delfinom
1010 days ago
|
|
The joke is, Microsoft devs even now use NSIS for things like VSCode rather than deal with MSIs lol But there is the modern implementation of AppX Bundles which was later extended to create MSIX which allows app distribution without the windows store.
There are still drawbacks to using MSIX usually because you want to touch Windows in ways you can't inside the sandbox. |
|
In my experience, you can pretty easily write the nice sandboxed MSIX manifests by hand, it's not too bad, but general MSIX doing weird MSI things you still want better more expensive tools to build them (and of course Microsoft themselves still don't exactly provide that and will point you to plenty of expensive third party installer studios for options, many of which are the exact same ones people have been overpaying for decades).
[0] The one complaint I'm aware of is that you can't do custom installer UI and "attended" installs with user choices. There's one MSIX UI and it is barebones but acceptable. That's all you get.