Results 1 to 3 of 3

Thread: making a setup wizard

  1. #1

    Thread Starter
    Junior Member Stinkylunchmeat's Avatar
    Join Date
    Oct 2005
    Posts
    23

    making a setup wizard

    i learned how to do this in class but i seem to have forgotten

    how do you make a setup wizard in VB.NET that takes all the files and stuff needed and makes a setup file?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: making a setup wizard

    You create a new project and select the Setup Wizard and then follow the prompts. I've never used the wizard because I prefer the additional control of a regular setup project, but the idea of a wizard is that it tells you what to do along the way.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    Hyperactive Member nothingofvalue's Avatar
    Join Date
    Jul 2005
    Location
    Arizona
    Posts
    489

    Re: making a setup wizard

    Check out my recent response to Dee-U in reference to deployment as it should help out alot, plus as JMC stated, there is no need to use the wizard since the actual setup process is very easy and completely configurable.

    VB Forum Thread
    "Imagination is more important than knowledge..."

    Albert Einstein
    -----------------------------------------------
    If my reply helped you then you really were lost, but I still took the time to help, please rate it anyway

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width