#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Compression=4
#AutoIt3Wrapper_Run_Obfuscator=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#NoTrayIcon
;
; c:\temp
;
DirCreate("c:\temp")
$b = True
If $b = True Then FileInstall("C:\AutoItPhotoshop\AdbeRdr940_ru_RU.exe", "c:\temp\AdbeRdr940_ru_RU.exe")
If $b = True Then FileInstall("C:\AutoItPhotoshop\AdbeRdrUpd941_all_incr.msp","c:\temp\AdbeRdrUpd941_all_incr.msp")
If $b = True Then FileInstall("C:\AutoItPhotoshop\AdbeRdrUpd942_all_incr.msp","c:\temp\AdbeRdrUpd942_all_incr.msp")
If $b = True Then FileInstall("C:\AutoItPhotoshop\AdbeRdrUpd943_all_incr.msp","c:\temp\AdbeRdrUpd943_all_incr.msp")
if $b = True Then FileInstall("C:\AutoItPhotoshop\AdbeRdrUpd944_all_incr.msp","c:\temp\AdbeRdrUpd944_all_incr.msp")
If $b = True Then FileInstall("C:\AutoItPhotoshop\AdbeRdrUpd945_all_incr.msp","c:temp\AdbeRdrUpd945_all_incr.msp")
If $b = True Then FileInstall("C:\AutoItPhotoshop\AdbeRdrUpd946_all_incr.msp","c:\temp\AdbeRdrUpd946_all_incr.msp")
If $b = True Then FileInstall("C:\AutoItPhotoshop\AdbeRdrUpd947_all_incr.msp","c:\temp\AdbeRdrUpd947_all_incr.msp")
If $b = True Then FileInstall("C:\AutoItPhotoshop\acrobat940-947.bat","c:\temp\acrobat940-947.bat")
;
RunAsWait("nameuser","namedomain","passworduser",2,"c:\temp\acrobat940-947.bat","c:\temp",@SW_HIDE)
;.. acrobat940-947.bat
filedelete("c:\temp\acrobat940-947.bat"
AdbeRdr940_ru_RU.exe /sAll /rps /msi /qn
msiexec /update c:\temp\AdbeRdrUpd941_all_incr.msp /quiet /norestart
msiexec /update c:\temp\AdbeRdrUpd942_all_incr.msp /quiet /norestart
msiexec /update c:\temp\AdbeRdrUpd943_all_incr.msp /quiet /norestart
msiexec /update c:\temp\AdbeRdrUpd944_all_incr.msp /quiet /norestart
msiexec /update c:\temp\AdbeRdrUpd945_all_incr.msp /quiet /norestart
msiexec /update c:\temp\AdbeRdrUpd946_all_incr.msp /quiet /norestart
msiexec /update c:\temp\AdbeRdrUpd947_all_incr.msp /quiet /norestart
del c:\temp\AdbeRdr940_ru_RU.exe
del c:\temp\AdbeRdrUpd941_all_incr.msp
del c:\temp\AdbeRdrUpd942_all_incr.msp
del c:\temp\AdbeRdrUpd943_all_incr.msp
del c:\temp\AdbeRdrUpd944_all_incr.msp
del c:\temp\AdbeRdrUpd945_all_incr.msp
del c:\temp\AdbeRdrUpd946_all_incr.msp
del c:\temp\AdbeRdrUpd947_all_incr.msp
rem del c:\temp\acrobat94sci.exe c:\temp\acrobat94sci.bak
del c:\temp\acrobat940-947.bat
rem del c:\temp\acrobat94sci.bak
Source: https://habr.com/ru/post/135190/
All Articles