/build/static/layout/Breadcrumb_cap_w.png

VBS does't run when deploy

Hi,

When you run the .vbs manually it execute but when you deploy the msi which call the vbs it doesn't run.

Has anyone had this problem? The vbs contain multiple msi which run one after the other when execute.

Thanks!

0 Comments   [ + ] Show comments

Answers (3)

Posted by: anonymous_9363 13 years ago
Red Belt
0
You can only run one MSI at a time. Thus, your VBS's container MSI will not allow subsequent MSIs to run concurrently. If you enabled Windows Installer logging, you'd see a message to that effect in the log.

How are you deploying MSIs? Just about every system I can think of can cope with deploying MSIs in a sequence.
Posted by: timmsie 13 years ago
Fourth Degree Brown Belt
0
The vbs contain multiple msi which run one after the other when execute.

It's not going to work then, as you can only have one msiexec running unless you use chained install

http://support.microsoft.com/kb/306439

It's not recommended though
Posted by: cygan 13 years ago
Fifth Degree Brown Belt
0
you can install a bunch of msi's via a vbscript (one install at a time) and create a log file to see success or failure

remember your msi engine will not recgonize the wscript object in your vbscript
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