|
1 <instoptexamples> |
|
2 <!-- |
|
3 Each option can be left out (by commenting it away or removing). |
|
4 The start tag above is only to make this file viewable using IE etc browsers. |
|
5 |
|
6 Empty or illegal (unknown) attribute values are interpreted as "no" was chosen |
|
7 and installation will not be completed. |
|
8 |
|
9 --> |
|
10 |
|
11 <InstOpts> |
|
12 <!-- |
|
13 value: Installation drive letter |
|
14 Special value: '!' uses any drive having enough space. |
|
15 --> |
|
16 <StdOpt name="drive" value="e"/> |
|
17 |
|
18 <!-- ISO language code |
|
19 Special value: '*' uses phone's default language |
|
20 --> |
|
21 <StdOpt name="lang" value="FI" /> |
|
22 |
|
23 <!-- |
|
24 Name: upgrade |
|
25 Possible Values: yes | no |
|
26 Description: Tells what is answered to "Application exists, do you want to upgrade?" like question. |
|
27 --> |
|
28 <StdOpt name="upgrade" value="yes"/> |
|
29 |
|
30 <!-- |
|
31 Description: Kill existing application if running. |
|
32 Possible Values: yes | no |
|
33 --> |
|
34 <StdOpt name="kill" value="yes"/> |
|
35 |
|
36 <!-- |
|
37 Description: Response to package info dialog. It also sets policy to |
|
38 handle all other warnings than ocsp, and FileTexts and possible questions |
|
39 in the package. |
|
40 Possible Values: yes | no |
|
41 --> |
|
42 <StdSymOpt name="pkginfo" value="yes"/> |
|
43 |
|
44 <!-- |
|
45 Description: Response to options dialog. |
|
46 This either selects all or none options. |
|
47 Possible Values: yes | no |
|
48 --> |
|
49 <StdSymOpt name="optionals" value="yes"/> |
|
50 |
|
51 <!-- |
|
52 Description: Response to "grant capabilities" dialog. |
|
53 Possible Values: yes | no |
|
54 NOTE: This has been commented out as an example. If now |
|
55 content package needs to be granted some capabilities, |
|
56 installation will fail because of missing option. |
|
57 --> |
|
58 <!-- <StdSymOpt name="capabilities" value="yes"/> --> |
|
59 |
|
60 <!-- |
|
61 Description: Response to install untrusted application dialog. |
|
62 Possible Values: yes | no |
|
63 --> |
|
64 <StdSymOpt name="untrusted" value="yes"/> |
|
65 |
|
66 <!-- |
|
67 Description: Determines whether OCSP check will be done automatically. |
|
68 Possible Values: yes | no |
|
69 --> |
|
70 <StdSymOpt name="ocsp" value="yes"/> |
|
71 |
|
72 <!-- |
|
73 Description: Determines whether OCSP warnings will ignored automatically. |
|
74 Possible Values: yes | no |
|
75 --> |
|
76 <StdSymOpt name="ignoreocspwarn" value="yes"/> |
|
77 |
|
78 <!-- |
|
79 Description: Determines whether files will be overwritten automatically, |
|
80 if the file exists. |
|
81 Possible Values: yes | no |
|
82 --> |
|
83 <StdSymOpt name="fileoverwrite" value="yes"/> |
|
84 |
|
85 |
|
86 <!-- |
|
87 Description: Determines whether RMS data will be updated |
|
88 in midlet (java) install. |
|
89 Possible Values: yes | no |
|
90 --> |
|
91 <StdSymOpt name="upgradedata" value="no"/> |
|
92 |
|
93 |
|
94 <!-- Download username --> |
|
95 <StdOpt name="httpusername" value="username"/> |
|
96 <!-- Download password --> |
|
97 <StdOpt name="httppassword" value="password"/> |
|
98 <!-- Allow download |
|
99 Possible Values: yes | no --> |
|
100 <StdOpt name="download" value="yes"/> |
|
101 <!-- |
|
102 Direct DM tree reference |
|
103 <StdOpt name="conref" value="./AP/APId011"/> |
|
104 --> |
|
105 </InstOpts> |
|
106 |
|
107 <UninstOpts> |
|
108 <!-- |
|
109 Description: Kill existing application if running. |
|
110 Possible Values: yes | no |
|
111 --> |
|
112 <StdOpt name="kill" value="yes"/> |
|
113 |
|
114 <!-- |
|
115 Description: Determines whether we should continue uninstall if any |
|
116 of the component's dependendants still exist in device |
|
117 Possible Values: yes | no |
|
118 --> |
|
119 <StdSymOpt name="allowdependencybreak" value="yes"/> |
|
120 |
|
121 |
|
122 </UninstOpts> |
|
123 |
|
124 </instoptexamples> |