1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* fix installer issues and require Java 7 on Windows

This commit is contained in:
Reinhard Pointner 2013-08-07 18:36:28 +00:00
parent 9e0d6de56f
commit 45435fa529
8 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
<icon>..\icons\shortcut.ico</icon>
<jre>
<path></path>
<minVersion>1.6.0</minVersion>
<minVersion>1.7.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
</jre>

View File

@ -15,7 +15,7 @@
<icon>..\icons\shortcut.ico</icon>
<jre>
<path></path>
<minVersion>1.6.0</minVersion>
<minVersion>1.7.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
</jre>

Binary file not shown.

Binary file not shown.

View File

@ -306,7 +306,7 @@ Section "$(Section_Name_MainProduct)" SECTIONID_MAINPRODUCT
${endif}
DetailPrint "Installing latest version..."
nsExec::Exec 'msiexec /quiet /i "$PLUGINSDIR\FileBot.msi"'
nsExec::Exec 'msiexec /passive /i "$PLUGINSDIR\FileBot.msi"'
Pop $MSI_STATUS # grab return value
${if} $MSI_STATUS == "0"
@ -317,6 +317,7 @@ Section "$(Section_Name_MainProduct)" SECTIONID_MAINPRODUCT
!insertmacro OpenCandyInstallEmbedded
# [/OpenCandy]
${else}
DetailPrint "msiexec error $MSI_STATUS"
DetailPrint "Install failed."
Abort
${endif}

View File

@ -15,9 +15,8 @@
<icon>..\icons\shortcut.ico</icon>
<jre>
<path></path>
<minVersion>1.6.0</minVersion>
<minVersion>1.7.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<maxHeapSize>256</maxHeapSize>
</jre>
</launch4jConfig>

Binary file not shown.