Results 1 to 3 of 3

Thread: VB 6.0 Application SetUp Kit

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2008
    Posts
    6

    VB 6.0 Application SetUp Kit

    Hello Sir/Ma,
    I have developed an Application using Visual basic 6.0 with SQL Server 2000(SP4) but now I would want to upgrade by creating a SetUp Toolkit that will incorporate all Files/Components required for Installation in a Client System

    That is My Application, SQL Server 2005/2008 Express, Windows Installer/.Net Frameowrk, Crystal Report 9.0 Components and all other components to run and install smoothly in the Clients System.

    Thank you

  2. #2
    Lively Member
    Join Date
    Jan 2009
    Posts
    90

    Re: VB 6.0 Application SetUp Kit

    You can use the Package & Deployment Wizard that comes with Visual Basic.

    I never use this as the main installer though, cause it sucks. I just use it because it takes all the necessary runtime files and puts them all into a folder named SUPPORT.

    Then I use that directory with another installer like Inno Setup or Easy Install Creator (both are free).

    Then you will have a single installation file that you can use.

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2008
    Posts
    6

    Re: VB 6.0 Application SetUp Kit

    [Hello Daniel,
    Yes i have heard of Inno Setup, i tried but could not get it right, please could be of help in this regard, i have currently installed Inno Setup, even IStool for Inno SetUp. Please help with an example pls. I will appreciate.
    Thanks

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