How to delete a file after installation is over in c#?

前端 未结 1 786
我在风中等你
我在风中等你 2021-01-25 23:26

I am developing a windows application in .NET Framework using c#. I want to run two exe files at the time of installation of my application, one after the other, in a specific o

1条回答
  •  北荒
    北荒 (楼主)
    2021-01-25 23:38

    using Custom action you can perform the same, you need to use "Commit" option of custom action for this

    0 讨论(0)
提交回复
热议问题