I have two applications which has its own .msi & .exe . I need a single .exe/.msi that can install my two application on after the other.
Say MyApp1.msi/setup1.exe MyApp2.msi/setup2.exe
These two should be included in one setup called MyAppFull.
How can i achieve this in iExpress, i am allowed only this to use in my company. To use other tools, licensing is required. I also have an Installshield in my VS 2010 premium but it ask for its licensing. Can you also suggest some tool to accomplish this?
I am using win forms C# 4.0