Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Wednesday, August 12, 2015 7:13 PM | 1 vote
Hello everyone,
I tried to install Overwolf. Ovewolf need net.Framework 3.5. I tried to install it by clicking to Install this feature, and Turn Windows features on or off. Error code 0x800736B3.
This command didn't work too:
Dism /online /enable-feature /featurename:NetFx3 /All /Source:X:\sources\sxs /LimitAccess
And I tried to download and run another iso image with Windows 10 for Insiders(Pro, 64bit SVK) for this command. Same in Safe mode. I have error 14003. Log: http://1drv.ms/1WjryO0
My Windows: Windows 10 Enterprise 64bit ENG
I appreciate every help.
All replies (8)
Thursday, August 13, 2015 9:30 AM ✅Answered | 5 votes
Hi,
Please test to set the following group policy and see if it could help:
Go to gpedit.msc (Group Policy Editor).
Computer Configuration - Administrative Templates - System.
In right list, find "Specify settings for optional component installation and component repair".
Set it to Enabled and enable "Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS)" option.
Now try again with DISM or "turn Windows feature on" to see the result.
Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Support, contact [email protected].
Sunday, August 16, 2015 10:01 AM ✅Answered
Thanks to all, but I managed it. I reinstalled Win10 and framework (and overwolf) works.
Thursday, August 13, 2015 1:18 PM | 1 vote
Hi,
Please test to set the following group policy and see if it could help:
Go to gpedit.msc (Group Policy Editor).
Computer Configuration - Administrative Templates - System.
In right list, find "Specify settings for optional component installation and component repair".
Set it to Enabled and enable "Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS)" option.
Now try again with DISM or "turn Windows feature on" to see the result.
Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Support, contact [email protected].
I tried it yesterday, didn't work. It did error 14003.
Thursday, August 13, 2015 2:06 PM
It seems that your Windows installation have problems.
DISM Package Manager processed the command line but failed. HRESULT=800736B3
seems to mean ERROR_SXS_ASSEMBLY_NOT_FOUND
You may try to repair your Windows using DISM and SCF /SCANNOW but all info I can find actually ended with a Refresh or Reset Computer.
Check this also: http://www.tenforums.com/software-apps/15410-net-framework-3-5-error-0x800736b3.html
Gerald
Sunday, August 16, 2015 10:06 AM
I didn't want to scan disk, I had no disk errors. Maybe was something with bootable USB flash drive. I reformated it, made it bootable, reinstalled windows and finally net.Framework 3.5 and Overwolf works.
I appreciate your answer anyway.
Saturday, December 12, 2015 1:14 AM | 1 vote
Hello there,
I tried to install .net Framework 3.5. I tried to install it by clicking to Install this feature, and Turn Windows features on or off and i fail many times Ok, this has always worked for me, but in the Microsoft Community, there is a thread I have been following, and there are other options. Maybe you want to read through it, and try some others **DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:E:\sources\sxs **
**when windows 10 pro and other version released i tried same thing but didn't work. then i saw this thread **https://social.technet.microsoft.com/Forums/en-US/4d06c630-f2c0-4e9c-90bb-bb2fae0c8553/net-35-fails-to-install-0x800f081f?forum=WinPreview2014Feedback#87fb4bac-9782-4d37-8491-2b0d946734c1
it also didn't work for me maybe i have done wrong config later.
i tried digging & changing code below and this worked. maybe this could help you all.
dism /online /add-package /packagepath:E:\sources\sxs\microsoft-windows-netfx3-ondemand-package.cab
worked for me! **Where the Source:E was the USB I used to do Win10 installation (E: should be whatever **your drive letter is with the windows 10 ISO)
**As letter case and spacing is very important, copy & paste the command into Notepad and **change the drive letter only, then copy & paste into an admin command prompt.
Saturday, September 10, 2016 5:10 PM | 1 vote
Thank you very much.
I finally successed to install .net 3.5 on my transformer with windows 10 home edition
dism /online /add-package /packagepath:E:\sources\sxs\microsoft-windows-netfx3-ondemand-package.cab
Sunday, May 14, 2017 10:22 PM
Worked a treat, thanks.