• AeonFelis@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      17 hours ago

      This is true for the code part, but executables can also contain data does compress well and maybe not be compressed inside the EXE (e.g. - to avoid the need to decompress it on every run)

        • AeonFelis@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          16 minutes ago

          I’ve been on Linux for so long, I already forgot about having to download a zip file with an installer that installs a downloader that downloads and installs the actual application.

    • unalivejoy@lemm.ee
      link
      fedilink
      English
      arrow-up
      4
      ·
      23 hours ago

      A lot of exe files are secretly zip files. zip files can contain arbitrary data at the end of the file. exe files can have arbitrary data at the start of the file. It’s a match made at Microsoft.