Hi all,I have two C#.NET windows applications.let say application 1 and application2.I have made a setup of application1.Now application2 is dependent on application1.while installation of application2, I want the feature to detect automatically if application1 is installed. If application1 is not installed and it automatically starts the installation of application1 first and then install application2.Application2 is also dependent on a .bat file.I also want to execute that batch file after installation of application2. The path of batch file is in the root installation of application2 after its installation.I am feeling a difficulty to make such a setup.Please guide me. your true guidance will be highly appreciated.Thanks--Regards,AsifSoftware Developer 解决方案 这篇关于如何建立依赖于.NET application1的.NET application2?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 10-25 06:09