/build/static/layout/Breadcrumb_cap_w.png

Question about active setup

Hi.

We have a few packages that have active setup components that install whenever a new user logs into the PC.

We are sometimes getting errors whereby one package is trying to install while another one is still in progress, resutling in the error that "another installation is already in progress".

Is there any way to prevent this from happening and to control the packages to install only when the previous package is complete?

Thanks

0 Comments   [ + ] Show comments

Answers (1)

Posted by: anonymous_9363 13 years ago
Red Belt
0
My guess would be that some of your packages are executables which return control too early. For example, quite a few set-up stubs which launch MSIExec against an MSI will exit once that process is started, thus returning control to the AS process. If MSIExec is still running when the next package comes along, you'll see this. Equally, if the stub calls some other EXE to actually do the work (again, not unusual), the same thing happens.

In the first scenario, you can simply change the call so that you run MSIExec against the extracted MSI and in the second you need to find out which process actually does the work, what parameters you need to pass it and so on.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ