?bWaitOnReturn?
Can someone help me modify my code?
I am using a script to install a few .exe applications silently and want my vb to wait until the previous install has completed before moving on to the next. Below is a snipet of what is sucessfully installing the app(s).
exeCwcInstall = "\\fsbes-01\software$\Caseware\Connector\2006\Setup.exe /s /f2c:\temp\CW" & CwcInstall & "_Install.log"
WSHShell.Run(exeCwcInstall)
Can someone help me modify my code?
I am using a script to install a few .exe applications silently and want my vb to wait until the previous install has completed before moving on to the next. Below is a snipet of what is sucessfully installing the app(s).
exeCwcInstall = "\\fsbes-01\software$\Caseware\Connector\2006\Setup.exe /s /f2c:\temp\CW" & CwcInstall & "_Install.log"
WSHShell.Run(exeCwcInstall)