PDA

View Full Version : Feature required on Basic Msi



carryr
07-01-2009, 04:20 AM
Hi

Somebody knows on a BASIC MSI I can do that if the user select one feature another is required? :confused:
I know that on a InstallScript is this option but I don't known how to do on a Basic...

thanks

MichaelU
07-01-2009, 12:21 PM
In general this is best to represent as a parent-child relationship of the features, or possibly by multiple-association of the components that provide the requirements. There is nothing built-in to Windows Installer to represent this any other way.