Results 1 to 25 of 25

Thread: Deployment Confusion. Setup.exe does not work.

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2007
    Posts
    84

    Deployment Confusion. Setup.exe does not work.

    I am trying to install my application on another machine. I am using the setup.exe automatically created by VB.

    When I try run the setup it throws out GAC errors specifically about the ADODB.

    This is my first attempt at deploying a VB app. I assumed that the setup.exe would take care off all installation issues.

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

    Re: Deployment Confusion. Setup.exe does not work.

    Please read Installer Problems for more help

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2007
    Posts
    84

    Re: Deployment Confusion. Setup.exe does not work.

    I read that before. Didn't really help me any.

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

    Re: Deployment Confusion. Setup.exe does not work.

    What part did you have confusion with? Sometime you have to use a different approach to understand the approach you want to use or at least tell the difference.

    Without knowing what you have in your app and what your app is doing, no one can tell...

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Nov 2007
    Posts
    84

    Re: Deployment Confusion. Setup.exe does not work.

    Like I originally stated. The setup does not update the GAC properly. So, how does one include that in the setup.

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

    Re: Deployment Confusion. Setup.exe does not work.

    Global Assembly Cache?

    No one knows what you are doing or how....

  7. #7

    Thread Starter
    Lively Member
    Join Date
    Nov 2007
    Posts
    84

    Re: Deployment Confusion. Setup.exe does not work.

    Ok. I am using VB 2005 Express. I let it create the setup file (clickonce).

    When I use this setup.exe on another machine it gives me the following message:


    Unable to install or run the application. The application required that assembly ADODB version 7.0.3300.0 be installed in the Global Assembly Cache (GAC) first.
    So that is what I am trying to solve. Obviously my application is using ADODB and the PC that I am trying to use this does not have this.

    So how does onecreate an install for a VB app that does all it needs to do.

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

    Re: Deployment Confusion. Setup.exe does not work.

    That sounds like an MDAC issue. Have you included and installed the MDAC?

  9. #9

    Thread Starter
    Lively Member
    Join Date
    Nov 2007
    Posts
    84

    Re: Deployment Confusion. Setup.exe does not work.

    Tried installing MDAC 2.8. Received message that it was not compatible with that version of Windows. That all the features of MDAC were already included with Windows.

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

    Re: Deployment Confusion. Setup.exe does not work.

    That is because you are probably installing the RTM version of 2.8. I assume you are installing on XP?

  11. #11

    Thread Starter
    Lively Member
    Join Date
    Nov 2007
    Posts
    84

    Re: Deployment Confusion. Setup.exe does not work.

    Hmmm...which one do I need to use then.

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

    Re: Deployment Confusion. Setup.exe does not work.

    What OS are you installing on, XP?

  13. #13

    Thread Starter
    Lively Member
    Join Date
    Nov 2007
    Posts
    84

    Re: Deployment Confusion. Setup.exe does not work.

    XP Pro 2002 SP2

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

    Re: Deployment Confusion. Setup.exe does not work.

    You should be fine there then. Your problem seems to be your installation contents.

  15. #15

    Thread Starter
    Lively Member
    Join Date
    Nov 2007
    Posts
    84

    Re: Deployment Confusion. Setup.exe does not work.

    What should I look for then. What info can I post here that would be relevant.

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

    Re: Deployment Confusion. Setup.exe does not work.

    Post what you have included in your installation...

  17. #17

    Thread Starter
    Lively Member
    Join Date
    Nov 2007
    Posts
    84

    Re: Deployment Confusion. Setup.exe does not work.

    Here it is
    Attached Images Attached Images  

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

    Re: Deployment Confusion. Setup.exe does not work.

    Do me a favor and run ********** on your project and post the results or zip the project exe (not the setup.exe) and project file and send to me...

  19. #19

    Thread Starter
    Lively Member
    Join Date
    Nov 2007
    Posts
    84

    Re: Deployment Confusion. Setup.exe does not work.

    Not sure what I am suppose to run from that link. Where do I send the zip file to you.

  20. #20

    Thread Starter
    Lively Member
    Join Date
    Nov 2007
    Posts
    84

    Re: Deployment Confusion. Setup.exe does not work.

    btw...I created this project using VB 2005 Express

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

    Re: Deployment Confusion. Setup.exe does not work.

    Did you click on the link???? ....

  22. #22

    Thread Starter
    Lively Member
    Join Date
    Nov 2007
    Posts
    84

    Re: Deployment Confusion. Setup.exe does not work.

    Yes. It takes me to you web page...but then what?

  23. #23
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Deployment Confusion. Setup.exe does not work.

    Quote Originally Posted by e34m5
    Where do I send the zip file to you.
    Simply include it as an attachment to your post.

  24. #24

    Thread Starter
    Lively Member
    Join Date
    Nov 2007
    Posts
    84

    Re: Deployment Confusion. Setup.exe does not work.

    Here
    Attached Files Attached Files
    Last edited by e34m5; Nov 16th, 2007 at 08:43 AM.

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

    Re: Deployment Confusion. Setup.exe does not work.

    Quote Originally Posted by e34m5
    Yes. It takes me to you web page...but then what?
    READ!!!!????????

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