Earlier quoted context omitted.
Not everyone wants to use the Windows Store, for multiple reasons. There's no reason to scare users away from independent software distribution.
> There's no reason to scare users away from independent software distribution. Can you please for the love of Zeus make up your mind already? "Installing random software from the Internet - bad! Linux good because package manager!" Microsoft offering a "store" (most software on it is free anyway) and allowing signed installers that won't trigger warnings - also bad! So which is it? And more importantly, how is this…
1) Installing software directly from the developer --along with being able to develop yourself-- is not only perfectly fine, it's what makes personal computing great.
2) Package management is an over-engineered and inflexible solution that creates more problems than it solves.
3) Installers aren't as bad as package managers but are still overly complex and cause problems. Applications should be single files or directories that can be moved or copied anywhere you want. Numerous OSs had applications work this way by convention and it is also how AppImage works.
4) Application-level security should be applied by default and at the OS level. Mobile OSs got this (mostly) right.