C#和在VS2008中创建安装程序

问题描述:


我需要有关在VS2008中创建设置的帮助.
我有一个包含三个不同项目和一个安装项目的解决方案.
我想制作一个安装程序,以便根据用户要求安装全部或一个或两个项目.就像一个软件中有3个不同的模块一样,它们将根据用户要求进行安装.
提前谢谢.
我需要此紧急帮助.

Hi
I need help regarding creating setup in VS2008.
I have a solution containing three different projects, and a setup project.
I want to make a setup program such a way that depending upon user requirement i will install either all or one or two projects. Just like if there are 3 different modules of one software, they will be install according to user requirement.
Thanks in advance.
I need this urgent help.

看看条件编译 ^ ].

您可以设置选择 [
Have a look at conditional compiling here[^].

You can setup choices[^] during install.


您可以使用自定义安装类. Intaller 类有助于自定义安装过程.希望对您有帮助.
You can use custom install class. Intaller class helps to customize the installation process. Hope this will help you.