Click here to Skip to main content
15,888,046 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
i need to make more than programs in one setup file and all of them run one after the other as needed by one click

setup file contains ( my main program , net fram work , other tools ).
Posted
Comments
Sergey Alexandrovich Kryukov 18-Aug-15 21:39pm    
And why does it seem to be a problem?
—SA

You can always do it. It depends on what installation toolkit you are using; I would recommend Microsoft open-source WiX:
https://en.wikipedia.org/wiki/WiX[^],
http://wixtoolset.org[^].

This is the only legitimate product I know. But whatever it is, better don't use Setup project template which used to be bundled with Visual Studio: Microsoft phased it out, for some good reasons.

See also my past answers:
Custom setup project[^],
installshield and Visual Studio 2012[^].

—SA
 
Share this answer
 
Comments
Golden Basim 22-Aug-15 18:02pm    
good tool but it's controls don't appear above solution explorer
Sergey Alexandrovich Kryukov 22-Aug-15 21:53pm    
It does appear if you install WiX VS integration. And the integration is very good, follows all the standards not just for VS, but, more importantly, for MSBuild project standard.
—SA
Golden Basim 23-Aug-15 3:16am    
i downloaded this files wix39-binaries.zip ,wix39.exe
then i installed wix39.exe
what showld i do ?
Sergey Alexandrovich Kryukov 23-Aug-15 11:51am    
Sorry, I don't remember and don't want to uninstall my WiX and install it again just to see how it goes. I only remember that it wasn't a problem. It says that win39.exe is all you need: https://wix.codeplex.com/releases/view/610859.
—SA
I would recommend to use http://www.jrsoftware.org/isinfo.php[^]

I have good experience with this.
 
Share this answer
 

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