Prerequisite in Setup projects... -
06-30-2010
, 07:01 AM
Hi all,
I done a project that uses .net Framework 3.5 Client Profile. I done a new
installation project that refers to that project.
I setted .net Framework 3.5 Client Profile and Windows Installer 3.1 for
Prerequisites into the setup project. When I try to run the setup into a PC
with Vista, it installs the .net Framework 3.5 Client Profile, and then the
setup stops saying .net Framework 4.0 isn't present into the PC.
How I can tell to the setup project to run even if .net Framework isn't
present into the machine? |