I have this code
Set objShell = Wscript.CreateObject("WScript.Shell")
objShell.Run "C:\Users\TSC6\Desktop\POSDRVEN V6.33.exe"
Wscript.Sleep 1000
objShell.SendKeys "%n"
Wscript.Sleep 1000
objShell.SendKeys "%a"
Wscript.Sleep 1000
objShell.SendKeys "%n"
Wscript.Sleep 1000
objShell.SendKeys "%n"
Wscript.Sleep 1000
objShell.SendKeys "%i"
Wscript.Sleep 30000
objShell.SendKeys "%f"
Wscript.Echo "Complete"
WScript.Quit
for silent installation. What I want is to run this program and pause it in the middle for users to decide on which OS they will install this one. I also want to ask for help to check first if this program is already installed in a PC before installing.
\
Please help me, Im newbie in programming and i want to learn.
Thanks.