Install On Demand Component Windows 7

  1. Install Windows Components Powershell
  2. Windows Components Windows 10

Jan 28, 2015. Posts about Features On Demand written by Daniel Scott-Raynsford (MVP). Other removed features-on-demand features had been installed on this server without an issue, downloading the source files directly from Windows Update. Windows Server 2008/2008 R2/2012 and Windows 7/8.

Active1 year, 9 months ago

When I try to install .net 3.5 I get the follwing message:

Photoshop cs6 keygen. The following feature couldn't be installed:

.NET Framework 3.5 (includes .NET 2.0 and 3.0)

Error code: 0x800F081F

I tried with a standalone package and through Windows Features.

Install Windows Components Powershell

Update: Internet connection is fine.

Dunken
DunkenDunken
3731 gold badge5 silver badges15 bronze badges

4 Answers

Please open a command prompt (cmd.exe) as admin and run the following command to install .Net 3.5:

(replace D: with your mounted Win10 ISO)

In some environment, DISM fails to fetch the file (Proxy, network policies). The DISM command takes the files from the DVD and you're fine.

If you are MSDN subscriber you can also download the Windows 10 Features on Demand ISO, mount the ISO, copy the Microsoft-Windows-NetFx3-OnDemand-Package.cab to C:Features (or a different folder) and those commands:

If this fails, run this:

magicandre1981magicandre1981
84.1k21 gold badges133 silver badges209 bronze badges
Windows components windows 10

Windows Side by Side (WinSxS) location is probably empty in the registry.

From the GUI called from APPWIZ.CPL this results in error code: 0x800F081F

Check/add the subkey 'Servicing', and the value of 'LocalSourcePath'. It should contain a correct string (e.g. 'd:sourcessxs'), data type (REG_SZ).Where 'd:' represents your Windows media drive letter.

M.M.M.M.

I was stumped when this was failing as well but then found out I had a group policy blocking me from enabling windows features. gpedit.msc >> Computer Configuration >> Administrative Templates >> System >> Specify settings for optional component installation and component repair. Set to Enabled and check Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS) - source:https://www.askvg.com/fix-cant-install-microsoft-net-framework-3-5-in-windows-8-and-later/

From strikeforcezero comment

HB MAAMHB MAAM

Try: https://www.youtube.com/watch?v=fdfvJCAN0Mw

Preparation:Windows 10 DVD, ISO image or your bootable flash drive with Windows 10

Directions:

  1. Insert your Windows 10 DVD, or double click its ISO image, or insert your bootable flash drive with Windows 10, depending on what you have.

  2. Open 'This PC' in File Explorer and note the drive letter of the installation media you have inserted. In my case it is disk I:

  3. Open CMD with administrative privileges and type the following command:Dism /online /enable-feature /featurename:NetFx3 /All /Source:X:sourcessxs /LimitAccess

Replace X with your drive letter for Windows 10 installation media.

Install on demand component windows 7 0

It takes 20 minutes to complete.

Thư Viện ITThư Viện IT

protected by CommunityOct 16 '15 at 8:57

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Not the answer you're looking for? Browse other questions tagged windows-10.net-3.5 or ask your own question.

Active7 months ago

Possible Duplicate:
Has anyone had success with Visual Studio 6 on Windows 7?
Does the VB6 IDE run on Windows 7 64-bit?

I have been having problems installing VB6 on Windows 7. I realize it is a legacy IDE and my research on the net hasn't been that much of help. Every time I attempt to install VB6 on Windows 7, besides the alert notifying me of compatibility issues, the setup runs and fails near the end, to which the installation process fails ultimately. And when another attempt is made, certain dll files are supposedly unreachable.

These are but some of the few links I have visited in the hopes of attaining a solution or even just seeing a few bread crumbs:
- How to install VB6 on Windows 7
- VB6 on Windows 7 64-bit

Before anyone says, 'Why on earth would you want to install VB6 on Windows 7 when there are newer versions of Microsoft Visual Studio out!', VB6 is still required to maintain and update a legacy system already in place.

So the question(s) is, is there a way to install VB6 on Windows 7 without compatibility issues? Is it better to install a virtual box and to run the VB6 IDE in XP? Or is there some other means to which I have not encountered that may be applicable to this dilemma?

Thanks and kind regards,

Craig

DaveInCaz
4,2433 gold badges22 silver badges45 bronze badges
EthiopionZAEthiopionZA
2952 gold badges5 silver badges13 bronze badges

marked as duplicate by MarkJ, C-Pound Guru, Deanna, Jay Riggs, Hans PassantMay 9 '12 at 7:35

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

3 Answers

VB6 Installs just fine on Windows 7 (and Windows 8 / Windows 10) with a few caveats.

Here is how to install it:

  • Before proceeding with the installation process below, create a zero-byte file in C:Windows called MSJAVA.DLL. The setup process will look for this file, and if it doesn't find it, will force an installation of old, old Java, and require a reboot. By creating the zero-byte file, the installation of moldy Java is bypassed, and no reboot will be required.
  • Turn off UAC.
  • Insert Visual Studio 6 CD.
  • Exit from the Autorun setup.
  • Browse to the root folder of the VS6 CD.
  • Right-click SETUP.EXE, select Run As Administrator.
  • On this and other Program Compatibility Assistant warnings, click Run Program.
  • Click Next.
  • Click 'I accept agreement', then Next.
  • Enter name and company information, click Next.
  • Select Custom Setup, click Next.
  • Click Continue, then Ok.
  • Setup will 'think to itself' for about 2 minutes. Processing can be verified by starting Task Manager, and checking the CPU usage of ACMSETUP.EXE.
  • On the options list, select the following:
    • Microsoft Visual Basic 6.0
    • ActiveX
    • Data Access
    • Graphics
    • All other options should be unchecked.
  • Click Continue, setup will continue.
  • Finally, a successful completion dialog will appear, at which click Ok. At this point, Visual Basic 6 is installed.
  • If you do not have the MSDN CD, clear the checkbox on the next dialog, and click next. You'll be warned of the lack of MSDN, but just click Yes to accept.
  • Click Next to skip the installation of Installshield. This is a really old version you don't want anyway.
  • Click Next again to skip the installation of BackOffice, VSS, and SNA Server. Not needed!
  • On the next dialog, clear the checkbox for 'Register Now', and click Finish.
  • The wizard will exit, and you're done. You can find VB6 under Start, All Programs, Microsoft Visual Studio 6. Enjoy!
  • Turn On UAC again
  • You might notice after successfully installing VB6 on Windows 7 that working in the IDE is a bit, well, sluggish. For example, resizing objects on a form is a real pain.
  • After installing VB6, you'll want to change the compatibility settings for the IDE executable.
  • Using Windows Explorer, browse the location where you installed VB6. By default, the path isC:Program FilesMicrosoft Visual StudioVB98
  • Right click the VB6.exe program file, and select properties from the context menu.
  • Click on the Compatibility tab.
  • Place a check in each of these checkboxes:
  • Run this program in compatibility mode for Windows XP (Service Pack 3)
    • Disable Visual Themes
    • Disable Desktop Composition
    • Disable display scaling on high DPI settings
    • If you have UAC turned on, it is probably advisable to check the 'Run this program as an Administrator' box

After changing these settings, fire up the IDE, and things should be back to normal, and the IDE is no longer sluggish.

Edit: Updated dead link to point to a different page with the same instructions

Edit: Updated the answer with the actual instructions in the post as the link kept dying

Matt WilkoMatt Wilko
23.2k9 gold badges74 silver badges122 bronze badges

I've installed and use VB6 for legacy projects many times on Windows 7.

What I have done and never came across any issues, is to install VB6, ignore the errors and then proceed to install the latest service pack, currently SP6.

Download here: http://www.microsoft.com/en-us/download/details.aspx?id=5721

Bonus:Also once you install it and realize that scrolling doesn't work, use the below:http://www.joebott.com/vb6scrollwheel.htm

ericosgericosg
4,3123 gold badges25 silver badges48 bronze badges

Thanks everyone for your replies to the matter. It seems that I had UAC on, as well not the appropriate rights for the pc :P.

In summary I will post the links (proposed by you all) that others may refer to if they come across this link.

  • Does the VB6 IDE run on Windows 7 64 Bit?
  • Has anyone had success with Visual Studio 6 on Windows 7?

Windows Components Windows 10

And thank you ericosg for the links that may help too.

Thanks again everyone for your insightful guidance it is greatly appreciated :D

Community
EthiopionZAEthiopionZA
2952 gold badges5 silver badges13 bronze badges

Not the answer you're looking for? Browse other questions tagged windows-7vb6installationlegacylegacy-code or ask your own question.

Posted :