→ 🚀What's New? Explore Lansweeper's Fall 2024 Updates! Fall Launch Blog !
04-23-2015 10:36 AM
Solved! Go to Solution.
04-23-2015 02:03 PM
result = MsgBox ("Do you agree with the installation of Software XXX and reboot?", vbYesNo, "Message Box Title")
Select Case result
Case vbYes
MsgBox("The installation will now begin.")
WScript.Quit(0)
Case vbNo
MsgBox("The installation was cancelled.")
WScript.Quit(-1)
End Select
04-20-2016 03:02 PM
04-23-2015 10:56 PM
04-23-2015 07:49 PM
04-23-2015 07:09 PM
04-23-2015 07:00 PM
04-23-2015 05:52 PM
04-23-2015 05:42 PM
04-23-2015 05:10 PM
04-23-2015 04:21 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now