Deploying MSDE with VB .net

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

    Deploying MSDE with VB .net

    Is it posible to package MSDE with VB .net so that its
    part of the installation?
    If so, is there documentation somewhere?

    What about packaging the .net framework with the
    application as well?

    Thanks

    ss
  • Herfried K. Wagner [MVP]

    #2
    Re: Deploying MSDE with VB .net

    * "Sebastian Santacroce" <sebastian@ilog ic.com> scripsit:[color=blue]
    > Is it posible to package MSDE with VB .net so that its
    > part of the installation?
    > If so, is there documentation somewhere?[/color]

    MSDE 2000 Deployment Toolkit (RC)
    <URL:http://www.microsoft.c om/downloads/details.aspx?fa milyid=6e9a7403-c4ba-4d98-bb0b-2c9d6414071f&di splaylang=en>

    SQL Server 2000 Desktop Engine (MSDE 2000):
    <URL:http://www.microsoft.c om/sql/msde/>

    Choosing and Using MSDE 2000 as the Database Engine for Your Application:
    <URL:http://msdn.microsoft. com/library/en-us/dnmsde/html/msderoadmap.asp >

    Integrating MSDE 2000 with Your Applications
    <URL:http://www.microsoft.c om/sql/techinfo/development/2000/MSDEintegration .asp>

    Using SQL Server Desktop Engine Merge Modules
    <URL:http://msdn.microsoft. com/library/en-us/distsql/distsql_8yeq.as p>

    Installing Desktop Engine
    <URL:http://msdn.microsoft. com/library/en-us/distsql/distsql_8yeq.as p>
    [color=blue]
    > What about packaging the .net framework with the
    > application as well?[/color]

    Using Visual Studio .NET 2003 to Redistribute the .NET Framework
    <URL:http://msdn.microsoft. com/library/en-us/dnnetdep/html/vsredistdeploy1 _1.asp>

    Plug-In:

    <URL:http://groups.google.c om/groups?selm=z2a n4EnoDHA.2012%4 0cpmsftngxa06.p hx.gbl>
    <URL:http://workspaces.gotd otnet.com/vsboot/>

    Download
    <URL:http://www.gotdotnet.c om/community/workspaces/newsitem.aspx?i d=2f8f0a23-f529-4158-8e0a-d187d16f41f1&ne wsId=1981>

    Framework 1.1:

    Redistributing the .NET Framework 1.1
    <URL:http://msdn.microsoft. com/library/en-us/dnnetdep/html/redistdeploy1_1 .asp>

    ..NET Framework 1.1 Deployment Guide
    <URL:http://msdn.microsoft. com/library/en-us/dnnetdep/html/dotnetframedepg uid1_1.asp>

    ..NET Framework 1.1 Redistributable Prerequisites
    <URL:http://msdn.microsoft. com/library/en-us/dnnetdep/html/NETFx1Redistreq 1_1.asp>

    ..NET Framework Redistributable Package 1.1 Technical Reference
    <URL:http://msdn.microsoft. com/library/en-us/dnnetdep/html/dotnetfxref1_1. asp>

    Framework 1.0:

    ..NET Framework Deployment Guide
    <URL:http://msdn.microsoft. com/library/en-us/dnnetdep/html/dotnetframedepg uid.asp>

    Using Visual Studio .NET to Redistribute the .NET Framework
    <URL:http://msdn.microsoft. com/library/en-us/dnnetdep/html/vsredistdeploy. asp>

    --
    Herfried K. Wagner [MVP]
    <URL:http://dotnet.mvps.org/>

    Comment

    • Sebastian Santacroce

      #3
      Re: Deploying MSDE with VB .net

      Those are great but there got to be some more detailed versions that
      show how to use it with visual studio .net in particular. Those you
      referenced are for more general application right? Theres nothing more
      direct step by step direction for VB .net?



      *** Sent via Developersdex http://www.developersdex.com ***
      Don't just participate in USENET...get rewarded for it!

      Comment

      • David Guyer [MS]

        #4
        Re: Deploying MSDE with VB .net

        Not in the current shipping versions of Visual Studio. You either have to
        build your own Bootstrapper (i.e. batch file) that will first install MSDE,
        then run your app's installation .MSI, or include these merge modules,
        which seem to be a bit complex to work with.


        ---
        David Guyer - VBQA Deployment Testing
        This posting is provided "AS IS" with no warranties, and confers no rights.
        --------------------[color=blue]
        >From: Sebastian Santacroce <ssantacroce@il ogic.com>
        >References: <c4h9q6$2i55o5$ 1@ID-208219.news.uni-berlin.de>
        >X-Newsreader: AspNNTP 1.50 (ActionJackson. com)
        >Subject: Re: Deploying MSDE with VB .net
        >Mime-Version: 1.0
        >Content-Type: text/plain; charset="us-ascii"
        >Content-Transfer-Encoding: 7bit
        >Message-ID: <edgjYdAGEHA.28 08@TK2MSFTNGP10 .phx.gbl>
        >Newsgroups: microsoft.publi c.dotnet.langua ges.vb
        >Date: Thu, 01 Apr 2004 08:35:28 -0800
        >NNTP-Posting-Host: actionjackson13 3.dsl.frii.net 216.17.147.133
        >Lines: 1
        >Path:[/color]
        cpmsftngxa06.ph x.gbl!cpmsftngx a10.phx.gbl!TK2 MSFTFEED01.phx. gbl!TK2MSFTNGP0 8
        .phx.gbl!TK2MSF TNGP10.phx.gbl[color=blue]
        >Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.langua ges.vb:192712
        >X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.vb
        >
        >Those are great but there got to be some more detailed versions that
        >show how to use it with visual studio .net in particular. Those you
        >referenced are for more general application right? Theres nothing more
        >direct step by step direction for VB .net?
        >
        >
        >
        >*** Sent via Developersdex http://www.developersdex.com ***
        >Don't just participate in USENET...get rewarded for it!
        >[/color]

        Comment

        • David Guyer [MS]

          #5
          Re: Deploying MSDE with VB .net

          Not in the current shipping versions of Visual Studio. You either have to
          build your own Bootstrapper (i.e. batch file) that will first install MSDE,
          then run your app's installation .MSI, or include these merge modules,
          which seem to be a bit complex to work with.


          ---
          David Guyer - VBQA Deployment Testing
          This posting is provided "AS IS" with no warranties, and confers no rights.
          --------------------[color=blue]
          >From: Sebastian Santacroce <ssantacroce@il ogic.com>
          >References: <c4h9q6$2i55o5$ 1@ID-208219.news.uni-berlin.de>
          >X-Newsreader: AspNNTP 1.50 (ActionJackson. com)
          >Subject: Re: Deploying MSDE with VB .net
          >Mime-Version: 1.0
          >Content-Type: text/plain; charset="us-ascii"
          >Content-Transfer-Encoding: 7bit
          >Message-ID: <edgjYdAGEHA.28 08@TK2MSFTNGP10 .phx.gbl>
          >Newsgroups: microsoft.publi c.dotnet.langua ges.vb
          >Date: Thu, 01 Apr 2004 08:35:28 -0800
          >NNTP-Posting-Host: actionjackson13 3.dsl.frii.net 216.17.147.133
          >Lines: 1
          >Path:[/color]
          cpmsftngxa06.ph x.gbl!cpmsftngx a10.phx.gbl!TK2 MSFTFEED01.phx. gbl!TK2MSFTNGP0 8
          .phx.gbl!TK2MSF TNGP10.phx.gbl[color=blue]
          >Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.langua ges.vb:192712
          >X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.vb
          >
          >Those are great but there got to be some more detailed versions that
          >show how to use it with visual studio .net in particular. Those you
          >referenced are for more general application right? Theres nothing more
          >direct step by step direction for VB .net?
          >
          >
          >
          >*** Sent via Developersdex http://www.developersdex.com ***
          >Don't just participate in USENET...get rewarded for it!
          >[/color]

          Comment

          • John

            #6
            Re: Deploying MSDE with VB .net

            Hi Sebastian

            I am having the same problem. Some posters are also saying not to use
            merge modules at all. I downloaded the distribution bootstrapper
            example and that confused me even more - the help was illogical. If
            you ever work it out, please post the results and I will do the same.
            Its pretty complicated stuff.

            Regards
            John







            davguy@online.m icrosoft.com (David Guyer [MS]) wrote in message news:<HpewdWCGE HA.612@cpmsftng xa06.phx.gbl>.. .[color=blue]
            > Not in the current shipping versions of Visual Studio. You either have to
            > build your own Bootstrapper (i.e. batch file) that will first install MSDE,
            > then run your app's installation .MSI, or include these merge modules,
            > which seem to be a bit complex to work with.
            >
            >
            > ---
            > David Guyer - VBQA Deployment Testing
            > This posting is provided "AS IS" with no warranties, and confers no rights.
            > --------------------[color=green]
            > >From: Sebastian Santacroce <ssantacroce@il ogic.com>
            > >References: <c4h9q6$2i55o5$ 1@ID-208219.news.uni-berlin.de>
            > >X-Newsreader: AspNNTP 1.50 (ActionJackson. com)
            > >Subject: Re: Deploying MSDE with VB .net
            > >Mime-Version: 1.0
            > >Content-Type: text/plain; charset="us-ascii"
            > >Content-Transfer-Encoding: 7bit
            > >Message-ID: <edgjYdAGEHA.28 08@TK2MSFTNGP10 .phx.gbl>
            > >Newsgroups: microsoft.publi c.dotnet.langua ges.vb
            > >Date: Thu, 01 Apr 2004 08:35:28 -0800
            > >NNTP-Posting-Host: actionjackson13 3.dsl.frii.net 216.17.147.133
            > >Lines: 1
            > >Path:[/color]
            > cpmsftngxa06.ph x.gbl!cpmsftngx a10.phx.gbl!TK2 MSFTFEED01.phx. gbl!TK2MSFTNGP0 8
            > .phx.gbl!TK2MSF TNGP10.phx.gbl[color=green]
            > >Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.langua ges.vb:192712
            > >X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.vb
            > >
            > >Those are great but there got to be some more detailed versions that
            > >show how to use it with visual studio .net in particular. Those you
            > >referenced are for more general application right? Theres nothing more
            > >direct step by step direction for VB .net?
            > >
            > >
            > >
            > >*** Sent via Developersdex http://www.developersdex.com ***
            > >Don't just participate in USENET...get rewarded for it!
            > >[/color][/color]

            Comment

            • John

              #7
              Re: Deploying MSDE with VB .net

              Hi Sebastian

              I am having the same problem. Some posters are also saying not to use
              merge modules at all. I downloaded the distribution bootstrapper
              example and that confused me even more - the help was illogical. If
              you ever work it out, please post the results and I will do the same.
              Its pretty complicated stuff.

              Regards
              John







              davguy@online.m icrosoft.com (David Guyer [MS]) wrote in message news:<HpewdWCGE HA.612@cpmsftng xa06.phx.gbl>.. .[color=blue]
              > Not in the current shipping versions of Visual Studio. You either have to
              > build your own Bootstrapper (i.e. batch file) that will first install MSDE,
              > then run your app's installation .MSI, or include these merge modules,
              > which seem to be a bit complex to work with.
              >
              >
              > ---
              > David Guyer - VBQA Deployment Testing
              > This posting is provided "AS IS" with no warranties, and confers no rights.
              > --------------------[color=green]
              > >From: Sebastian Santacroce <ssantacroce@il ogic.com>
              > >References: <c4h9q6$2i55o5$ 1@ID-208219.news.uni-berlin.de>
              > >X-Newsreader: AspNNTP 1.50 (ActionJackson. com)
              > >Subject: Re: Deploying MSDE with VB .net
              > >Mime-Version: 1.0
              > >Content-Type: text/plain; charset="us-ascii"
              > >Content-Transfer-Encoding: 7bit
              > >Message-ID: <edgjYdAGEHA.28 08@TK2MSFTNGP10 .phx.gbl>
              > >Newsgroups: microsoft.publi c.dotnet.langua ges.vb
              > >Date: Thu, 01 Apr 2004 08:35:28 -0800
              > >NNTP-Posting-Host: actionjackson13 3.dsl.frii.net 216.17.147.133
              > >Lines: 1
              > >Path:[/color]
              > cpmsftngxa06.ph x.gbl!cpmsftngx a10.phx.gbl!TK2 MSFTFEED01.phx. gbl!TK2MSFTNGP0 8
              > .phx.gbl!TK2MSF TNGP10.phx.gbl[color=green]
              > >Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.langua ges.vb:192712
              > >X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.vb
              > >
              > >Those are great but there got to be some more detailed versions that
              > >show how to use it with visual studio .net in particular. Those you
              > >referenced are for more general application right? Theres nothing more
              > >direct step by step direction for VB .net?
              > >
              > >
              > >
              > >*** Sent via Developersdex http://www.developersdex.com ***
              > >Don't just participate in USENET...get rewarded for it!
              > >[/color][/color]

              Comment

              Working...