Update Adobe bridge
This commit is contained in:
@@ -108,13 +108,13 @@ else
|
||||
endif
|
||||
|
||||
[DosInAnIcon_path]
|
||||
%ScriptPath%\short.bat %ProgramFiles32Dir%
|
||||
%ScriptPath%\short.bat "%ProgramFiles32Dir%"
|
||||
|
||||
[DosInAnIcon_license]
|
||||
inifile $LogDir$\$ProductId$\Abcpy.ini [OEM Install] SERIALNUMBER="$Licensekey$"
|
||||
inifile $LogDir$\$ProductId$\Abcpy.ini [OEM Install] USERNAME="%PCName%"
|
||||
inifile $LogDir$\$ProductId$\Abcpy.ini [OEM Install] COMPANYNAME="%IPName%"
|
||||
inifile $LogDir$\$ProductId$\Abcpy.ini [OEM Install] INSTALLDIR="$InstallDir$"
|
||||
inifile $LogDir$\$ProductId$\Abcpy.ini [OEM Install] SERIALNUMBER=$Licensekey$
|
||||
inifile $LogDir$\$ProductId$\Abcpy.ini [OEM Install] USERNAME=%PCName%
|
||||
inifile $LogDir$\$ProductId$\Abcpy.ini [OEM Install] COMPANYNAME=%IPName%
|
||||
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
|
||||
@@ -125,7 +125,7 @@ msiexec /i "$LogDir$\$ProductId$\stock photography\Adobe Stock Photos 1.0.msi" /
|
||||
; "$LogDir$\$ProductId$\setup.exe" /s /v /qn
|
||||
|
||||
[Winbatch_update]
|
||||
"$Install902Exe$" /s
|
||||
"$Install902Exe$" -s
|
||||
|
||||
[Files_delete]
|
||||
del -sf "$LogDir$\$ProductId$\"
|
||||
@@ -142,12 +142,12 @@ copy "$IniCfgFile$" "$InstallDir$"
|
||||
; copy -s "%ScriptPath%\files\*.*" "$InstallDir$\"
|
||||
|
||||
[Registry_install]
|
||||
; Example of setting some values of an registry key:
|
||||
;
|
||||
; openkey [HKEY_LOCAL_MACHINE\Software\$ProductId$]
|
||||
; set "name1" = "some string value"
|
||||
; set "name2" = REG_DWORD:0001
|
||||
; set "name3" = REG_BINARY:00 af 99 cd
|
||||
; Disable Registry window
|
||||
openkey [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Adobe PhotoshopCS2 - $MsiId$
|
||||
set "EPIC_REGS_TYPE" = REG_DWORD:00000004
|
||||
set "EPIC_REGS_STATE" = REG_DWORD:00000002
|
||||
set "EPIC_REGS_LANG" = REG_DWORD:00000000
|
||||
set "EPIC_REGS_COUNT" = REG_DWORD:00000000
|
||||
|
||||
[LinkFolder_install]
|
||||
; Example of deleting a folder from AllUsers startmenu:
|
||||
|
||||
Reference in New Issue
Block a user