如何在模拟器上运行需要安装的程序?

首先,不知道这个问题是不是成立。
用一个例子说明:
我手上有QQ for Pocket PC,但是需要安装的setup程序。能不能在模拟器上运行?
我猜想,如果用ActiveSync3.7.1连上模拟器,是否能模仿安装?
为此我查阅文档,文档上说可以用ActiveSync连接模拟器。但我按照文档的步骤却无论如何连不上。文档如下:
You can establish a connection to the Emulator with Microsoft® ActiveSync® 3.5. You cannot establish a connection with earlier versions of ActiveSync.

To configure the Emulator to establish a connection with ActiveSync

1 Connect two serial ports with a null modem cable.
2 On your development workstation, install ActiveSync 3.5.
3 Configure the Emulator startup server. If KITL is built into your OS image, from the Serial Port 2 box choose COM1 or COM2, and then from the Serial Port 1 box choose None.
- or -

If KITL is not built into your OS image, from the Serial Port 1 box choose COM1 or COM2, and then from the Serial Port 2 box choose None.

4 Choose OK, and then choose OK again.
5 Configure ActiveSync 3.5 to connect to the serial port — either COM1 or COM2 — that you did not assign to the Emulator.

我的机器是笔记本,只有一个串口,而文档上的第一步是要求用无信号的Modem连线(null modem cable)连接两个串口。我不知道如何做。就算是有两个串口,如何连接?
另一方面,第三条内说的KITL是什么?我如何知道我的OS(PC的OS还是PocketPC的OS?)是否支持KITL?
我试过第三条中说的两种配置方法,都无法连接到模拟器。(eVC自己可以连接到)

那位知道如何做吗?

如果通过ActiveSync安装程序到模拟器的假设不存在,那么如何在虚拟机上运行需要安装的程序呢?

再次感谢!
[1395 byte] By [huanggx-大侠] at [2008-4-10]
# 1
如果你的QQ是for ARM 或其他cpu而不是 for x86emu 的,就算传上去也不能运行
nbcool-载舟之水 at 2007-10-23 > top of Msdn China Tech,硬件/嵌入开发,嵌入开发(WinCE)...
# 2
To install the application on the emulator you need to have the x86
compatible binaries. But most of the commerical applications are
disctirbuted as ARM binaries. You can figure out the processor type
supported from the cab file name of the application you try to install which
will have x86 or ARMV4.

Obviously if the application is developed by you will have the x86 cab files
or for the Compact Framework or SQL CE these binaries comes with the .NET
application installation.

To install the application
1) Start the emulator
2) From the Emulator menu select the Folder sharing option and locate the
folder where you have your cab files
3) Start File explorer on the device and choose the Compact Flash icon at
the bottom
4) Now the shared folder contents will be shown oon the eumator file
explorer, tap on the cab file you want to install.

xanadaw-xanadaw at 2007-10-23 > top of Msdn China Tech,硬件/嵌入开发,嵌入开发(WinCE)...
# 3
看你的程序是在什么平台下面运行的
makeshi-我的天堂 at 2007-10-23 > top of Msdn China Tech,硬件/嵌入开发,嵌入开发(WinCE)...