Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,
I have an application made in Visual Basic which I want to run on another computer. But i don't want to make an Install for this application and I don't want to install Visual Basic or Visual Studio on that computer.
Is that possible? If yes, how can I do that?
Thank you for help
Posted
Updated 29-Jul-18 2:44am

1 solution

you don't need to have visual studio in other computers which you need to run the applications. Make sure that .net framework which your application targeted, installed in those computers.
You can try above using the exe files generated in Bin>debug or Bin>Release folders. As another approach you can add setup project to your application and create setup file for installations
Visual Studio Windows Application Setup Project[^]
you can even add required .net framework as prerequisite and then it will automatically download and install .net framework if it is unavailable in client computer, check below article for more information
Add Prerequisites of .NET Framework in Visual Studio Setup Project[^]
 
Share this answer
 
v2
Comments
Gengou 29-Nov-14 11:07am    
thank you
Maciej Los 29-Nov-14 11:08am    
+5
DamithSL 29-Nov-14 21:31pm    
Thank you, Maciej

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