How to change order of download/install of web media blocks
Posted: Wed Feb 20, 2013 8:51 am
Hello!
I'm using web media blocks for installing prerequisites and main app, so i'm having 2 webmedia blocks - .NET and app, each is large - 40mb and 60mb respectively.
Current workflow of installing looks like:
downloading .net -> installing .net -> downloading app -> installing app.
This is not so good for user experience, so i'm searching for a way to change this sequence to following:
downloading .net -> downloading app -> installing .net -> installing app.
I thought of manually downloading 7zip files using download plugin to $EXEDIR$ and extracting them there, but it doesn't help.
Could you suggest any way to achieve desired?
I'm using web media blocks for installing prerequisites and main app, so i'm having 2 webmedia blocks - .NET and app, each is large - 40mb and 60mb respectively.
Current workflow of installing looks like:
downloading .net -> installing .net -> downloading app -> installing app.
This is not so good for user experience, so i'm searching for a way to change this sequence to following:
downloading .net -> downloading app -> installing .net -> installing app.
I thought of manually downloading 7zip files using download plugin to $EXEDIR$ and extracting them there, but it doesn't help.
Could you suggest any way to achieve desired?