etCreating a Deployment package
-
I have created an application in Vb.net that I need to deploy on other pc's. This application includes several windows forms and 6 different Access databases. At this point I'm not interested in making it available for downloads but want to create a simple install procedure for a novice user to install from DVD. What are the steps/options I need to take to create this type of install package ? Thanks.
-
I have created an application in Vb.net that I need to deploy on other pc's. This application includes several windows forms and 6 different Access databases. At this point I'm not interested in making it available for downloads but want to create a simple install procedure for a novice user to install from DVD. What are the steps/options I need to take to create this type of install package ? Thanks.
Well, if you want to create a custom installer, try something like Clickteam Install Creator. Or, if you want to create an installer using Visual Studio (not very customizable), then goto the "Build" menu and click on Publish. You can find options for the "Publishing Wizard" in your project's properties menu under the "Publish" tab. Hope this helps.