概述
万恶的微软。。。。一个Windows CE 5.0 Device Emulator竟然不能在Windows2003安装。搜了下,找到解决方法如下:
(下面转自来自:
http://www.bobswart.nl/Weblog/Blog.aspx?RootId=5:184)
As I mentioned earlier (in my upcoming article for The Delphi Magazine for example), the system requirements for the Microsoft Windows CE 5.0 Device Emulator list Windows 2000 SP4 or Windows XP SP1 (or later). Unfortunately, that's a complete list, since it will simply refuse to install on Windows 2003 (with or without SP1). Which is a bummer, since I use Windows 2003 Standard Edition on my laptop (if only because SharePoint 2003 requires Windows 2003).
Obviously, I wouldn't just repeat this information if I hadn't found a solution for this issue (at last). The following are the steps required to manually install the Microsoft Windows CE 5.0 Device Emulator on Windows 2003 (at your own risk!).
- Download Windows CE 5.0 Device Emulator (8/27/2004 - 3,770,832 bytes).
- Extract the setup.exe by running it with the /a command-line switch.
This will not give you the above error message, but after a while presents you with a dialog that explains that the Setup Wizard will create a server image of Microsoft Windows CE 5.0 Emulator at a specified network location. You can click Next to specify the location, which can also be on your local disk, so I've specified C:/WinCE. The result is the following list of files:
- C:/WinCE
VMNetSrM.inf VMNetSrv.cat VMNetSrv.dll VMNetSrv.inf VMNetSrv.sys
- C:/WinCE/program files/Windows CE 5.0 Emulator
Emulator.chm
Emulator_500.exe
license.rtf
NK.cem
- C:/WinCE/System
msxml4.dll
msxml4a.dll
msxml4r.dll
- C:/WinCE/Windows/SYSTEM32/Drivers
VMM.sys
Running Microsoft Windows CE 5.0 Emulator.msi on Windows 2003 will give us the same old error message again, so you can just delete that file.
The VMNet*.* files (for the Virtual Machine Network Services Driver) can be installed with the following steps:
- Open the Network Connections (in the Control Panel)
- Right-click on one of the Local Area Connections and select Properties
- Click on Install, and Add a new Service
- In the Select Network Service dialog, click on Have Disk, and then select the VMNetSrv.inf file from C:/WinCE
- Click on OK to install the (unsigned) Virtual Machine Network Services driver
- The VMM.sys file must be copied or moved to the %WinDir%/system32/Drivers directory
If MSXML4 is not already installed on your machine, then you also need to perform the following two steps:
- Copy or move the three files from the C:/WinCE/System directory to the %WinDir%/system32 directory
- Run regsvr32 msxml4.dll to register msxml4
Optionally, you can now move the C:/WinCE/program files/Windows CE 5.0 Emulator directory to the "normal" C:/Program Files directory.
In the end, you can run the emulator as follows:
emulator_500 /CEImage NK.cem /video 240x320x16 /ethernet shared
When all this works, you can install the Pocket PC 2003 SDK and Emulator images, too. |
最后
以上就是激昂丝袜为你收集整理的Windows CE 5.0 Device Emulator on Windows2003的全部内容,希望文章能够帮你解决Windows CE 5.0 Device Emulator on Windows2003所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复