views:

344

answers:

0

When including .NET 2.0 as a dependency in a setup project, the project is able to automatically download .NET 2.0 from the web if the machine needs it. The attribute that tells the setup project where this download location is does not seem to exist for .NET 2.0 SP1.

Does a 'homesite' location exist for .NET 2.0 SP1? It makes the download for my application much smaller if I don't have to include SP1, as most people will have it already.

The error from VS.NET 2005 is

No 'HomeSite' attribute has been provided for '.NET Framework 2.0 Service Pack 1', so the package will be published to the same location as the bootstrapper.

Thanks