Use self created msp

This commit is contained in:
Mario Fetka
2013-09-25 17:29:16 +02:00
parent 47b8d9716b
commit 838b91e8b7
8 changed files with 11 additions and 41 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -91,9 +91,6 @@ else
Winbatch_install
Sub_check_exitcode
Winbatch_update
Sub_check_exitcode
Winbatch_update_bridge
Sub_check_exitcode
@@ -122,13 +119,11 @@ 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=Adobe_Photoshop_CS2_9.0.2.mst
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 TRANSFORM="$LogDir$\$ProductId$\Adobe Photoshop CS2.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_update]
"$Install902Exe$" -s
[Winbatch_update_bridge]
"$UpdateBridge104Exe$"