Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

first property to be selected and installed by default


2 replies to this topic

aduma3

aduma3
  • Members
  • 1 posts

Posted 04 June 2001 - 15:41

Hi,

my problem is that I have four properties and i want only the first property
to be selected and installed by default (so the user can't deselect it).
when i used the  property "Required" , once i deselected the other three
properties
I have noticed that i can deselect the first property too,
shortly, i need to find the property where i can declare of a feature to be
installed by default (so the user can't deselect it) without any depend on
other features !!!

Thanks,
Tamar


SteveP

SteveP
  • Members
  • 126 posts

Posted 12 June 2001 - 21:54

I am assuming that you are talking about features and selecting features in the CustomizeDlg.  If so, then you can use the msidbFeatureAttributesUIDisallowAbsent (value 16) to ensure that your customers can't deselect the feature.  Check the Feature Table artcile in the Windows Installer SDK.