Click here to Skip to main content
15,898,769 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

how to we create step up file for any software using visual c++.


suppose a software developer develop a virus scanner. they have given software to End User. they create setup file.

how we can create a set up file
Posted
Comments
Sergey Alexandrovich Kryukov 14-Aug-15 15:59pm    
First of all, think if your application really needs setup. Then, on what platform?
—SA

1 solution

1. Self-extracting compressed file

a. cabinet

http://ss64.com/nt/makecab.html[^]

b. Zip

http://www.winzip.com/prodpagese.htm[^]

2. IExpress

IExpress[^]

3. Visual Studio Setup and Deployment project (InstallShield Limited Edition)

https://msdn.microsoft.com/en-us/library/wx3b589t(v=vs.80).aspx[^]

4. Visual Studio WIX Project

http://wixtoolset.org/[^]
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 14-Aug-15 21:31pm    
For one thing, you forgot one of the most important items: no setup (often called "portable"); too many product use installation which is pointless.
Also, if you advise such a good thing as WiX, why even mentioning such trash as legacy Visual Studio setup (no wonder Microsoft phased it out) and InstallShield. I don't think they are even legitimate.
—SA
[no name] 16-Aug-15 1:14am    
The canned Microsoft installer worked well for me for a few years. Eventually I outgrew it for Wix. The learning curve for Wix is higher. As for the "portable" option, I can't imagine the OP asking for setup if they don't need it.

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