Tagged Questions

9
votes
8answers
5k views

Self deletable application in C# in one executable

Is it possible to make an application in C# that will be able to delete itself in some condition. I need to write an updater for my application but I don't want the executable to be left after the ...
3
votes
4answers
485 views

Looking for API to SC.exe utility, and an advice on self-updating Windows Service

We have built a Windows Service that is running on client's machines, which occasionally downloads a newer version of itself, and then performs a self-update: installs a new service, starts it, stops ...