Click here to Skip to main content
15,888,006 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi , I don't have experience creating installers.

I would like to create an installer. This should be install/include:

A software called Layer2http://www.layer2.de/en/Pages/default.aspx[^] (a Windows installer .setup )
3 C# Console projects developer with Visual Studio Express 2013
A CLI ( Command line interface ) ,is an application .

Is there any program to create a properly installer to accomplish this ?
I don't know if this could be possible. I have been checking , I find videos about INO SET UP and others similar but on them, only insert one program.
Posted
Comments
[no name] 28-Apr-14 7:02am    
"only insert one program", completely wrong. Installation creation programs will handle more than one program.
Kinna-10626331 28-Apr-14 7:30am    
any recommendation?
[no name] 28-Apr-14 7:34am    
Recommendations for what? Use any that you want. Your assumption that installation creation packages can handle only one program is completely false.

 
Share this answer
 
As Wes Aday remarked ,I was wrong , it possible to use a program like INNO SET UP to accomplish what I wanted .

You have to link one of your apps in the content as the main app ( it's not obligatory but is predefined in that way ) . But after that you can also add more apps and content inside of the installer , not only one as I just thought.
 
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