distribute .net framework

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • paruchuri

    #1

    distribute .net framework

    All our clients have visual studio but not visual studio.net
    I developed visual basic.net application and need to distribute it to all our clients
    Is it possible to install .net framework along with my .net application using a setup package
    How do I include .net framework installation in setuppackage
    Will that solve the problem
    I guess my clients don't need to purchase visual studio .net
    Please sugges
    Thanks in advance
  • jdd

    #2
    distribute .net framework

    You need to use the bootstrapper to install dotnetfx and
    then your msi.

    take a look here...


    Hope this helps.
    [color=blue]
    >-----Original Message-----
    >All our clients have visual studio but not visual[/color]
    studio.net.[color=blue]
    >I developed visual basic.net application and need to[/color]
    distribute it to all our clients.[color=blue]
    >Is it possible to install .net framework along with[/color]
    my .net application using a setup package ?[color=blue]
    >How do I include .net framework installation in[/color]
    setuppackage ?[color=blue]
    >Will that solve the problem ?
    >I guess my clients don't need to purchase visual[/color]
    studio .net.[color=blue]
    >Please suggest
    >Thanks in advance
    >.
    >[/color]

    Comment

    Working...