PDA

View Full Version : Install a feature from another feature?



Maverick
05-03-2007, 02:05 PM
How do you install a feature from another feature (say a feature requires another feature to be installed in order to use that feature) without duplicating the file structure for each feature that requires the "required" feature? I am using the Developer edition.

Thank you for your efforts!

Regards,
Flint

linder
05-04-2007, 08:25 AM
Flint,

You can use the "If Feature..." control statement to handle this in the Script Editor.

If Feature "SubFeature1" selected Then
YadaYada
End

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 6
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

Maverick
05-04-2007, 01:11 PM
Perfect!

Thank you!
-Flint