PDA

View Full Version : Make a progress bar for Post install items


brianlesker
10-07-2004, 02:53 AM
Hello folks!

I have a new question ;)

Have a bunch of code in the On Post Install actions, but i want to create a progress bar for it.

Is there an option to create it, and how?

Brian

Brett
10-07-2004, 09:10 AM
Brian,

There are two options:

1. Use StatusDlg actions to show a status dialog to display the progress in a small window.

or

2. Go to the After Installing screens and add a Progress Bars screen. Then put your code in the On Start event. This way the progress will look integrated into the wizard. Here is an example (http://www.indigorose.com/forums/showthread.php?t=8822) of the Progress Bars screen for you to work from.