I have a .Net Setup Project and set the install location for prerequisites to 'download from same location as my application'.

I downloaded the 'Microsoft .NET Framework Client Profile Offline Installer' from https://www.microsoft.com/downloads/en/details.aspx?FamilyID=992cffcb-f8ce-41d9-8bd6-31f3e216285c and put it in the directories:

C:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\DotNetFx35Client and C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages\DotNetFx35Client

But I still get the error message "prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFx35Client\DotNetFx35ClientSetup.exe' in item '.NET Framework 3.5 SP1 Client Profile' can not be located on disk."

Any idea?

I have windows 7 and visual studio 2010...

Thanks! Stefan

link|improve this question
It seems that the "Client Profile" is not so client-ish, given the size of 250 megs. Why bother with the client profile when the whole 3.5 framework has the same size? – Victor Ionescu May 15 '11 at 7:41
You are right. For .net 3.5 the client profile is not a big advantage (maybe it's not an advantage at all). For .net 4 it is a real advantage. – habakuk May 18 '11 at 10:39
feedback

1 Answer

up vote 3 down vote accepted

Note the name mismatch, "Setup" is missing from the one you downloaded. Rename the file so its name matches the name VS is complaining about.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.