如何在 visual studio 2010 中创建没有标准格式的安装程序
How to create an installer with no standard form in the visual studio 2010
我需要为我的应用程序创建一个安装程序。我创建了一个安装项目。我用鼠标右键单击它 - 查看 - 用户界面。然后我在项目 "Start" - 添加对话框上按下鼠标右键。我需要一个包含五个 RadioButton 的表单,但只提供了四个。如何创建包含五个 RadioButton 的表单?
I need a five-RadioButton form, but only four are offered. How can I
create a form with five RadioButtons?
其实是可以做到的,我已经在我这边测试了这个功能,得到你想要的结果:
您可以尝试我的以下步骤:
解决方案
1) 下载 this link 下的 zip 文件,解压缩 zip 文件并得到名为 customdialogsvsd_src
.
的文件夹
2) 将文件从下载文件夹 customdialogsvsd_src\VsdDialogs[=11=]\MMCustom5ButtonDlg.wid
复制到 C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\Deployment\VsdDialogs[=12=]
然后:
将文件customdialogsvsd_src\VsdDialogs33\MMCustom5ButtonDlg.wid
复制到C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\Deployment\VsdDialogs33
注意:请确保当前OS账号有权限修改本地Visual Studio10的文件夹
3)然后重启你的VS2010,你就可以在setup projects中添加dialog five-radiobutton form了
希望对您有所帮助。
我需要为我的应用程序创建一个安装程序。我创建了一个安装项目。我用鼠标右键单击它 - 查看 - 用户界面。然后我在项目 "Start" - 添加对话框上按下鼠标右键。我需要一个包含五个 RadioButton 的表单,但只提供了四个。如何创建包含五个 RadioButton 的表单?
I need a five-RadioButton form, but only four are offered. How can I create a form with five RadioButtons?
其实是可以做到的,我已经在我这边测试了这个功能,得到你想要的结果:
您可以尝试我的以下步骤:
解决方案
1) 下载 this link 下的 zip 文件,解压缩 zip 文件并得到名为 customdialogsvsd_src
.
2) 将文件从下载文件夹 customdialogsvsd_src\VsdDialogs[=11=]\MMCustom5ButtonDlg.wid
复制到 C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\Deployment\VsdDialogs[=12=]
然后:
将文件customdialogsvsd_src\VsdDialogs33\MMCustom5ButtonDlg.wid
复制到C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\Deployment\VsdDialogs33
注意:请确保当前OS账号有权限修改本地Visual Studio10的文件夹
3)然后重启你的VS2010,你就可以在setup projects中添加dialog five-radiobutton form了
希望对您有所帮助。