installer
The way it used to be done in previous versions of visual studio don't seem to be implemented anymore.
According to the docs, you can create a setup project (to create and .msi) which can be used to deploy your application on other computers.
To create a setup project, follow the steps in the following link:
http://msdn2.microsoft.com/library/19x10e5c(en-us,vs.80).aspx
For C++ specifc distribution and deployment considerations: http://msdn2.microsoft.com/library/w900ed2k(en-us,vs.80).aspx
Thanks,
Ayman Shoukry
VC++ Team.
I've read the docs you provided, but they don't seem to be of any help.
This is what they say I should do:
To create a new setup project
On the File menu, point to Add Project, and then click New Project.
In the resulting Add New Project dialog box, select the Setup and Deployment Projects folder.
Choose Setup Project for a standard setup, or Web Setup Project for a Web.
My problem is that I can't find 'setup and deployment', 'setup project' or anyting of that kind.
I use the express version of Visual C++ 2005 beta 2.
In a professional or TS versions of VS2005, you would find under "other project types" --> "setup and deployment"
Thanks,
Ayman Shoukry
VC++ Team.
Thanks for this helpfull answer.
I supose this will be included in the final version of Visual C++ Express? Because I can't understand the use of the Express versions. Even as a student, it is generally required to make a setup file of the software you have developed. This setup file then has to be given to the teacher, together with a code listing.
An amateur would also appreciate it if there was a possibility to create setup files, eg when somebody want's to make a little application for a friend, ...
Kind Regards
Hope this helps,
-Ron Pihlgren
VC++ Testing