如何将平台更新 1 添加到我的引导程序?

发布于 2024-11-02 10:46:06 字数 827 浏览 7 评论 0原文

我一直在尝试新的 StateMachine 工作流程,该工作流程已作为 平台更新 1 (另请参阅)。我现在想要查看安装我创建的内容,因此需要确保我的引导程序是最新的。将来,我将转向 WIX,但现在,出于原型设计的目的,我仅使用常规安装和部署项目及其引导支持。

标准先决条件列表不包括 PU1 作为选项。那么,如何添加对它的支持呢?

更新
我在 StackOverflow 上找到了关于自定义先决条件的这个答案,这导致我阅读了 MSDN 上的这篇文章,这使我创建了自己的先决条件。但是,我收到了一个关于框架要求不匹配的新错误。我怀疑我需要将多目标支持和现有的 .NET 框架先决条件包分开,看看如何创建一个可以正常工作的新先决条件。

I have been playing around with the new StateMachine workflow that has been added to Windows Workflow as part of Platform Update 1 (see also). I now want to look at installing what I've created and therefore need to make sure my bootstrapper is up-to-date. In the future, I will be moving to WIX but right now, for the purposes of prototyping, I'm just using a regular Setup and Deployment project and its bootstrap support.

The list of standard pre-requisites does not include the PU1 as an option. Therefore, how can I add support for it?

Update
I found this answer on StackOverflow regarding custom prerequisites, which led me to this article on MSDN, which led me to creating my own pre-requisite. However, I got a new error about mismatched framework requirements. I suspect I need to pick apart the multi-targeting support and the existing .NET framework prerequisite package to see how to make a new prerequisite that will work correctly.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

信愁 2024-11-09 10:46:06

我尝试为此创建自己的引导程序包。结果可在此处下载。请注意,这些完全未经测试并按原样提供 - 使用风险由您自行承担。不过,欢迎提供反馈。希望微软官方能够给出解决方案。

I've had a stab at creating my own bootstrapper packages for this. The results are here to download. Note that these are entirely untested and provided as-is - use at your own risk. However, feedback is welcome. Hopefully Microsoft will provide an official solution.

夏日浅笑〃 2024-11-09 10:46:06

您正在寻找 Microsoft .NET Framework 4 平台更新 1 - 运行时更新 (KB2478063) 吗?请参阅此处 用于下载。

is the Microsoft .NET Framework 4 Platform Update 1 - Runtime Update (KB2478063) what you are looking for? See here for the download.

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