![]() |
Hi
I have finished my application development phase , actualy it is front end vb.net application for a particular database the question is wht is the steps needed to deploy this application to work at client machine as it work in my machine |
You could make it into a msi file. Microsoft provides tools to do this if you've got Visual Studio.
|
You need to get an installer, or write your own installer... using MS's installer or the installer that WinAmp distributes freely will both work and using one of them is MUCh eaiser than writing your own.
You than need to figure out what files need to be distirbuted, this can be a bit tricky if your project depends on any external DLLs or OCX objects... the best way to figure this out is to try to run the program on a bare Windows installation, it will tell you what files it needs if any are missing, write down the required files and include them in your disitribution. Compile your installation package and away you go. |
create a new project..
select setup and deployment projects then select setup wizard. from there add the necessary files into the project build this project and you're ready to go |
| All times are GMT -5. The time now is 2:11 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC