do a manuall update of the admin install
This commit is contained in:
Binary file not shown.
BIN
CLIENT_DATA/Adobe Photoshop CS2 902.mst
Normal file
BIN
CLIENT_DATA/Adobe Photoshop CS2 902.mst
Normal file
Binary file not shown.
Binary file not shown.
@@ -82,6 +82,9 @@ else
|
||||
ChangeDirectory "%SCRIPTPATH%"
|
||||
Files_delete
|
||||
|
||||
Winbatch_prepare
|
||||
Sub_check_exitcode
|
||||
|
||||
Files_copy
|
||||
Sub_check_exitcode
|
||||
|
||||
@@ -119,11 +122,22 @@ inifile $LogDir$\$ProductId$\Abcpy.ini [OEM Install] INSTALLDIR=$InstallDir$
|
||||
[Winbatch_install]
|
||||
msiexec /i "$LogDir$\$ProductId$\commonfilesinstaller\Adobe Common File Installer.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress
|
||||
msiexec /i "$LogDir$\$ProductId$\help center\Adobe Help Center 1.0.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress
|
||||
msiexec /i "$LogDir$\$ProductId$\Adobe Photoshop CS2.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress TRANSFORM="$LogDir$\$ProductId$\Adobe Photoshop CS2.mst"
|
||||
msiexec /p "$LogDir$\$ProductId$\Adobe Photoshop CS2 9.0.2.msp" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress
|
||||
msiexec /i "$LogDir$\$ProductId$\Adobe Photoshop CS2.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress TRANSFORM="$LogDir$\$ProductId$\Adobe Photoshop CS2 902.mst"
|
||||
msiexec /i "$LogDir$\$ProductId$\bridge\Adobe Bridge 1.0.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress
|
||||
; "$LogDir$\$ProductId$\setup.exe" /s /v /qn
|
||||
|
||||
[Winbatch_prepare]
|
||||
msiexec /a "%ScriptPath%\X86\Core\Adobe Photoshop CS2.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! TARGETDIR="$LogDir$\$ProductId$\"
|
||||
vcopy "%ScriptPath%\X86\Updater\Core\AdobeXMP.dll" "$LogDir$\$ProductId$\program files\Adobe\Adobe Photoshop CS2\AdobeXMP.dll"
|
||||
vcopy "%ScriptPath%\X86\Updater\Core\HDRMergeAuto.8li" "$LogDir$\$ProductId$\program files\Adobe\Adobe Photoshop CS2\Zusatzmodule\Adobe Photoshop Only\Automatisieren\HDR-Mehrfachbelichtung-Aut.8li"
|
||||
vcopy "%ScriptPath%\X86\Updater\Core\MMXCore.8BX" "$LogDir$\$ProductId$\program files\Adobe\Adobe Photoshop CS2\Zusatzmodule\Erweiterungen\MMXCore.8BX"
|
||||
vcopy "%ScriptPath%\X86\Updater\Core\MultiProcessor Support.8BX" "$LogDir$\$ProductId$\program files\Adobe\Adobe Photoshop CS2\Zusatzmodule\Erweiterungen\Mehrprozessorunterstützung.8BX"
|
||||
vcopy "%ScriptPath%\X86\Updater\Core\Photoshop.exe" "$LogDir$\$ProductId$\program files\Adobe\Adobe Photoshop CS2\Photoshop.exe"
|
||||
msiexec /a "%ScriptPath%\X86\Core\commonfilesinstaller\Adobe Common File Installer.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! TARGETDIR="$LogDir$\$ProductId$\commonfilesinstaller"
|
||||
msiexec /a "%ScriptPath%\X86\Core\help center\Adobe Help Center 1.0.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! TARGETDIR="$LogDir$\$ProductId$\help center"
|
||||
msiexec /a "%ScriptPath%\X86\Core\bridge\Adobe Bridge 1.0.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! TARGETDIR="$LogDir$\$ProductId$\bridge"
|
||||
|
||||
|
||||
[Winbatch_update_bridge]
|
||||
"$UpdateBridge104Exe$"
|
||||
|
||||
@@ -131,7 +145,8 @@ msiexec /i "$LogDir$\$ProductId$\bridge\Adobe Bridge 1.0.msi" /l* "$LogDir$\$Pro
|
||||
del -sf "$LogDir$\$ProductId$\"
|
||||
|
||||
[Files_copy]
|
||||
copy -s "%ScriptPath%\X86\Core\*.*" "$LogDir$\$ProductId$\"
|
||||
copy "%ScriptPath%\X86\Core\*.ini" "$LogDir$\$ProductId$\"
|
||||
copy "%ScriptPath%\X86\Core\*.mst" "$LogDir$\$ProductId$\"
|
||||
|
||||
[Files_install]
|
||||
; copy the ini file to the InstallDir
|
||||
|
||||
Reference in New Issue
Block a user