I need to control the cancel button displayed by the SDDialog boxes in other words I need to overide the default installshield scripts being handled for the event handler function "OnCancelling".
I followed the steps given in the Help of Install shiled 6.31 ie
"
1Place code that defines the event's handler function in the appropriate .rul file.
From the Event Categories list box (the list box on the left of the Script toolbar), select the category or component to which the event belongs.
2.From the InstallShield Events list box (the list box on the right of the Script toolbar), select the event. Code that defines the event's handler function is pasted in ComponentEvents.rul (for component events) or Setup.rul (for other events), and that .rul file opens in the script editor window.
In the script editor window, make the desired changes to the event's handler function code. The next time the setup project is compiled, this modified code will override the event's default action."
But since I am using a procedural program:which begins with
program & end with end program...even if I add my own script in the event handler function & comment the default scrpit ..it is getting ignored and the default event handler is called.Any solution???
Priya

