This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
[Feature] Ability to stop installations (and maybe pause?) #30
Labels
feature accepted
Feature has been accepted
help wanted
Extra attention is needed
low priority
Low priority
Is your feature request related to a problem? Please describe.
It is very common for installers to allow the user to stop any ongoing installations. Right now, the only way to stop an installation is to exit the launcher completely, but it doesn't happen cleanly.
Describe the solution you'd like
Installations should be stoppable without having to exit the launcher, by adding a stop control. Implementation is up to whoever wants to take care of this issue.
complete-installer.js
). When stopping on the complete installation screen, it should stop the current installer that is running and continue no further. It should cleanup every installer run before that, though (except probably standalone installers, such as OpenAL).Describe alternatives you've considered
N/A
Additional context
Screenshot of current installation items where the new control should be added:
Individual installation item:
Complete installation screen:
The text was updated successfully, but these errors were encountered: