Building a PocketPC Deployment Package

G

Guest

I am looking for recommendations on the best installation packages everyone
likes right now. I have a PocketPC application for which I want to build a
install solution. I have tried many trial versions of various products, and
have tried using the deployment solution built-in to Visual Studio .NET 2003.
I have yet to find one that works well.

I want something simple to use, that will build a smart install in which I
can include all the processor-specific .CAB files, and the install will
install the right version on the PocketPC device. I have yet to find
something that "fits the bill". What does everyone else use for this right
now?

- Thanks,

JRD
 
K

Ken Tucker [MVP]

Hi,

Hi,

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfdeployment.asp

http://www.spbsoftwarehouse.com/products/ezsetup/?en

http://msdn.microsoft.com/mobility/...l/netcfgetstarted.asp#netcfgetstarted_topic23

Ken
----------------
message I am looking for recommendations on the best installation packages everyone
likes right now. I have a PocketPC application for which I want to build a
install solution. I have tried many trial versions of various products, and
have tried using the deployment solution built-in to Visual Studio .NET
2003.
I have yet to find one that works well.

I want something simple to use, that will build a smart install in which I
can include all the processor-specific .CAB files, and the install will
install the right version on the PocketPC device. I have yet to find
something that "fits the bill". What does everyone else use for this right
now?

- Thanks,

JRD
 
S

steve

this is a good start:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfdeployment.asp

however, i'd put the shell code in a seperate project - one that can be run
over and over again independent of running setup. reason being, your pc
could/should be used as a deployment center if installation is going to
occur for many devices. you really don't want to setup the pc again, just
shell out the cab info to the win ce app manager.

but that's my 0.02 usd.

hth,

steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top