如何将 EULA 添加到 VS2008 安装项目?
这是一个非常简单的问题,一个简单的答案,但在互联网上找到答案并不是那么简单。
我在 Visual Studio 2008 中有一个简单的安装(部署)项目,并且有 EULA 文本。 我需要在项目中做什么才能将 EULA 纳入安装向导?
This is a very simple question with a simple answer, but it is not quite so simple to find the answer on the internet.
I have a simple Setup (deployment) project in Visual Studio 2008, and I have the EULA text. What do I need to do in the project to get the EULA into the install wizard?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这就是你在 vs2003 和 vs2005 中执行操作的方式,我不相信他们已经做出了改变,但我还没有运行 vs2008,所以我不能确定。
右键单击安装项目,选择“查看”->“用户界面”。
在“开始”部分中,右键单击,然后选择“添加对话框”。 选择许可证对话框。
将许可证对话框指向 RTF 文件。
This is how you performed the actions in vs2003 an vs2005, I don't believe they've made changes but I'm not running vs2008 yet so I can't be certain.
right click the installation project, select View->User Interface.
In the "Start" section, right click, and select Add Dialog. Choose the license dialog.
point the license dialog to an RTF file.