How to make installer to ask a question before opening the installer?
For Example:
It will ask "Are You Over 18?" then user can select whether "Yes" or "No".
If user selects "Yes", installer will open. if user selects "No", installer will close automatically.
I would like to use MsgBox
feature, if I could.