my setup started to show a strange behaviour. Sometimes the final page does'nt show the run check box.
I narrowed this down using Casic's runtime debug plugin. The problem seems to be a multiplication
of the variable SUCCESS if and only if the Install MSI plugin is used.
This happens if the Install MSI is used to install a pre requisite or to uninstall a previous version.
The problem is related to the thread http://www.installaware.com/forum/viewtopic.php?t=997.
The debugger shows a dummy SUCCESS value after (Un)Install MSI and runtime debug shows 2 variables SUCCESS!.
Every write access to SUCCESS creates a further copy. I have attached a screenshot.
The upper shows the situation after apply install. The lower shows the situation after I set SUCCESS to Reboot.
This is an absolute showstopper for my setup project. Please help and FIX this ASAP!

File Attached:
afterapplyinstall.GIF