Results 1 to 4 of 4

Thread: Packaging the application

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2006
    Posts
    26

    Arrow Packaging the application

    Hi all,

    I've just finished contracting my application and it's working perfectly. Now I would like to put it on other machines to be used by other people.

    How do I make sure that it does not give any errors looking for dlls and stuff? Basically how do I package the application into an exe that'll just run without asking the user to install anything?

    Regards,
    -T

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

    Re: Packaging the application

    There is a Deployment specifically for questions like that. This the VB.NET langauge forum, which that question is not related to.

    The answer really depends on what dependencies your application has and what version of the IDE you are using. Did you reference any third-party libraries, particularly COM components?
    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
    Junior Member
    Join Date
    May 2006
    Posts
    26

    Re: Packaging the application

    Yes I did. The problem however is that I do not know what to do. In VB.net ... I went, "Build Solution" then copied everything from the "bin" folder to another machine and tried running it. It gave me some obbe message of wanting to debug.

  4. #4
    PowerPoster sparrow1's Avatar
    Join Date
    May 2005
    Location
    Globetrotter
    Posts
    2,820

    Re: Packaging the application

    Quote Originally Posted by TebzaP
    Hi all,

    I've just finished contracting my application and it's working perfectly. Now I would like to put it on other machines to be used by other people.

    How do I make sure that it does not give any errors looking for dlls and stuff? Basically how do I package the application into an exe that'll just run without asking the user to install anything?

    Regards,
    -T
    Hi,

    Here's a link about how to use and create a setup;

    http://msdn2.microsoft.com/en-us/library/19x10e5c.aspx

    Hope it helps,

    sparrow1
    Wkr,
    sparrow1

    If I helped you, don't forget to Rate my post. Thank you

    I'm using Visual Studio.Net 2003 and
    2005
    How to learn VB.Net Create setup with VB 2005 Drawing for beginners VB.Net Tutorials GDI+ Tutorials
    Video's for beginners

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