Skip to content

Commit

Permalink
MP1-5217: Change .Net 3 command line
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan committed Apr 30, 2024
1 parent c6d84a4 commit ec27782
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 ec27782

Please sign in to comment.