如何在Visual Studio 2005中创建我们自己的安装向导

问题描述:

海,

我正在使用Visual Studio2005.我已经创建了一个应用程序,我想为我的应用程序创建一个安装项目.我知道要创建Visual Studio的安装项目.右键单击解决方案->添加新项目->安装项目.执行此操作将提供默认向导.

但是我想创建自己的安装向导.请帮我做.
预先感谢.

Hai,

I am using Visual Studio 2005. I have created an application and I would like to create a setup project for my application. I know to create a setup project of Visual Studio. Right click on Solution-> Add New Project -> Setup Project.Doing this provides the default wizard.

But I would like to create my own setup wizard. Please help me to do this.
Thanks in advance.

听起来像您需要一个自定义向导控件,然后在其中定义自己的步骤.

这应该会有所帮助:具有完全设计者支持的.Net 2.0的简单向导控件 [
Sounds like you need a custom wizard control and then define your own steps in it.

This should help: A Simple Wizard Control for .Net 2.0 with Full Designer Support[^]


不是一个简单的任务(对于Visual C ++ Express,我已经完成了此任务),因为关于创建自定义向导的实际问题的信息很少.但是,您可以在此处开始 [
It is not an easy task (I have done it for Visual C++ Express) as there is very little information on the practical issues of creating a custom wizard. However you can start here[^] for the reference documentation.