JRE 8, TDM-GCC Mingw: Silent installation

Asked

Viewed 58 times

3

Does anyone know how to silently install JRE 8 ( jre-8u65-windows-i586 ) via a bat file ?

And if possible they could also tell me how to install TDM-GCC ( Mingw32) in the same way ?

For those two I’ve tried in a bat file :

"program name.exe" /S Or "program name.exe" /SILENT

but it didn’t work out

To+

  • 1

    I just hope it’s not a third-party machine. The last program here that tried to "infect" my machine with JRE without warning, in addition to being "banned" from my PC, yielded a rude email to the provider.

1 answer

3

According to the oracle documentation,

[...] you may use the option /s for the JRE Windows Offline Installer to perform a Silent installation.

The provided example is the following:

jre-8-windows-i586.exe /s

(Understand what arguments of command line may be case-sensitive. Testing /s instead of /S.)

Regarding TDM-GCC Mingw Compiler, there are currently no non-interactive installation options.

  • That’s right lbotinelly , I think it was just the case-sensitive same. Thanks for the help.

  • @I’m glad it worked out!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.