I've currently got a setup util that can create a zip file during the install process. It currently shows several small dialog boxes with status bars as they zip.
Pretty straightforward, I know, but here is the code
I'd like to use a 2-bar Progress Screen (Top for total progress, Bottom for individual files) instead of the dialog boxes. I'm not quite savvy enough yet to figure out how to make this happen. Do I need to write a Function to do it? Honestly, I'm not sure how to identify the Control ID for the progress bars when I add them to the Screens list.Code:Zip.Add(SessionVar.Expand("%AppFolder%\\Backup.zip"), FileTable, false, "", 5, nil, true);
Basically I've hit my first wall, and I'm hoping someone here can point me in the right direction.
Thanks!

