Hello All,
I'm new to KACE, I tried to execute below script to uninstall the old java and install the new one. everything worked perfectly, but one question, though...during the install it asks whether you want to remove the old version of java from the machine forĀ users who had it installed...is there any way to tell it to uninstall other old version?
start /wait MsiExec.exe /X{26A24AE4-039D-4CA4-87B4-2F32180102F0} /qn REMOVEOLDVERSIONS=Yes IN_PROFILENAME=Production-JavaSetup8u231.exe
start /wait msiexec.exe /i "JavaSetup8u241.exe" /qb!
start /wait msiexec.exe /i "JavaSetup8u241.exe"
1 Comment
[ + ] Show comment
Answers (0)
Please log in to answer
Be the first to answer this question
you need to know how parameters works..
There is script in site which remove all previous version of Java without user intervention.. Please search .. - rock_star 4 years ago