I have a wix bootstrapper application (currently using wix 3.9) that installs multiple msi packages that are downloaded from urls. When the application starts the progress bar executes but doesn't provide any textual information that packages are currently downloading. I've been trying to search for ways to do this but haven't found any information.
Is there a way to add custom information regarding the msi download (eg. which package is currently downloading, estimated time ..etc) to the installation progress bar?
Thanks!