Skip to content

Commit 31822b8

Browse files
author
kayyagari
committed
Added oiecommand launcher and Windows archives for x86 and ARM. Thank you pacmano1.
Signed-off-by: kayyagari <kiran@sereen.io>
1 parent 78c4963 commit 31822b8

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

tools/install4j/oie-installer-config.install4j

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,18 @@
9898
<file path="${compiler:installer:mediaRoot}/../governance/branding/icons/oie_logo_only_white_background_128x128.png" />
9999
</iconImageFiles>
100100
</launcher>
101+
<launcher name="oiecommand" id="140" menuName="${compiler:sys.fullName}">
102+
<executable name="${compiler:sys.shortName}command" iconSet="true" redirectStderr="false" executableMode="console" executionLevel="requireAdministrator" />
103+
<java mainClass="com.mirth.connect.cli.launcher.CommandLineLauncher">
104+
<classPath>
105+
<archive location="mirth-cli-launcher.jar" failOnError="false" />
106+
</classPath>
107+
</java>
108+
<vmOptionsFile mode="none" />
109+
<iconImageFiles>
110+
<file path="${compiler:installer:mediaRoot}/../governance/branding/icons/oie_logo_only_white_background_128x128.png" />
111+
</iconImageFiles>
112+
</launcher>
101113
</launchers>
102114
<installerGui>
103115
<applications>
@@ -808,9 +820,16 @@ return console.askYesNo(message, true);
808820
<launcher id="56" />
809821
</excludedLaunchers>
810822
</windows>
823+
<windowsArchive name="Windows x64 Archive" id="153" mediaFileName="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}" architecture="64">
824+
<jreBundle jreBundleSource="none" />
825+
</windowsArchive>
826+
<windowsArchive name="Windows ARM Archive" id="167" mediaFileName="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}" architecture="arm64">
827+
<jreBundle jreBundleSource="none" />
828+
</windowsArchive>
811829
</mediaSets>
812830
<buildIds>
813831
<mediaSet refId="43" />
814-
<mediaSet refId="130" />
832+
<mediaSet refId="151" />
833+
<mediaSet refId="153" />
815834
</buildIds>
816835
</install4j>

0 commit comments

Comments
 (0)