Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to make a setup for my program to work any computer
I try this more times but I can't do this successfuly
Posted
Comments
Dave Kreskowiak 18-Feb-12 21:48pm    
You haven't specified what you mean by "any computer" and what the problems are when the installation fails, so it's pretty much impossible to tell you anything useful.
Michael Azzar 20-Feb-12 10:18am    
I'm sorry.I mean.after i finished my project .how i can convert it to setup to work in my friends computers

1 solution

Here is the step to crete setup file, which will work in any computer

1.On the File menu, point to Add, then click New Project.

2.In the resulting Add New Project dialog box, in the Project Types pane, open the Other Project Types node, open Setup and Deployment Projects, and select Visual Studio Installer.

3.In the Templates pane, choose Setup Project for a standard setup, or Web Setup Project for a Web application.
 
Share this answer
 
Comments
Michael Azzar 20-Feb-12 10:00am    
thank you for your solution .I tried it . but I don't find visual studio installer in my visual studio 2010 express....how can i get it
Dave Kreskowiak 20-Feb-12 10:58am    
You can't. The Express Editions only support ClickOnce deployment.

There are 3rd party packaging solutions such an InnoSetup or InstallShield LE (Google them). You'll have to learn repackaging and they don't integrate with Visual Studio Express.
Michael Azzar 20-Feb-12 14:34pm    
thank you MR:Dave .I used InnoSetup .now my program is work in other computer without error message....!

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