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 ...
1
vote
1answer
55 views
C# .net updates versus compile time debugging. How to stop the oddities?
Are we reduced to ClickOnce to manage our application state for our users?
We use our own installer and Visual Patch currently.
When our users update using our Visual Patch download (we can ...