Results 1 to 3 of 3

Thread: Setup and deployment projects

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2005
    Posts
    2

    Question Setup and deployment projects

    Hi all,

    I am writing an application in visual .NET,
    I run this application on the a computer that not have .net framework. If want to run this application, i must install dotnet framework.

    can you help me how to deployment this application with framework library to run other computer without install dotnet framework.

    Thanks.
    pshue

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

    Re: Setup and deployment projects

    Install this plug-in to create setups that include the .NET Framework.

    Edit:
    Note that this is a good option if you're distributing via CD, but not so good if you are distributing via the Web. Users who already have the Framework installed will not want to download it again.
    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
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Setup and deployment projects

    Moved from C#

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