Results 1 to 7 of 7

Thread: make install program

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    bongkok
    Posts
    1

    Post

    i want to make install application to disk 1.44
    application was develop to vb6
    now i user installshield express 2.11 but after i make install finish, i bring diskkett install to another computer and test program run application it error "ADO CAN NOT FIND" can help me

  2. #2
    Junior Member
    Join Date
    Jan 2000
    Posts
    21

    Post

    Have you tried using the Package and Deployment Wizard to make the setup program?

  3. #3
    Addicted Member
    Join Date
    Jan 2000
    Location
    Peterborough, Cambs, England
    Posts
    176

    Post

    I think that this is a problem where the ADO control can't find the database.

    Do you include the database with the installation?

    Howabout putting the database in the same directory as the application.

    Then point the ADO control at app.path


  4. #4
    Lively Member Maartin's Avatar
    Join Date
    Jan 2000
    Location
    Benoni, Gauteng, South-Africa
    Posts
    99

    Post

    I agree with Ivyl.

    The best I found was to use the 'Package and deployment Wizard'.

    It worked well for me for some time now. I tried some other one like install shield but it does not pickup all the dependencies etc.

    And it is not the easiest to work.

    Have fun.


    ------------------
    -----------------------
    Maartin
    [email protected]
    -----------------------

  5. #5
    Addicted Member Jakys's Avatar
    Join Date
    Dec 1999
    Location
    Norway
    Posts
    180

    Post

    In VB6 the Package and deployment Wizard don't work correctly. You need to download Service Pack 3 to make it work! The Service Pack is free (get it microsofts homepage) but it is over 50mb!

    You will not see the error Package and deployment Wizard make before you run the setip program.

  6. #6
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    You are probably getting the error "ADO CAN NOT FIND THE SPECIFIED PROVIDER".
    You are also probably connecting to a Access 97 DB.
    You are also distributing version 2.1 of the MDAC (MS Data Access Components) and you need to distribute version 2.0 instead.

    Yes, I can read minds.....on occasion

  7. #7
    Addicted Member
    Join Date
    Jul 1999
    Posts
    219

    Post

    what if there person just copy the program to a cd then what well you do then your program cna be install on every system

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