0
votes

I'd like to create a setup with InstallShield 2009 that this one must install the framework .NET 4.0 and after this install a application developed in c#.

I already have both setups (The Framework .NET 4.0 and my C# application).

How to create a project on InstallShield 2009 to install both setups in just one?

Thanks.

1
You've now asked 6 questions and not accepted any of the answers. You might want to figure out how this site works before asking any more questions.Christopher Painter

1 Answers

1
votes

What tool was used to create the installer for the C# application? If it was me, I'd use an InstallShield Basic MSI project to create the installer for the C# application and then add the .NET 4.0 (Client or Full) Setup Prerequisite to the project.

Otherwise you can upgrade to InstallShield 2012 and use the new Suite project type to encapsulate the two EXE packages that you describe.