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
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Progress callbacks in suite installation?
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
‎Sep 27, 2011
05:00 PM
Progress callbacks in suite installation?
The new suite project option looks great. I already see many issues this will solve and complex implementations which can be greatly simplified. However, I want to be sure certain expected functionality is still available. For example, I figure this must be in there somewhere, but I didn't see how to do this:
If I silently call one of the sub-packages I'm installing, I'd like the suite's overall progress dialog to reflect that the installation is still making progress with small movements (rather than sit still for several minutes and then take a big jump when we move to the next install package or exe in the suite).
If I silently call one of the sub-packages I'm installing, I'd like the suite's overall progress dialog to reflect that the installation is still making progress with small movements (rather than sit still for several minutes and then take a big jump when we move to the next install package or exe in the suite).
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 28, 2011
10:41 AM
MSI Packages will update progress directly. EXE packages do not have a way to tell the suite anything, so there can not be any useful information. Given that limitation, what would you prefer to see in the following scenario? Say you're installing the second of three packages. Would you want to see:[LIST=1]
a full indeterminate progress bar
a full looping progress bar
a progress bar that loops between 33 and 67%
or something else?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 28, 2011
12:21 PM
I see the dilemma. I had planned to switch to using mainly MSI packages eventually, and have been initially testing out the suite with exe projects, so it's good to hear that this is already handled for the MSI case.
To answer your question though, how about an optional setting for exe packages such as "Expected Installation time" (in total seconds)? If this is left blank, keep the current behavior. If a value is entered, the progress bar would use it to increment progress under the assumption that portion of the install will take that amount of time. If it runs longer, progress should probably stop and wait at the max of the range allocated for that exe, and just jump to the next range if the package installs more quickly than expected.
To answer your question though, how about an optional setting for exe packages such as "Expected Installation time" (in total seconds)? If this is left blank, keep the current behavior. If a value is entered, the progress bar would use it to increment progress under the assumption that portion of the install will take that amount of time. If it runs longer, progress should probably stop and wait at the max of the range allocated for that exe, and just jump to the next range if the package installs more quickly than expected.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 03, 2011
11:36 AM
Thanks; I've added a note to my list of enhancements about this. Times are a little squirrely, though, as different machines have different characteristics. Faster processors or faster storage can tremendously change the installation time of some common redistributables. (Of course in the extreme cases, it might go too fast to worry about a progress bar!)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 24, 2014
07:37 PM
I am running into this issue on IS 2013 and was wondering it there are any new suggestions/features that overcome this issue.
Specifically, I am using the Suite Installer to download and install one Installscript EXE package.
I can use the ISParcelProgress to display the download progress and that works fine. However, I haven't found anything that will inform the users of the installation progress.
At the least it would be nice have a full looping progress bar so at least there's some activity on the installation dialog.
Specifically, I am using the Suite Installer to download and install one Installscript EXE package.
I can use the ISParcelProgress to display the download progress and that works fine. However, I haven't found anything that will inform the users of the installation progress.
At the least it would be nice have a full looping progress bar so at least there's some activity on the installation dialog.