Skip to content

fix: Start Menu shortcut + KB display for sub-MB downloads#3

Merged
rodchristiansen merged 2 commits into
mainfrom
fix/start-menu-and-size-fmt
May 28, 2026
Merged

fix: Start Menu shortcut + KB display for sub-MB downloads#3
rodchristiansen merged 2 commits into
mainfrom
fix/start-menu-and-size-fmt

Conversation

@rodchristiansen

Copy link
Copy Markdown
Contributor

Summary

  • Add Start Menu shortcut Programs\BootstrapMate\BootstrapMate.lnk targeting the WinUI 3 GUI binary harvested into INSTALLDIR\BootstrapMate.exe. Previously the GUI shipped via PR fix(msi): ship WinUI 3 GUI; pick host-arch makepri.exe #2 but had no launchable entry point.
  • Format download size as KB when under 1 MB. Small config MSIs (56–92 KB) were reporting Downloaded: 0.0 MB next to Installation completed: Success, which read like a silent failure.

Test plan

  • CI builds x64 + arm64 MSIs.
  • Install x64 MSI on a clean VM; verify Start > BootstrapMate appears and launches the GUI.
  • Run installapplications against a manifest containing small (<1 MB) MSIs; verify the readout shows KB instead of 0.0 MB.
  • Uninstall: Start Menu folder is removed.

- Product.wxs: add ProgramMenuFolder\BootstrapMate\BootstrapMate.lnk
  targeting [INSTALLDIR]BootstrapMate.exe (harvested GUI binary)
- Program.cs: switch download size readout to KB when <1MB so small
  config MSIs no longer report 'Downloaded: 0.0 MB'
@rodchristiansen rodchristiansen merged commit bda3827 into main May 28, 2026
2 checks passed
@rodchristiansen rodchristiansen deleted the fix/start-menu-and-size-fmt branch May 28, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant