如何从特定的远程 URL 位置下载先决条件?

发布于 2024-10-17 10:23:43 字数 588 浏览 6 评论 0原文

我有一个为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉薄对峙 2024-10-24 10:23:43

我在您的其他帖子中发布了一个链接:如何在安装我的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文