Problem with setup project
-
Hi, to my c#.net 3.5 application i added a setup project. setup created successfully and running fine. but when am trying to install in a computer where there is no .net 3.5 framework it is asking in window that 'This setup requires the .NET framework 3.5. please install .net framework and run this setup again. The .NET Framework can be obtained from the web. Would you like to do this now?' with Yes and No buttons. but in my setup project Prequisites property i selected .Net freamework2.0, 3.5 and window installer 3.1 and i selected 2nd radiobutton that is Download prerequisites from the same location as my application. i build it successfully i got respective folders in to my debug folder. but during the installation it is not installing automatically that .net framework3.5 forcefully am going to install framework. To install automatically what i have to do? Please explain. Thanks in advance. --Naren :-O
-
Hi, to my c#.net 3.5 application i added a setup project. setup created successfully and running fine. but when am trying to install in a computer where there is no .net 3.5 framework it is asking in window that 'This setup requires the .NET framework 3.5. please install .net framework and run this setup again. The .NET Framework can be obtained from the web. Would you like to do this now?' with Yes and No buttons. but in my setup project Prequisites property i selected .Net freamework2.0, 3.5 and window installer 3.1 and i selected 2nd radiobutton that is Download prerequisites from the same location as my application. i build it successfully i got respective folders in to my debug folder. but during the installation it is not installing automatically that .net framework3.5 forcefully am going to install framework. To install automatically what i have to do? Please explain. Thanks in advance. --Naren :-O
Look, you've been failing at this for over a week now. If you have not yet read the documentation I strongly advise you to do so. If you have read it and you still have this ridiculously unintelligent understanding of how this will work then you are not qualified to be doing this job.
-
Hi, to my c#.net 3.5 application i added a setup project. setup created successfully and running fine. but when am trying to install in a computer where there is no .net 3.5 framework it is asking in window that 'This setup requires the .NET framework 3.5. please install .net framework and run this setup again. The .NET Framework can be obtained from the web. Would you like to do this now?' with Yes and No buttons. but in my setup project Prequisites property i selected .Net freamework2.0, 3.5 and window installer 3.1 and i selected 2nd radiobutton that is Download prerequisites from the same location as my application. i build it successfully i got respective folders in to my debug folder. but during the installation it is not installing automatically that .net framework3.5 forcefully am going to install framework. To install automatically what i have to do? Please explain. Thanks in advance. --Naren :-O
but during the installation it is not installing automatically that .net framework3.5 forcefully am going to install framework. By default this is the behavior, if your want, create a Setup Project and perform a silent instalation of the components: Some useful webs: http://blogs.msdn.com/astebner/archive/2008/01/25/7249161.aspx[^] http://maaruthi.wordpress.com/2008/04/03/dot-net-framework-123-silent-installations/[^]