disable java reinstall not needed because patch-in-place was introduced in 6u10 and 7u3 the old releases will stay in the softwarelist but they are really the newest verison
This commit is contained in:
@@ -113,9 +113,6 @@ if ($sereby_AdobeFlash$ = "reinstall")
|
||||
opsiservicecall_AdobeFlash_uninstall
|
||||
Set $reboot$ = "true"
|
||||
endif
|
||||
if ($sereby_java_reinstall$ = "true")
|
||||
Dosbatch_java_reinstall
|
||||
endif
|
||||
|
||||
; and the final reboot after the uninstall is done
|
||||
if ($reboot$ = "true")
|
||||
@@ -232,10 +229,6 @@ cscript /nologo "%ScriptPath%\UnInstall\Package\JRE\JavaUninstallScript.vbs" /ke
|
||||
"%opsiserviceUser%"
|
||||
]
|
||||
|
||||
[Dosbatch_java_reinstall]
|
||||
@echo off
|
||||
cscript /nologo "%ScriptPath%\UnInstall\Packages\JRE\JavaUninstallScript.vbs" /keeponly
|
||||
|
||||
[Winbatch_AdobeShock_uninstall]
|
||||
|
||||
[opsiservicecall_AdobeShock_uninstall]
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
DefVar $MSVersion$
|
||||
Set $MSVersion$ = GetMsVersionInfo
|
||||
DefVar $sereby_java_reinstall$
|
||||
Set $sereby_java_reinstall$ = GetProductProperty("sereby_java_reinstall", "true")
|
||||
DefVar $sereby_timer_value$
|
||||
Set $sereby_timer_value$ = GetProductProperty("sereby_timer_value", "40")
|
||||
DefVar $sereby_timer_enabled$
|
||||
|
||||
BIN
CLIENT_DATA/opsi-WinPKG.exe
Normal file
BIN
CLIENT_DATA/opsi-WinPKG.exe
Normal file
Binary file not shown.
@@ -144,7 +144,7 @@ dism /online /enable-feature /featurename:NetFx3 /All /Source:%ScriptPath%\Insta
|
||||
@echo off
|
||||
%ScriptDrive%
|
||||
cd "%ScriptPath%\Install"
|
||||
WinPKG.exe
|
||||
opsi-WinPKG.exe
|
||||
|
||||
[Files_install_32]
|
||||
; copy the ini file to the InstallDir
|
||||
|
||||
Reference in New Issue
Block a user