Reputation: 6455
By default, the install location for prerequisites of .NET Framework 4 Client Profile (x86 and x64)
is from the Microsoft web site, which requires the client network to be available during installation.
I am just wondering, is there a way that we can install .NET Framework 4 Client Profile (x86 and x64)
without downloading from the vendor's web site? I assume the second option, "Download prerequisites from the same location as my application", is something I should be looking at here. But I am not 100% sure.
Also, in which folder should I place the redistributable file, dotNetFx40_Client_x86_x64.exe
?
Upvotes: 4
Views: 5199
Reputation: 2683
The common setup project and ClickOnce support .NetFX deployment. Have a look at MSDN page .NET Framework Deployment Guide for Developers.
Upvotes: 0
Reputation: 6543
Yes, you can select second option "Download prerequisites from the same location as my application" to install .NET Framework 4 Client Profile without downloading it from website. But you need to set path for that prerequisites as it done in below link.
UPDATE: You need to set below path for .NET Framework 4.0 Client Profile:
C:\Program Files\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages\DotNetFX40Client\dotNetFx40_Client_x86_x64.exe
Upvotes: 6