Skip to content

Rename GUI app to Managed Bootstrap Install and fix missing icon - #14

Open
rodchristiansen wants to merge 1 commit into
mainfrom
feature/managed-bootstrap-install-rename-workitem-4264
Open

Rename GUI app to Managed Bootstrap Install and fix missing icon#14
rodchristiansen wants to merge 1 commit into
mainfrom
feature/managed-bootstrap-install-rename-workitem-4264

Conversation

@rodchristiansen

Copy link
Copy Markdown
Contributor

The WinUI 3 app becomes 'Managed Bootstrap Install.exe' with display name 'Managed Bootstrap Install', still installed to C:\Program Files\BootstrapMate — uniform with Managed Software Center (Cimian/Munki) and Managed Reports Runner (ReportMate). The macOS counterpart PR renames BootstrapMate.app the same way.

Also fixes the missing app icon: no ApplicationIcon was set anywhere, so Explorer/taskbar/Start Menu/ARP showed the generic .NET icon (the icon only appeared after window creation via AppWindow.SetIcon). The csproj now embeds Assets\BootstrapMate.ico, and the MSI gains an Icon + ARPPRODUCTICON so Add/Remove Programs shows it too.

Unchanged on purpose: CLI managedbootstrapinstall.exe and all its strings, registry keys (SOFTWARE\BootstrapMate, SOFTWARE\Cimian\BootstrapMate), UpgradeCode, 'BootstrapMate Self-Heal' task name, MSI/.intunewin artifact filenames (BootstrapMate-arch-version.*) the Cimian pipeline globs, makepri PRI index name, ADMX/ADML policy files, install dir.

Note: the exe rename churns the harvested MSI component GUID for that file — fine under MajorUpgrade; the old exe is removed on upgrade.

AB#4264

The WinUI app builds as 'Managed Bootstrap Install.exe' (still installed to
Program Files\BootstrapMate), matching Cimian's Managed Software Center
pattern, for uniformity across the managed-client tooling. The CLI stays
managedbootstrapinstall.exe. ApplicationIcon was never set, so the exe,
Start Menu shortcut and Add/Remove Programs entry all showed the generic
.NET icon; the csproj now embeds Assets\BootstrapMate.ico and the MSI sets
ARPPRODUCTICON. Registry keys, the Self-Heal task name, UpgradeCode and the
BootstrapMate-<arch>-<version> artifact names are unchanged.

AB#4264
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