-
Notifications
You must be signed in to change notification settings - Fork 4
Description
We are currently using Active Directory to manage our environment. This works fine however it does bring some limitations that AD/GPO can not fulfill.
OpenUEM seems like the perfect software after looking at some other options like TacticalRMM.
0.10.0 Introducing OpenID is also a nice addition since we can integrate it into the existing auth infrastructure.
However there is one problem. OpenUEM's agent is distributed as an Inno Setup executable. Vanilla Active Directory is not able to deploy exe installers. So there are two options:
- Wrap the EXE in an MSI using 3rd party tools which is messy and doesn't work well with complex applications like OpenUEM that include services
- Use a startup script. This theoretically works but is more of a hack than an actual solution
Deploying OpenUEMs agent using an MSI would allow to integrate OpenUEM easily into existing Active Directory environments and also make it easier to deploy into new environments since GPO deploy is still the cheapest (it's built in lol) solution to deploying a large amount of software in a fleet of Windows machines.
After OpenUEM is deployed, it can handle software installation, so deploying OpenUEM is the big bugger here.
I would be willing to create such an installer (I've written them in the past), however I couldn't find the existing Inno Setup script and/or build instructions in any of the repos as a reference/starting point.