Open help links on install (for the n00bs)
This commit is contained in:
parent
eecd53a87d
commit
bd402bd920
Binary file not shown.
|
@ -111,15 +111,17 @@ Section MAIN
|
|||
${if} $MSI_STATUS == "0"
|
||||
DetailPrint "Optimizing..."
|
||||
nsExec::ExecToLog `"C:\Program Files\FileBot\filebot.exe" -script "g:println Settings.applicationIdentifier; println 'JRE: '+Settings.javaRuntimeIdentifier; println 'JVM: '+(com.sun.jna.Platform.is64Bit() ? 64 : 32)+'-bit '+System.getProperty('java.vm.name'); java.util.prefs.Preferences.userRoot(); CacheManager.getInstance().clearAll(); MediaDetection.warmupCachedResources();" --log OFF`
|
||||
ExecShell "open" "https://www.filebot.net/getting-started/index.html"
|
||||
ExecShell "open" "https://www.filebot.net/manual.html"
|
||||
DetailPrint "Done."
|
||||
${else}
|
||||
DetailPrint "msiexec error $MSI_STATUS"
|
||||
ExecShell "open" "https://www.filebot.net/files/"
|
||||
${if} ${RunningX64}
|
||||
DetailPrint "Installation failed. Please download the x64 msi package yourself."
|
||||
${else}
|
||||
DetailPrint "Installation failed. Please download the x86 msi package yourself."
|
||||
${endif}
|
||||
nsExec::Exec `cmd /c start https://app.filebot.net/download.php?type=folder`
|
||||
Abort
|
||||
${endif}
|
||||
SectionEnd
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# redirect donate.html
|
||||
redirect 302 /files/ https://app.filebot.net/download.php
|
||||
redirect 302 /donate.html https://app.filebot.net/donate.php
|
||||
redirect 302 /manual.html https://www.filebot.net/forums/viewtopic.php?f=3&t=7#p7
|
||||
|
||||
|
|
Loading…
Reference in New Issue