Skip to content
⌘ NSIS Forum Archive

How to enable .Net 3.5 in Windows 8 from NSIS

3 posts

Masternoob#

How to enable .Net 3.5 in Windows 8 from NSIS

Is there a Way to activate .Net 3.5 ins Windows 8 from NSIS?

I only findy the same tutorial over and over again which says enable it in the admin panel 🤪

The home for technical questions and answers at Microsoft. Get started asking, answering, and browsing questions about products like .Net, Azure, or Teams.
jpderuiter#


Learn how to install .NET Framework 3.5 on Windows 10 and Windows Server. .NET Framework 3.5 can run apps that target .NET Framework 1.0 through 3.5.
kalverson#
The issue we are running into is the "install on demand" feature for Windows 8 requires an internet connection to work. When the IT department of a company blocks windows updates using domain policy, the "install on demand" feature fails which results in another failure down the road when calls to RegAsm are performed and ultimately the installs just fails at that point. Using dism commands work without a connection, but they require the original Windows 8 install disk be made available by the customer. It sure would be nice if there was a way around this.