1
blindXfish
346d

2024 - At Microsoft its still not clear for the people that who is using Visual Studio might want to create an installer for the application he's building.

Why would people want an installer, what a crazy thought to have it in the ide primarily used for building applications.

Comments
  • 2
    i mean to be fair, installers slowly but surely are getting out of fashion, while being replaced by packaging solutions used in app stores and launchers.
  • 0
    @thebiochemic "going out of fashion" 95% of software still installed with installer...
  • 2
    @blindXfish .. on Windows Desktop.

    And even there, you have something like Steam, where everything is run via their setup system, the microsoft store, where stuff is just packaged to be run in-store.
    MacOS with their stores (and homebrew), a few installers maybe.
    Linux, Android & iOS, that run almost exclusively via different Package Manager and App Store solutions.

    So yeah... definitely not 95%. Not even close.
  • 3
    Still no excuse. Have you seen the amount of useless tools the IDE is packed with by default? I am 100% sure that more people use the installer than the "Dev tunels" or the "Ribbon editor"
  • 1
    @blindXfish yeah i agree on that one. Visual studio is a bloated PoS.
  • 1
    I agree with @thebiochemic that installers get out of fashion but you are still right, it is completely idiotic that you need to reach out for 3rd party solutions if you want (or need) to make software for Windows which has an installer.
Add Comment