PC Review


Reply
Thread Tools Rating: Thread Rating: 2 votes, 1.00 average.

Deploying MSDE with VB .net

 
 
Sebastian Santacroce
Guest
Posts: n/a
 
      1st Apr 2004
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
 
Reply With Quote
 
 
 
 
Herfried K. Wagner [MVP]
Guest
Posts: n/a
 
      1st Apr 2004
* "Sebastian Santacroce" <(E-Mail Removed)> scripsit:
> Is it posible to package MSDE with VB .net so that its
> part of the installation?
> If so, is there documentation somewhere?


MSDE 2000 Deployment Toolkit (RC)
<URL:http://www.microsoft.com/downloads/details.aspx?familyid=6e9a7403-c4ba-4d98-bb0b-2c9d6414071f&displaylang=en>

SQL Server 2000 Desktop Engine (MSDE 2000):
<URL:http://www.microsoft.com/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.com/sql/techinfo/development/2000/MSDEintegration.asp>

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

Installing Desktop Engine
<URL:http://msdn.microsoft.com/library/en-us/distsql/distsql_8yeq.asp>

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


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.com/groups?selm=z2an4EnoDHA.2012%40cpmsftngxa06.phx.gbl>
<URL:http://workspaces.gotdotnet.com/vsboot/>

Download
<URL:http://www.gotdotnet.com/community/workspaces/newsitem.aspx?id=2f8f0a23-f529-4158-8e0a-d187d16f41f1&newsId=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/dotnetframedepguid1_1.asp>

..NET Framework 1.1 Redistributable Prerequisites
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/NETFx1Redistreq1_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/dotnetframedepguid.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/>
 
Reply With Quote
 
Sebastian Santacroce
Guest
Posts: n/a
 
      1st Apr 2004
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!
 
Reply With Quote
 
David Guyer [MS]
Guest
Posts: n/a
 
      1st Apr 2004
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.
--------------------
>From: Sebastian Santacroce <(E-Mail Removed)>
>References: <c4h9q6$2i55o5$(E-Mail Removed)>
>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: <(E-Mail Removed)>
>Newsgroups: microsoft.public.dotnet.languages.vb
>Date: Thu, 01 Apr 2004 08:35:28 -0800
>NNTP-Posting-Host: actionjackson133.dsl.frii.net 216.17.147.133
>Lines: 1
>Path:

cpmsftngxa06.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08
.phx.gbl!TK2MSFTNGP10.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.vb:192712
>X-Tomcat-NG: microsoft.public.dotnet.languages.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!
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
MSDE or SQL 2K on DC HelpPls Microsoft Windows 2000 Active Directory 1 12th May 2004 10:14 AM
Deploying MSDE =?Utf-8?B?VG9ueSBDYW1pbGxp?= Windows XP Embedded 0 20th Feb 2004 02:21 PM
deploying and re-deploying ASP.Net applications =?Utf-8?B?VG9tIE4=?= Microsoft ASP .NET 2 4th Feb 2004 09:31 PM
ADP & MSDE?? Alexander Osorio Microsoft Access ADP SQL Server 0 15th Oct 2003 04:39 AM
Deploying application with MSDE and SQL database Ronny Salomonsen Microsoft VB .NET 4 19th Sep 2003 12:32 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:26 AM.