Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Setup progress dialog


2 replies to this topic

fzgny5

fzgny5
  • Members
  • 8 posts

Posted 12 February 2004 - 20:31

Two questions about the setup progress dialog:

1. Is there any way to display each file as it's installed instead of just displaying "Copying new files"?

2. Is there a way to display the percentage complete?

andi3007

andi3007
  • Members
  • 14 posts

Posted 16 February 2004 - 11:32

Hi,
1. Yes you can display the filename. Add a Text-Control to the ProgressDialog and go to the EventMapping-Table. Add a new row with the Dialog=SetupProgress,your Control, Event is ActionData, Attribute is Text. Go to the ActionText-Table, here you can format your output-text.

2. I don't know how to show the percent of the installation. But you can show the remaining time. Do the same as 1., but Event is RemainingTime.

Andi

fzgny5

fzgny5
  • Members
  • 8 posts

Posted 17 February 2004 - 13:21

Thank you.