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

Component in a Feature loop............


4 replies to this topic

mayur_bm

mayur_bm
  • Full Members
  • 17 posts

Posted 19 January 2007 - 09:59

i have some of the components which are part of feature a, feature b, feature c. in a full installation feature a, feature b install state is set to Null(not install). But whole feature c is set to install all of it components.

but in my installation feature c skipped installation of components which are in feature a, feature b. I am very eager to find out what could be the reason? sad.gif

Thanks,
Mayur

Edited by mayur_bm, 19 January 2007 - 10:00.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 20 January 2007 - 19:35

Is everything missing, including the files of these components?
Generate a log to see the selection state of the components. And watch out for SELMGR errors.

mayur_bm

mayur_bm
  • Full Members
  • 17 posts

Posted 23 January 2007 - 07:43

Hi Stefan,

I did try that, but no trace of those components in install log. files of the components are missing.........

but all other components of feature c getting installed without any problem.

few more details i like to share:
1. there is an condtion on feature a and feature b which setting install state to absent.
2. is it a reason that ( feature a and b not getting installed and some components of feature a and b shared with feature c. these shared componenst will be skipped even though feature c is set to install.)

please let me know what is the actual reason may be sad.gif

Thanks,
Mayur


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 23 January 2007 - 15:22

If the components are not at all mentioned in a verbose log file (/L*v) then they are not included in the package. Otherwise they should be listed with selection state "absent" for instance.

mayur_bm

mayur_bm
  • Full Members
  • 17 posts

Posted 24 January 2007 - 04:42

yeap , you are right Sir. that was the problem......... rolleyes.gif