Setup and deployment projects
Hi all,
I am writing an application in visual .NET,
I run this application on the a computer that not have .net framework. If want to run this application, i must install dotnet framework.
can you help me how to deployment this application with framework library to run other computer without install dotnet framework.
Thanks.
pshue
Re: Setup and deployment projects
Install this plug-in to create setups that include the .NET Framework.
Edit:
Note that this is a good option if you're distributing via CD, but not so good if you are distributing via the Web. Users who already have the Framework installed will not want to download it again.
Re: Setup and deployment projects