web setup question

P

popman

I use vs.net to create a web setup project.There are already some dialog
there,such as license agreement,readme,Textboxes(A),Textboxes(B),etc.
I am wondering if I can create new form and add it into setup progress.
If that is possible,how should I do?Can someone provide me some useful
sources?
Thanks.

Popman
 
C

Cowboy \(Gregory A. Beamer\)

It is possible to add custom forms. I do not have a setup project open, but
you can right click on the project, in server explorer, and go to a variety
of designers. To go beyond the designer forms, you will have to create your
own template form by subclassing the dialog form class and adding it to the
available forms. Generally, this is not necessary, as there are a variety of
configurations allowed.

To add custom code, you will have to add your own custom installer class. Be
sure to include a rollback section to undo your custom install code.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top