Have variables in the MUI Finish page
I have a detection routine in place to verify the version of DirectX that a user has during the installation.
The problem is that the program requires a file from the August release of the SDK version of DirectX 9.0c in order to work correctly. I have the link to Microsoft's website in order to accomplish this, but I realize that there is every indication that the version of DirectX will change with the upcoming release of Vista.
I originally planned to put a link in the Finishpage using the "MUI_FINISHPAGE_SHOWREADME" command, but have it change dependant on if the user has DX9.0c, a previous version, or a more advanced version. In the case of DX9.0b or below, it will link to the full installation of DX9.0c august2005 release, in the case of DX9.0c, it will link to the update file, and in the case of a more advanced version, not show a link at all, or offer to auto-run the program.
I intended to abuse the finishpage because since I am sending the user to an external link, I do not want to confuse the user during the installation, instead force the "popup" to appear after the installation has completed. Is this possible, or should I attempt to do this in another way?
Thanks for the help.