-
Notifications
You must be signed in to change notification settings - Fork 225
# [Bug]: Installer setup wizard has no Back button #688
Copy link
Copy link
Open
Labels
P2Normal priority bug or improvement with limited blast radius.Normal priority bug or improvement with limited blast radius.clawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Metadata
Metadata
Assignees
Labels
P2Normal priority bug or improvement with limited blast radius.Normal priority bug or improvement with limited blast radius.clawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
The Windows installer/setup wizard does not provide a Back button at any step of the installation process. If a user makes a mistake (e.g., selects the wrong installation directory, provider, or configuration option), there is no way to go back and correct it.
The only workaround currently available is to cancel/terminate the installer entirely and restart from the beginning, which is disruptive and forces re-entry of all previously completed steps.
Steps to Reproduce
OpenClawTray-0.6.3-win-x64.exe).Expected: A Back button is present, allowing the user to return to the previous step and correct the mistake.
Actual: No Back button exists. The user is stuck moving forward or must abort the entire installation.
Workaround
Cancel/kill the installer process and restart it from the beginning.
Impact
Expected Behavior
Each step of the setup wizard should include a Back button that navigates the user to the previous step, preserving any values already entered — consistent with standard Windows installer UX conventions (NSIS, Inno Setup, WiX, etc.).
Environment
OpenClawTray-0.6.3-win-x64).exeinstallerAdditional Notes
Most installer frameworks (Inno Setup, WiX Toolset, NSIS) provide built-in Back/Next/Cancel navigation. If the current framework supports it, enabling the Back button may be a low-effort change.