View Full Version : Install a feature from another feature?
Maverick
05-03-2007, 03: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, 09: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, 02:11 PM
Perfect!
Thank you!
-Flint
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.