如何安装自定义先决条件 Visual Studio 2008 安装项目
我正在开发一个 VS2008 安装项目,我需要安装(如果已经存在则不安装)一些嵌套的先决条件。
我使用 VS2008 的 Bootstrapper Manifest Generator 制作了两个清单包,并将它们放入 Packages 目录(C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages),这样我就可以从先决条件弹出窗口中查看和检查它们。 但是,当我运行 setup.exe 输出文件时,发生了奇怪的事情:我的项目的设置和第一个先决条件的设置同时启动。
如何设置打开顺序?
I'm developing a VS2008 Setup project and I need to install (or not if already exists) some nested prerequisites.
I made two Manifest Package with Bootstrapper Manifest Generator for VS2008 and put them into Packages directory (C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages), so I can see and check them from prerequisites popup.
But when I run the setup.exe output file a strange thing happens: the setup of my project and the setup of the first prerequisite start simultaneously.
How I can set the opening sequencing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论