Results 1 to 3 of 3

Thread: Installation Compiler for VB6 HELP

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2008
    Posts
    18

    Installation Compiler for VB6 HELP

    I have an application written in VB6, the database is SQL server and i connected it to the database via ODBC.
    If i want to deploy for my clients, i have to first install the setup for the application,instal the Crystal Report Program, instal the SQL server and Configure the ODBC.
    Please is there any Installation that can do all those, so that my clients can download the application online and install it without the long process i go through ?
    Any Help ?

  2. #2
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Installation Compiler for VB6 HELP

    Everything but SQL Server can be packaged together. You can avoid using ODBC by substituting it with OLEDB provider.
    Depending on SQL Server version your customers may require license which you cannot package - they need to buy it from the vendor directly (Microsoft).
    For more information on how to properly package your application refer to Application deployment forum.

  3. #3
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Installation Compiler for VB6 HELP

    Welcome to VBForums

    Thread moved to the 'Application Deployment' forum, which is where questions about installing/distributing your software belong

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