You should convert each of these scripts to functions, then add them to the end of the main script.

You should alter the DoProgress function to this:
Code:

Function DoProgress($Step)
$prgProgress.Value = $prgProgress.Value + $Step
EndFunction


Then in each script change these lines from:
Code:

$prgProgress.value = $prgProgress.value + 5



To:
Code:

DoProgress(5)



This will allow you to pass variables into functions.

You will need to change all of the .Caption properties in all of the scripts to the .Text property.

When you have that completed post your completed script for further review.
_________________________
Wait don't order yet,... get KiXforms Designer .NET 2.0 (Beta)
KiXforms Designer .NET 2.0 (Beta)