Post: how to create and installProgramFrom: http://blog.csdn.net/zhl0349/archive/2006/04/25/677284.aspx
The platform is evc4.0 + SP3, WindowsXP, windowsce4.2, and ppc2003.
How can I create an installation program using the program compiled by EVC? I have studied it and I have a lot of information on the Internet.
There are two ways to use the current EVC tool, cabwiz.exe
Windows CE tools \ wce420 \ Pocket PC 2003 \ tools
One is to use third-party software wince cab MANAGER & pocketsetupcreator
The. cab file is a compressed package file with installation information,
In fact, all the installation software copies the cab file of the software to the corresponding device,
Then, use the wceload program on the device to install the device.
In http://blog.csdn.net/dotnet_editor/archive/2005/08/19/459018.aspx
For more details
After you have prepared the installation program, you can manually write an. inf Installation File, according to
I found the software used for third-party software production:
Wince cab manager has been downloaded in http://www.onlinedown.net/soft/36872.htm to make. CAB files
Pocketsetupcreator the. exe file that is downloaded in the http://www.onlinedown.net/soft/27615.htm for Installation
The operations of the two software are always simple.
You can use wince cab manager to import the generated. inf file, which is the same as your handwritten file.
For example, I got this:
[Source file]
Name = your company name your application name
Path =
Type = ppc2003
[Version]
Signature = "$ Chicago $"
Cesignature = "$ Windows CE $"
Provider = "your company name"
[Cestrings]
Appname = "your application name"
Installdir = "% CE1 % \ your company name \ your application name"
[Cedevice]
Processortype = 2577
[Platform. OCP. pocketpc]
Platformstring = Pocket PC
Platformmin = 4.2
Platformmax = 5.0
[Sourcedisksnames]
1 =, source1, "[installdir]"
[Sourcedisksfiles]
"E.wav" = 1
"F.wav" = 1
"G1.wav" = 1
"G.wav" = 1
"H.wav" = 1
"I .wav" = 1
"Letsgo.wav" = 1
"Matedown.wav" = 1
"Rounddraw.wav" = 1
"No title. TCS" = 1
"Create external document .txt" = 1
[Copyfiles1]
"E.wav", 0x20000411
"F.wav", 0x00000001
"G1.wav", 0x00000001
"G.wav", 0x00000001
"H.wav", 0x00000001
"I .wav", 0x00000001
"Letsgo.wav", 0x00000001
"Matedown.wav", 0x00000001
"Rounddraw.wav", 0x00000001
"No title. TCS", 0x00000001
"Create external document .txt", 0x40000003
[Ceshortcuts1]
"New shortcut cut. lnk", 0, "Create document TXT"
[Destinationdirs]
Copyfiles1 = 0, "% installdir %"
Ceshortcuts1 = 0, "% ce11 %"
[Addregistry]
HKU, "New Key #1", "new value #1", 0 X keys 0001,10
[Defainstall install]
Copyfiles = copyfiles1
Addreg = addregistry
Ceshortcuts = ceshortcuts1
Ceselfregister = "creating an external document .txt"
The specific significance is described in detail on the first website referenced in this article.
Open pocketsetupcreator After generating a. cab. It's easy to do.
Compile the setup.exe Installation File and click OK.
Production means and operations can be simple
Think about the installation file:
"Program details, such as company names and program names
Target hardware platform, such as PPC or smartphone, and what type of CPU
Which source files are stored in the directory on the PC?
Path where the files copied to the device are stored
Whether to create shortcuts, files to which shortcuts are available, and icons
Whether to modify the registry and modify the project and content"
These are the key points.
Encoding implementation:Windows Mobile package processWindows Mobile package process 2
Attachment: Setuponpc.rar (4614.57kb) |
Packaging-winows mobile shortcuts for Chinese?
Use wince. Cab. Manager to modify the shortcut and change it to Chinese ~