0

We have a setup made with Bitrock Install Builder.

Before installing the main application, it checks if Framework .Net already installed, and installs it if needed. But we encountered problems running the setup on windows server 2012, because the framework is already installed but disabled.

Does anyone know how can I fix this issue ?

Sylv21
  • 345
  • 2
  • 11

1 Answers1

1

The only way I'm aware of is with Powershell, this kind of thing:

http://geekswithblogs.net/Wchrabaszcz/archive/2013/09/04/how-to-install-windows-server-features-using-powershell--server.aspx

But I think Powershell might be optional on some server systems anyway.

PhilDW
  • 20,260
  • 1
  • 18
  • 28