|
20 | 20 | <productName>${name}</productName> |
21 | 21 | <internalName>${name}</internalName> |
22 | 22 | <originalFilename>${name}.exe</originalFilename> |
23 | | - <!-- installer generation properties --> |
| 23 | + <!-- setup generation properties --> |
| 24 | + <setupLanguages> |
| 25 | + <english>compiler:Default.isl</english> |
| 26 | + <spanish>compiler:Languages\Spanish.isl</english> |
| 27 | + [...] |
| 28 | + </setupLanguages> |
24 | 29 | <disableDirPage>true|false</disableDirPage> |
25 | 30 | <disableProgramGroupPage>true|false</disableProgramGroupPage> |
26 | 31 | <disableFinishedPage>true|false</disableFinishedPage> |
|
57 | 62 |
|
58 | 63 | ## Setup generation properties |
59 | 64 |
|
60 | | -| Property | Mandatory | Default value | Description | |
61 | | -| ------------------------- | --------- | --------------------- | ------------------------------------------------------------ | |
62 | | -| `disableDirPage` | :x: | `true` | If this is set to `yes`, Setup will not show the **Select Destination Location** wizard page. | |
63 | | -| `disableProgramGroupPage` | :x: | `true` | If this is set to `yes`, Setup will not show the **Select Start Menu Folder** wizard page. | |
64 | | -| `disableFinishedPage` | :x: | `true` | If this is set to `yes`, Setup will not show the **Setup Completed** wizard page. | |
65 | | -| `createDesktopIconTask` | :x: | `true` | If this is set to `yes`, Setup will not ask for **desktop icon creation**. | |
| 65 | +| Property | Mandatory | Default value | Description | |
| 66 | +| ------------------------- | --------- | ------------------------------------------------------------ | ------------------------------------------------------------ | |
| 67 | +| `setupLanguages` | :x: | `<english>compiler:Default.isl</english><spanish>compiler:Languages\Spanish.isl</spanish>` | Map with setup languages. | |
| 68 | +| `disableDirPage` | :x: | `true` | If this is set to `yes`, Setup will not show the **Select Destination Location** wizard page. | |
| 69 | +| `disableProgramGroupPage` | :x: | `true` | If this is set to `yes`, Setup will not show the **Select Start Menu Folder** wizard page. | |
| 70 | +| `disableFinishedPage` | :x: | `true` | If this is set to `yes`, Setup will not show the **Setup Completed** wizard page. | |
| 71 | +| `createDesktopIconTask` | :x: | `true` | If this is set to `yes`, Setup will not ask for **desktop icon creation**. | |
0 commit comments