difficulties in distributing the application..

well.. i juss created an application using VC# > Windows app. (in .NET 2003)
but im facing trouble distributing it..

is it necessary for the other user..who will run my application.. to have .NET Framework installed isnt there any way to create some sort of installer that can include all the necessary lib. n stuff.. does microsoft provide any tool for this task

or do i have to get .net framework installed to every user.. before he/she can run my application..

..



Answer this question

difficulties in distributing the application..

  • Mark Aaron

    Hi,

    Yes, the target computer should have a .net framework installed for your app to work. I suggest you bundle the framework on your installation.




    cheers,

    Paul June A. Domag


  • difficulties in distributing the application..