Skip to content

Use executable icon for MSI Start Menu shortcut - #136

Draft
PatrickSys wants to merge 1 commit into
danielss-dev:mainfrom
PatrickSys:fix/windows-msi-shortcut-icon
Draft

PatrickSys wants to merge 1 commit into
danielss-dev:mainfrom
PatrickSys:fix/windows-msi-shortcut-icon

Conversation

@PatrickSys

@PatrickSys PatrickSys commented Sep 21, 2026

Copy link
Copy Markdown

Closes #135

After the update, the pin still opened Strand, but its saved icon path pointed to a missing Windows Installer file.

Tauri's MSI template sets ProductIcon on the Start Menu shortcut. This removes that setting so Windows can use the icon from strand.exe.

Maintenance cost: Tauri has no per-shortcut icon setting, so this replaces its full WiX template with a Strand-owned copy. That copy will need to be synced when Tauri changes its template.

Still unverified: The exact update path and behavior during a Windows MSI upgrade with an existing pin. An old pin may need to be pinned again.

@PatrickSys PatrickSys changed the title Use the executable icon for Windows MSI shortcuts Use executable icon for MSI Start Menu shortcut Sep 21, 2026
@PatrickSys
PatrickSys force-pushed the fix/windows-msi-shortcut-icon branch from a46afb5 to 7d85df8 Compare September 21, 2026 16:44

This branch has not been deployed

No deployments
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.

Pinned taskbar icon becomes a blank page after an in-app update

1 participant