Josh - Thanks for setting me on the right path.
All - I've found this guide here about exporting a custom module. I attempted this on my development machine with my custom store module. The procedure generated one zip file for each of the store modules (admin, catalog, account, menu, and mini-cart), and when I install these on my live site, I get an error that the stored procedures could not be found.
I'm assuming that since the stored procedures didn't install, that none of my database changes (or maybe even the database tables for that matter!) installed. I've made considerable changes to the module in the fact that I added almost 30 data fields to the products data table and all subsequent data calls and procedures. How can I compile the module from my test server and install it onto the live server? (I won't even get into transferring the data in the database yet!!)
I'm running DNN 4.8.4 and I modified the Store 2.01.00 module using VS2005 SP1. Should I be using Visual Studio to compile the module, or was I on the right track by exporting the module straight from the test DNN? Is there a way to export all 5 modules into one large install? Any help is truly appreciated.
-Greg