vs2008安装项目“启动”用户界面添加对话框已禁用
在 vs2008 中,我有一个修改后的对话框,我想将其添加到设置过程中。但是,“开始”->“添加对话框”选项被禁用。只有管理安装允许向其添加对话框。我还没有创建等效的管理对话框,所以这不会真正帮助我。
In vs2008, I have a modified dialog that I want to add to the setup process. However, the "Start"->"Add Dialog" option is disabled. Only the administrative install allows to add a dialog to it. I haven't created the administrative dialog equivalent yet, so that isn't going to really help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 vsdialogs 文件夹中删除了我正在处理的添加对话框,重新启动 vs2008,然后将它们添加回来。 “添加对话框”已启用。
Removed the added dialogs I was working on from the vsdialogs folder, restarted vs2008, and added them back. "Add dialog" is enabled.