Simple Installer question. How to add custom code in installer project??

  • Thread starter Thread starter HyperX
  • Start date Start date
H

HyperX

Hey guys,

How can I see the code of the installer class? I know that I have to
right click on my object class, -> Add Item -> Code -> installer
class...

The actual question is, I cannot see "Code" in my "Add Item" Menu. In
order to see this 'Add Installer code'... Do I need to install any
plugin?

I'm using VS.NET 2003, Win 2000, .NET v1.1.

I'm working on this problem for the past 8 hours. Please bear with
me. Any help is very much appreciated.

HyperX.
 
I hope you are not still stuck on this...

I snipped the following instructions out of an article:
3. Select File / Add Project / New Project.

4. In the Project Types pane select Setup and Deployment Projects

5. In the Templates pane select Web Setup Project

6. In the Name textbox enter the name for your setup project

The article is here
http://www.gotdotnet.com/team/xmlentsvcs/deployntier.aspx

Hope this helps,

--- Nick
 
Back
Top