0

I want to create a new progress bar and customize the installer page a bit. Here is what I want in the installing page:

  • A new progress bar that will show Current file Status(Percentage complete).
  • The default progress bar will show overall progress(Percentage complete)
  • There will be 2 percentage complete label,one for the overall progress,another for current file progress,They will situated in top of each Progress bar.
Kushal
  • 605
  • 8
  • 29
  • 1
    There is no way to get percentage of a single file installation. The rest you can [`find here`](http://stackoverflow.com/q/20092779/960757), just modify the positions. – TLama Jun 13 '15 at 12:02
  • @ Tlama do you know how to change the caption "Extraction files..." . – Kushal Jun 14 '15 at 15:24
  • @ Tlama do you know how to change the caption "Extraction files..." .Please tell me. – Kushal Jun 15 '15 at 09:49
  • I don't know what is that. There are [`these labels`](http://i.imgur.com/AgUAimL.png) on the `wpInstalling`, maybe some of them shows something like that... – TLama Jun 15 '15 at 10:01
  • @Tlama Yeah i want change that in `wpinstaling` page.What I should do? – Kushal Jun 15 '15 at 10:04
  • 1
    If you want to change that particular message *Extracting files...* to some other text, you can override it in the `[Messages]` section where you alter the `StatusExtractFiles` message (check the help for that section). Just note, that this message is shown just for a short time, only when the files are being copied. – TLama Jun 15 '15 at 10:21
  • 1
    @Tlama Thanks for giving me the idea.It working well. – Kushal Jun 15 '15 at 11:14

0 Answers0