Deinstallation Office 2010
Posted: 29. Nov 2010, 15:04
Hallo,
ich paketiere gerade ein Microsoft Office 2010 ProPlus.
Habe mit dem OAT eine benutzerdefinierte *.msp gebaut, die auch erfolgreich installiert wird.
Leider habe ich Probleme bei der Deinstallation, die ich folgendermassen aufrufe:
[SET:Deinstallation]
If %ErrorLevel% <> "0" Then "SET:DeInstallationError" EndIf
-Call "%EmpSourceDir%\setup.exe" /uninstall "ProPlus" /config "%EmpSourceDir%\ProPlus.WW\UNINSTALL.XML"
In der Uninstall.xml habe ich folgende Optionen eingetragen:
<Display Level="basic" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<Logging Type="standard" Path="%systemdrive%\inst\EmpLog" Template="UNINSTOffice2010ProPlus.log" />
Leider lese ich nach der Deinstallation im EmpirumLogFile folgende Fehlermeldung:
Fehler 30066 beim Aufruf von setup.exe /uninstall ProPlus /config C:\EmpirumAgent\Packages\Microsoft Corporation\Office 2010 ProPlus\14.0\Source\ProPlus.WW\UNINSTALL.XML
Das Empirum-Logfile auf dem Rechner sagt folgendes:
"...Error: Product is not installed, therefore transition to MMode is unsafe for product: PROPLUS Type: 27::InstalledProductStateCorrupt.
Ensuring the install-state of setup controller files for all Products.
Opening registry key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office14.PROPLUS.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office14.PROPLUS.
IsProductTransitionToMModeSafe: An exception was caught, therefore transition to MMode is unsafe for product:
Error: Product is not installed, therefore transition to MMode is unsafe for product: PROPLUS Type: 27::InstalledProductStateCorrupt.
Not showing message because suppress modal has been set. Title: 'Setupfehler', Message: 'Diese Produktinstallation wurde beschädigt. Führen Sie Setup erneut von der CD, DVD oder einer anderen ursprünglichen Installationsquelle aus.'
Message returned: 1
Error: Catalyst boot time check failed Type: 66::PreReqCheckFailure.
Catalyst execution finished: 11/29/2010 14:39:03. Return code: 30066. Exception caught: PreReqCheckFailure.
PERF: TickCount=456656 Name=RunSetup Description=End function"
Das Windows 7-Ereignisprotokoll allerdings, sagt, dass alles erfolgreich deinstalliert ist.
Kann mir hier jemand weiterhelfen?
Vielen Dank
ich paketiere gerade ein Microsoft Office 2010 ProPlus.
Habe mit dem OAT eine benutzerdefinierte *.msp gebaut, die auch erfolgreich installiert wird.
Leider habe ich Probleme bei der Deinstallation, die ich folgendermassen aufrufe:
[SET:Deinstallation]
If %ErrorLevel% <> "0" Then "SET:DeInstallationError" EndIf
-Call "%EmpSourceDir%\setup.exe" /uninstall "ProPlus" /config "%EmpSourceDir%\ProPlus.WW\UNINSTALL.XML"
In der Uninstall.xml habe ich folgende Optionen eingetragen:
<Display Level="basic" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<Logging Type="standard" Path="%systemdrive%\inst\EmpLog" Template="UNINSTOffice2010ProPlus.log" />
Leider lese ich nach der Deinstallation im EmpirumLogFile folgende Fehlermeldung:
Fehler 30066 beim Aufruf von setup.exe /uninstall ProPlus /config C:\EmpirumAgent\Packages\Microsoft Corporation\Office 2010 ProPlus\14.0\Source\ProPlus.WW\UNINSTALL.XML
Das Empirum-Logfile auf dem Rechner sagt folgendes:
"...Error: Product is not installed, therefore transition to MMode is unsafe for product: PROPLUS Type: 27::InstalledProductStateCorrupt.
Ensuring the install-state of setup controller files for all Products.
Opening registry key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office14.PROPLUS.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office14.PROPLUS.
IsProductTransitionToMModeSafe: An exception was caught, therefore transition to MMode is unsafe for product:
Error: Product is not installed, therefore transition to MMode is unsafe for product: PROPLUS Type: 27::InstalledProductStateCorrupt.
Not showing message because suppress modal has been set. Title: 'Setupfehler', Message: 'Diese Produktinstallation wurde beschädigt. Führen Sie Setup erneut von der CD, DVD oder einer anderen ursprünglichen Installationsquelle aus.'
Message returned: 1
Error: Catalyst boot time check failed Type: 66::PreReqCheckFailure.
Catalyst execution finished: 11/29/2010 14:39:03. Return code: 30066. Exception caught: PreReqCheckFailure.
PERF: TickCount=456656 Name=RunSetup Description=End function"
Das Windows 7-Ereignisprotokoll allerdings, sagt, dass alles erfolgreich deinstalliert ist.
Kann mir hier jemand weiterhelfen?
Vielen Dank