Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
4.50/5 (2 votes)
See more:
hello,

I want to know how can I make a software that can be run on other PC using Visual studio .
I know that there is an executable file .exe in bin directory but I want to know how make this file run on other PC?

thanks in advance
Posted
Updated 22-Nov-10 6:45am
v2

you should navigate the given link to get full information that how will you run your Project on other computer.
how to run My Application on other computer[^]
 
Share this answer
 
You have to share the folder it's in, and give the users execute permission. I would personally avoid that if at all possible.
 
Share this answer
 
Comments
Sandeep Mewara 22-Nov-10 12:30pm    
Comment from OP:
hello ,
I didn't mean that what I mean is to do a setup file . for example, I am doing a windows application for super market and I am using database. now I want to install the application at market's PC.

I hope you understand me
fjdiewornncalwe 22-Nov-10 15:19pm    
Your question would be better to use the word "deploy" to describe what you want to do with your application.

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