Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have downloaded .net framework 3.5 offline setup

when I tried to install that setup it shows download and install this feature instead of install features

how can i solve this issue

can anyone help?


What I have tried:

I tried to install that setup it shows download and install this feature instead of install feature
Posted
Updated 7-Jul-17 23:42pm
Comments
Richard MacCutchan 8-Jul-17 5:24am    
Do what the message tells you.

1 solution

You can use dotNetInstaller, see: GitHub - dblock/dotnetinstaller: A widely used, general-purpose setup bootstrapper for MS Windows.[^]
I would advise however to use the webinstaller if possible, as this intelligently detects what components are not installed and installs them.
Here is another interesting 'InnoSetup Dependency Installer' GitHub - stfx/innodependencyinstaller: Modular InnoSetup Dependency Installer[^]
When you look in the InnoSetup code, you can find the download links like this one for .NET framework 4:
Delphi
dotnetfx40full_url = 'http://download.microsoft.com/download/1/B/E/1BE39E79-7E39-46A3-96FF-047F95396215/dotNetFx40_Full_setup.exe';

Some newer Windows versions already have .NET framework versions installed, but sometimes it must be 'activated' under program features, this might be related to the message that you got.
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900