Hi Rod,
Rather than having a batch file run, have a read of this:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/h
tml/netcfdeployment.asp
It describes how easy it is to build an installer package for your
application.
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: (e-mail address removed) (Rod Early)
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Subject: Determining whether sqlclient is installed, and installing it
| Date: 28 Apr 2004 15:33:42 -0700
| Organization:
http://groups.google.com
| Lines: 15
| Message-ID: <
[email protected]>
| NNTP-Posting-Host: 66.129.72.254
| Content-Type: text/plain; charset=ISO-8859-1
| Content-Transfer-Encoding: 8bit
| X-Trace: posting.google.com 1083191623 24141 127.0.0.1 (28 Apr 2004
22:33:43 GMT)
| X-Complaints-To: (e-mail address removed)
| NNTP-Posting-Date: Wed, 28 Apr 2004 22:33:43 +0000 (UTC)
| Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.s
ul.t-online.de!t-online.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!p
ostnews1.google.com!not-for-mail
| Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.compactframework:52002
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| In my Windows CE.NET 4.0 application (written in VB.NET), I have two
| needs regarding sqlClient.
|
| 1. Determine whether sqlClient has been installed on the device.
|
| 2. If sqlClient has not been installed, then install it automatically.
|
| 2.a. From a startup batch file, can I have sqlClient.cab install
| itself silently during the device boot process?
|
| Can this be done, and if so, how?
|
| Thanks,
| Rod
| (e-mail address removed)
|