Skip to content

Commit a90badc

Browse files
committed
Update windows-specific-properties.md
1 parent b9fce33 commit a90badc

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

docs/windows-specific-properties.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@
2020
<productName>${name}</productName>
2121
<internalName>${name}</internalName>
2222
<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>
2429
<disableDirPage>true|false</disableDirPage>
2530
<disableProgramGroupPage>true|false</disableProgramGroupPage>
2631
<disableFinishedPage>true|false</disableFinishedPage>
@@ -57,9 +62,10 @@
5762

5863
## Setup generation properties
5964

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

Comments
 (0)