I am trying to package the office 2007 install folder but it looks like the bfarchive tool has a maximum output of 2GB. I first tried it and it gave a output file with a size of 2.00 GB. Then I removed about 300 MBs from the folders and archived it again, and again it gave me a file of 2GB.
How is everyone else deploying Office 2007? thanks
No. When I use the bfarchive tool (even when I pulled out 300 MB from the source folder), it still compresses it to 2GB. I haven’t tried using a third part compression tool.
Many parts of our code used the old-style Windows file handlers for reverse compatibility with older OSes, but they imposed a 2GB limit. We have upgraded the file handlers to newer versions of the MS APIs that don’t have such as small file limitation, but I think there are a few places remaining until our next major release…
It would be interesting to see how close you are to the 2GB mark… a quick way to get a reference point would be to quickly try the compression in a tool like WinZip…
I was able to get this to work. I broke up the installation folders into 1 GB segments, then zipped them with WinZip. I then used the software distribution wizard to get them onto the BigFix server. In my action script, I first had to extract them, then extract the .zip with the unzip.exe application. Everything is working great.
I just reconfirmed that this bug has been fixed in the 8.0 branch of the code… sorry for the inconvenience this causes, but glad to see you got an effective workaround.