Targeting .Net Framework Client Profile for Standalone install
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
I'm trying to set a VS setup project to use the client profile as the prerequisite. I've had successfull setup project builds using as a prerequisite 3.5 and 3.5 sp1, but i'm getting error: The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFx35Client\DotNetFx35ClientSetup.exe' in item '.NET Framework Client Profile' can not be located on disk. I've completed the setup mentioned in MS's 3.5 sp1 readme (section 2.3.1.1). So how do set the client profile as the prerequisite? Do i need to create and edit a "Deployment.xml" file? If so where does it go?