This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- parallel execution in IA
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 21, 2011
01:35 AM
parallel execution in IA
Hi,
I am creating one installer using IA2010. I have added one zip in add files. I want extraction of this zip to begin parallel to installer screen (i.e. when welcome, license agreement etc screens appear). How can i do it?
I am creating one installer using IA2010. I have added one zip in add files. I want extraction of this zip to begin parallel to installer screen (i.e. when welcome, license agreement etc screens appear). How can i do it?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 21, 2011
03:46 AM
As far as I know this is not possible as IA is sequential: i.e. you start by the pre-install wizard, and all installation actions are done in the Install task.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 22, 2011
11:27 AM
If you use an external zip utility, you can run the Execute Command action to unzip it. Just make sure to not check the box "Suspend installation until process completes." If you need a listener for it, you can scan the processes on the system and get thepid that associates with the unzip command. You may need to reference the installer temp dir or extraction folder to get to the zip depending on how you want to access the zip file.