weiterhin ERROR 3010
Posted: 16. Jul 2009, 14:04
Hallo liebe Gemeinde,
trotz Studiums der Seite:
http://www.diew.eu/2009/06/24/der-richt ... rror-3010/
und Anpassung meiner setup.inf besteht das Problem mit ERROR 3010 weiter und die Empirum-Installation wirft den Fehler: -1 aus.
Hier meine setup.inf:
#Set:Product, DONTDELETE
#Reg:OnUninstallProduct, DELETE
#Reg:Product, DONTDELETE
#Ini:Product, DONTDELETE
#Security:Product
#Set:Uninstall, DELETE
#Set:ChangeMSISourcelist, DONTDELETE
[Set:Product]
Del "%MSILogFile%"
IF DoesRegKeyExist ("HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{AC76BA86-1033-0000-0000-000000000004},UnInstallString") == "1" Then "RepairMSI" Else "InstallMSI" EndIf
[RepairMSI]
AddMeter 50
Call MsiExec /Fvomus "%SRC%\AcroPro.msi" TRANSFORMS="%SRC%\AcroPro.mst" REBOOT=REALLYSUPPRESS ARPSYSTEMCOMPONENT=1 /qr /Li "%MSILogFile%"
If %ErrorLevel% == "3010" Then "RebootNeeded" EndIf
IF DoesTextInFileExist ("%ReInstSuccessMessage1031%", "%MSILogFile%") == "0" & DoesTextInFileExist ("%ReInstSuccessMessage1033%", "%MSILogFile%") == "0" Then "AbortMSIInst" EndIf
Del "%MSILogFile%"
[InstallMSI]
AddMeter 50
Call MsiExec /I "%SRC%\AcroPro.msi" TRANSFORMS="%SRC%\AcroPro.mst" /update "%src%\AcroProStdUpd910_T1T2_incr.msp" REBOOT=REALLYSUPPRESS ARPSYSTEMCOMPONENT=1 /qr /Li "%MSILogFile%"
If %ErrorLevel% == "3010" Then "RebootNeeded" EndIf
If DoesRegKeyExist ("HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{AC76BA86-1033-0000-0000-000000000004},UnInstallString") == "0" Then "AbortMSIInst" EndIf
Del "%MSILogFile%"
[Set:Uninstall]
-Del "%MSILogFile%"
If DoesRegKeyExist ("HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{AC76BA86-1033-0000-0000-000000000004},UnInstallString") == "1" Then "AbortMSIUnInst" EndIf
If %ErrorLevel% == "3010" Then "RebootNeeded" EndIf
-Call MsiExec /X {AC76BA86-1033-0000-0000-000000000004} REBOOT=REALLYSUPPRESS /qr /Li "%MSILogFile%"
-AddMeter 50
[RebootNeeded]
SetReboot 1
[AbortMSIInst]
ErrorLogMsg %ErrorLogMessage% ErrorLevel: %ErrorLevel%
Abort
[AbortMSIUnInst]
-Abort
-ErrorLogMsg %ErrorLogMessage% ErrorLevel: %ErrorLevel%
Das Update wurde natürlich installiert, aber nach der nächsten Anmeldung legt Empirum von vorne los.
Weiß jemand Rat ???
Danke
madmaki
trotz Studiums der Seite:
http://www.diew.eu/2009/06/24/der-richt ... rror-3010/
und Anpassung meiner setup.inf besteht das Problem mit ERROR 3010 weiter und die Empirum-Installation wirft den Fehler: -1 aus.
Hier meine setup.inf:
#Set:Product, DONTDELETE
#Reg:OnUninstallProduct, DELETE
#Reg:Product, DONTDELETE
#Ini:Product, DONTDELETE
#Security:Product
#Set:Uninstall, DELETE
#Set:ChangeMSISourcelist, DONTDELETE
[Set:Product]
Del "%MSILogFile%"
IF DoesRegKeyExist ("HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{AC76BA86-1033-0000-0000-000000000004},UnInstallString") == "1" Then "RepairMSI" Else "InstallMSI" EndIf
[RepairMSI]
AddMeter 50
Call MsiExec /Fvomus "%SRC%\AcroPro.msi" TRANSFORMS="%SRC%\AcroPro.mst" REBOOT=REALLYSUPPRESS ARPSYSTEMCOMPONENT=1 /qr /Li "%MSILogFile%"
If %ErrorLevel% == "3010" Then "RebootNeeded" EndIf
IF DoesTextInFileExist ("%ReInstSuccessMessage1031%", "%MSILogFile%") == "0" & DoesTextInFileExist ("%ReInstSuccessMessage1033%", "%MSILogFile%") == "0" Then "AbortMSIInst" EndIf
Del "%MSILogFile%"
[InstallMSI]
AddMeter 50
Call MsiExec /I "%SRC%\AcroPro.msi" TRANSFORMS="%SRC%\AcroPro.mst" /update "%src%\AcroProStdUpd910_T1T2_incr.msp" REBOOT=REALLYSUPPRESS ARPSYSTEMCOMPONENT=1 /qr /Li "%MSILogFile%"
If %ErrorLevel% == "3010" Then "RebootNeeded" EndIf
If DoesRegKeyExist ("HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{AC76BA86-1033-0000-0000-000000000004},UnInstallString") == "0" Then "AbortMSIInst" EndIf
Del "%MSILogFile%"
[Set:Uninstall]
-Del "%MSILogFile%"
If DoesRegKeyExist ("HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{AC76BA86-1033-0000-0000-000000000004},UnInstallString") == "1" Then "AbortMSIUnInst" EndIf
If %ErrorLevel% == "3010" Then "RebootNeeded" EndIf
-Call MsiExec /X {AC76BA86-1033-0000-0000-000000000004} REBOOT=REALLYSUPPRESS /qr /Li "%MSILogFile%"
-AddMeter 50
[RebootNeeded]
SetReboot 1
[AbortMSIInst]
ErrorLogMsg %ErrorLogMessage% ErrorLevel: %ErrorLevel%
Abort
[AbortMSIUnInst]
-Abort
-ErrorLogMsg %ErrorLogMessage% ErrorLevel: %ErrorLevel%
Das Update wurde natürlich installiert, aber nach der nächsten Anmeldung legt Empirum von vorne los.
Weiß jemand Rat ???
Danke
madmaki