Installing my program on Windows CE 5

耗尽温柔 提交于 2019-12-24 03:58:08

问题


I'm in the progress of finishing up an application for Windows CE 5, and I was wondering what the easiest way of installing the application on CE 5 devices would be.

Hitting "publish" in VS8 generates an installer, but this installer isn't compatible with CE 5.

What is an easy, effective way of installing my applications on Windows CE 5?

Edit: Follow-up here.


回答1:


The easy way is to just add a new Deployment project to your existing solution.

Right-Click your solution and pick Add > New Project

Go to Other Project Types, select the Smart Device CAB Project

Right click the new project, including all the files your project uses, then build it.

UPDATE:

Be sure to Add Project Output!




回答2:


For windows CE and windows mobile applications use CAB file, in this link describe how to create CAB file.



来源:https://stackoverflow.com/questions/17168174/installing-my-program-on-windows-ce-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!