How to install flash player from adobe site while installing my C# application?

那年仲夏 提交于 2019-12-12 05:38:30

问题


I have created a setup project for my C# application. I want to install flash player before my C# application installs. The flash player installation should happen from the online location

http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p2_64bit_activex_092710.exe

How to prompt the client for installing flash player from the above location, before installing my C# application.

I thought of adding a project to my solution, which will install the flash player from the above location. Later, add the "primary output of this new project" to the custom actions. But I am not finding C# code snippet to install the flash from above location.

Thanks In Advance.


回答1:


While creating Setup file in C# you can specify the pre-requisite which can be either downloaded from Manf. URL or can be from same setup.



来源:https://stackoverflow.com/questions/5000200/how-to-install-flash-player-from-adobe-site-while-installing-my-c-sharp-applicat

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