-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shortcut icon is broken when installing with MSI #5965
Comments
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Seems like an issue with the template project sent to Wix. https://wixtoolset.org/documentation/manual/v4/reference/wxs/shortcut/
Taking a look at the shortcuts defined in MsiTarget.ts and in the template.xml, it seems that we need to update the Icon Id to match Wix expectations. |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
When installing the app with MSI package, the shortcut icon created on the desktop is "broken".
The icon is good when starting the app in the task bar and in the list of installed programs though.
The shortcut icon is good when installing from NSIS package.
Here is package.json (used create-react-app with template cra-template-electron-builder-typescript)
The text was updated successfully, but these errors were encountered: