Dear all, I found lot of articles on creating Installation package for windows mobile app which uses CF 2.0. I am using c# and .Net 2005 for the development of Pocket PC application . I want to create installation package so that users will download the "setup.exe" from web on their Pocket PC and installs the application. I don't want to install the application using ActiveSync. Can you please help me ? Regards, Milind
If you want the users to download directly from the Pocket PC device then you can just put the CAB file in some publicly accessible internet site and have the users download it using Pocket Internet Explorer and run it directly. When you open a CAB file on the device it will automatically start the installation process. -- Regards, Christian Resma Helle http://christian-helle.blogspot.com wrote in message news:1185879045.840081.293380@x35g2000prf.googlegroups.com... > Dear all, > > I found lot of articles on creating Installation package for windows > mobile app which uses CF 2.0. I am using c# and .Net 2005 for the > development of Pocket PC application . I want to create installation > package so that users will download the "setup.exe" from web on their > Pocket PC and installs the application. I don't want to install the > application using ActiveSync. Can you please help me ? > > Regards, > Milind >