I have the following
if Download/Run option selected
download file (if fail go to URL)
run installer (if fail go to URL)
endif
if Open Document Option selected
label URL
Open document http://.....
Abort setup
endif
But if I cancel the download, shouldn't that be a 'fail' and go to URL?