Skip to content

Windows installer #66

Open
Open
@Anaminus

Description

The current install process isn't as convenient as it could be. It seems especially daunting if the user has no clue what they're doing.

Solution: Create a Windows installer. This will make the install process trivial. It also simplifies uninstalling.

Use Inno Setup. It's open-source, and easy to automate. Moreover, the Windows environment for GitHub Actions already has it installed. An installer is created by compiling an Inno Setup Script.

Goals

  • Package both 32- and 64-bit versions. The installer will automatically select the correct one.
  • Handle previous installations.
  • Option to install for user, for all, or to a custom location.
  • Option to add rbxmk location to PATH.

Research

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions