Install Compact Framework 2

G

Guest

I need install in my HP Ipaq with Windows Mobile 5.0 the Compact Framework
2.0 already that my aplication this developer in Visual Studio Pro 2005. When
run my aplication this in my HP IpaQ send message "The aplicacion need a
version compact framework major to the install"
Help My...please
 
G

Guest

Hi Serafin,

We solved this issue by using the NSIS instalaltion scripting language to
detect if the CF2.0 is installed, If this isn't installed we install the
..Compact Framework.2.0 cab file. there are plenty of examples on the NSIS
site.

However we have a problem that the user now has to install multiple cab
files, if they break the sequence, then the install doesn't complete
properly.

ie.

we install our apllication cab file,
the user must ok this on the device, they must complete this stage before
the NSIS installer starts the installation of the .net CF2.0 cab file.

is there anyway that we can wrap all these individual cab files into one ?

thanks
 

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