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!
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
[ - ] Hide Comments

so that the conversation will remain readable.
Answer this question
or Comment on this question for clarity
Answers
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.
How are you deploying MSIs? Just about every system I can think of can cope with deploying MSIs in a sequence.
Please log in to comment
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
Please log in to comment
Comments