Is it possible to create a windows service with C# that downloads executables inside tempdir and install them silently each month to keep my software updated ?
I need to create a service that runs only after clicking shutdown (each month) and like Windows Update does, writes something like "1/6 updates applied, don't power off you computer" before power off.
I just need to know if it's possible and if it is, some resources about it.
Thanks in advance.
I need to create a service that runs only after clicking shutdown (each month) and like Windows Update does, writes something like "1/6 updates applied, don't power off you computer" before power off.
I just need to know if it's possible and if it is, some resources about it.
Thanks in advance.