ich habe versucht die Tage den FlashPlayer zu aktualisieren, aber bei vielen Leuten installiert er sich nicht richtig und blockiert dabei den Login, da habe ich mal in die Logs geguckt und dort steht:
Code: Alles auswählen
[4] [Dez 15 13:29:05:925] [flashplayer_16.0.0.235] winbatch call of not executable file: C:\opsi.org\cache\depot\flashplayer_16.0.0.235\install_flash_player_16_plugin.msi is deprecated
Hier meine setup.ins:
Code: Alles auswählen
[Aktionen]
Message=Installing Adobe Flash Player 16.0.0.235
SetLogLevel=7
ScriptErrorMessages=true
ExitOnError=true
TraceMode=Off
DefVar $InstallDir$
DefVar $PRODUCTPATH$
DefVar $MinimumSpace$
DefVar $flInstallDir$
DefVar $flInstallPathRegKey$
DefVar $flVersion$
DefVar $UninstallCommand$
Set $MinimumSpace$ = "50 MB"
Set $PRODUCTPATH$="%ProgramFilesDir64%\Adobe\Flash"
set $InstallDir$=$PRODUCTPATH$
if not(HasMinimumSpace ("%SystemDrive%", $MinimumSpace$))
LogError "Not enough space on %SystemDrive%, " + $MinimumSpace$ + " on drive %SystemDrive%
isFatalError
; Stop process and set installation status to failed
endif
if FileExists("%ScriptPath%\uninstall.ins")
comment "start uninstall"
sub "%ScriptPath%\uninstall.ins"
endif
comment "Installing flash16"
winbatch_flash16_install
[winbatch_flash16_install]
"%SCRIPTPATH%\install_flash_player_16_plugin.msi" /quiet /norestart
Gruß
D1Ck3n