如何从特定的远程 URL 位置下载先决条件?
我有一个为 C# 应用程序创建的安装项目。我想向此应用程序添加一个先决条件的 Flash 播放器,以便从远程“adobe 网站”下载它。 远程 adobe 服务器上的先决条件的位置是
“http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p2_64bit_activex_092710.exe”
为了实现这一目标,我执行了以下操作--
1)右键单击“设置项目”并转到“属性”
2) 单击先决条件按钮。
3)选择第三个选项“从以下位置下载先决条件”并输入网址“http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p2_64bit_activex_092710.exe”按确定。 4) 构建设置项目。
5)构建后我得到了 2 个文件,app.exe 和 app.exe。 app.msi 在我的项目的发布文件夹中。
但是当我安装目标应用程序时,先决条件还没有出现。 如果我遗漏了什么,请任何人告诉我。
I have a setup project created for a C# application. I want to add a prerequiste flash player to this application such that it is downloaded from the remote "adobe website".
The location of the prerequisite which is on remote adobe server is
"http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p2_64bit_activex_092710.exe"
In order to achieve this I did the following--
1) Right click on Set up project and goto properties
2) click on prerequistes button.
3) select the 3rd option "Download prerequiste from the following location" and enter the url "http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p2_64bit_activex_092710.exe" pressed OK.
4) build the set up project.
5) As a result of building I got 2 files, app.exe & app.msi in the release folder of my project.
BUT PREREQUISITE IS NOT COMING WHEN I INSTALL MY TARGET APPLICATION.
plz can anyone let me know if I am missing anything.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在您的其他帖子中发布了一个链接:如何在安装我的 C# 应用程序时从 adobe 站点安装 flash 播放器?
请使用编辑功能,而不是在每次更新时创建单独的线程。
I posted a link in your other post: How to install flash player from adobe site while installing my C# application?
Please use the edit feature instead of creating separate threads each time you have an update.