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.
using Custom action you can perform the same, you need to use "Commit" option of custom action for this