How do you select buttons in dialogs displayed on launching apps...

I want to use applescript to launch Internet Explorer but the application throws up this dialog when launched initially asking you if you want to use it as your default browser, how does one incorporate this into the code below to select the ‘No’ button at this screen

tell application “Internet Explorer”
activate
{need to add code here to select the Yes/No button at the initial launching dialog}
end tell

Browser: Safari 412
Operating System: Mac OS X (10.4)

That message should only come up once… I’m assuming that you told it yes once but it still comes up? If you have already told IE to be the default browser that should be stored in your preferences, and you may have an issue.
Or
Do you use another browser and when you use IE it tries to become your default?
SC

I am trying to launch Internet Explorer for the 1st time via Applescript so there no preferences have been created. I was just wondering if there is a way of getting Applescript to deal with this dialog that is displayed on 1st launch of the Internet Explorer application?

Thanks…

Browser: Safari 412
Operating System: Mac OS X (10.4)