473,473 Members | 3,363 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

MultiCab file deploy to Pocket PC via one msi setup file

AAA
Hi, how could I deploy all my CF, SQLCE and my applicaiton .CAB file to
pocket pc...

I am now only able to run the msi setup file and install my application to
my pocket pc, but I need to intall compact framework, opennetcf, and sqlce
separentely. I am thinking if there is a way to run a setup file and install
all the necessary components and files to pocket pc.

I have done a search in google group. actually found 1 artcile talking about
this...but I am not quite understand...
http://groups-beta.google.com/group/...f95e03f862b554

anyway...one guy suggest put everything together under the AfterInstall
script...

Dim arg As String = Path.Combine(Path.GetDirectoryName( _
System.Reflection.Assembly.GetExecutingAssembly(). Location), _
"ClientSetup.ini") _
+ "\" \ "" + Path.Combine( _
Path.GetDirectoryName(System.Reflection.Assembly.G etExecutingAssembly().Location),
_
"CF.ini") + "\" \ "" + Path.Combine( _
Path.GetDirectoryName(System.Reflection.Assembly.G etExecutingAssembly().Location),
_
"SQLCE.ini") + "\" \ "" + Path.Combine( _
Path.GetDirectoryName(System.Reflection.Assembly.G etExecutingAssembly().Location),
_
"SQLCEDEV.ini")

my problem is that.....where is the CF.ini, SQLCE.ini and SQLCEDEV.ini ? I
have done a search in my desktop, but i can not those ini, except the
ClientSetup.ini which was created by my own for my application.

hope someone could guide me. thanks a lot

Nov 21 '05 #1
3 2369
There is a freeware application on the web called EZSetup which does exactly
what you need. There is minimal .inf configurations to set but this is a
really handy wizard, I used it to deploy a PPC app inc. SQLCE, CF.NET, MyApp
etc to 70 users in 3 days.
Have fun.

"AAA" wrote:
Hi, how could I deploy all my CF, SQLCE and my applicaiton .CAB file to
pocket pc...

I am now only able to run the msi setup file and install my application to
my pocket pc, but I need to intall compact framework, opennetcf, and sqlce
separentely. I am thinking if there is a way to run a setup file and install
all the necessary components and files to pocket pc.

I have done a search in google group. actually found 1 artcile talking about
this...but I am not quite understand...
http://groups-beta.google.com/group/...f95e03f862b554

anyway...one guy suggest put everything together under the AfterInstall
script...

Dim arg As String = Path.Combine(Path.GetDirectoryName( _
System.Reflection.Assembly.GetExecutingAssembly(). Location), _
"ClientSetup.ini") _
+ "\" \ "" + Path.Combine( _
Path.GetDirectoryName(System.Reflection.Assembly.G etExecutingAssembly().Location),
_
"CF.ini") + "\" \ "" + Path.Combine( _
Path.GetDirectoryName(System.Reflection.Assembly.G etExecutingAssembly().Location),
_
"SQLCE.ini") + "\" \ "" + Path.Combine( _
Path.GetDirectoryName(System.Reflection.Assembly.G etExecutingAssembly().Location),
_
"SQLCEDEV.ini")

my problem is that.....where is the CF.ini, SQLCE.ini and SQLCEDEV.ini ? I
have done a search in my desktop, but i can not those ini, except the
ClientSetup.ini which was created by my own for my application.

hope someone could guide me. thanks a lot

Nov 21 '05 #2
AAA
EzSetup is a command line application with some parameters keys.

it is a bit not user friendly for normal end user....
i am thinking the normal way, just click the "NEXT" and procced to
installing the product
"marcmc" <ma****@discussions.microsoft.com> wrote in message
news:B4**********************************@microsof t.com...
There is a freeware application on the web called EZSetup which does
exactly
what you need. There is minimal .inf configurations to set but this is a
really handy wizard, I used it to deploy a PPC app inc. SQLCE, CF.NET,
MyApp
etc to 70 users in 3 days.
Have fun.

"AAA" wrote:
Hi, how could I deploy all my CF, SQLCE and my applicaiton .CAB file to
pocket pc...

I am now only able to run the msi setup file and install my application
to
my pocket pc, but I need to intall compact framework, opennetcf, and
sqlce
separentely. I am thinking if there is a way to run a setup file and
install
all the necessary components and files to pocket pc.

I have done a search in google group. actually found 1 artcile talking
about
this...but I am not quite understand...
http://groups-beta.google.com/group/...f95e03f862b554

anyway...one guy suggest put everything together under the AfterInstall
script...

Dim arg As String = Path.Combine(Path.GetDirectoryName( _
System.Reflection.Assembly.GetExecutingAssembly(). Location), _
"ClientSetup.ini") _
+ "\" \ "" + Path.Combine( _

Path.GetDirectoryName(System.Reflection.Assembly.G etExecutingAssembly().Location),
_
"CF.ini") + "\" \ "" + Path.Combine( _

Path.GetDirectoryName(System.Reflection.Assembly.G etExecutingAssembly().Location),
_
"SQLCE.ini") + "\" \ "" + Path.Combine( _

Path.GetDirectoryName(System.Reflection.Assembly.G etExecutingAssembly().Location),
_
"SQLCEDEV.ini")

my problem is that.....where is the CF.ini, SQLCE.ini and SQLCEDEV.ini ?
I
have done a search in my desktop, but i can not those ini, except the
ClientSetup.ini which was created by my own for my application.

hope someone could guide me. thanks a lot

Nov 21 '05 #3
I just used google (http://groups.google.com/advanced_group_search) to
look up
multi cab
in microsoft.public.pocketpc.developer and got 51 hits. I took a
_quick_ look and think at least several of the first few are relevant
and useful.
On Thu, 21 Jul 2005 11:32:05 +0800, " AAA" <pk***@hotmail.com>
wrote:
Hi, how could I deploy all my CF, SQLCE and my applicaiton .CAB file to
pocket pc...

I am now only able to run the msi setup file and install my application to
my pocket pc, but I need to intall compact framework, opennetcf, and sqlce
separentely. I am thinking if there is a way to run a setup file and install
all the necessary components and files to pocket pc.

I have done a search in google group. actually found 1 artcile talking about
this...but I am not quite understand...
http://groups-beta.google.com/group/...f95e03f862b554

anyway...one guy suggest put everything together under the AfterInstall
script...

Dim arg As String = Path.Combine(Path.GetDirectoryName( _
System.Reflection.Assembly.GetExecutingAssembly(). Location), _
"ClientSetup.ini") _
+ "\" \ "" + Path.Combine( _
Path.GetDirectoryName(System.Reflection.Assembly.G etExecutingAssembly().Location),
_
"CF.ini") + "\" \ "" + Path.Combine( _
Path.GetDirectoryName(System.Reflection.Assembly.G etExecutingAssembly().Location),
_
"SQLCE.ini") + "\" \ "" + Path.Combine( _
Path.GetDirectoryName(System.Reflection.Assembly.G etExecutingAssembly().Location),
_
"SQLCEDEV.ini")

my problem is that.....where is the CF.ini, SQLCE.ini and SQLCEDEV.ini ? I
have done a search in my desktop, but i can not those ini, except the
ClientSetup.ini which was created by my own for my application.

hope someone could guide me. thanks a lot


-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
500 Harrison Ave., Suite 3R
Boston, MA 02118
www.penfact.com
Nov 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: william | last post by:
Hi I created a serviced component using vb.net, manually deployed it, it's ok I'm looking for the steps to deploy it with .net setup file so that the setup file will register it and put it into GAC...
2
by: Connected | last post by:
Hi, Using VS.NET 2003, I would like to deploy my project as a single-file exe. What I actually get is three files: Setup.exe Setup.ini MyProg.msi
1
by: santhosh_176 | last post by:
:I Created a Pocket PC application for iPAQ 5450. Every thing went fine even installer creation. I could run the setup and install it into the actual device and worked fine. The application enables...
8
by: Krishnan Margabandhu | last post by:
I'm writing a Pocket PC app that will run when a device is first powered on. I want this program to get some data from the user and invoke a CAB file to install a software on the device. How do I...
8
by: A_PK | last post by:
Hi, I am using VB.net to develop my application. I understand that to get CE App Manager to install applications, I have to specify an INI file where I run it. Since I am using VB.net. So I need...
8
by: Henry | last post by:
Hi, in a Windows form VB.Net project I use localization for all texts. In App.Config I added: <appSettings> <add key="locale" value="de"/> </appSettings> In the project I have ressource...
4
by: Robert Iver | last post by:
Hello everyone, I am trying to create an application that utilizes a SQL Mobile database. I have included that database in my main project, and it compiles and debugs just fine. I then...
2
by: =?Utf-8?B?eWtmZmM=?= | last post by:
I try to experiment deploying my Vb.net application by following the basic steps but encounter this error. I follow every step and every display agrees with what the tutorial says and the IDE...
1
by: Duncan Dimech | last post by:
Dear All I am building a web based application which is using report services. As this need to be sold to clients, I have created a setup file to make life easier when installing the application....
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.