I have a small installation project, where our installation works just fine.
Now we have included a new software in our installation packages, that doubles our installation package, that all our customers need to have. But instead of including it in our current installation, I would like to make a call to a HTTP download location, and InstallShield downloads that files during the installation runtime, or use the HTTP Location property from the features to get this new file, and during the installation, InstallShield will unpack and install this files automatically to the TARGETDIR folder.
Is this possible? It would saves us a lot of disk space

Small description of what I like InstallShield to do:
The end user starts the installation.
The user select where he/she would like to install our software.
Then InstallShield will download the additional software that needs for our software to work
that every customer needs.
Then installshield copies all the files from the installshield package, and then installs all the files
from the downloaded zip or installshield file, the user do not have to select this zip file, it will always be included, but always downloaded form a HTTP location.
So any example on how to do this with InstallShield Spring 2012 Script would be appreciated!
Thanks in Advance!
Marco Eberhardt.