Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm General / January 2005

Tip: Looking for answers? Try searching our database.

Calling winForms in Installer project

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
weichung - 20 Jan 2005 01:18 GMT
I had build an installer project for my ASP.NET project. And found that
several fields need to be configured, like the web.config files and etc,
which requires user input. Also I need to attach my database using the
installer project, anybody could suggest how I could perform similar action?

One of my idea is to build a winform project which accepts athe user input
and configure the fields during installation, but I had no idea how winform
object is being called during installation.

Any idea and suggestions are welcomed! Thanks in advance.

Regards;
weichung
WineNCheese - 20 Jan 2005 07:04 GMT
Usually people make what is called a "bootstrap" program to do your custom
actions before or after the actual installation.  The bootstrap program is
just a simple app that interally runs the msi installation of the
application.  Custom steps can be added before and/or after.

If you are sure .NET is installed, you can do this in WinForms.  If you are
not, then you need to do it in Win32.  You can install your database in the
same bootstrapper.  There are a few example bootstrappers out there in
internet land, if you have the patience to google for them...

WNC

>I had build an installer project for my ASP.NET project. And found that
>several fields need to be configured, like the web.config files and etc,
[quoted text clipped - 10 lines]
> Regards;
> weichung

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.