(imported comment written by mdb2691)
Here is the current Action Script in Progress:
if {name of operating system = “WinXP”}
download http://www.outreach.psu.edu/OTS/bigfix/yammer/airappinstaller.exe
download http://www.outreach.psu.edu/OTS/bigfix/yammer/Yammer.air
copy “__Download\airappinstaller.exe” “C:\airappinstaller.exe”
copy “__Download\Yammer.air” “C:\Yammer.air”
wait “C:\airappinstaller.exe” -silent -eulaAccepted “C:\Yammer.air”
delete “C:\airappinstaller.exe”
delete “C:\Yammer.air”
//This begins the MAC OS check
elseif {name of operating system = “Mac OS X”}
download http://www.outreach.psu.edu/OTS/bigfix/yammer/yammer.dmg
wait hdiutil attach “__Download/yammer.dmg”
wait “/Volumes/Yammer/macairappinstaller.app/Contents/MacOS/Adobe AIR Installer” -silent -eulaAccepted “/Volumes/Yammer//Yammer.air”