I can get the following code to install the .exe, but it asks the user to agree to the install and asks to hit NEXT for the default install directory.
How can I get it to bypass those questions?

Code:

If Exist('C:\Program Files\Formatta 7.0\filler.exe')
Return
Else
'Formatta Filler is being installed. Please wait..'
Sleep 3

Run("\\Oak2003\Publicdr\AI Download\Filler\fillerSetup.exe")
Return
EndIf