• nutbutter@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 days ago

    Technically, when installing a fitgirl rip, it is doing an extraction only, just with some extra UI elements and other features like installing dependencies.

    • RiQuY@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      8 days ago

      With the added complexity that it can fail for reasons I don’t comprehed. If it was just extracting that wouldn’t fail under any circumstances.

      • DdCno1@beehaw.org
        link
        fedilink
        English
        arrow-up
        0
        ·
        8 days ago

        The only times it has failed on me was because either the storage device or RAM were faulty. It’s definitely worth it to check both for errors every once in a while, as financially devastating as it is to replace either.

      • morto@piefed.social
        link
        fedilink
        English
        arrow-up
        0
        ·
        8 days ago

        With the added complexity that it can fail for reasons I don’t comprehed

        The lovecraftian installer

        • gnufuu@lemmy.ca
          link
          fedilink
          English
          arrow-up
          0
          ·
          3 days ago

          “Would you like to wake from its slumber the ancient daemon once known by the name of DirectX 9? (recommended)”

    • WhyJiffie@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      8 days ago

      why does it require admin rights to run, then? right at startup, and if you try to run it with a tool that fakes admin rights, it will crash (unlike other installers it can successfully make run)

      • Sonotsugipaa@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        0
        ·
        8 days ago

        They need admin privileges to write to directories such as C:/Program Files, if I had to guess - I didn’t need privileges when installing Halo: Combatevolved Butworse on Linux

        • WhyJiffie@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          0
          ·
          8 days ago

          but I always installed them on my other drive where it did not need such privileges. it works on linux because here everything runs as admin (in the wine world, it’s not admin in the linux world)

          • Sonotsugipaa@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            0
            ·
            8 days ago

            It’s not that Wine runs things as an administrator, Wine emulates the Windows virtual filesystem by creating and using a directory in your home (by default), which means you own the entire thing;

            with Windows, if you have a separate drive and *you* create a folder in it, even if you call it “Program Files”, it’s going to let you access it freely because it’s yours.
            However, the existing Program Files folder in your OS drive (C: by default, idk if you can change its volume letter) is owned by… I have no idea, actually, but it’s a system account, not yours.

            The last paragraph may be inaccurate, I was much less tech literate when I was still daily-driving Windows.