Mark,

please put the following two lines (If/End) around your Progress Dialog:

! Display progress dialog
If %_SB_INSTALLERFLAG% Does Not Equal "1" on Position "$SB_SILENTMODEFLAG$" Then
Progress Dialog: Display ()
End

Does this work?

Friedrich