NewsArchive
05-01-2012, 02:19 AM
Hi Friedrich,
I wanted to build my Ready To Install "extra" string during the OnInit
event for the Ready to Install dialog but found out it does not fire.
Also, it doesn't look like OnUpdate fires for the built-in dialogs.
I was able to work around it testing %_SB_DIALOGNEXTID% = $READYTOINSTALL$
inside the wizard loop.
Thought this might help someone else.
By building the extra info string all at once I can test each of the
variables that effect the output so if the user then decides to back and
then forward again I don't have to worry about what values were already
added.
It might be nice to have events OnInit and OnUpdate for the standard wizard
dialogs.
Thanks,
Rick
I wanted to build my Ready To Install "extra" string during the OnInit
event for the Ready to Install dialog but found out it does not fire.
Also, it doesn't look like OnUpdate fires for the built-in dialogs.
I was able to work around it testing %_SB_DIALOGNEXTID% = $READYTOINSTALL$
inside the wizard loop.
Thought this might help someone else.
By building the extra info string all at once I can test each of the
variables that effect the output so if the user then decides to back and
then forward again I don't have to worry about what values were already
added.
It might be nice to have events OnInit and OnUpdate for the standard wizard
dialogs.
Thanks,
Rick