(imported topic written by pdentremont91)
Hi Guys,
I can’t seem to get this working after tons of tweeking. Can someone tell me what is wrong?
action parameter query “COMMID” with description “Please enter the COMMUNITYID get this from SupportCenter” with default value “THIS IS ABSOLUTELY REQUIRED”
action parameter query “CONFIGID” with description “Please enter the CONFIGURATIONID get this from SupportCenter” with default value “THIS IS ABSOLUTELY REQUIRED”
download http://server.domain.com:52311/Uploads/10a490559cd16460d9a2a031d7870de4f30532d5/AgentSetupmsi.tmp
continue if {(size of it = 46631212 AND sha1 of it = “10a490559cd16460d9a2a031d7870de4f30532d5”) of file “AgentSetupmsi.tmp” of folder “__Download”}
extract AgentSetupmsi.tmp
wait “{pathname of system folder & “\msiexec.exe”}” /i “{(pathname of client folder of current site) & “__Download\AgentSetup.msi”}” /qn COMMUNITYID="{parameter “COMMID” of action}" CONFIGURATIONID={parameter “CONFIGID” of action}" /norestart FIRSTBACKUP=1
//wait “{pathname of system folder & “\msiexec.exe”}” /i “{(pathname of client folder of current site) & “__Download\AgentSetup.msi”}” /qn COMMUNITYID="{parameter “COMMUNITYID” of action}" CONFIGURATIONID={parameter “CONFIGURATIONID” of action}" /norestart FIRSTBACKUP=1 /log =“c:\support\logfile.txt”
Thanks,
Peter d’Entremont