.net framework installation problem
-
i m having a setup of my application..i want to run it on a machine which is not having the .net framework..so from the properties of the setup i choose the option ..."Download prerequisites from the same location as my application"....but on running the setup..it is not installing the setup from here...it is opening the microsoft site..and the client is not having the internet....so please help..how can i run the .net framework from the same location as my application.....please someone help..
Hi, yes by default it will ask user to download framework from the internet. but we can put .net framework redistributable packages in our setup files and we can write NSIS script for installing our application such way that it will install framework from given location in setup package, and will not ask for download. for that you have to write NSIS script. you can find resources to write that from this line. http://nsis.sourceforge.net/DotNET[^] Bye Have a nice day :-D.
Chirag Patel Programmer Analyst India
-
i m having a setup of my application..i want to run it on a machine which is not having the .net framework..so from the properties of the setup i choose the option ..."Download prerequisites from the same location as my application"....but on running the setup..it is not installing the setup from here...it is opening the microsoft site..and the client is not having the internet....so please help..how can i run the .net framework from the same location as my application.....please someone help..
You can download .NET Framework redestributable package[^] and supply it with your project setup. You need to configure the installer to install it first before it installs your application.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
You can download .NET Framework redestributable package[^] and supply it with your project setup. You need to configure the installer to install it first before it installs your application.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
hi, N a v a n e e t h supplying framework package is not a solution for corporate application. user want one click installation packages, is you solution need to click on framework package installation? if yes then your setup is not for corporate users. we have to give as much as comfort to our user. Bye
Chirag Patel Programmer Analyst India
-
hi, N a v a n e e t h supplying framework package is not a solution for corporate application. user want one click installation packages, is you solution need to click on framework package installation? if yes then your setup is not for corporate users. we have to give as much as comfort to our user. Bye
Chirag Patel Programmer Analyst India
JustChiragPatel wrote:
supplying framework package is not a solution for corporate application. user want one click installation packages
You haven't read my post fully. I have told to make necessary changes in the installer to install framework first before installing application.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
You can download .NET Framework redestributable package[^] and supply it with your project setup. You need to configure the installer to install it first before it installs your application.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
N a v a n e e t h wrote:
You need to configure the installer to install it first before it installs your application.
how to configure the installer(or i can say how to use the installer)please tell me some steps to use
-
N a v a n e e t h wrote:
You need to configure the installer to install it first before it installs your application.
how to configure the installer(or i can say how to use the installer)please tell me some steps to use
Take the properties of your setup project. You will find a Prerequisites button and the framework installation can be specified there.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
N a v a n e e t h wrote:
You need to configure the installer to install it first before it installs your application.
how to configure the installer(or i can say how to use the installer)please tell me some steps to use
hi, i have replied with answer that you have to user third party installer to do that, there is no way to configure installer project in VS 2005. but still you can find the solution in installer, if not find then try NSIS. Regards.
Chirag Patel Programmer Analyst India
-
hi, i have replied with answer that you have to user third party installer to do that, there is no way to configure installer project in VS 2005. but still you can find the solution in installer, if not find then try NSIS. Regards.
Chirag Patel Programmer Analyst India
JustChiragPatel wrote:
there is no way to configure installer project in VS 2005.
Yes it's possible. You can add prerequisites and install framework before application get installed.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
JustChiragPatel wrote:
there is no way to configure installer project in VS 2005.
Yes it's possible. You can add prerequisites and install framework before application get installed.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
hi, ok, i got what you want to tell. thanks.
Chirag Patel Programmer Analyst India
-
hi, N a v a n e e t h supplying framework package is not a solution for corporate application. user want one click installation packages, is you solution need to click on framework package installation? if yes then your setup is not for corporate users. we have to give as much as comfort to our user. Bye
Chirag Patel Programmer Analyst India
JustChiragPatel wrote:
we have to give as much as comfort to our user.
The customer must not be very comfortable with working like an idiot such as yourself, who cannot read a very small post and see that it is the answer to your question. Read what Navaneeth said, again, and actually try to comprehend what he is saying.
I'm going to become rich when I create a device that allows me to punch people in the face over the internet. "If an Indian asked a programming question in the forest, would it still be urgent?" - John Simmons / outlaw programmer