Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I just started with game programming in C++(SDL) and i'm finding it timeconsuming to manually install my game on friends' computers, so I want to make an installer application.
Now the problem (that i know of) i'm having with this is that I don't know how to move/write files to a specific location as an installer usually do.
What library should I use or do you have any tips in terms of tutorial websites or anything of the sort?
Posted
Updated 25-Oct-11 0:14am
v2

1 solution

If you are using Visual Studio take a look at this[^].

If not, it might help if you told us what development environment you are using.

If all else fails, you can use one of the many Opensource installer creators, such as NSIS[^] or Inno Setup[^].
 
Share this answer
 
Comments
Karsten Malmquist 5-Apr-11 12:10pm    
I am using Dec-C++ (version 5), but I have Visual studio installed on my computer.
Henry Minute 5-Apr-11 12:14pm    
I don't know if that comes with a project template for creating a setup project, or not. If it does then that would probably be the easiest way to go. If not then one of the open-source applications would probably be better than using VS IMO.

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