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

浪尽此生 提交于 2019-12-31 06:25:54

问题


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://stackoverflow.com/questions/6342851/how-to-delete-a-file-after-installation-is-over-in-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!