静默安装方法大全

静默安装

Amazon Corretto 1.8.0.202

Silent Install

x64

amazon-corretto-8.202.08.2-windows-x64.msi /qn /L* "%temp%Amazon Corretto 1.8.0.202.log" /norestart ALLUSERS=2

x86

amazon-corretto-8.202.08.2-windows-x86.msi /qn /L* "%temp%Amazon Corretto 1.8.0.202.log" /norestart ALLUSERS=2
ReturnCodes 0
3010

Silent Uninstall

x64

msiexec.exe /x {41EB3958-EBA4-479E-8947-7BD992C1FADA} /qn /norestart

x86

msiexec.exe /x {6ABE4CFB-1AD4-48B4-A81D-6C12C42800A7} /qn /norestart
ReturnCodes 0
1605
3010