Skip to content

Commit

Permalink
Merge pull request #308 from MediaPortal/MP1-5217-Install_.Net_Framew…
Browse files Browse the repository at this point in the history
…ork_3.5_4.0_if_needed

MP1-5217: Change .Net 3 command line
  • Loading branch information
andrewjswan authored Apr 30, 2024
2 parents 4ab77fc + ec27782 commit affd227
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public bool Install()
// .Net 3.5
if (!dotNet35)
{
Process setup = Process.Start("DISM.EXE", "/Online /Enable-Feature /FeatureName:NetFx3 /All /AcceptEula /NoRestart");
Process setup = Process.Start("DISM.EXE", "/Online /Enable-Feature /FeatureName:NetFx3 /All /Quiet /NoRestart");
if (setup != null)
{
setup.WaitForExit();
Expand Down

0 comments on commit affd227

Please sign in to comment.