Install Discord and Java before login

ResolverEd

New Member
Messages
2
Reaction score
0
Hello everyone, good afternoon. So I came here today to ask how to install JAVA and DISCORD before the machine login, the famous silent mode.

Which parameter do I use? Can /passive work? And if I want to install others, how do I know which one to use?

OR

--install "C:\Program Files (x86)\DiscordSetup" --silent --create-shortcuts --create-desktop-icon --update-disabled
 
Please check out the different threads under the Automated application deployment subforum, or perform a web search for each app's silent install options. Don't just assume they're all the same for different apps.

Download the JRE offline (not web) installer.
Code:
jre-8u411-windows-i586.exe INSTALL_SILENT=Enable REBOOT=Disable SPONSORS=Disable
Code:
DiscordSetup.exe -s
 
Please check out the different threads under the Automated application deployment subforum, or perform a web search for each app's silent install options. Don't just assume they're all the same for different apps.

Download the JRE offline (not web) installer.
Code:
jre-8u411-windows-i586.exe INSTALL_SILENT=Enable REBOOT=Disable SPONSORS=Disable
Code:
DiscordSetup.exe -s
Thanks
 
Back
Top