Results 1 to 5 of 5

Thread: How do I deploy App without the need of installation?

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2009
    Posts
    36

    Question How do I deploy App without the need of installation?

    How do I deploy a application so that the user can immediately use it and not need to install it on their pc?

    EDIT: I code in VB.NET
    Last edited by blazen2009; Apr 2nd, 2010 at 11:40 PM.

  2. #2
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: How do I deploy App without the need of installation?

    The answer will vary depending on what you're programming in and what the program does. Some kinds of applications can't be run without installation by their nature or for technical reasons.

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2009
    Posts
    36

    Re: How do I deploy App without the need of installation?

    Quote Originally Posted by dilettante View Post
    The answer will vary depending on what you're programming in and what the program does. Some kinds of applications can't be run without installation by their nature or for technical reasons.
    Hello dilettant,

    I code in VB.NET, and seen a VB.NET application run without a installation before.

  4. #4

    Thread Starter
    Member
    Join Date
    Mar 2009
    Posts
    36

    Re: How do I deploy App without the need of installation?

    Well I don't know if this is the proper way to do it, but it seems for VB.NET projects you can go to the Debug folder and just copy the application as is if you don't want the application to have a installation wizard. If this is wrong or not proper please someone correct me.

  5. #5
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: How do I deploy App without the need of installation?

    Release folder... I wouldn't distribute the debug files.

    If the user already has .NET installed, then you can simply copy & paste the files. Hopwever, that could be argued that is an installation as well...

    What's wrong with creating an actual installation package?

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

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