Results 1 to 7 of 7

Thread: [RESOLVED] My Application doesn't work on other PC's...MOMMEEE

  1. #1

    Thread Starter
    Fanatic Member Avatarp's Avatar
    Join Date
    Sep 2002
    Location
    Calgary
    Posts
    826

    Resolved [RESOLVED] Install Script Post

    I have been trying to get my application installed on another PC. I understand that I have to include files for MDAC, OLE, DAO, ADO, among others for which ever version of Windows. I downloaded VB_DCOM_MDAC_JET_AutoSetup.exe to handle this and included this in my inno script to run. This file auto-detects which OS it is installing the required files for. however I have included many of these files in my script as well.

    The problem is not that my program won't run. It is that as soon as I do something to query the Database it freezes. This doesnt happen on my PC! I even decided to hardcode the location of the DB just to test wether it is my DB location. It isn't. So it must have something to do with my install

    I would really appreciate any help from you guys and gals.

    Thanks in advance.
    Last edited by Avatarp; Apr 26th, 2008 at 06:48 PM. Reason: Google shows this thread as mikcoltech...cant have that

  2. #2

    Thread Starter
    Fanatic Member Avatarp's Avatar
    Join Date
    Sep 2002
    Location
    Calgary
    Posts
    826

    Re: Install Script Issue

    Here is my inno script

    Code:
    ; Script generated by the Inno Setup Script Wizard.
    
    
    [Files]
    ; START VISUAL BASIC
    
    [Run]
    Filename: "{tmp}\VB_DCOM_MDAC_JET_AutoSetup.exe"; Parameters: /NORESTART /VERYSILENT WorkingDir: {tmp}; MinVersion: 4.0,4.0
    Filename: "{app}\HomeSalonOrganizer_NoReports.exe"; Description: "{cm:LaunchProgram,Home Salon Organizer (No Reports)}"; Flags: nowait postinstall skipifsilent
    Last edited by Avatarp; Apr 26th, 2008 at 06:51 PM.

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

    Re: My Application doesn't work on other PC's...MOMMEEE

    what is VB_DCOM_MDAC_JET_AutoSetup.exe and where did you get it from?

  4. #4

    Thread Starter
    Fanatic Member Avatarp's Avatar
    Join Date
    Sep 2002
    Location
    Calgary
    Posts
    826

    Re: Install Script Issue

    Last edited by Avatarp; Apr 26th, 2008 at 06:51 PM.

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

    Re: My Application doesn't work on other PC's...MOMMEEE

    well you may want to try to see if Randem (he is a forum member) has any insight or has seen the issue before, as that is his site.

  6. #6
    New Member
    Join Date
    Dec 2004
    Posts
    7

    Re: My Application doesn't work on other PC's...MOMMEEE

    Not sure if this is any help...

    but when I built my app for MySQL I used one build and when I went to install it they had gone from something like 4.0002.001 to 4.0002.003 (made these numbers up but the change was about that small). It was just enough to freeze my app when I tried to run it and access an online database.

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

    Re: My Application doesn't work on other PC's...MOMMEEE

    Avatarp,

    You have too many conflicting files in your script that can do harm to your installation. Try Running ********** on your VBP file and then compare it to the script you created.

    This will help you eliminate some of the files that you should not be deploying.

    Let's start there...

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