MSBuild Bootstrapper 后置条件
您好,我正在为我的 Visual Studio 2005 项目使用 MSBuild Bootstrapper。我需要在我的程序中安装特定版本的 DirectX。问题是我无法在安装 DirectX 后捕获并推迟重新启动。我不知道为什么它不会抓住它。所以我的新想法是在我的程序安装之后安装DirectX。然后它可以在最后重新启动并且一切应该可以正常工作。但我不知道如何在 XML 中指定后置条件。这可能吗?
Hello I am using the MSBuild Bootstrapper for my Visual Studio 2005 project. I need to have a specific version of DirectX installed with my program. The problem is I am unable to catch and defer the reboot after DirectX gets installed. I dont know why it wont catch it. So my new idea is to have DirectX be installed after my program is. Then it can reboot at the end and things should work. But I dont know how to specify a postrequisite in the XML. Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不熟悉 MSBuild 引导程序,但我使用 dotnetinstaller ,您可以在其中获得组件安装顺序,而无需问题
i'm not familiar with the MSBuild bootstrapper but i use dotnetinstaller and there you can have the component install order without problem