Hi everyone! I’d like to ask for help regarding t...
# kolide
h
Hi everyone! I’d like to ask for help regarding the Windows launcher in combination with the systray icon. I can properly compile
package-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!
s
The systray functionality is tied pretty closely to our servers, and the underlying EE license. It’s not expected to work outside our environment.
h
Ah okay – thanks @seph for getting back to me 🙌