@Obsolesce said in EXE to MSI Converter:
@notverypunny said in EXE to MSI Converter:
@Obsolesce
Food for thought, and maybe some ammunition for a battle to add Chocolatey to our standard tools, but for the time being I've got the mandate to use existing tools to roll things out, and existing tools means AD infrastructure / GPOs, scripts and all the fun that entails. 
Appreciate the options, but does anyone have any recommendations for the exe to msi converter?
DOesn't the .exe have built-in switches to install silently? You could install it via a PowerShell script.
Yeah, it can do silent installs. The part that I find ugly is that (unless there's something that I'm missing, which seems more and more possible as I work through test cases) the script would have to run on every startup (or shutdown) and check for the correct, installed version and either
A - exit if the correct version is installed
B - install if it doesn't find a receiver
C - jump through a bunch of hoops if it finds the wrong version installed (The RTME plugin that we use to optimize SfB has to be managed in tandem with this... it's a royal pita because stuff will seem to install properly but then the user sessions were failing to connect with an "invalid handle" error)
I spent most of the afternoon yesterday going cross-eyed working out the validations, cases and sequencing to try to script things, and it still didn't work as a shut-down script so I'd like to see if the GPO route is any better.