| 44 |
<checkbox displayText="PAL Portal" property="dummy" defaultValue="true" force="true" /> |
<checkbox displayText="PAL Portal" property="dummy" defaultValue="true" force="true" /> |
| 45 |
<checkbox displayText="Layout Portlets" property="dummy" defaultValue="true" force="true" /> |
<checkbox displayText="Layout Portlets" property="dummy" defaultValue="true" force="true" /> |
| 46 |
<checkbox displayText="Portal Administration Portlets" property="dummy" defaultValue="true" force="true" /> |
<checkbox displayText="Portal Administration Portlets" property="dummy" defaultValue="true" force="true" /> |
| 47 |
|
<target displayText="Mail Server Configuration" target="mailServerConfiguration" |
| 48 |
|
defaultValue="true" force="true"/> |
| 49 |
</page> |
</page> |
| 50 |
|
|
| 51 |
<page type="input" name="databaseSelection" displayText="Database selection"> |
<page type="input" name="databaseSelection" displayText="Database selection"> |
| 200 |
<comment displayText="Continuing now will otherwise require manual setup of the database."/> |
<comment displayText="Continuing now will otherwise require manual setup of the database."/> |
| 201 |
</page> |
</page> |
| 202 |
|
|
| 203 |
|
<!-- Mail Server Configuration --> |
| 204 |
|
<page type="input" name="mailServerConfig" displayText="Mail Server Configuration"> |
| 205 |
|
<comment |
| 206 |
|
displayText="Please fill in the fields below with the approriate mail server information. The default values should work"/> |
| 207 |
|
|
| 208 |
|
<text property="mailServer" displayText="Mail server name" defaultValue="localhost"/> |
| 209 |
|
<text property="msUsername" displayText="User name"/> |
| 210 |
|
<text property="msPassword" displayText="Password"/> |
| 211 |
|
<checkbox property="msAuth" displayText="User authentication" defaultValue="false"/> |
| 212 |
|
</page> |
| 213 |
|
|
| 214 |
<page type="input" name="beforeInstall" displayText="Before your install ..." ifProperty="(${dbName}=manual) OR (${setupDBAntTarget}=setupNoDB)"> |
<page type="input" name="beforeInstall" displayText="Before your install ..." ifProperty="(${dbName}=manual) OR (${setupDBAntTarget}=setupNoDB)"> |
| 215 |
<hidden property="db.username" value="" /> |
<hidden property="db.username" value="" /> |
| 216 |
<hidden property="db.password" value="" /> |
<hidden property="db.password" value="" /> |