Inno Setup Simple progress page for Run section

后端 未结 2 1447
孤城傲影
孤城傲影 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:36

    Found it!

    I was missing :

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

    That solved the problem!

提交回复
热议问题