Installing my program on Windows CE 5

2019-07-16 17:02发布

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.

2条回答
Deceive 欺骗
2楼-- · 2019-07-16 17:34

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

查看更多
闹够了就滚
3楼-- · 2019-07-16 17:49

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

Right-Click your solution and pick Add > New Project

add new project

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

Cab Project

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

UPDATE:

Be sure to Add Project Output!

project output

查看更多
登录 后发表回答