How to Package the .net framework with the EXE for smartphones

Dear All,

I have to deploy my smartphone magneto application in to smartphone.

How do I create the package for .net framework along with exe so that it could be installed and run on the target machine.

I am using .net 2005 on my XP machine.

Thanx

[254 byte] By [Amarender] at [2008-3-3]
# 1
Hi Amarender,

Are you interested in using ActiveSync to deploy your application? If so, you can follow this page on MSDN might be helpful :

http://msdn.microsoft.com/library/en-us/dnppcgen/html/netcfdeployment.asp?frame=true

It will guide you though setting up a desktop setup project that will push your .CAB file down over ActiveSync. In addition, you could push down the .NET Compact Framework .CAB files and install them beforehand.

Unfortunately, there is no built-in mechanism in VS 2005 for embedding a .CAB file in another .CAB file.

Thanks

BrianChamberlain at 2007-9-9 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...