Results 1 to 11 of 11

Thread: Install Problem - NT Workstation

  1. #1

    Thread Starter
    Fanatic Member demotivater's Avatar
    Join Date
    Jun 2002
    Location
    is everything
    Posts
    627

    Install Problem - NT Workstation

    I'm trying to install an app on an NT workstation. I developed most of it on NT, then switched to XP before finishing the project. The project has an Access 2002 backend with VB6 SP5 front. I used Inno as the setup. The prog installs ok, but when I run it, the splash screen displays, but the next form doesn't. The app shows as running in the task manager - using 98% of resources (which is way to high for this app). I tested on a 98 machine and it ran fine. Any ideas?

    Thanks

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Install Problem - NT Workstation

    Originally posted by demotivater
    I'm trying to install an app on an NT workstation. I developed most of it on NT, then switched to XP before finishing the project. The project has an Access 2002 backend with VB6 SP5 front. I used Inno as the setup. The prog installs ok, but when I run it, the splash screen displays, but the next form doesn't. The app shows as running in the task manager - using 98% of resources (which is way to high for this app). I tested on a 98 machine and it ran fine. Any ideas?

    Thanks
    what SP is the NT machine running?

  3. #3

    Thread Starter
    Fanatic Member demotivater's Avatar
    Join Date
    Jun 2002
    Location
    is everything
    Posts
    627
    SP6
    Last edited by demotivater; Jun 18th, 2003 at 01:15 PM.

  4. #4

    Thread Starter
    Fanatic Member demotivater's Avatar
    Join Date
    Jun 2002
    Location
    is everything
    Posts
    627

    more details

    I installed small app, just a hello world type program on the target NT machine and it worked fine. Still stuck on this one.


  5. #5
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046

    Re: more details

    Originally posted by demotivater
    I installed small app, just a hello world type program on the target NT machine and it worked fine. Still stuck on this one.

    I suppose youve already checked to see if the NT box has a compatible version of MDAC on it?

  6. #6

    Thread Starter
    Fanatic Member demotivater's Avatar
    Join Date
    Jun 2002
    Location
    is everything
    Posts
    627
    It's got the latest MDAC - still didn't work...


  7. #7
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    Originally posted by demotivater
    It's got the latest MDAC - still didn't work...

    do you have VB on the machine? if so run the source code on the NT machine..

    otherwise.. try putting some checks in your app, recompile, then try it on the NT machine... display msgboxes in certain spots of your code to narrow down where the error is happening.. it kinda sounds like an endless loop is happening

  8. #8

    Thread Starter
    Fanatic Member demotivater's Avatar
    Join Date
    Jun 2002
    Location
    is everything
    Posts
    627
    I've tried it on two NT machines, both do the same thing. Should just display a splash, then show the main form. Nothing else happens until the user "selects" something. Then the database interaction occurs.
    I'll try putting some message boxes in the form load or something I guess.
    In case it helps - I'm using timer, commondialog, datagrid and referencing ado 2.7

    Thanks

  9. #9
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    Originally posted by demotivater
    I've tried it on two NT machines, both do the same thing. Should just display a splash, then show the main form. Nothing else happens until the user "selects" something. Then the database interaction occurs.
    I'll try putting some message boxes in the form load or something I guess.
    In case it helps - I'm using timer, commondialog, datagrid and referencing ado 2.7

    Thanks
    Are you using any API's ?

  10. #10

    Thread Starter
    Fanatic Member demotivater's Avatar
    Join Date
    Jun 2002
    Location
    is everything
    Posts
    627
    Just a playsound API

  11. #11

    Thread Starter
    Fanatic Member demotivater's Avatar
    Join Date
    Jun 2002
    Location
    is everything
    Posts
    627
    OK, I got it to work using Package and Deployment wizard instead of Inno. I thought I was including all needed files using Inno. But I guess I didn't. Weird. Oh well, it works.
    Thanks for the replies

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