Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i create a setup in visual studio 2008 but if i run this setup in another computer that time the setup is not run in a proper way so what should i do for my setup completable
Posted
Comments
Sangramsingh Pawar 18-Aug-12 5:05am    
which problem you face any error mesage or exception?
Ganesh Nikam 18-Aug-12 8:02am    
add more details about problem
[no name] 18-Aug-12 8:38am    
Your whole premise is flawed. First of all we have absolutely no idea what you used to build your setup package. Secondly, "is not run in a proper" means absolutely nothing to anyone but you. We cannot see your computer or the other computer to know what "not the proper way" means exactly. YOU have to supply us that information if you want to get help. Third, from your comments posted over and over, you have a deeply flawed understanding of how .NET works specifically and how computers work in general. If you wrote a .NET application then the same version of .NET MUST be installed on the computer you want to run your application on.
Er.@run 5-May-13 9:33am    
how to create setup prosses in visual studio 2008

Check Whether the compatible .NET Framework is Installed on System where you want to install your application.
 
Share this answer
 
Comments
M@anish 18-Aug-12 5:12am    
but i create a setup for all king of user so all computer have his on completable
so what should i do for................
uspatel 18-Aug-12 5:20am    
You need to combine .net framework with your setup
see
http://stackoverflow.com/questions/1807044/how-can-i-combined-the-framework-and-installer-in-single-msi-using-wix
M@anish 18-Aug-12 5:25am    
sorry your link have not complete information so please guide me in a different way..............thank u
uspatel 18-Aug-12 5:31am    
Good if you combine both.
alternative:
You can target framework 2.0,and I hope it works because window xp has .net 2.0.
see
http://www.codeproject.com/Articles/20531/Targeting-the-NET-Framework-2-0-with-Visual-Studio
M@anish 18-Aug-12 6:14am    
i create a setup in visual studio 2008 after that i run this setup in another computer that time setup is install but it not work in a proper way but when i install same setup in my computer it mean in my computer .net is already install so please tell what should i do my setup is also work in other computer without installing .net please guide me
Check the Dotnet Famework Availability of that syste
 
Share this answer
 
Comments
M@anish 18-Aug-12 6:13am    
i create a setup in visual studio 2008 after that i run this setup in another computer that time setup is install but it not work in a proper way but when i install same setup in my computer it mean in my computer .net is already install so please tell what should i do my setup is also work in other computer without installing .net please guide me
1- Be sure you have installed on the destination computer .net framework.
2-Version of the program .netfrm that you created with the same version is installed on the destination computer.
 
Share this answer
 
Comments
M@anish 18-Aug-12 6:14am    
i create a setup in visual studio 2008 after that i run this setup in another computer that time setup is install but it not work in a proper way but when i install same setup in my computer it mean in my computer .net is already install so please tell what should i do my setup is also work in other computer without installing .net please guide me

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