Can an app written with .net Compact Framework restart itself?
What are some of the common patterns to achieve this? I would like to have a self-updating application that restarts itself if update was done.
Of course, I could have 2 .exe: one that updates and the actual app, but I would rather just have one.