Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows installer #66

Open
Anaminus opened this issue May 7, 2022 · 0 comments
Open

Windows installer #66

Anaminus opened this issue May 7, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Anaminus
Copy link
Owner

Anaminus commented May 7, 2022

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

@Anaminus Anaminus added the enhancement New feature or request label May 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant