Archive: Qs about Select Components


Qs about Select Components
How can i run other .exe program by using in Select Components?

I mean, i want to put an additional Components and it is optional to install but the first component is Required. for example the first component is INSTALLER, and the 2nd Component is Flash Player, if i put check on Flash player... the INSTALLER and FLASH PLAYER will be installed. if the FLASH PLAYER is not selected, only the INSTALLER will be installed. How can i do that? pls help me.


Every component has section, so add code from this post to FLASH' section. Might be usefull to check flash installer presents in $EXEDIR and do not show components page like in this thread (if no other components). You can also check FLASH is already installed and clear check mark on the components page. You can show message box with warning if FLASH is not installed and user decided to skip it's installation (in the components page leave function) or FLASH package not found in EXEDIR.


How can i check the version of the installed FLASH?.


First you can open Window registry and check out Software\Macromedia\Flash keys, like this one HKEY_CURRENT_USER\Software\Macromedia\FlashPlayerUpdate
Second way - forum and archive


OK thanks.. i will try.