(imported topic written by adpeterkin91)
Any ideas? Thank you in advance. The action script selects the correct installation file. However, the script always fails at the “waithidden” line.
if {name of operating system starts with “Win200”}
if {x64 of operating system}
prefetch AV_Servers_x64.exe sha1:3f64b5585f3c23c81e4e89cdb46630be9c9bb69e size:186794989 http://besserver:52311/Uploads/AV_Servers_x64.exe
waithidden “_Download\AV_Servers_x64.exe”
elseif {name of operating system starts with “Win200”}
if {not x64 of operating system}
prefetch AV_Servers.exe sha1:ef742079c94914c54e66232ebe975d48876dea1f size:186794989 http://besserver:52311/Uploads/AV_Servers.exe
waithidden “_Download\AV_Servers.exe”
elseif {name of operating system = “Win7”}
prefetch AV_Workstations_x64.exe sha1:f8ab3f38e5f2673af28645ae8f05e3d6a47b92a1 size:191515035 http://besserver:52311/Uploads/AV_Workstations_x64.exe
waithidden “_Download\AV_Workstations_x64.exe”
elseif {name of operating system = “WinXP”}
prefetch AV_Workstations.exe sha1:5507f9b2c56fdbb6042c33447133e3aa3d18cc91 size:186794971 http://besserver:52311/Uploads/AV_Workstations.exe
waithidden “_Download\AV_Workstations.exe”
else
exit {parameter “No Suitable OS”}
endif