Hi!
I have a problem that I hope you can help me with!!
I had VS2003, and had built a setup project that used the bootstrapper to
install .NET Framework 1.1 if necessary on the target machine.
This all worked fine.
I have just purchased VS2005 Pro.
I wanted to use VS2005 from now on for everything and wanted to check out
the behaviour of the above setup project for my app.
But the problem is that it tries to install .NET Framework 2.0 when I run my
project's .MSI.
How can I get it to only check for and install if necessary v1.1? Is this
possible?
And I want to do this using only VS2005.
I hope you can help.
Regards,
Tim
Phil Wilson - 17 Jul 2006 19:50 GMT
In the project's launch conditions, properties on the .NET Framework check,
change the version from 2.0.50727 to 1.1.4322. You'll have to change the
InstallUrl too.

Signature
Phil Wilson [MVP Windows Installer]
----
> Hi!
>
[quoted text clipped - 22 lines]
>
> Tim