visual studio 2005 - How to download the prerequiste from a particular remote URL location? -


i have setup project created c# application. want add prerequiste flash player application such downloaded remote "adobe website". location of prerequisite on remote adobe server

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

in order achieve did following--
1) right click on set project , goto properties
2) click on prerequistes button.
3) select 3rd option "download prerequiste following location" , enter url "http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p2_64bit_activex_092710.exe" pressed ok. 4) build set project.
5) result of building got 2 files, app.exe & app.msi in release folder of project.

but prerequisite not coming when install target application. plz can let me know if missing anything.

i posted link in other post: how install flash player adobe site while installing c# application?

please use edit feature instead of creating separate threads each time have update.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -