jre uninstall fix

This commit is contained in:
Mario Fetka 2014-06-25 20:07:10 +02:00
parent 8eba491ee5
commit 374599b7fa

View File

@ -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%"
] ]