Commit 838614c7 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi: Don't update the progress bar in schedule_install_files.

parent 01ff07e2
......@@ -153,7 +153,6 @@ static void schedule_install_files(MSIPACKAGE *package)
TRACE("not overwriting %s\n", debugstr_w(file->TargetPath));
file->state = msifs_skipped;
}
msi_ui_progress( package, 2, file->FileSize, 0, 0 );
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment