up vote 0 down vote favorite
share [g+] share [fb]

How to? what components do i need to have(platform builder?) ?

Please be as clear as possible - I find that this subject is very hazy and most people just give you a very vague answer.

I am running WInCE 5.0 with CF .net 2.0

Ultimately I need to create a self-updating application but I am going to start with creating a cab installer package.

link|improve this question

58% accept rate
feedback

3 Answers

up vote 1 down vote accepted

You can create a cab file using the appropriate project type in Visual Studio. In Visual Studio 2005 select "Other Project Types", "Set up and deployment", "Smart device CAB project".

In a CAB file you can include executable and resource files. You can instruct where these files should be copied to. You can also add registry keys.

link|improve this answer
does a cab include dlls and exe? – sarsnake Feb 19 '09 at 18:12
ok, great! One more question: is it platform dependent? i don't have Platform Builder at the moment. – sarsnake Feb 19 '09 at 18:29
feedback

This link actually helped me as well http://www.mobilepractices.com/2008/02/how-to-create-windows-mobile-smart.html

great walkthrough on how to create cab files in Visual Studio 2008

link|improve this answer
feedback

You can also checkout commercial softwares like Mobile Packager http://www.mobilepackager.com

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.