Self deletable application in C# in one executable

前端 未结 7 1810
北荒
北荒 2020-11-30 23:26

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

相关标签:
7条回答
  • 2020-11-30 23:56

    your second line can be

    Updater: Star -> do it's work -> start Application Executable -> Updater Exits -> Application deletes your Updater.exe
    
    0 讨论(0)
提交回复
热议问题