How can I change the help .html file in a Wizard depending on the value of a property?
The following commands can be used to set the content of the help component:
step.UserInterface.GetComponent("Help").SetHtmlContent(System.IO.Path.Combine(installDir,"help","L_Type.html")) step.UserInterface.GetComponent("Help").Refresh()