you will need to exit() the script before you reach the install process.

Or do something like this.

code:

if KeyExist("HKEY_LOCAL_MACHINE\SOFTWARE\Adobe")
;do nothing!!
"Adobe is present.."
Else
; Your Adobe installation here

endif


Bryce