Office 2007 - download failed

(imported topic written by cstoneba)

I’m attempting to use the Software Distro. Wizard to package an Office 2007 installation folder, but it kept failing, so, I used the bfarchive.exe tool. Syntax was bfarchive.exe -a InstallFolder Office2007. It created a single file called Office2007 which seemed good so far. Then I used the sha1.exe file (syntax: sha1.exe -r Office2007) and it gave the the sha1. Still good so far. Then I created a folder with the sha1 value in c:\program files\bigfix enterprise\bes server\wwwrootbes\Uploads and put the Office2007 file in it.

When I run the action to deploy office, I keep geting “Download Failed”. What could I have messed up?

(imported comment written by BenKus)

You will need to post your actionscript… and you should double-check the download works by putting the URL in a browser…

Ben

(imported comment written by cstoneba)

//office 2007+sp2

download http://IGHEMS01.chs.chsroot:52311/Uploads/cf03e2b85e7d22b6cd51429e6f50bd4e4ad082d9/Office2007+SP2.tmp

continue if {(size of it = 2147483636 AND sha1 of it = “cf03e2b85e7d22b6cd51429e6f50bd4e4ad082d9”) of file “Office2007+SP2.tmp” of folder “__Download”}

extract Office2007+SP2.tmp

waithidden “{(pathname of client folder of current site) & “__Download\setup.exe”}” /adminfile “{(pathname of client folder of current site) & “__Download\CHSOffice07.MSP”}” /config “{(pathname of client folder of current site) & “__Download\ProPlus.WW\config.xml”}”

action requires restart