integrate bridge 1.0.4 updatwe
This commit is contained in:
parent
d5150782f0
commit
431ce32354
@ -94,6 +94,9 @@ else
|
|||||||
Winbatch_update
|
Winbatch_update
|
||||||
Sub_check_exitcode
|
Sub_check_exitcode
|
||||||
|
|
||||||
|
Winbatch_update_bridge
|
||||||
|
Sub_check_exitcode
|
||||||
|
|
||||||
Files_delete
|
Files_delete
|
||||||
|
|
||||||
comment "Copy files"
|
comment "Copy files"
|
||||||
@ -127,6 +130,9 @@ msiexec /i "$LogDir$\$ProductId$\stock photography\Adobe Stock Photos 1.0.msi" /
|
|||||||
[Winbatch_update]
|
[Winbatch_update]
|
||||||
"$Install902Exe$" -s
|
"$Install902Exe$" -s
|
||||||
|
|
||||||
|
[Winbatch_update_bridge]
|
||||||
|
"$InstallBridge104Exe$"
|
||||||
|
|
||||||
[Files_delete]
|
[Files_delete]
|
||||||
del -sf "$LogDir$\$ProductId$\"
|
del -sf "$LogDir$\$ProductId$\"
|
||||||
|
|
||||||
|
@ -37,8 +37,8 @@ DL_EXTRACT_TO[3]="Temp/bridge"
|
|||||||
DL_FILE[4]="AdobeBridge_1.0.4_updater.exe"
|
DL_FILE[4]="AdobeBridge_1.0.4_updater.exe"
|
||||||
DL_SOURCE[4]="http://download.adobe.com/pub/adobe/bridge/win/1.x/AdobeBridge_1.0.4_updater.exe"
|
DL_SOURCE[4]="http://download.adobe.com/pub/adobe/bridge/win/1.x/AdobeBridge_1.0.4_updater.exe"
|
||||||
DL_ARCH[4]="X86"
|
DL_ARCH[4]="X86"
|
||||||
DL_EXTRACT_FORMAT[4]="cp"
|
|
||||||
DL_EXTRACT_TO[4]="Updater/bridge"
|
DL_EXTRACT_TO[4]="Updater/bridge"
|
||||||
|
DL_WINST_NAME[4]=InstallBridge104Exe
|
||||||
|
|
||||||
# File array index for the image showing while installing the program
|
# File array index for the image showing while installing the program
|
||||||
ICON_DL_INDEX=0
|
ICON_DL_INDEX=0
|
||||||
|
Loading…
Reference in New Issue
Block a user