biupdatehelper icon indicating copy to clipboard operation
biupdatehelper copied to clipboard

BiUpdateHelper install flags

Open Gibby opened this issue 4 years ago • 1 comments

Would be nice to have install flags for installing and setting up the service so that I can be configured with something like Ansible.

Gibby avatar Apr 21 '20 15:04 Gibby

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.

bp2008 avatar Apr 21 '20 15:04 bp2008