|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <install4j version="11.0.3" transformSequenceNumber="11"> |
3 | | - <directoryPresets config="/Users/dbugger/projects/governance/branding/icons" /> |
4 | | - <application name="Open Integration Engine" applicationId="4145-9206-7630-8076" mediaDir="${compiler:installer:mediaRoot}/server/build" shortName="oie" publisher="Open Integration Engine Project" publisherWeb="https://openintegrationengine.com" version="4.5.2" backupOnSave="true" autoSave="true" macVolumeId="88477e584eb462ba" javaMinVersion="17"> |
| 3 | + <application name="Open Integration Engine" applicationId="4145-9206-7630-8076" mediaDir="${compiler:installer:mediaRoot}/server/build" shortName="oie" publisher="Open Integration Engine Project" publisherWeb="https://openintegrationengine.com" version="4.5.2" backupOnSave="true" autoSave="true" macVolumeId="88477e584eb462ba" javaMinVersion="17" javaMaxVersion="25"> |
5 | 4 | <variables> |
6 | 5 | <variable name="installer:mediaRoot" value="../../../engine" /> |
7 | 6 | </variables> |
@@ -312,8 +311,17 @@ return console.askOkCancel(message, true); |
312 | 311 | </body> |
313 | 312 | </html> |
314 | 313 | </property> |
| 314 | + <property name="displayedTextFile" id="LocalizedExternalFile0"> |
| 315 | + <property name="languageIdToExternalFile"> |
| 316 | + <entry> |
| 317 | + <string>en</string> |
| 318 | + <object class="com.install4j.api.beans.ExternalFile"> |
| 319 | + <string>${compiler:installer:mediaRoot}/tools/install4j/readme.html</string> |
| 320 | + </object> |
| 321 | + </entry> |
| 322 | + </property> |
| 323 | + </property> |
315 | 324 | <property name="fillVertical" type="boolean" value="true" /> |
316 | | - <property name="textSource" type="enum" class="com.install4j.runtime.beans.screens.components.TextSource" value="DIRECT" /> |
317 | 325 | </serializedBean> |
318 | 326 | <externalParametrizationPropertyNames> |
319 | 327 | <propertyName>textSource</propertyName> |
@@ -827,9 +835,7 @@ return console.askYesNo(message, true); |
827 | 835 | <jreBundle jreBundleSource="none" /> |
828 | 836 | </windowsArchive> |
829 | 837 | </mediaSets> |
830 | | - <buildIds> |
831 | | - <mediaSet refId="43" /> |
832 | | - <mediaSet refId="151" /> |
833 | | - <mediaSet refId="153" /> |
| 838 | + <buildIds buildAll="false"> |
| 839 | + <mediaSet refId="136" /> |
834 | 840 | </buildIds> |
835 | 841 | </install4j> |
0 commit comments