Hi, Re difference between cached and non chached I got this:
diff -qrs ./InstallerTestCached ./InstallerTestNoCache | grep -v "identical" Files ./InstallerTestCached/frameworks/libs/player/12.0/playerglobal.swc and ./InstallerTestNoCache/frameworks/libs/player/12.0/playerglobal.swc differ Comparing the swf dumps I get a few changes including: < <ProductInfo product='Apache Flex' edition='' version='4.1' build='16076' compileDate='17/02/14 1:11 PM'/> --- > <ProductInfo product='Apache Flex' edition='' version='4.1' build='16076' > compileDate='4/03/14 9:15 AM'/> As the playerglobals.swc are small and the latest ones do tend to change every months or so perhaps we shouldn't cache them? Thanks, Justin