I have a simple program. I want to set the path and some properties for users, so I need to make the software be installed. I can use VC++ to create “exe” file, but I don’t know how I can create a installation package. Please help.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is a list of setup authoring tools: http://en.wikipedia.org/wiki/List_of_installation_software
Advanced Installer has a free version which is easy to use for simple installers: http://www.advancedinstaller.com/user-guide/tutorial-simple.html
Although it has been deprecated, you can also try the Visual Studio setup project: http://support.microsoft.com/kb/307353