hi Roman,

I'm not sure about this, off the top of my head, but if you haven't checked
this page out, it might be worth a look.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/feature_table.asp
The attributes value for that table is populated by the "attr" attribute
from the features element of the msi task.

Hope that helps

Jim


> Hello,
>
> During the installation process the user has three options for the type
> of  installation: typical, full, and custom. When the user selects
> custom  installation a custom setup dialog appears. This dialog has a
> SelectionTree  control that shows a tree of features available for
> installation.
>
> When the user clicks on a feature the control displays a combobox with
> four  options:
>
> 1. Will be installed on local hard drive
> 2. Entire feature will be installed on local hard drive
> 3. Feature will be installed when required
> 4. Entire feature will be unavailable
>
> For my setup scenario I need only options 1 and 4. I know how to hide
> option  3. To do this it is necessary to set the attribute value of a
> feature to 8:
>
> <feature ... attr="8">
>
> The quuestion is how to hide the option 2?
>
> Actually I have one more question. Let's say I have two features to
> install.  One of them MUST be installed. The second is optional. Is it
> possible to  hide all 4 options for the first feature?
>
> Regards, Roman.
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Sybase ASE Linux Express Edition - download now for FREE
> LinuxWorld Reader's Choice Award Winner for best database on Linux.
> http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-users





-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to