понедельник, 19 октября 2015 г.

SCCM 2012 R2 Java 8 update 60 install

Задача:
-Удаление всех версий java
-Установка актуальной java8up60
-Средствами SCCM Applications





Application A [Java Uninstall [All Version]]
Application B [Java 8up60]



Application A/Deployment type:





del_java.bat

@ECHO OFF

REM Uninstall Java 8 Update 51 x64
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86418051F0} /q /norestart

REM Uninstall Java 8 Update 51 x86
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83218051F0} /q /norestart

REM Uninstall Java 8 Update 45
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83218045F0} /q /norestart

REM Uninstall Java 8 Update 40
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83218040F0} /q /norestart

REM Uninstall Java 8 Update 31
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83218031F0} /q /norestart

REM Uninstall Java 8 Update 25
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83218025F0} /q /norestart

REM Uninstall Java 7 Update 67
msiexec /x {26A24AE4-039D-4CA4-87B4-2F03217067FF} /q /norestart

REM Uninstall Java 7 Update 60
msiexec /x {26A24AE4-039D-4CA4-87B4-2F03217060FF} /q /norestart

REM Uninstall Java 7 Update 55
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217055FF} /q /norestart

REM Uninstall Java 7 Update 51
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217051FF} /q /norestart

REM Uninstall Java 7 Update 45
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217045FF} /q /norestart

REM Uninstall Java 7 Update 40
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217040FF} /q /norestart

REM Uninstall Java 7 Update 40 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86417040FF} /q /norestart

REM Uninstall Java 7 Update 25 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86417025FF} /q /norestart

REM Uninstall Java 7 Update 25
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217025FF} /q /norestart

REM Uninstall Java 7 Update 21 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86417021FF} /q /norestart

REM Uninstall Java 7 Update 21
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217021FF} /q /norestart

REM Uninstall Java 7 Update 17 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86417017FF} /q /norestart

REM Uninstall Java 7 Update 17
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217017FF} /q /norestart

REM Uninstall Java 7 Update 16 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86417016FF} /q /norestart

REM Uninstall Java 7 Update 16
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217016FF} /q /norestart

REM Uninstall Java 7 Update 15 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86417015FF} /q /norestart

REM Uninstall Java 7 Update 15
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217015FF} /q /norestart

REM Uninstall Java 7 Update 14 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86417014FF} /q /norestart

REM Uninstall Java 7 Update 14
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217014FF} /q /norestart

REM Uninstall Java 7 Update 13 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86417013FF} /q /norestart

REM Uninstall Java 7 Update 13
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217013FF} /q /norestart

REM Uninstall Java 7 Update 12 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86417012FF} /q /norestart

REM Uninstall Java 7 Update 12
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217012FF} /q /norestart

REM Uninstall Java 7 Update 11 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86417011FF} /q /norestart

REM Uninstall Java 7 Update 11
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217011FF} /q /norestart

REM Uninstall Java 7 Update 10 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86417010FF} /q /norestart

REM Uninstall Java 7 Update 10
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217010FF} /q /norestart

REM Uninstall Java 7 Update 9 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86417009FF} /q /norestart

REM Uninstall Java 7 Update 9
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217009FF} /q /norestart

REM Uninstall Java 7 Update 8 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86417008FF} /q /norestart

REM Uninstall Java 7 Update 8
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217008FF} /q /norestart

REM Uninstall Java 7 Update 7 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86417007FF} /q /norestart

REM Uninstall Java 7 Update 7
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217007FF} /q /norestart

REM Uninstall Java 7 Update 6
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217006FF} /q /norestart

REM Uninstall Java 7 Update 6  – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86417006FF} /q /norestart

REM Uninstall Java 7 Update 5
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217005FF} /q /norestart

REM Uninstall Java 7 Update 5  – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86417005FF} /q /norestart

REM Uninstall Java 7 Update 4 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86417004FF} /q /norestart

REM Uninstall Java 7 Update 4
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217004FF} /q /norestart

REM Uninstall Java 7 Update 3 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86417003FF} /q /norestart

REM Uninstall Java 7 Update 3
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217003FF} /q /norestart

REM Uninstall Java 7 Update 2 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86417002FF} /q /norestart

REM Uninstall Java 7 Update 2
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217002FF} /q /norestart

REM Uninstall Java 7 Update 1 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86417001FF} /q /norestart

REM Uninstall Java 7 Update 1
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83217001FF} /q /norestart

REM Uninstall Java 6 Update 43
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216043FF} /q /norestart

REM Uninstall Java 6 Update 43 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416043FF} /q /norestart

REM Uninstall Java 6 Update 42
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216042FF} /q /norestart

REM Uninstall Java 6 Update 42 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416042FF} /q /norestart

REM Uninstall Java 6 Update 41
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216041FF} /q /norestart

REM Uninstall Java 6 Update 41 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416041FF} /q /norestart

REM Uninstall Java 6 Update 40
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216040FF} /q /norestart

REM Uninstall Java 6 Update 40 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416040FF} /q /norestart

REM Uninstall Java 6 Update 39
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216039FF} /q /norestart

REM Uninstall Java 6 Update 39 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416039FF} /q /norestart

REM Uninstall Java 6 Update 38
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216038FF} /q /norestart

REM Uninstall Java 6 Update 38 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416038FF} /q /norestart

REM Uninstall Java 6 Update 37
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216037FF} /q /norestart

REM Uninstall Java 6 Update 37 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416037FF} /q /norestart

REM Uninstall Java 6 Update 36
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216036FF} /q /norestart

REM Uninstall Java 6 Update 36 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416036FF} /q /norestart

REM Uninstall Java 6 Update 35
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216035FF} /q /norestart

REM Uninstall Java 6 Update 35 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416035FF} /q /norestart

REM Uninstall Java 6 Update 34
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216034FF} /q /norestart

REM Uninstall Java 6 Update 34 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416034FF} /q /norestart

REM Uninstall Java 6 Update 33
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216033FF} /q /norestart

REM Uninstall Java 6 Update 33 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416033FF} /q /norestart

REM Uninstall Java 6 Update 32
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216032FF} /q /norestart

REM Uninstall Java 6 Update 32 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416032FF} /q /norestart

REM Uninstall Java 6 Update 31 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416031FF} /q /norestart

REM Uninstall Java 6 Update 31
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216031FF} /q /norestart

REM Uninstall Java 6 Update 30 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416030FF} /q /norestart

REM Uninstall Java 6 Update 30
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216030FF} /q /norestart

REM Uninstall Java 6 Update 29 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416029FF} /q /norestart

REM Uninstall Java 6 Update 29
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216029FF} /q /norestart

REM Uninstall Java 6 Update 28 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416028FF} /q /norestart

REM Uninstall Java 6 Update 28
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216028FF} /q /norestart

REM Uninstall Java 6 Update 27 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416027FF} /q /norestart

REM Uninstall Java 6 Update 27
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216027FF} /q /norestart

REM Uninstall Java 6 Update 26 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416026FF} /q /norestart

REM Uninstall Java 6 Update 26
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216026FF} /q /norestart

REM Uninstall Java 6 Update 25 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416025FF} /q /norestart

REM Uninstall Java 6 Update 25
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216025FF} /q /norestart

REM Uninstall Java 6 Update 24 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416024FF} /q /norestart

REM Uninstall Java 6 Update 24
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216024FF} /q /norestart

REM Uninstall Java 6 Update 23 – 64 bit
msiexec /x {26A24AE4-039D-4CA4-87B4-2F86416023FF} /q /norestart

REM Uninstall Java 6 Update 23
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216023FF} /q /norestart

REM Uninstall Java 6 Update 22
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216022FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160220} /q /norestart

REM Uninstall Java 6 Update 21
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216021FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160210} /q /norestart

REM Uninstall Java 6 Update 20
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216020FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160200} /q /norestart

REM Uninstall Java 6 Update 19
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216019FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160190} /q /norestart

REM Uninstall Java 6 Update 18
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216018FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160180} /q /norestart

REM Uninstall Java 6 Update 17
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216017FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160170} /q /norestart

REM Uninstall Java 6 Update 16
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216016FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160160} /q /norestart

REM Uninstall Java 6 Update 15
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216015FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160150} /q /norestart

REM Uninstall Java 6 Update 14
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216014FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160140} /q /norestart

REM Uninstall Java 6 Update 13
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216013FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160130} /q /norestart

REM Uninstall Java 6 Update 12
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216012FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160120} /q /norestart

REM Uninstall Java 6 Update 11
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216011FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160110} /q /norestart

REM Uninstall Java 6 Update 10
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216010FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160100} /q /norestart

REM Uninstall Java 6 Update 09
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216009FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160090} /q /norestart

REM Uninstall Java 6 Update 08
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216008FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160080} /q /norestart

REM Uninstall Java 6 Update 07
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216007FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160070} /q /norestart

REM Uninstall Java 6 Update 06
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216006FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160060} /q /norestart

REM Uninstall Java 6 Update 05
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216005FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160050} /q /norestart

REM Uninstall Java 6 Update 04
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216004FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160040} /q /norestart

REM Uninstall Java 6 Update 03
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216003FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160030} /q /norestart

REM Uninstall Java 6 Update 02
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216002FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160020} /q /norestart

REM Uninstall Java 6 Update 01
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216001FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160010} /q /norestart

REM Uninstall Java 6
msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216000FF} /q /norestart
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0160000} /q /norestart

REM Uninstall Java 5.0
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150000} /q /norestart

REM Uninstall Java 5.0 Update 1
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150010} /q /norestart

REM Uninstall Java 5.0 Update 2
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150020} /q /norestart

REM Uninstall Java 5.0 Update 3
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150030} /q /norestart

REM Uninstall Java 5.0 Update 4
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150040} /q /norestart

REM Uninstall Java 5.0 Update 5
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150050} /q /norestart

REM Uninstall Java 5.0 Update 6
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150060} /q /norestart

REM Uninstall Java 5.0 Update 7
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150070} /q /norestart

REM Uninstall Java 5.0 Update 8
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150080} /q /norestart

REM Uninstall 5.0 Java Update 9
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150090} /q /norestart

REM Uninstall Java 5.0 Update 10
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150100} /q /norestart

REM Uninstall Java 5.0 Update 11
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150110} /q /norestart

REM Uninstall Java 5.0 Update 12
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150120} /q /norestart

REM Uninstall Java 5.0 Update 13
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150130} /q /norestart

REM Uninstall Java 5.0 Update 14
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150140} /q /norestart

REM Uninstall Java 5.0 Update 15
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150150} /q /norestart

REM Uninstall Java 5.0 Update 16
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150160} /q /norestart

REM Uninstall Java 5.0 Update 17
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150170} /q /norestart

REM Uninstall Java 5.0 Update 18
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150180} /q /norestart

REM Uninstall Java 5.0 Update 19
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150190} /q /norestart

REM Uninstall Java 5.0 Update 20
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150200} /q /norestart

REM Uninstall Java 5.0 Update 21
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150210} /q /norestart

REM Uninstall Java 5.0 Update 22
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150220} /q /norestart

REM Uninstall Java 5.0 Update 23
msiexec /x {3248F0A8-6813-11D6-A77B-00B0D0150230} /q /norestart

REM Uninstall Java 1.4.2
msiexec /x {7148F0A8-6813-11D6-A77B-00B0D0142000} /q /norestart

REM Uninstall Java 1.4.2_01
msiexec /x {7148F0A8-6813-11D6-A77B-00B0D0142010} /q /norestart

REM Uninstall Java 1.4.2_02
msiexec /x {7148F0A8-6813-11D6-A77B-00B0D0142020} /q /norestart

REM Uninstall Java 1.4.2_03
msiexec /x {7148F0A8-6813-11D6-A77B-00B0D0142030} /q /norestart

REM Uninstall Java 1.4.2_04
msiexec /x {7148F0A8-6813-11D6-A77B-00B0D0142040} /q /norestart

REM Uninstall Java 1.4.2_05
msiexec /x {7148F0A8-6813-11D6-A77B-00B0D0142050} /q /norestart

REM Uninstall Java 1.4.2_106
msiexec /x {7148F0A8-6813-11D6-A77B-00B0D0142060} /q /norestart

REM Uninstall Java 1.4.2_07
msiexec /x {7148F0A8-6813-11D6-A77B-00B0D0142070} /q /norestart

REM Uninstall Java 1.4.2_08
msiexec /x {7148F0A8-6813-11D6-A77B-00B0D0142080} /q /norestart

REM Uninstall Java 1.4.2_09
msiexec /x {7148F0A8-6813-11D6-A77B-00B0D0142090} /q /norestart

REM Uninstall Java 1.4.2_10
msiexec /x {7148F0A8-6813-11D6-A77B-00B0D0142100} /q /norestart

REM Uninstall Java 1.4.2_11
msiexec /x {7148F0A8-6813-11D6-A77B-00B0D0142110} /q /norestart

REM Uninstall Java 1.4.2_12
msiexec /x {7148F0A8-6813-11D6-A77B-00B0D0142120} /q /norestart

REM Uninstall Java 1.4.2_13
msiexec /x {7148F0A8-6813-11D6-A77B-00B0D0142130} /q /norestart

REM Uninstall Java 1.4.2_14
msiexec /x {7148F0A8-6813-11D6-A77B-00B0D0142140} /q /norestart

REM Uninstall Java 1.4.2_15
msiexec /x {7148F0A8-6813-11D6-A77B-00B0D0142150} /q /norestart

REM Uninstall Java 1.4.2_16
msiexec /x {7148F0A8-6813-11D6-A77B-00B0D0142160} /q /norestart

REM Uninstall Java 1.4.2_17
msiexec /x {7148F0A8-6813-11D6-A77B-00B0D0142170} /q /norestart

REM Uninstall Java 1.4.2_18
msiexec /x {7148F0A8-6813-11D6-A77B-00B0D0142180} /q /norestart

REM Uninstall Java 1.4.2_19
msiexec /x {7148F0A8-6813-11D6-A77B-00B0D0142190} /q /norestart



Application B/Deployment type:




msiexec /i "jre1.8.0_60.msi" JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 RebootYesNo=No WEB_JAVA=1 /q





Application / Properties



Комментариев нет:

Отправить комментарий