Hi:
I want to create setup file at desktop PC. This setup.exe will install CAB file at Target device (Pocket PC).
I know that, this can be possible thru Microsoft Active Sync.
I am in need of solution. If anybody have idea on this, pls let me know.
Thanks
-VJ

Installation procedure of CAB file from Desktop PC to Pocket PC
Peter McEvoy
Hi Vijay,
Check the following link
http://www.codeproject.com/netcf/compframe4.asp
Regards,
Senthil.
-Matze-
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetcomp/html/deploy_cf2_apps_cab_msi.asp
I did this a couple of days ago and it works well. (ipaq hx2790 windows mobile 5.0)
Two things to note, if you want a shortcut in the program files on the Pocket PC you've got to put it in the "Start Menu Folder" for the CAB... . and the directory layout for the msi is:
Application Folder
System Folder
-> Temp (folder you must create)
-> Primary output of installerDLL
-> ProgramName (folder you must create)
-> Built outputs from deploymentCAB
-> ProgramName.ini
User Desktop
User Program Menu