Results 1 to 4 of 4

Thread: Include .NET Framework in Setup Project

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2005
    Posts
    70

    Question Include .NET Framework in Setup Project

    I want to make a setup project(deployment) by including .NET Frame and necessary component to run the application. Can one tell me how to do that?

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Include .NET Framework in Setup Project

    First, you can't use .net as the language in which to write the installer (since, obviously, the target machine doesn't have the framework installed). Just include the framework installation file in the project and have the installer install it.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2005
    Posts
    70

    Question Re: Include .NET Framework in Setup Project

    Yes. Can you show me how to do that?

  4. #4
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Include .NET Framework in Setup Project

    What deployment package are you using? Inno?
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

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