serverguy78
MIS
Hello, I have any install script that I want to show a complete textbox after the software installs. My problem is that the textbox is coming up while the software is still installing. Can someone help me? Here is my code:
Dim WshShell
Set WshShell = CreateObject("Wscript.Shell")
On Error Resume Next
WshShell.Run("C:\vbscript\install_flash_player_10_active_x.MSI /qn")
WScript.Echo "install complete"
wscript.quit
Dim WshShell
Set WshShell = CreateObject("Wscript.Shell")
On Error Resume Next
WshShell.Run("C:\vbscript\install_flash_player_10_active_x.MSI /qn")
WScript.Echo "install complete"
wscript.quit