i have an Outlook macro that reads incomming email and updates an access database according to the emails. i have a VB.Net application that reads that database and compils a real-time display of what emails have some in and which indicated a failure by our customers and also which scheduled emails has not arrived at all. i want to be able to distribute this entire application to another system but i always have to update the new system with the vb.net setup application and then copy the outlook macro to the new system separatly. how do i include the vb.net macro in my setup project to install and be ready for outlook to use with out doing anything other than running setup?