Results 1 to 8 of 8

Thread: [RESOLVED] exe distribution

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2006
    Posts
    146

    Resolved [RESOLVED] exe distribution

    If you want to distribute your app, you should use Release configuration in your solution, and Rebuild all solutions in order to make shure all exe and dll are been created using the release configuration.
    after seeing this i had clicked on build ---> rebuild solutions then rebuild windows application

    after that i changed debug to release from th configuration manager and run the project to to some extent

    now i find a exe in the release folder is that the exe that i can distribute will it have all the feature as i have not run the project fully at release time
    Using VB.NET 2003/.NET 1.1

    If you found a post useful then please Rate it!
    Please mark you thread resolved using the Thread Tools above

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Aug 2006
    Posts
    146

    Re: exe distribution

    i have to run this exe on a system without vs2003 so hould i simply copy the exe to that syatem ????
    Using VB.NET 2003/.NET 1.1

    If you found a post useful then please Rate it!
    Please mark you thread resolved using the Thread Tools above

  3. #3
    Lively Member
    Join Date
    Nov 2006
    Posts
    116

    Re: exe distribution

    It's better to use the vs2003 Setup and Deployment Project to create a setup files. It will include all the dependencies that is needed in your exe.

    You also can manualy copy your exe to the target marchine, but you have to
    1) install .net framework
    2) copy all the related dll.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Aug 2006
    Posts
    146

    Re: exe distribution

    Quote Originally Posted by lingsn
    It's better to use the vs2003 Setup and Deployment Project to create a setup files. It will include all the dependencies that is needed in your exe.

    You also can manualy copy your exe to the target marchine, but you have to
    1) install .net framework
    2) copy all the related dll.
    i tried to open dep. project but i was unable to do anything can u plz tell me how to create setup file from it (of my existing project )
    Using VB.NET 2003/.NET 1.1

    If you found a post useful then please Rate it!
    Please mark you thread resolved using the Thread Tools above

  5. #5
    Lively Member
    Join Date
    Nov 2006
    Posts
    116

    Re: exe distribution

    Use File->New->Project, you will see the dialog box as per attachment. Now chose "Setup and Deployment Project". In the application folder, just add your compiled exe, and it will automatic detect all the dependencies and show in the right hand solution explorer.
    Attached Images Attached Images  

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Aug 2006
    Posts
    146

    Re: exe distribution

    i have added my exe to application folder now ????????????
    Using VB.NET 2003/.NET 1.1

    If you found a post useful then please Rate it!
    Please mark you thread resolved using the Thread Tools above

  7. #7
    Lively Member
    Join Date
    Nov 2006
    Posts
    116

    Re: exe distribution

    Build it and you can get your setup files in either debug or release folder of your project.

  8. #8

    Thread Starter
    Addicted Member
    Join Date
    Aug 2006
    Posts
    146

    Re: exe distribution

    thanx buddy
    Using VB.NET 2003/.NET 1.1

    If you found a post useful then please Rate it!
    Please mark you thread resolved using the Thread Tools above

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