Results 1 to 5 of 5

Thread: 'Installation problem after Setup' please..

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2001
    Location
    Mumbai
    Posts
    44

    Question 'Installation problem after Setup' please..

    dear friend,
    i have a project VB6+Access on stand alone machine.
    i prepared a setup auto run CD also for the said project.
    when i going to install it on maching which is not having VB6, is installing correctly but the problem is it gives number of run time error and also error about OCX file not found etc.

    1) so i wants the guidance that how to prepare such type of VB project setup which can run the application on machine without VB6 ?
    2) how to add some additional special data entry screen in the setup / in the LST file ? at which exact point ? (say licence form, manager information , some master infor etc. screens)

    waiting for valuable guidance please.

    ADJ

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: 'Installation problem after Setup' please..

    Did you use the Package and Deployment Wizard to create your setup package? I have never had a program not install after I used it.

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2001
    Location
    Mumbai
    Posts
    44

    Re: 'Installation problem after Setup' please..

    dear friend,
    yes i have used package and deployment wizard for setup.
    please...
    adj

  4. #4
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: 'Installation problem after Setup' please..

    Which file is not found? You can manually copy and paste it until the app runs. Also, add the files that are missing to the setup.lst file so it gets added in the future. Are you using Crystal Reports by any chance? Those are harder to package. You may also want to download the VB6 runtime files that you can include to eliminate a lot of these problems.

    I hope this helps

  5. #5
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: 'Installation problem after Setup' please..

    adj,

    You might want to try Inno Setup to package your installation. ********** can scan your vbp file and gather all the files that you need for your project (excluding databases and things like this). But you can just add them and it will create a script for Inno Setup that you can compile and deploy your app.

    If the OCX is part of your app, ********** will find it.

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