Results 1 to 14 of 14

Thread: [RESOLVED] Inno Help (upgrading VB programs)

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2005
    Posts
    148

    Resolved [RESOLVED] Inno Help (upgrading VB programs)

    I'm not sure where to begin. I use inno to send my program out to others so they can install it. I've been using the same method for several months with no issues. I just recently changed some code around in the VB program that forced users to upgrade. Everyone downloaded the new update and installed it, but only about 90% of the users are able to use the new program. The other 10% say the program isn't functioning anymore (won't pass through the authentication process of the program). One person said they deleted the SP2 installation they just recently did and then the program worked. I'm curious, is there something I'm not fully doing to make sure inno is fully updating their program to the new version? I'm stumped.

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

    Re: Inno Help (upgrading VB programs)

    The problem is not Inno. It is your new update program. Have you change version numbers. Are the version numbers accending? What does your script look like? I image your program is attempting to get past the firewall. Have you change dll's that you include in your installation?

    More info is needed...

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2005
    Posts
    148

    Re: Inno Help (upgrading VB programs)

    dele
    Last edited by takamine334; Jun 5th, 2006 at 02:56 AM.

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

    Re: Inno Help (upgrading VB programs)

    You are not deploying enough files to have your app work all the time. You don't have MDAC's and there must be some other dependency files you are missing. The Inno Setup Wizard is not good for finding things like that. You can however try ********** it will find them. It's free for three days. You should get your answers by then.

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

    Re: Inno Help (upgrading VB programs)

    BTW: What is the version of your exe? Your last release? Did you change it from your last release. You could also use the flag alwaysoverwrite.

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Aug 2005
    Posts
    148

    Re: Inno Help (upgrading VB programs)

    dele
    Last edited by takamine334; Jun 5th, 2006 at 02:57 AM.

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

    Re: Inno Help (upgrading VB programs)

    Now you are deploying too many files. You are lucky you didn't crash someones system with this installation.

    Of course you would use the alwaysoverite flag on the files you are deploying in your update.

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

    Re: Inno Help (upgrading VB programs)

    Sorry the alwaysoverwrite flag has been replaced by the ignoreversion flag. You already have that.

    How did you determine what files were needed in your original installation?

    Did you add new functionality (references, object etc) to your new release?

  9. #9

    Thread Starter
    Addicted Member
    Join Date
    Aug 2005
    Posts
    148

    Re: Inno Help (upgrading VB programs)

    I used PDW to get the dependency files, then on the inno site, it says how to rewrite the code to match. So, that's what I did.

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

    Re: [RESOLVED] Inno Help (upgrading VB programs)

    Bad move. Use ********** o generate your script from the vbp file and you will see the difference in the files that are chosen.

    What about the other questions...

  11. #11

    Thread Starter
    Addicted Member
    Join Date
    Aug 2005
    Posts
    148

    Re: [RESOLVED] Inno Help (upgrading VB programs)

    I resolved the issue. Now, I should look at the dependency files I have listed and see if I'm doing an overkill (which you say I am). The problem was I didn't have a file that was needed to operate a specific function and my coding didn't throw any errors....so it made it difficult to debug. I'll download ********** and see what I can come up with.

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

    Re: [RESOLVED] Inno Help (upgrading VB programs)

    That's what I thought it would be. PDW doesn't find everything and if you added new functionality (reference, object etc...) There was no way for your installation to install it. Theretically after adding new functionality you should re-run the program you used to find all dependencies to see if anything changed. In that way you will find anything new you might have forgotten to add.

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

    Re: [RESOLVED] Inno Help (upgrading VB programs)

    You also might want to read Installer Problems in my signature... It may help clear up a few things.

  14. #14

    Thread Starter
    Addicted Member
    Join Date
    Aug 2005
    Posts
    148

    Re: [RESOLVED] Inno Help (upgrading VB programs)

    Sweet! Thanks very much for your help :-)

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