|
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 | + <directoryPresets config="/Users/pcoyne/Documents/GitHub/engine/tools/install4j" /> |
| 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" javaMaxVersion="25"> |
5 | 5 | <variables> |
6 | 6 | <variable name="installer:mediaRoot" value="../../../engine" /> |
7 | 7 | </variables> |
@@ -312,8 +312,17 @@ return console.askOkCancel(message, true); |
312 | 312 | </body> |
313 | 313 | </html> |
314 | 314 | </property> |
| 315 | + <property name="displayedTextFile" id="LocalizedExternalFile0"> |
| 316 | + <property name="languageIdToExternalFile"> |
| 317 | + <entry> |
| 318 | + <string>en</string> |
| 319 | + <object class="com.install4j.api.beans.ExternalFile"> |
| 320 | + <string>${compiler:installer:mediaRoot}/tools/install4j/readme.html</string> |
| 321 | + </object> |
| 322 | + </entry> |
| 323 | + </property> |
| 324 | + </property> |
315 | 325 | <property name="fillVertical" type="boolean" value="true" /> |
316 | | - <property name="textSource" type="enum" class="com.install4j.runtime.beans.screens.components.TextSource" value="DIRECT" /> |
317 | 326 | </serializedBean> |
318 | 327 | <externalParametrizationPropertyNames> |
319 | 328 | <propertyName>textSource</propertyName> |
@@ -827,9 +836,7 @@ return console.askYesNo(message, true); |
827 | 836 | <jreBundle jreBundleSource="none" /> |
828 | 837 | </windowsArchive> |
829 | 838 | </mediaSets> |
830 | | - <buildIds> |
831 | | - <mediaSet refId="43" /> |
832 | | - <mediaSet refId="151" /> |
833 | | - <mediaSet refId="153" /> |
| 839 | + <buildIds buildAll="false"> |
| 840 | + <mediaSet refId="136" /> |
834 | 841 | </buildIds> |
835 | 842 | </install4j> |
0 commit comments