Deploy Application in VB.NET
-
Hello Friends, I am currently developing one application using VB.NET & Access + Oracle as a databases, and I want to install it on client machine. Since, we can not say for sure, whether .NET Framework is already installed on clients machine. I don't want my client to install it manually/separately, instead the framework (if required) should get installed automatically. I want to make setup of my application in such a way that it will determine immidiately that .NET Framework should be installed before proceding to its own installation. (and obviously it shoud install it...:)) Can anyone please suggest me how i should go about it??? Thannks in advance....
-
Hello Friends, I am currently developing one application using VB.NET & Access + Oracle as a databases, and I want to install it on client machine. Since, we can not say for sure, whether .NET Framework is already installed on clients machine. I don't want my client to install it manually/separately, instead the framework (if required) should get installed automatically. I want to make setup of my application in such a way that it will determine immidiately that .NET Framework should be installed before proceding to its own installation. (and obviously it shoud install it...:)) Can anyone please suggest me how i should go about it??? Thannks in advance....
-
Hi Rohan Please check this link u can find the solution http://msdn.microsoft.com/netframework/downloads/updates/default.aspx?pull=/library/en-us/dnnetdep/html/vsredistdeploy1_1.asp[^] Regards Kalyan
Hey Kalyan, Thanks a lot..... You have helped me exactly when I wanted.... Thanx once again.... Regards, Rohan...