How to delete a file after installation is over in c#?
问题 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 order. I know that I can run an exe at the time of installation, by using the custom action, but I don't know how to run it in a specific order. I am new to c#, so a detailed walk through is prefered. 回答1: using Custom action you can perform the same, you need to use "Commit" option of custom action for this 来源: https:/