Hi To All,

As part of my Setup Builder project I have certain dependencies (VC++ Redistributable package, etc) that I need to install if it's not already on the client machine. I have a requirement that the dependencies must be downloaded from our website. This is working well, thank you Friedrich.

My issue is with providing a progress bar.

If I may give an example.

The client machine needs VC++ Redistributable. I used the Download File (HTTP). I would like to provide a progress bar for this download since it may take a couple of minutes to download. How can I do this? I did take notice to the Progress Dialog: Display function. When I set this, however, it changed the Progress verbage when the actual install was running. I was expecting to see Installing [ProductName], however, I saw Downloading VC++. What am I doing wrong? It appears that the Progress Dialog verbage is global.

Thanks for all the help,

Sharon