Inno Setup Simple progress page for Run section

后端 未结 2 1446
孤城傲影
孤城傲影 2020-12-18 14:46

My installer is very simple, it basically is:

  1. Welcome Page
  2. Progress Page
  3. Final Page

The Welcome and Final pages are standard (

相关标签:
2条回答
  • 2020-12-18 15:27

    You can control the real progress bar position in code using WizardForm.ProgressGauge.

    0 讨论(0)
  • 2020-12-18 15:36

    Found it!

    I was missing :

    • Result := True; after ProgressPage.Hide;
    • if CurPageID = wpReady (Instead of wpWelcome)

    That solved the problem!

    0 讨论(0)
提交回复
热议问题