feat(installer): add custom ICCery branded graphics for Windows WiX and NSIS installers #43

Merged
gronod merged 1 commits from feature/issue-42-custom-installer-branding into development 2026-08-24 11:36:07 +01:00
Owner

Summary

This PR replaces default placeholder installer graphics (such as the default WiX red disc / CD-ROM artwork in MSI installers and default NSIS headers) with custom branded bitmaps featuring the ICCery application icon.

Closes #42

Changes

  • Generated 24-bit RGB bitmap installer assets:
    • src-tauri/icons/wix-dialog.bmp (493 × 312 px): Welcome/Finish dialog background bitmap for WiX MSI installers.
    • src-tauri/icons/wix-banner.bmp (493 × 58 px): Header banner bitmap for WiX MSI wizard steps.
    • src-tauri/icons/nsis-sidebar.bmp (164 × 314 px): Sidebar image for NSIS setup screens.
    • src-tauri/icons/nsis-header.bmp (150 × 57 px): Header image for NSIS setup wizard steps.
  • Updated src-tauri/tauri.conf.json under bundle.windows to map wix and nsis graphic properties.
### Summary This PR replaces default placeholder installer graphics (such as the default WiX red disc / CD-ROM artwork in MSI installers and default NSIS headers) with custom branded bitmaps featuring the ICCery application icon. Closes #42 ### Changes - Generated 24-bit RGB bitmap installer assets: - `src-tauri/icons/wix-dialog.bmp` (493 × 312 px): Welcome/Finish dialog background bitmap for WiX MSI installers. - `src-tauri/icons/wix-banner.bmp` (493 × 58 px): Header banner bitmap for WiX MSI wizard steps. - `src-tauri/icons/nsis-sidebar.bmp` (164 × 314 px): Sidebar image for NSIS setup screens. - `src-tauri/icons/nsis-header.bmp` (150 × 57 px): Header image for NSIS setup wizard steps. - Updated `src-tauri/tauri.conf.json` under `bundle.windows` to map `wix` and `nsis` graphic properties.
gronod added 1 commit 2026-08-24 11:22:58 +01:00
feat(installer): add custom ICCery branded graphics for Windows WiX and NSIS installers
Build Windows Packages / Build Windows (pull_request) Successful in 11m22s
Build Linux Packages / Build Linux (pull_request) Successful in 13m6s
e2fceac3b0
gronod merged commit 1b733291e1 into development 2026-08-24 11:36:07 +01:00
gronod deleted branch feature/issue-42-custom-installer-branding 2026-08-24 11:36:08 +01:00
Sign in to join this conversation.