简体   繁体   中英

Installing my program on Windows CE 5

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.

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!

项目成果

对于Windows CE和Windows移动应用程序使用CAB文件,在此链接中描述如何创建CAB文件。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM