biupdatehelper
biupdatehelper copied to clipboard
BiUpdateHelper install flags
Would be nice to have install flags for installing and setting up the service so that I can be configured with something like Ansible.
I can appreciate that, however at this time your best bet is to run the same commands that BiUpdateHelper would to install itself:
sc create "BiUpdateHelper" binPath= "<Path to Executable>" start= auto
sc failure "BiUpdateHelper" reset= 0 actions= restart/60000/restart/60000/restart/60000
Replace <Path to Executable>
with the absolute path, e.g. C:\BiUpdateHelper\BiUpdateHelper.exe
The sc
program is built-in to Windows ... or the .NET framework ... either way it will already be there on the system.