Install Compact Framework 2

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
Back
Top