|
76 | 76 |
|
77 | 77 | ## Exe creation properties
|
78 | 78 |
|
79 |
| -| Property | Mandatory | Default value | Description | |
80 |
| -| ------------------- | --------- | --------------------- | ---------------------------------------------------------------------- | |
81 |
| -| `headerType` | :x: | `"gui"` | EXE header type: `console` or `gui`. | |
82 |
| -| `wrapJar` | :x: | `true` | Wrap JAR file in native EXE. | |
83 |
| -| `companyName` | :x: | `${organizationName}` | EXE company name. | |
84 |
| -| `fileVersion` | :x: | `"1.0.0.0"` | EXE file version. | |
85 |
| -| `txtFileVersion` | :x: | `${version}` | EXE txt file version. | |
86 |
| -| `productVersion` | :x: | `"1.0.0.0"` | EXE product version. | |
87 |
| -| `txtProductVersion` | :x: | `${version}` | EXE txt product version. | |
88 |
| -| `fileDescription` | :x: | `${description}` | EXE file description. | |
89 |
| -| `copyright` | :x: | `${organizationName}` | EXE copyright. | |
90 |
| -| `productName` | :x: | `${name}` | EXE product name. | |
91 |
| -| `internalName` | :x: | `${name}` | EXE internal name. | |
92 |
| -| `originalFilename` | :x: | `${name}.exe` | EXE original filename. | |
93 |
| -| `trademark` | :x: | | EXE trademark. | |
94 |
| -| `language` | :x: | | EXE language. | |
95 |
| -| `exeCreationTool` | :x: | `launch4j` | EXE creation tool: `launch 4j` or `winrun4j`. | |
96 |
| -| `vmLocation` | :x: | | `jvm.dll` path relative to the bundled JRE. **Only for WinRun4J**. \*1 | |
| 79 | +| Property | Mandatory | Default value | Description | |
| 80 | +| ------------------- | --------- | --------------------- | -------------------------------------------------------------------------------------------------------------------- | |
| 81 | +| `headerType` | :x: | `"gui"` | EXE header type: `console` or `gui`. | |
| 82 | +| `wrapJar` | :x: | `true` | Wrap JAR file in native EXE. | |
| 83 | +| `companyName` | :x: | `${organizationName}` | EXE company name. | |
| 84 | +| `fileVersion` | :x: | `"1.0.0.0"` | EXE file version. | |
| 85 | +| `txtFileVersion` | :x: | `${version}` | EXE txt file version. | |
| 86 | +| `productVersion` | :x: | `"1.0.0.0"` | EXE product version. | |
| 87 | +| `txtProductVersion` | :x: | `${version}` | EXE txt product version. | |
| 88 | +| `fileDescription` | :x: | `${description}` | EXE file description. | |
| 89 | +| `copyright` | :x: | `${organizationName}` | EXE copyright. | |
| 90 | +| `productName` | :x: | `${name}` | EXE product name. | |
| 91 | +| `internalName` | :x: | `${name}` | EXE internal name. | |
| 92 | +| `originalFilename` | :x: | `${name}.exe` | EXE original filename. | |
| 93 | +| `trademark` | :x: | | EXE trademark. | |
| 94 | +| `language` | :x: | | EXE language. | |
| 95 | +| `exeCreationTool` | :x: | `launch4j` | EXE creation tool: [`launch4j`](http://launch4j.sourceforge.net/) or [`winrun4j`](http://winrun4j.sourceforge.net/). | |
| 96 | +| `vmLocation` | :x: | | `jvm.dll` path relative to the bundled JRE. **Only for WinRun4J**. \*1 | |
97 | 97 |
|
98 | 98 | > \*1: If a JRE is bundled and `vmLocation` is not specified, it uses `bin\client\jvm.dll` or `bin\server\jvm.dll` as VM location by default.
|
99 | 99 |
|
100 |
| - |
101 |
| - |
102 | 100 | ## Setup generation properties
|
103 | 101 |
|
104 | 102 | | Property | Mandatory | Default value | Description |
|
|
110 | 108 | | `disableFinishedPage` | :x: | `true` | If this is set to `true`, Setup will not show the **Setup Completed** wizard page. |
|
111 | 109 | | `disableRunAfterInstall` | :x: | `true` | If this is set to `true`, Setup will not **launch the application** after install. |
|
112 | 110 | | `disableWelcomePage` | :x: | `true` | If this is set to `true`, Setup will not show **Welcome Page**. |
|
113 |
| -| `createDesktopIconTask` | :x: | `true` | If this is set to `true`, Setup will not ask for **desktop icon creation**. | |
| 111 | +| `createDesktopIconTask` | :x: | `true` | If this is set to `true`, Setup will ask for **desktop icon creation**. | |
114 | 112 | | `removeOldLibs` | :x: | `false` | If there's a previous installation, removes old `libs` folder before install. |
|
115 | 113 |
|
116 | 114 | ### SetupMode
|
|
0 commit comments