Could UD be packaged as an Elektron executeable?

This could be very cool, it could then be distributed as standalone dashboard/selfservice programs!

With the PowerShell module, Sorlov Powershell Extension Library) SPEL.

One can compile the UD PowerShell script as an executable and run it as a Windows Service.

Example:
New-SelfHostedPS C:\bin\ps\PureAlerts.ps1 -DestinationFile C:\bin\ps\PureAlerts.exe -Service -ServiceName PureAlerts -ServiceDisplayName “PureAlerts” -Version 1.0.0 -ServiceDescription “PureStorage Alerting”

This will work with almost any PowerShell script.

1 Like

Adam made a blog about this last year. https://poshtools.com/2018/02/05/creating-desktop-app-universal-dashboard-installer-powershell-pro-tools/

2 Likes

@camusicjunkie nice I need to look into that :slight_smile: