Installing Outlook macro with VB application

kelphis
10-11-2005, 11:12 AM
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?

by_m
10-12-2005, 12:58 PM
One way would be to add the install file for your macro into the primary ourput for your program. Then add it as a custom action under "Install". Don't forget to specify that "InstallerClass = false" in it's properties.

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum