How do I include the installation of the compact framework
with a smart device cab project?
I am deploying on a device that doesn't come with the .net cf
installed. When I add the project output alone, with the dependencies,
I am not able to run the exe on the device, as the cf is not installed.
How do I include the cf?
Thanks.
Peter Foot [MVP] - 28 Mar 2007 11:40 GMT
Breaking open the .NETCF cab is not supported or licensed. You'll need to
deploy the cab file with your application. How you initiate the installation
will depend on what method you are using for deploying your application -
desktop installer, web, sd card etc.
Peter

Signature
Peter Foot
Device Application Development MVP
www.peterfoot.net | www.inthehand.com
> How do I include the installation of the compact framework
> with a smart device cab project?
[quoted text clipped - 6 lines]
>
> Thanks.