ich paketiere gerade Photoshop CS5 für Windows XP (32 Bit) Windows 7(32 und 64Bit) ich habe das die Installation mittels
"Adobe Application Manager Enterprise Edition" vorbereitet und das daraus resultierende MSI mittels:
Code: Alles auswählen
Call MsiExec /I "%SRC%\Photoshop%xBit%\Build\Photoshop.msi" REBOOT=REALLYSUPPRESS ARPSYSTEMCOMPONENT=1 /quiet %VM_LogQW% "%VP_InstallLog%"
Klappt alles super. die Installation läuft wie geschmiert, auch die Reparatur welche ich wie folgt starte funktioniert:
Code: Alles auswählen
Call MsiExec /Fvomus "%SRC%\Photoshop%xBit%\Build\Photoshop.msi" REBOOT=REALLYSUPPRESS ARPSYSTEMCOMPONENT=1 /quiet %VM_LogQW% "%VP_ReinstallLog%"
Uninstall String:
Code: Alles auswählen
%CommonProgrammFiles%\Adobe\OOBE\PDApp\core\PDApp.exe" --mode=Silent --deploymentFile="%src%\Adobe Photoshop CS5.remove.xml"
Code: Alles auswählen
<?xml version="1.0" encoding="UTF-8"?>
<Deployment><Properties/><Payloads><Payload adobeCode="{9158FF30-78D7-40EF-B83E-451AC5334640}"><Action>remove</Action></Payload></Payloads></Deployment>
Vielen Dank in Voraus für eine Antwort.