diff --git a/experimental/boxdd/update_windows.go b/experimental/boxdd/update_windows.go index fa38ec6ab..a9dbdba70 100644 --- a/experimental/boxdd/update_windows.go +++ b/experimental/boxdd/update_windows.go @@ -227,7 +227,6 @@ func createUpdateInstallerProcess(token windows.Token, installerPath string) (wi commandLine, err := windows.UTF16FromString(windows.ComposeCommandLine([]string{ installerPath, "--updated", - "/S", "--force-run", })) if err != nil {