HI, Over the last few day we've had over 1600 attempts to install the SDK around 900 have been successful. The error rate for windows was 51% (ie more failed than worked). The error rate for OSX was only 15%. Perhaps the AIR/IE issue is causing more errors than just the config file one?
Errors that account for more than 5% of all downloads include: 1. Unable to create temporary directory (10% on windows) 2. OSMF failed to download (7% on windows and 1% on mac) 3. 2032 error (7% on windows and 2% on mac) 4. aglj40.jar failed to download (5% on windows) 5. config file error (5% on windows) That about 80% of all errors, so fixing these would greatly reduce the installer error rate and improve user experience. Would be look to look at this for this release. I believe: 1. Has been fixed (but no fully tested) in 3.2, 2. Could be addressed by bundling OSMF in the SDK binary (it MPL so that's possible) or perhaps finding alternative place to obtain it from? Bundling it would require minor license/notice change and minor build process change in the SDK. Probably worth considering. 3. Not addressed yet but raised see [1] 4. Can't be bundled / can't host elsewhere without Adobe permission so that's an issue. Any ideas? 5. Cause is now know see [2], just when you thought you didn't need to worry about IE again :-) Thanks, Justin 1. https://issues.apache.org/jira/browse/FLEX-34256 2.https://issues.apache.org/jira/browse/FLEX-34251