Deploying an application in C# .Net
I have a windows forms application in MS VS .Net 2008. And i made an msi of it. But .Net is taken as a dependancy and when i try installing it in another system without .Net, the application tries to install .Net first from net. If i give cancel the septup aborts. Can anybody help me with how to deploy and install the application without net connection please...
Scott LyslePosted May 9, 2008, 12:11 AM
Take a look at this: http://msdn.microsoft.com/en-us/library/ttc29d4f.aspx
It addresses deployment including the dotnetfx (the framework). The link is current to version 3.5.