equal
deleted
inserted
replaced
|
1 *************************************** |
|
2 * Steps to create Metadata Utility SISX |
|
3 *************************************** |
|
4 |
|
5 ************ Metadata Utility has to be upgraded as "full upgrade" package |
|
6 ************ The DLLs and the resource file will always be upgraded together |
|
7 |
|
8 |
|
9 1. Upgrade the DLLs version number (refer to: Upgrade dll version number) |
|
10 2. Build the metadata sisx file |
|
11 3. Build the cenrep sisx file |
|
12 |
|
13 |
|
14 ************************************** |
|
15 * Cenrep |
|
16 ************************************** |
|
17 1. Build centrepconv.exe (refer to IAD wiki) |
|
18 |
|
19 2. Create the cenrep .txt file using the "cenrep Configuration Tool" |
|
20 Refer to: |
|
21 K:\s60\tools\toolsextensions\ConfigurationTool |
|
22 |
|
23 3. Copy the cenrep .txt file into c:\cenrep\ |
|
24 |
|
25 4. Create the cenrep .cre file: |
|
26 K:\epoc32\release\winscw\udeb>centrepconv.exe -nowait -o c:\cenrep\10207af7.cre c:\cenrep\10207af7.txt |
|
27 |
|
28 5. To create the cenrep sis file: |
|
29 - copy "10207af7.cre" into the "\mmmw\metadatautility\sis" directory, then run the "build_cenrep_sisx.bat" |
|
30 |
|
31 |
|
32 ************************************** |
|
33 * Upgrade dll version number |
|
34 ************************************** |
|
35 1. Run "change_version.bat" script from \mmmw\metadatautility\sis |