How to create an install on InstallShield to install two programs

I would like to create an installation using InstallShield. This installation needs to install Framework.NET 40fx on the PC and then install one application developed in C #.

I have a framework setup and my applications setup.

How can i do this?

Thank!

+3


source to share


2 answers


Using installShield 2009 I don't have the option of .Net 4.0 as redistributable, so I resolved this issue by adding a precondition. it was easy and worked.

Check it:



http://blog.iswix.com/2006/11/using-installshield-12-to-install-net.html

0


source


It looks like what you are trying to do is install the application along with its various prerequisites.

In the InstallShield installation environment, click Redistributable Resources. You will find merge modules for many prerequisites here. (if .NET 4.0 is not listed, use InstallShield Updater to download it)



There are several options regarding the handling of redistributed resources. See here for more information:
http://kb.flexerasoftware.com/doc/Helpnet/installshield16helplib_sp1/IncludingRedistributables.htm

+4


source







All Articles