views:

22

answers:

0

Hi guys,

I am using the Windows installer that comes with VS2010. This app uses .Net4 and will mainly run on xp machines. It also uses some third party assemblies that require .Net2.

If the pc is using XP SP2 I also need to install Windows Imagining Components.

Selecting .Net2 in the prerequsites will not install WIC and will try to install .Net2 on Windows 7 which casues an error.

If I check the .Net3 SP1 prerequisite this will include .Net2 and WIC. Unfortunately when the installer runs it first tries to install framework 4 before framework 3.5.

Is there a way of changing the order of the prerequisites so that 3.5 is installed before 4?