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
|
rem $LogDir$\JavaRa.exe /SILENT /PURGE /UPDATEDEFS
|
||||||
cscript /nologo "%ScriptPath%\UnInstall\Packages\JRE\JavaUninstallScript.vbs" /keeponly
|
cscript /nologo "%ScriptPath%\UnInstall\Packages\JRE\JavaUninstallScript.vbs" /keeponly
|
||||||
|
|
||||||
[opsiservicecall_jre_uninstall]
|
[opsiservicecall_jre7_uninstall]
|
||||||
"method": "setProductProperty"
|
"method": "setProductProperty"
|
||||||
"params": [
|
"params": [
|
||||||
"$ProductId$",
|
"$ProductId$",
|
||||||
"sereby_jre",
|
"sereby_jre7",
|
||||||
|
"install",
|
||||||
|
"%opsiserviceUser%"
|
||||||
|
]
|
||||||
|
|
||||||
|
[opsiservicecall_jre8_uninstall]
|
||||||
|
"method": "setProductProperty"
|
||||||
|
"params": [
|
||||||
|
"$ProductId$",
|
||||||
|
"sereby_jre8",
|
||||||
"install",
|
"install",
|
||||||
"%opsiserviceUser%"
|
"%opsiserviceUser%"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user