How To - Create a CAB Installation Project for your Windows Mobile Project

1. Create your Windows Mobile Project

2. From Visual Studio, Right Click on your Solution > Add > New Project

3. Select Other Project Types > Setup and Deployment > Smart Device CAB Project

4. Name your Smart Device Cab Project accordingly

5. You will then have two projects in your solution

6. You now need to add the output from your application project to the CAB project

7. Right click on HelloWorldInstall > Add > Project Output

8. Select the Application Project and Primary Output and then OK

9. Select the Application Project and Primary Output and then OK

10. After adding the Application Project Output, the Solution Explorer will show this change

11. You can now build the Application Project and then build the CAB Project - The project output, a CAB file, will be located in a sub directory of the same name as your CAB project which is located in the same directory as your .SLN file

12. You can then install this CAB file on your device