Notes Provisioning support calling 3rd party msi/exe?

Hi,

If I provisions an updatesite to Notes, is there a way I embed some exe|msis in the updatesite, and then in the post provisioning period, I extract these exe|msi from the updatesite.zip and invokes them?

Thanks.

Subject: Install Handler

You can probably do what you want via an Install handler. Check out the information here:

http://publib.boulder.ibm.com/infocenter/ledoc/v6r11/index.jsp?topic=/com.ibm.rcp.tools.doc.admin/globalinstallhandler_creatinginstrfile.html

Subject: Notes Provisioning support calling 3rd party msi/exe?

Thank you Jeff.