Skip to content

Commit 135a780

Browse files
authored
Merge pull request #165 from AntoninHuaut/master
Update winConfig: missing property
2 parents 6a87356 + 5c07d1d commit 135a780

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/windows-specific-properties.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<disableDirPage>true|false</disableDirPage>
3939
<disableProgramGroupPage>true|false</disableProgramGroupPage>
4040
<disableFinishedPage>true|false</disableFinishedPage>
41+
<disableRunAfterInstall>true|false</disableRunAfterInstall>
4142
<disableWelcomePage>true|false</disableWelcomePage>
4243
<createDesktopIconTask>true|false</createDesktopIconTask>
4344
<removeOldLibs>true|false</removeOldLibs>
@@ -107,6 +108,7 @@
107108
| `disableDirPage` | :x: | `true` | If this is set to `true`, Setup will not show the **Select Destination Location** wizard page. |
108109
| `disableProgramGroupPage` | :x: | `true` | If this is set to `true`, Setup will not show the **Select Start Menu Folder** wizard page. |
109110
| `disableFinishedPage` | :x: | `true` | If this is set to `true`, Setup will not show the **Setup Completed** wizard page. |
111+
| `disableRunAfterInstall` | :x: | `true` | If this is set to `true`, Setup will not **launch the application** after install. |
110112
| `disableWelcomePage` | :x: | `true` | If this is set to `true`, Setup will not show **Welcome Page**. |
111113
| `createDesktopIconTask` | :x: | `true` | If this is set to `true`, Setup will not ask for **desktop icon creation**. |
112114
| `removeOldLibs` | :x: | `false` | If there's a previous installation, removes old `libs` folder before install. |

0 commit comments

Comments
 (0)