Easy question, I setup and Application for the net framework 4.0, i use a batch file instead of running the Exe itself, so basically in the batch is this:
@echo off
Title Installing .NET Framework 4
@echo Installing .NET Framework 4
dotNetFx40_Full_x86_x64.exe /q /norestart
What do i have to put for the CMD black install windows do not apppear?? Or do i have to setup in the deployment that the messages do not appear? Please let me know, and thanks!