This might work (I havent tried this): Save the config file from here to your local hard disk: http://flex.apache.org/sdk-installer-config-2.0.xml
In the saved config xml, modify all the urls to local paths. Then invoke the installer from the command line with this switch -config=<path to local config xml> The only problem is that the Installer always looks at the MD5 from the release dist site on the apache servers. There is no way to modify this since it is a security restriction. You could always download the source code and modify it to not do the MD5 check. Please be sure to manually check the MD5 hash in that case. Hope that helps. Thanks, Om On Thu, Apr 11, 2013 at 4:46 PM, Lee Burrows <[email protected]>wrote: > Not sure if installer will cope but you could try amending the URLs in > (eg) C:\Program Files (x86)\Apache Flex\Apache Flex SDK > Installer\sdk-installer-**config-2.0 > > > On 11/04/2013 22:54, Steve McLaughlin wrote: > >> Hi, I work at a large company and the internet is blocked. >> I need a way to install the sdks without an internet connection. >> I have a way of downloading the necessary files, so I have all the >> necessary files, just running the >> install badge tries to get the files from the internet. Can we have an >> install badge that installs from >> an install directory? >> thanks, >> steve >> >> > > -- > Lee Burrows > ActionScripter > >
