• PeriodicallyPedantic@lemmy.ca
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    Hot take: I hate when software just extracts an executable.
    Fucking install it so that it’s registered with the software updater and uninstaller. Don’t make me remember that I have to go hunting in the folder to delete this one app.

    • vithigar@lemmy.ca
      link
      fedilink
      arrow-up
      0
      ·
      4 months ago

      Some people prefer it.

      I maintain a small piece of Windows software and originally just provided an installer, but I received enough requests for it that now when I publish releases I provide both an installer and a zipped portable build.

    • MonkderVierte@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      4 months ago
      1. You don’t need an uninstaller if deleting the folder suffices
      2. You don’t want some software to update.
    • Jakeroxs@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      4 months ago

      Kind of a moot point since most windows programs don’t have a centralized hub for updates either, even when “properly installed” in program files.

    • ILikeBoobies@lemmy.ca
      link
      fedilink
      arrow-up
      0
      ·
      4 months ago

      Assuming you are on Windows, the proper install method is to run

      winget install -e --id BlenderFoundation.Blender

      • PeriodicallyPedantic@lemmy.ca
        link
        fedilink
        arrow-up
        0
        ·
        4 months ago

        Cool, that doesn’t help because I don’t actually want blender.

        I’m commenting on how much I hate when software is provided as just a portable executable.

        I know that a lot of the time they’re also provided as flatpaks or debs or in snap or windows app store, or Apple app store, etc.
        But I’m talking about doing the thing that is being described in the image: unpacking a portable executable.