How to create setup for WinCE

  • Thread starter Thread starter andreja.varnost
  • Start date Start date
A

andreja.varnost

I have created simple application for WinCe using Visual Studio 2005.

Now I created cab file using VS2005.

I would like to know how to set that my application will start up
every time PDA starts up
and how to include compact framework 2.0, which will be installed just
in case if is missing...

Can I create setup file which can be run from windows and will install
application on PDA (via ActiveSync)?

Can you give me some links how to do this!

Thanks
 
Hi,

If you want your application to start each time the device starts up - place
the exe or a shortcut to the exe in the Start Up folder in the Windows
folder. Every time the device starts up it runs the items in this folder.

Dav
 
Thank you all for links.

I have seen this, but I don't know how to include CF 2 in the setup,
that can be automaticaly installed if nessesary..

Thanks

andreja.varnost
 
Back
Top