how to update a VB .NET application?
-
Hi All, I have created an application in Visual Studio 2005 .NET, which I installed on my client's machine. This application/project has one file, 'Form2.vb', which needs some updation. Now I want to update the installed application with this new/updated file without uninstalling the current version installed on my client's machine. Can someone Please let me know how to do this. I dont want web updation, I can go to my client's machine and update the installed application. Hope I am clear. Regards, R.S.
-
Hi All, I have created an application in Visual Studio 2005 .NET, which I installed on my client's machine. This application/project has one file, 'Form2.vb', which needs some updation. Now I want to update the installed application with this new/updated file without uninstalling the current version installed on my client's machine. Can someone Please let me know how to do this. I dont want web updation, I can go to my client's machine and update the installed application. Hope I am clear. Regards, R.S.
You just copy the resulting file of your project.
Steve Jowett ------------------------- Real programmers don't comment their code. If it was hard to write, it should be hard to read.
-
You just copy the resulting file of your project.
Steve Jowett ------------------------- Real programmers don't comment their code. If it was hard to write, it should be hard to read.
I have created a setup & deployment project and installed the exe on my client's machine. So there is no way to update that file on my client's machine. One way is to recreate the whole SEtup & deployement project with the updated file and re-install on my client's PC, but I dont want to un-install the current version; I just want by anyhow if I can update the application.