I have an ASP.NET application that is installed using a Web Deployment Project. I'd like to add the Visual FoxPro merge module to the installer. Does anyone have examples of how to do this - or how to install any merge module in a Web Deployment Project?
Going to WiX will be my fallback, but as the Web Deployment Project is working effectively, I'd rather stick with it, if I can.
The application is developed using C#.