Hat leider beides nicht geholfen.
Ich denke der Fehler tritt kurz vor der Meldung auf, hier mal ein Abschnitt aus dem Log:
MSI (s) (FC:F8) [16:59:53:562]: Executing op: CustomActionSchedule(Action=InstallPostgresService,ActionType=3078,Source='
'
' 3CX Phone System 7.0
' Installation Script, 3CX Ltd Copyright 2008, All Rights Reserved
' Last Modified 6 October 2008
'Format, and display error message(s)
Function ShowErrorMessageBox(message)
MsgBox message, vbExclamation, "3CX Phone System" ' call windows API MsgBox
End Function
'Execute file using WScript Shell
Function ExecuteFile(FileName)
Dim objWShell 'declare windows shell
Set objWShell = CreateObject("WScript.Shell")
ExecuteFile = objWShell.Run(FileName, 0, true) ' Run the passed file name within windows shell
Set objWExec = Nothing
End Function
Function ExecuteFromInstaller() 'used
Dim FileName, custActData, Result
custActData = Session.Property("CustomActionData")
custActArray = Split(custActData, "|", -1)
FileName = custActArray(0)
Result = ExecuteFile(FileName)
If Result 0 Then
ShowErrorMes
MSI (s) (FC:08) [16:59:53:687]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (FC:08) [16:59:53:687]: Transforming table Error.
MSI (s) (FC:08) [17:00:40:937]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (FC:08) [17:00:40:937]: Transforming table Error.
MSI (s) (FC:08) [17:00:40:937]: Product: 3CX PhoneSystem -- Error 1720. There is a problem with this Windows Installer package. A script required for this install to complete could not be run. Contact your support personnel or package vendor. Custom action InstallPostgresService script error -2147010895, : Line 15, Column 5,
MSI (s) (FC:F8) [17:00:40:937]: User policy value 'DisableRollback' is 0
MSI (s) (FC:F8) [17:00:40:937]: Machine policy value 'DisableRollback' is 0
What to do??