Results 1 to 6 of 6

Thread: [2005] Deployment requirements

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2008
    Location
    Philippines
    Posts
    218

    [2005] Deployment requirements

    Hi guys,

    say I need to install my project to another pc (Windows XP user only). No VB.NET 2005 installed on the user's computer nor any other components of .net.

    What should I install first in order to run my project on the client's pc?

    thank you

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] Deployment requirements

    Do you mean run your project or run your application? If you mean the project inside the IDE then you should install Visual Studio or VB Express.

    If you mean run the finished application then they will need the .NET Framework installed. That will be version 2.0 or later for a VB 2005 application. You will then need to copy the EXE file from your output folder, along with any DLL files that it references from there and also the CONFIG file if there is one. You should compile your project from the Build menu to create a Release build, then go to the bin\Release folder under your project folder to find the output.

    You could also use the Publish wizard to create a ClickOnce installer. You can then run the installer on the other machine and it will download and install the Framework first, if it's needed, and then install your app and create a shortcut for it. That's the easiest way.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2008
    Location
    Philippines
    Posts
    218

    Re: [2005] Deployment requirements

    Ok, you answered my question.

    I mean "application", sorry for that. So you are telling me to install the .NET Framework.

    Is this the exe file for .net framework:
    Code:
    dotnetfx.exe
    I downloaded this file.

  4. #4

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Jan 2008
    Location
    Philippines
    Posts
    218

    Re: [2005] Deployment requirements

    Question:

    I tried to install the dotNetFx.exe on user's machine, but the End-User Licensed Agreement is passed. The check box for "I accept the terms...." is being skipped and and error message will appear.

    What is missing here?

    But when I tried to install the dotNetFx.exe in my development machine, the End-User Licensed Agreement is not by-passed.

    Please help

    thank you.

  6. #6
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] Deployment requirements

    Quote Originally Posted by rpc86
    Question:

    I tried to install the dotNetFx.exe on user's machine, but the End-User Licensed Agreement is passed. The check box for "I accept the terms...." is being skipped and and error message will appear.

    What is missing here?

    But when I tried to install the dotNetFx.exe in my development machine, the End-User Licensed Agreement is not by-passed.

    Please help

    thank you.
    First up, this is a VB.NET programming forum and issues installing the .NET Framework have nothing to do with VB.NET programming specifically.

    That said, if we were going to try to solve the issue, it's not a game where we get a prize for guessing what the mystery error message is. If an error message is displayed and you want us to help diagnose the issue then is it not common sense that you should give us the error message? Even if it's something cryptic, at least we know that it's something cryptic and we know where to start.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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