mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Right now we are using [advertised shortcut](https://learn.microsoft.com/en-au/windows/win32/msi/advertisement). This is drastically different from standard Windows shortcut. For example, when you right click, then click "open file position", nothing happens. Advertisement is mostly for "install-on-demand", but that is not the case for our installer, as files already installed in the path even if you do not launch. This change makes it so that servoshell works as other apps. Reference: [Advanced installer](https://www.advancedinstaller.com/versus/wix-toolset/how-to-create-non-advertised-shortcuts-using-wix.html). (Yes, they make great business by making it easier to build MSI installer) Testing: [Windows Try](https://github.com/servo/servo/actions/runs/24436253745). --------- Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>