NSIS installer installs Java and Flash ActiveX

This commit is contained in:
Jindra Petřík
2014-11-09 23:12:02 +01:00
parent 270cc40856
commit 778bc80ca5
4 changed files with 387 additions and 26 deletions
+1
View File
@@ -144,6 +144,7 @@
<define name="APP_PUBLISHER" value="${VENDOR}"/>
<define name="APP_URL" value="${PRODUCTURL}"/>
<define name="APP_SETUPFILE" value="${exe.file}" />
<define name="JRE_VERSION" value="${TARGETJAVA}" />
</nsis>
<echo level="info" message="Setup created in ${exe.file}"/>
</target>