jre uninstall fix
This commit is contained in:
parent
8eba491ee5
commit
374599b7fa
@ -257,11 +257,20 @@ rem copy "%ScriptPath%\UnInstall\Packages\JRE\JavaRa.*" "$LogDir$\"
|
||||
rem $LogDir$\JavaRa.exe /SILENT /PURGE /UPDATEDEFS
|
||||
cscript /nologo "%ScriptPath%\UnInstall\Packages\JRE\JavaUninstallScript.vbs" /keeponly
|
||||
|
||||
[opsiservicecall_jre_uninstall]
|
||||
[opsiservicecall_jre7_uninstall]
|
||||
"method": "setProductProperty"
|
||||
"params": [
|
||||
"$ProductId$",
|
||||
"sereby_jre",
|
||||
"sereby_jre7",
|
||||
"install",
|
||||
"%opsiserviceUser%"
|
||||
]
|
||||
|
||||
[opsiservicecall_jre8_uninstall]
|
||||
"method": "setProductProperty"
|
||||
"params": [
|
||||
"$ProductId$",
|
||||
"sereby_jre8",
|
||||
"install",
|
||||
"%opsiserviceUser%"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user