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
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
anonymous_9363
14 years ago
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.
Posted by:
timmsie
14 years ago
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
14 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.