Henning Wagner
04/04/2024, 10:29 AMpackage-builder-windows
and create an msi installer. I’m struggling to get the systray icon to show when creating an msi bundle.
When I enable the systray in the launcher.exe
and execute that as a user, the system tray icon shows properly. When I package launcher into an .msi then the icon doesn’t show anymore after installation. Could this be due to the installation of launcher as a Service (under the “Local System” account)?
In the sourcecode I’ve seen Desktop methods, but I haven’t succeeded in enabling this mode – looking at the code this might be what I’m looking for. (I’ve tinkered around with the pkg/packagekit/package_wix.go
and switched the ServiceArg
from svc
to desktop
but that didn’t have any expected outcome)
Thanks in advance!seph
Henning Wagner
04/04/2024, 2:21 PM