Deployment of Framework from setup project

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sudhaoncyberworld@gmail.com

    #1

    Deployment of Framework from setup project

    Hi all

    I am using VS2005, How can I deploy the .Net Framework from my setup
    project?

    In the bootstrapper setup program we have below 3 options

    1.Download prerequisites from the component vendor's web site
    2.Download prerequisites from the same location as my application
    3.Download prerequisites from the following location

    I have added Framework 2.0 (dotnetfx.exe) in my application folder of
    my Setup & Deployment project

    While installing my setup project in client side, i want to take the
    framework from my setup not from any other website or intranet
    location, How we can achieve this?

    any help will be appreciated.

    Thanks

  • CT

    #2
    Re: Deployment of Framework from setup project

    You might want to check this page out for licensing reasons:
    http://msdn.microsoft.com/library/?u...asp?frame=true

    --
    Carsten Thomsen
    Communities - http://community.integratedsolutions.dk
    ---------
    Voodoo Programming: Things programmers do that they know shouldn't work but
    they try anyway, and which sometimes actually work, such as recompiling
    everything. (Karl Lehenbauer)
    ---------
    <sudhaoncyberwo rld@gmail.com> wrote in message
    news:1150350169 .594351.15340@h 76g2000cwa.goog legroups.com...[color=blue]
    > Hi all
    >
    > I am using VS2005, How can I deploy the .Net Framework from my setup
    > project?
    >
    > In the bootstrapper setup program we have below 3 options
    >
    > 1.Download prerequisites from the component vendor's web site
    > 2.Download prerequisites from the same location as my application
    > 3.Download prerequisites from the following location
    >
    > I have added Framework 2.0 (dotnetfx.exe) in my application folder of
    > my Setup & Deployment project
    >
    > While installing my setup project in client side, i want to take the
    > framework from my setup not from any other website or intranet
    > location, How we can achieve this?
    >
    > any help will be appreciated.
    >
    > Thanks
    >[/color]


    Comment

    Working...