Hi,
I am using Visual Studio Setup Project to deploy my Outlook Add-in. Any ideas on how to prompt the user to close outlook before the installation starts
Thanks,
Visual Studio Tools for Office
Hi,
I am using Visual Studio Setup Project to deploy my Outlook Add-in. Any ideas on how to prompt the user to close outlook before the installation starts
Thanks,
Idea:
create a small exe file that checks for a running outlook process - and if so return a value other then 0.
Call this exe as custom action or as a prerequisite package from your MSI file.
Hope this helps,
greets, Helmut