Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Don't show temporary installer file name in ComCtl install dialog (cl…
Browse files Browse the repository at this point in the history
…oses #178)
  • Loading branch information
caesay committed Nov 4, 2023
1 parent c183ec8 commit c46f44a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Update/Windows/ComCtlProgressDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public override void Show()
private void ShowProc()
{
var config = new TASKDIALOGCONFIG();
config.WindowTitle = AppName;
config.dwCommonButtons = TASKDIALOG_COMMON_BUTTON_FLAGS.TDCBF_CANCEL_BUTTON;
config.MainInstruction = "Installing " + AppName;
//config.Content = "Hello this is some content";
Expand Down

0 comments on commit c46f44a

Please sign in to comment.