correct many typos
This commit is contained in:
parent
b4c64f120c
commit
7ebe2dfef6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user