Dynamic listing of feature Updates
Hi

I would like to read an XML file and list the features in them as a checkbox list.User can choose his/her choice and get it downloaded.
This XML is created on the fly by another application which needs an update. The application creates this file by contacting the update server .
Now, my installer should read this and list the features in the XML. So this list is dynamic.
How can I acheive this ? InstalloptionsEX,nsDialogs ?
Please post a small sample script of populating if any