This tutorial is in addition to my tutorial on using the MyODBC Connector, and uses the MyStore database. This tutorial is a step-by-step instruction in creating a Windows Installer for the MyStore Application, which includes the MyODBC Connector as part of the installation. As usual for me, I skip the nice-looking stuff in favor of the fundamentals.
Visual Studio.NET 2005 comes with a one-click installer which can be very useful, but I do not like it. I find that including anything un-Microsoft (such as the MyODBC Connector) with the installer is difficult. In addition, I find certain defaults difficult to override — such as installing for all users on a computer vice the administrator only.
This tutorial assumes you have completed the MyODBC Connector Databinding tutorial and have a working version of the MyStore database.
In order to create an installer for the MyStore application, we need several files to include with the installer to ensure they are added to the client computer.
This tutorial demonstrated how to build an installer for a VB.NET application using Visual Studio that includes the MyODBC Connector.