Deployment packages

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

    #1

    Deployment packages

    Thanks to a lot of help from this group I am at the point where I have
    to consider the best way to deploy my clients package. Some of the PC
    using it may not have web access so it will be on CD.

    Recommendations please for a package which will

    a) Install the net framework from CD if not already installed
    b) Install the net framework service pack(s) if not already installed
    c) install my software
    d) Install some data files
    e) Optionally install such things as acrobat.

    Thank you
  • Cor Ligthert

    #2
    Re: Deployment packages

    Jack,

    There is one thing you cannot do. That is using a Net program that needs the
    Net Framework to install the Net framework. For the rest you can try the
    standard deployment project in Visual Studio Net. It has in my opinion all
    that you ask.

    A link about deployment the framework
    http://msdn.microsoft.com/library/de...distdeploy.asp

    Here in this link are some other approaches

    Deployment Toolkit (MSDE) however maybe it fullfils your needs
    http://msdn.microsoft.com/library/de...l/msdedepl.asp

    On Touch (needs a webpage as you wrote you don't have that)
    http://msdn.microsoft.com/library/de...tframework.asp

    I hope this helps a little bit?

    Cor


    Comment

    • Jack Russell

      #3
      Re: Deployment packages

      Cor Ligthert wrote:[color=blue]
      > Jack,
      >
      > There is one thing you cannot do. That is using a Net program that needs the
      > Net Framework to install the Net framework. For the rest you can try the
      > standard deployment project in Visual Studio Net. It has in my opinion all
      > that you ask.
      >
      > A link about deployment the framework
      > http://msdn.microsoft.com/library/de...distdeploy.asp
      >
      > Here in this link are some other approaches
      >
      > Deployment Toolkit (MSDE) however maybe it fullfils your needs
      > http://msdn.microsoft.com/library/de...l/msdedepl.asp
      >
      > On Touch (needs a webpage as you wrote you don't have that)
      > http://msdn.microsoft.com/library/de...tframework.asp
      >
      > I hope this helps a little bit?
      >
      > Cor
      >
      >[/color]
      Cor,

      Thanks. Will look at those. Problem with the standard deployment package
      is that if .net is not present it offers to load it off the web. I
      cannot see a way of getting it to do it from the CD (although there are
      a lot of things I do not see about .net until they are pointed out).
      I have emailed wise to see if they can fill my needs.

      Jack

      Comment

      • Cor Ligthert

        #4
        Re: Deployment packages

        Jack,

        The standard deployment package from VSnet 2002/2003 is from a CD or
        diskette or whatever like that

        This far from complete, however to get an idea
        http://msdn.microsoft.com/library/de...pplication.asp

        I hope this helps,

        Cor


        Comment

        • Simon Verona

          #5
          Re: Deployment packages

          Jack

          Check out
          http://msdn.microsoft.com/vstudio/do...r/default.aspx

          This is a "bootstrapp er" supplied by Microsoft which allows you to put the
          framework download onto your CD and get it automatically installed before
          your app installs.

          Works a treat.

          Regards
          Simon
          "Jack Russell" <jackr@norubbis h.tpg.com.au> wrote in message
          news:%23pnwqsHf FHA.1048@tk2msf tngp13.phx.gbl. ..[color=blue]
          > Cor Ligthert wrote:[color=green]
          >> Jack,
          >>
          >> There is one thing you cannot do. That is using a Net program that needs
          >> the Net Framework to install the Net framework. For the rest you can try
          >> the standard deployment project in Visual Studio Net. It has in my
          >> opinion all that you ask.
          >>
          >> A link about deployment the framework
          >> http://msdn.microsoft.com/library/de...distdeploy.asp
          >>
          >> Here in this link are some other approaches
          >>
          >> Deployment Toolkit (MSDE) however maybe it fullfils your needs
          >> http://msdn.microsoft.com/library/de...l/msdedepl.asp
          >>
          >> On Touch (needs a webpage as you wrote you don't have that)
          >> http://msdn.microsoft.com/library/de...tframework.asp
          >>
          >> I hope this helps a little bit?
          >>
          >> Cor[/color]
          > Cor,
          >
          > Thanks. Will look at those. Problem with the standard deployment package
          > is that if .net is not present it offers to load it off the web. I cannot
          > see a way of getting it to do it from the CD (although there are a lot of
          > things I do not see about .net until they are pointed out).
          > I have emailed wise to see if they can fill my needs.
          >
          > Jack[/color]


          Comment

          • Herfried K. Wagner [MVP]

            #6
            Re: Deployment packages

            "Jack Russell" <jackr@norubbis h.tpg.com.au> schrieb im:[color=blue]
            > I am at the point where I have
            > to consider the best way to deploy my clients package. Some of the PC
            > using it may not have web access so it will be on CD.[/color]

            Deploying the .NET Framework in a setup package
            <URL:http://dotnet.mvps.org/dotnet/faqs/?id=deployframe work&lang=en>

            --
            M S Herfried K. Wagner
            M V P <URL:http://dotnet.mvps.org/>
            V B <URL:http://classicvb.org/petition/>

            Comment

            • Jack Russell

              #7
              Re: Deployment packages

              Thanks for all the replies. The bootstrap loader seems the way to go for
              installing dotnet framework.

              Do MS issue a setup like dotnetfx that contains the framework and
              service packs?

              Jack Russell



              Cor Ligthert wrote:[color=blue]
              > Jack,
              >
              > The standard deployment package from VSnet 2002/2003 is from a CD or
              > diskette or whatever like that
              >
              > This far from complete, however to get an idea
              > http://msdn.microsoft.com/library/de...pplication.asp
              >
              > I hope this helps,
              >
              > Cor
              >
              >[/color]

              Comment

              Working...