From 7ebe2dfef64fcae5e14f229391ee517ef777e580 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 21 Sep 2013 12:04:14 +0200 Subject: [PATCH] correct many typos --- CLIENT_DATA/setup32.ins | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 5529685..61e9115 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -108,7 +108,7 @@ else endif [DosInAnIcon_path] -"%ScriptPath%\short.bat %ProgramFiles32Dir% +%ScriptPath%\short.bat %ProgramFiles32Dir% [DosInAnIcon_license] inifile $LogDir$\$ProductId$\Abcpy.ini [OEM Install] SERIALNUMBER="$Licensekey$" @@ -117,7 +117,12 @@ inifile $LogDir$\$ProductId$\Abcpy.ini [OEM Install] COMPANYNAME="%IPName%" inifile $LogDir$\$ProductId$\Abcpy.ini [OEM Install] INSTALLDIR="$InstallDir$" [Winbatch_install] -"$LogDir$\$ProductId$\setup.exe" /S /v /qn +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 +msiexec /i "$LogDir$\$ProductId$\bridge\Adobe Bridge 1.0.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress +msiexec /i "$LogDir$\$ProductId$\stock photography\Adobe Stock Photos 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 @@ -126,7 +131,7 @@ inifile $LogDir$\$ProductId$\Abcpy.ini [OEM Install] INSTALLDIR="$InstallDir$" del -sf "$LogDir$\$ProductId$\" [Files_copy] -copy -s "%ScriptPath%\Core\*.*" "$LogDir$\$ProductId$\" +copy -s "%ScriptPath%\X86\Core\*.*" "$LogDir$\$ProductId$\" [Files_install] ; copy the ini file to the InstallDir