Click here to Skip to main content
15,888,007 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Sir/Madam

I am creating windows form application using c#.net but when i create setup and when start to install in other computer then it cant't install then how to fix this problem?
Posted
Comments
Mayur Panchal 24-May-13 4:05am    
What is the problem ??? any error ??
Priyank.Patel00762 24-May-13 4:08am    
some file download process show.
Mayur Panchal 24-May-13 4:15am    
Not clear. what you are trying to say?
lukeer 24-May-13 4:56am    
Don't repost[^]. Edit your original question instead using the "Improve question" link. Provide further inside/relevant code parts/error messages according to the comments you received to your question.

Since you mention "file download progress" the most likely problem is that the PC you are installing to does not have the required version of the .NET framework installed, and the installer is attempting to download and install that first, as it should.

Check the PC connection to the internet, as the installer cannot continue until the framework is correctly installed.
 
Share this answer
 
Comments
Priyank.Patel00762 24-May-13 4:20am    
With out internet connection is that possibly installation?
OriginalGriff 24-May-13 5:08am    
Your installation cannot proceed unless the correct version of the .NET framework is installed first - it is pretty much the first thing the installer program does!
It's tough to install it offline, as Microsoft downloads start with a small installation program, which then fetches the latest version of the relevant framework version (with it's patches) rather than downloading the whole package.

You can however download a standalone installer for V4.0 from here:
http://www.microsoft.com/en-us/download/details.aspx?id=17718
and manually install it before running your installation program. Provided you are not trying to use .NET V4.5 you should be ok.
Please Ensure .Net Frame work installed in that system. then still you have issue please tell me what error is coming while running the setup
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900